@CHARSET "utf-8";
html,body{
	margin: 0px;
	padding:0px;
	width: 100%;
	height: 100%;
	font-family: '微软雅黑';
	border: none;
    -webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling : touch;
    font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
}
a:hover, a:focus{
	text-decoration: none;
}
.text_line1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text_line2{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.text_line3{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.text_line4{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.center{
	padding-left: 10px;
	padding-right: 10px;
}
.menu_bar{
	height: 60px;
/* 	position: fixed; */
/* 	top: 0px; */
/* 	left:0px; */
	padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
	width: 100%;
	z-index:2 
}
.menu_panel{
	position: fixed;
	background: #fff;
	z-index: 2;
	right: 0px;
	top: 0px;
	line-height: 35px;
	width: 100%;
	height: 100%;
    padding: 10px 15px;
    display: none;
}
.menu_item{
	min-height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.menu_item__{
	border-bottom: 1px solid #d9d9d9;
}
.menu_item_sub_panel{
	display: none;
}
.menu_sub_item{
	font-size: 13px;
	color:#000;
	border-bottom: 1px solid #d9d9d9;
}
.menu_item:HOVER{
	color: #d69462;
}
.menu_item_:HOVER{
	color: #d69462;
}
.menu_sub_item:HOVER{
	color: #d69462;
}
#back_up_btn{
	background: #10334d;
	position: fixed;
	bottom: 80px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	z-index: 3;
	-moz-box-shadow: 0 0 10px 5px rgba(16,51,77,0.2);
	-webkit-box-shadow: 0 0 10px 5px rgba(16,51,77,0.2);
	box-shadow: 0 0 10px 5px rgba(16,51,77,0.2);
}
.link_item{
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 1rem;
	color:#b3c7dc;
	cursor: pointer;
	border-left: 2px solid #d69462;
	padding-left: 10px;
}
.link_item:HOVER{
	color: #d69462
}
.column_title{
	font-size: 20px;line-height: 30px;text-align: center;color: #191919;
}
.column_title_name{
	padding-left: 20px;padding-right: 20px;color:#333333;letter-spacing: 1px;
}
.column_title_line_left{
	position: relative;top: -5px;width: 75px;display: inline-block;height: 2px;background: #eee;
}
.column_title_line_right{
	position: relative;top: -5px;width: 75px;display: inline-block;height: 2px;background: #eee;
}
.column_title_sub_name{
	font-size: 15px;line-height: 25px;text-align: center;color: #7c7c7c;
}
.column_conatner{
	padding-top: 20px;clear: both;
}