.banner{
	width: 100%;
	height: 180px;
	background: url("../image/newsbanner.png") 100% 100% no-repeat;
	/*background-size: contain;*/
	margin-bottom: 50px;
	background-position: center;
}
@font-face {
	 font-family: 'Myqyyt';
	 src: url('../font/zzgf.otf'); 
}
.banner span{
	display: block;
	width: 100%;
	text-align: center;
	color: #E0E0DE;
	line-height: 180px;
	width: 100%;
	font-size: 17px;
	letter-spacing: 1px;
	font-family: 'Myqyyt';
}
.industry{
	width: 1000px;
	height: 600px;
	margin: auto;
}
.industry .leftlist{
	width: 19%;
	height: 100%;
	float: left;
	border-right: 1px solid #b4b4b4;
}

.leftlist .title{
	font-size: 16px;
	font-weight: 600;
	color: #173984;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.leftlist .list {
	width: 100%;
	height: auto;
	cursor: pointer;
	margin-bottom: 1px;
}
 .biaoti{
	width: 80%;
	height: 40px;
	line-height: 40px;
	padding: 0px 5%;
	background-color:#e2e2e2;
}
.biaotinone{
	width: 80%;
	height: 40px;
	line-height: 40px;
	color: #E0E0DE;
	padding: 0px 5%;
	background-color: #173984;
}
.leftlist .list  img{
	float: right;
	vertical-align:middle;
	width: 10px;
	margin-top: 15px;
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);             /* IE 9 */
	-webkit-transform: rotate(270deg);      /* Safari and Chrome */
	-o-transform: rotate(270deg);              /* Opera */
	-moz-transform: rotate(270deg);         /* Firefox */
}
.leftlist .list .Okay{
	width: 150px;
	padding: 0px 5%;
	font-size: 13px;
	border:1px solid #e2e2e2;
}
.Okaylist{
	width: 80%;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	color: #666;
}
.actOkaylist{
	width: 80%;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	color: #173984;
}
.leftlist .title b{
	width: 2px;
	height: 10px;
	float: left;
	background-color: #173984;
	margin-right: 5px;
	margin-top:6px;
}
.industry .leftcontent{
	width: 80%;
	height: 100%;
	float: left;
}
.newslist{
	width: 90%;
	margin-left: 5%;
	height: 140px;
	border-bottom: 1px solid #b4b4b4;	/*background-color: #dcdcdc;*/
	margin-top: 20px;
}
.newslist:hover{
	cursor: pointer;
	color:#173984; 
}
.newslist .title{
	width: 96%;
	padding: 0px 2%;
	height: 80px;
	line-height: 50px;
	margin: 0px;
	font-size: 16px;
}
.newslist .title img{
	width: 70px;
	height: 70px;
	vertical-align: middle;
	margin-right: 10px;
}
.newslist .title span:nth-child(2){
	width: 500px;
}
.newslist .title span:nth-child(3){
	float: right;
}
.newslist .jianjie{
	width: 96%;
	padding: 0px 2%;
	line-height: 25px;
	font-size: 13px;
	overflow: hidden;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2;
}
.pages{
	width: 100%;
	height: 50px;
	float: left;
	text-align: center;
	margin-top: 50px;
}
.pager ul,li{margin: 0px;padding: 0px;list-style: none;
		margin-right: 2px;}
.pager{margin:10px;margin-left: 300px;}
.pager li:first-child>a {margin-left: 0px;}
.pager a{border: 1px solid #999;text-decoration: none;position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;color: #173984;cursor: pointer;
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    user-select:none;
    margin-right: 2px;
}
.pager a:hover{background-color: #eee;}
.pager a.banclick{cursor:not-allowed;}
.pager .active a{color: #fff;cursor: default;background-color: #173984;border-color: #173984;}
.pager i{font-style:normal;color: #d44950;margin: 0px 4px;font-size: 12px;}