.newsearch {
	font-size:16px;
	margin-bottom:50px;
}
.newsearch input {
	width:316px;
	border-radius:4px 0 0 4px;
	outline:none;
	border:1px solid #999;
	color:#333;
	padding:0 11px;
	height:46px;
	line-height:46px;
	box-sizing:border-box;
}
.newsearch button {
	appearance:none;
	border:1px solid #0654ba;
	background:#0654ba;
	height:46px;
	line-height:46px;
	border-radius:0 4px  4px 0;
	color:#fff;
	padding:0 11px;
	width:94px;
	text-align:center;
	box-sizing:border-box;
}
.news-list li {
	width:380px;
	height:450px;
	background:#efefef;
	box-sizing:border-box;
	margin-right:30px;
	margin-bottom:45px;
}
.news-list li:nth-of-type(3n) {
	margin-right:0;
}
.news-list li img {
	width:100%;
	height:226px;
}
.news-list li  .info-cont {
	padding:15px 30px 0;
	color:#666;
	font-size:15px;
}
.news-list li .tit {
	margin-bottom:10px;
	font-size:18px;
	color:#333;
}
.news-list li .date {
	margin-bottom:15px;
}
.news-list li .desc {
	line-height:2;
}
.more-href {
	margin-top:30px;
	color:#0654ba;
	border:1px solid #0654ba;
	padding:4px 10px;
	display:inline-block;
	border-radius:2px;
	text-transform:uppercase;
}
.news-list li:hover {
	transform:translateY(-10px);
	transition:0.35s ease-in-out;
}
.news-list li:hover .tit {
	color:#0654ba;
	transition:0.35s ease-in-out;
}
.news-list li:hover .more-href {
	color:#fff;
	background:#0654ba;
	transition:0.35s ease-in-out;
}
.pagination-wrapper {
	padding:15px 0 80px;
	box-sizing:border-box;
}
.tab-href {
	display:flex;
	justify-content:center;
	margin-bottom:106px;
}
@media screen and (max-width:1200px) {
	#mainContentWrapper {
	display:none;
}
.news-list {
	overflow:hidden;
}
.news-list li {
	float:initial;
	width:100%;
	margin:0 auto 20px;
	max-width:380px;
}
.news-list li:nth-of-type(3n) {
	margin:0 auto 20px;
}
.newsearch {
	padding-left:20px;
	font-size:12px;
	margin-bottom:24px;
}
.newsearch input {
	width:160px;
	border-radius:2px 0 0 2px;
	outline:none;
	border:1px solid #dcdcdc;
	color:#333;
	padding:0 11px;
	height:26px;
	line-height:26px;
}
.newsearch button {
	border:1px solid #0654ba;
	background:#0654ba;
	height:26px;
	line-height:26px;
	border-radius:0 2px 2px 0;
	color:#fff;
	padding:0 11px;
	width:50px;
}
.news-list {
	width:100%;
	box-sizing:border-box;
}
.news-list li {
	height:auto;
}
.news-list li .info-cont {
	padding:10px 15px 0;
}
.news-list li .tit {
	color:#333;
}
.news-list li .desc {
	line-height:2;
	padding-bottom:20px;
}
.more-href {
	display:none;
}
.news-list li>a {
	display:flex;
	justify-content:space-between;
	flex-flow:row nowrap;
	padding:30px 16px;
	box-sizing:border-box;
}
.news-list li>a img {
	width:150px;
	height:93px;
	order:2;
}
.news-list li .desc {
	display:none;
}
.news-list li .tit {
	margin-bottom:10px;
	margin-right:10px;
	font-size:16px;
	line-height:1.5;
}
.news-list li>a .info-cont {
	padding:0;
	font-size:12px;
}
.news-list.news li:nth-child(1)>a {
	display:block;
	padding:0;
}
.news-list.news li:nth-child(1)>a img {
	width:100%;
	height:auto;
}
.news-list.news li:nth-child(1)>a .info-cont {
	padding:10px 15px 0;
}
.news-list.news li:nth-child(1) .desc {
	display:block;
}
.news-list.news li:nth-child(1) .date {
	margin-bottom:9px;
}
}