.news-bg{
	background: url(../images/InfoCenter.jpg) center;
	height: 320px;
}
.news-bg .plat-title{padding-top: 92px;}
.news-type{margin-top: 20px;}
.news-type>a{padding: 5px 20px;box-sizing: border-box;line-height: 38px;}
.news-type>a:hover,.news-type>a.active{color: #2882B4;}
.news-type input{border-radius:20px ;padding: 3px 3px 3px 36px;border: 1px solid #A5A5A5;line-height: 30px;}
.news-type input:focus{outline: none;
            border-color: #9ecaed;
            box-shadow: 0 0 2px #9ecaed;}
.news-type form div{position: relative;}
.news-type form div:before{content: '';display: block;width:25px;height: 25px; position: absolute;top: 6px;left: 6px;
background: url(../images/search.jpg);}
.news-list ul.clear{margin: 50px -15px 0;}
.news-list ul.clear li{float: left;box-sizing: border-box;padding:0 15px;}
.news-list ul.clear li:first-child{width: 25%;}
.news-list ul.clear li:first-child img{width:100%;display: block;}
.news-list ul.clear li:nth-child(2){width: 60%;}
.news-list ul.clear li:last-child{width: 15%;border-left: 1px solid #676767;}
.news-list ul.clear li .news-title{font-size: 18px;margin-bottom: 3%;}
.news-list ul.clear li .news-brief{color: #A5A5A5;overflow: hidden;/*text-overflow: ellipsis;*/display: -webkit-box;-webkit-box-orient: vertical;
-webkit-line-clamp: 2;margin-bottom: 5%;}
.news-list ul.clear li .news-keyword span{color: #A5A5A5;margin-right: 20px;position: relative;}
.news-list ul.clear li .news-keyword span:first-child:after{
	content: '';
	display: block;
	height: 11px;
	width: 1px;
	background: #A5A5A5;
	position: absolute;
	top: 4px;
	right: -10px;
}
.news-list ul.clear li .news-date{color: #A5A5A5;font-size: 28px;}
.news-list ul.clear li .news-more{width: 15px;height: 26px;background: url(../images/arrowRightDis.png) no-repeat;opacity: .5;margin: 25px 0 35px;}
.page a.active,.page a:hover{text-decoration: underline;}
.page{margin: 50px 0;}
.page a{margin-right:10px ;}
@media only screen and (max-width:768px) {
.news-list ul.clear li:first-child,.news-list ul.clear li:nth-child(2),.news-list ul.clear li:last-child{width: 100%;}
.news-list ul.clear {
    margin-top: 20px;
}	
.news-type>a {
    padding: 5px 10px;
}
form.fr{float: none;}
.news-list ul.clear li .news-title {
    font-size: 16px;
}
.news-list ul.clear li .news-date{font-size: 14px;float: left;}
.news-list ul.clear li .news-more{float: right;margin: 0;background-size: auto 100%;height: 20px;}
.page{margin: 30px 0;}
}