.newsTop{
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
}
.newsTop select{
	height:40px;
	width:100%;
	font-size:14px;
	line-height:40px;
	padding-left:15px;
	border:0;
	color:#fff;
	box-sizing: border-box;
	appearance:none;
	-moz-appearance:none; 
	-webkit-appearance:none;
	background:#0064b9 url(../images/about/qual01_select.png) no-repeat right center; 
	background-size:auto 100%;
	display:block;
	border-radius:0;
}
.newsTop select::-ms-expand{
	display: none;
}
.newslist{
	padding:10px 0 30px;
}
.newslist ul li{
	padding:20px 15px;
	border-bottom:1px solid #e0e0e0;
}
.newslist ul li a{
	display:block;
	width:100%;
	text-decoration:none;
}
.newslist ul li a table{
	border:0;
}
.newslist ul li a table th{
	width:45%;
	box-sizing: border-box;padding-right:15px;
}
.newslist ul li a table th img{
	display:block;
	width:100%;
}
.newslist ul li a table td h3{
	font-size:14px;
	line-height:18px;
	color:#012974;
	margin-bottom:10px;
}
.newslist ul li a table td h4{
	font-size:12px;
	line-height:24px;
	color:#666;
/*	padding-left:25px;
	background-image:url(../images/news/data.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-size:16px;*/
}
.newsDet{
	padding-bottom:30px;
}
.newsDet .title{
	text-align:center;
	border-bottom:1px solid #d9d9d9;
	padding:20px 8%;
}
.newsDet .title h3{
	font-size:18px;
	lilne-height:24px;
	color:#333;
	margin-bottom:10px;
}
.newsDet .title h4{
	font-size:12px;
	color:#666;
}
.newsDet .fck_body{
	padding:30px 0;
}
.newsDet .fck_body p{
	font-size:14px;
	line-height:24px;
	color:#666
}
.newsDet .fck_body img{
	max-width:100%;
}
.newsDet .newsBom ul{
	display:none;
}
.newsDet .newsBom ul li a{
	font-size:14px;
	line-height:24px;
	color:#666;
	
}
.newsDet .back{
	text-align:center;
}
.newsDet .back a{
	display:inline-block;
	font-size:12px;
	line-height:24px;
	padding:10px 35px;
	background-color:#0064b9;
	color:#fff;
	text-decoration:none;
}