﻿.news{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
	padding: 30px 0 0 0;
}
.news .newslist{width: 78%;order: 2;}
.news .news-right{width:20%;margin-right:2%; order:1;position: relative;}
.news .news-right:after{
	content: '';
	height: 100%;width: 1px;background-color: #eee;
	position: absolute;right:0;top:0;
}
.news .news-right .news-title{border-bottom: 1px solid #eee;margin-bottom: 20px;padding: 0 0 10px 0;}
.news .news-right .news-title h3{font-size: 36px;font-family: Montserrat-Regular;letter-spacing:-2px;font-weight: 500;text-transform: uppercase;color: #ddd; }
.news .news-right .news-title p{font-size:18px;color: #666;letter-spacing: 2px; }
.news .news-right .search{background-color: #fff;width: 100%;height: 80px;padding:20px 10px;border-radius:18px 0 0 0;
	-moz-box-shadow:-6px -2px 12px rgba(41, 57, 133, 0.05);
	-webkit-box-shadow:-6px -4px 12px rgba(41, 57, 133, 0.05);
	box-shadow:-6px -4px 12px rgba(41, 57, 133, 0.05);
}
.news .news-right .search label{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}
.news .news-right .search label input{width: 80%; border: 1px solid #eee;margin-right: 10px;font-size: 13px;color: #888;padding: 2px;font-weight: 300;line-height: 25px;text-indent: 10px;border-radius: 15px;}
.news .news-right .search label i{cursor: pointer;font-size:2rem;color:#888;font-weight:500; }
.news .news-right .job-bar{
	background-image: linear-gradient(45deg, #1f56a7 3%, #2c9dd9 100%);
	-webkit-background-image: linear-gradient(45deg,  #1f56a7 3%, #2c9dd9 100%);
	-moz-box-shadow:-6px -2px 12px rgba(41, 57, 133, 0.2);
	-webkit-box-shadow:-6px -4px 12px rgba(41, 57, 133, 0.2);
	box-shadow:-6px -4px 12px rgba(41, 57, 133, 0.2);
	width: 100%;height: 80px;padding: 10px;border-radius:18px 0 0 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.news .news-right .job-bar-title{margin: 0 15px;padding: 8px 0 0 0;}
.news .news-right .job-bar-title a:hover{text-decoration: none;}
.news .news-right .job-bar h3{font-size: 16px;color:#fff;font-weight: 500;margin: 0 0 5px 0;}
.news .news-right .job-bar p{font-family:"Century Gothic";font-size: 13px;text-transform: uppercase;color:rgba(255,255,255,0.4);}
.news .news-right .job-bar i{font-size: 4rem;color:rgba(255,255,255,0.6);}


.news .newslist li{margin-bottom:20px;height: 120px;background-color: #fff;
	-webkit-box-shadow:0px 0px 10px rgba(1, 184, 130, 0.04);
	box-shadow: 0px 0px 10px rgba(1, 184, 130, 0.04);
}
.news .newslist li a{display: block;position:relative;padding: 20px 200px 20px 150px; }
.news .newslist li a .info{}
.news .newslist li a .info h3{font-size: 18px;color: #888;margin: 0 0 10px 0;line-height: 25px;padding: 0}
.news .newslist li a .info p{font-size: 13px;color: #aaa;line-height: 22px;}
.news .newslist li a .img{width:150px;height: 80px;overflow: hidden;position: absolute;right:20px;top:20px;background-size: cover;}
.news .newslist li a .time{
	position: absolute;width: 80px;height: 80px;left:20px;top:20px;padding: 15px 0 0 0;text-align: center;font-size:14px;font-family: 'dincond-medium'; color: #bababa;background-color: #f4f4f4;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.news .newslist li a .time span{display: block;text-align: center;font-size:50px;font-family: 'dincond-medium';font-weight: 300; line-height: 30px;margin-bottom:10px;}
.news .newslist li a:hover{text-decoration : none }
.news .newslist li a:hover .info h3{color: #1f56a7;}
.news .newslist li a:hover .time{color:#fff;
	background-image: linear-gradient(45deg, #1f56a7 3%, #2c9dd9 100%);
	-webkit-background-image: linear-gradient(45deg,  #1f56a7 3%, #2c9dd9 100%);
}
.news .newslist li a:hover .time span{color: #fff;}
.news .newslist li:hover{
	-webkit-box-shadow: 5px 10px 30px rgba(1, 184, 130, 0.08);
	box-shadow: 5px 10px 30px rgba(1, 184, 130, 0.08);}

@media (max-width: 992px) {
	.news{flex-wrap: wrap;padding:0;}
	.news .newslist{width: 100%;order: 1;}
	.news .news-right{width:100%;margin-right:0; order:2;}
	.news .news-right:after{
		content: '';
		height: 100%;width: 1px;background-color: #eee;
		position: absolute;right:0;top:0;}
	.news .news-right .news-title{display: none;}
	.news .news-right .search{height: 80px;padding:20px 10px;}
	.news .news-right .search label input{font-size: 1.4rem;line-height: 3rem;}
	.news .news-right .job-bar{
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		-o-justify-content: flex-start;
		justify-content: flex-start;
	}
	.news .newslist li{margin-bottom:20px;height: 90px;}
	.news .newslist li a{padding: 10px 10px 10px 100px; }
	.news .newslist li a .info{}
	.news .newslist li a .info h3{font-size: 1.6rem;line-height: 2.5rem;margin-bottom: 0;font-weight: 700;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;}
	.news .newslist li a .info p{font-size:1.3rem;line-height: 2rem;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;}
	.news .newslist li a .img{display: none;}
	.news .newslist li a .time{width: 70px;height: 70px;left:10px;top:10px;padding: 10px 0 0 0;font-size:1.5rem;}
	.news .newslist li a .time span{font-size:4rem;line-height:3rem;margin-bottom: 0;}
}

.shownews{background-color: #fff;padding: 30px;margin: 10px auto 60px auto;position: relative;
	-webkit-box-shadow: 1px 10px 30px rgba(0,0,0,0.05);
	box-shadow: 1px 10px 30px rgba(0,0,0,0.05);
}
.shownews:after{
	content: '';
	position: absolute;
	width: 8px;height: 40px;
	background-color: #1f56a7;
	left: 0;top:20px;
}

.shownews .shownews-title{font-size: 30px;color: #666;line-height: 35px;text-align: center;}
.shownews .shownews-info{padding: 8px 0;text-align: center;font-size: 13px;color: #999;background-color: #f8f8f8;border-top: 1px solid #eee;margin: 10px 0 20px 0;}
.shownews .shownews-info span{margin: 0 10px;}
.shownews .shownews-cont{padding: 30px 0;font-size:14px;line-height: 25px;color: #666; }
.shownews .shownews-cont p{margin: 10px 0;}
.shownews .shownews-cont img{max-width: 80%;width: auto;height: auto;}
@media (max-width: 992px) {
	.shownews{padding: 10px;margin: 0 auto 0 auto;-webkit-box-shadow:none;box-shadow:none;top:-20px;}
	.shownews:after{width: 6px;height: 30px;}
	.shownews .shownews-title{font-size:1.8rem;line-height:2.5rem;padding: 10px 0;}
	.shownews .shownews-info{font-size: 1.3rem;margin: 10px 0 10px 0;}
	.shownews .shownews-info span{margin: 0 10px;}
	.shownews .shownews-cont{padding: 10px 0;font-size:1.4rem;line-height:2.5rem; }

}

.err{
	width:30%;
	text-align:center;
	margin:10% auto;
	padding:4% 0;
	border:1px solid rgba(0,0,0,0.07);
	background-color:rgba(255,255,255,0.8);
	-webkit-box-shadow: 1px 10px 30px rgba(0,0,0,0.05);
	box-shadow: 1px 10px 30px rgba(0,0,0,0.05);
	background-image: url(../image/no.svg);
	background-repeat: no-repeat;background-size:auto 50%; background-position: center 30px;

}

.err p{color:rgba(0,0,0,0.3);line-height:30px;font-size:16px;display: block;padding: 100px 0 0 0;}


.pagination {
	width:100%;order: 3;
	margin: 20px auto 50px auto;
	display: flex;display:-webkit-flex;justify-content:flex-end;flex-wrap: wrap;
}
.pagination a{
	display: inline-block;font-family: Montserrat-Regular;color: #666;
	line-height: 30px;
	margin-right: 10px;margin-bottom: 10px;
	font-weight: normal;
	background-color: #fff;
	text-transform: uppercase;
	padding: 0 12px;border: 1px solid #eaeaea;
	border-radius: 4px;
}
.pagination a:last-child{margin-right: 0;}
.pagination a:hover,
.pagination a:focus,
.pagination a.active,
.pagination .active span {
	color: #fff !important;text-decoration: none;
	border: 1px solid #1f56a7;background-color: #1f56a7;
}