html { -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; height: 100%; }

body { margin: 0; padding: 0; color: #666666; background-color: #ffffff; -webkit-overflow-scrolling: touch;line-height: 1.15;
	font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;font-size: 14px;
}

* { -webkit-box-sizing: border-box; box-sizing: border-box;touch-action: manipulation }
image{
	border:0;
}
h1, h2, h3, h4, h5, form, p, ul, input { margin: 0; padding: 0; }

input[type=button], input[type=submit] { -webkit-appearance: none; outline: none; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }

input[type="number"] { -moz-appearance: textfield; }

li { padding: 0; margin: 0; line-height: 180%; list-style-type: none; }

a { text-decoration: none; color: #666; }


u { text-decoration: none; }

:focus { outline: 0; }

.substring { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.substring2 { overflow: hidden; text-overflow: ellipsis;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.distic {
	vertical-align: middle;
	display: inline-block;
	max-width:187px;
}
.nowrap { white-space: nowrap; }

.clear { clear: both; height: 0; font-size: 0; line-height: 0; }

.main_container { width: 100%; background-color: #fff; padding: 0 40px; border-radius: 5px; }

.sp_20_f3 { width: 100%; height: 20px; background-color: #f3f3f3; }

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
.font_red {
	color: #cc3300;
}






.sidebar{
	width:200px ;
	margin-right: 8px;
	background: #fff;
	padding-bottom: 10px;
}
.sidebar .sidebar_item{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.sidebar .hover_sidebarBox{
	display: none;
	padding-top: 10px;
}

.sidebar .hover_sidebarBox li{
	padding:5px 0  ;
}
.sidebar .hover_sidebarBox li a{
	color: #999;
	font-size:14px ;
	font-weight: normal;
	text-decoration: none;
}
.sidebar .hover_sidebarBox li:hover{
	background: #1787fb;
}
.sidebar .hover_sidebarBox li:hover a{
	color: #fff;
}
.sidebar .hover_sidebarBox li.active{
	background: #1787fb;
}
.sidebar .hover_sidebarBox li.active a{
	color: #fff;
	display: block;
}

.sidebar .sidebar_item.active .hover_sidebarBox{
	display: block;
}

.right_con{
	width: 990px;
	background: #fff;
	padding: 20px 70px 20px 50px;
}
.right_con .right_con_title{
	color:#333 ;
	font-size:18px ;
	padding: 15px 0 28px;
	font-weight: bold;
	word-break: break-all;
}
.right_con .right_con_article{
	text-indent: 2em;
	line-height: 25px;
	color: #666;
	font-size: 14px;
	word-break: break-all;
}



