.list-banner{
	max-height:604px;
	overflow:hidden;
}

.list-location{
	height: 66px;
	line-height: 66px;
	background: #FFFFFF;
	box-shadow: 0px 4px 50px 0px rgba(0,0,0,0.25);
	border-radius: 0px 0px 0px 0px;
}

.list-location a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	padding: 0 5px;
}
.list-location a:hover{
	color:#0253C7;
}
.list-content{
	min-height: 800px;
	display: flex;
}
.list-content .list-nav{
	width: 235px;
	float: left;

}
.list-content .list-nav h3{
	width: 100%;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	padding: 30px 0;
	background: #0253C7;
	text-align: center;
}
.list-content .list-nav div{
	padding: 20px 0;
	background: url(../images/nav.png) no-repeat center bottom;
}
.list-content .list-nav div a{
	display: block;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	height: 47px;
	line-height: 47px;
	text-align: center;
}
.list-content .list-nav div a:hover{
	background: linear-gradient( 90deg,rgba(2,83,199,0.2) 0%, rgba(2,83,199,0.1) 100%);
	border-radius: 0px 0px 0px 0px;
}

.fbgq-bnt{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 61px;
	background: linear-gradient( 90deg, #3882EE 0%, #0253C7 100%);
	border-radius: 4px 4px 4px 4px;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 30px;
}

.fbgq-bnt:hover{
	color: #FFFFFF !important;
}

.list-ej,.lb-ej{
	flex:1;
	margin-left: 40px;
}
.list-ej a.article{
	width: 48.5%;
	float: left;
	border: 1px solid #E6E6E6;
	margin-top: 30px;
}
.list-ej a.article:nth-child(2n){
	float: right;
}
.list-ej a.article .box{
	padding: 20px 24px;
	display: flex;
	align-items: center;

}

.list-ej a.article .box .img{
	width: 134px;
	height: 100px;
	overflow:hidden;
	object-fit: cover;
}
.list-ej a.article .box .img img{
	object-fit: cover;
	width: 100%;
	height: 100px;
}
.list-ej a.article .box .con h3{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 21px;
}

.list-ej a.article .box .con{
	flex:1;
	margin-left: 20px;
}
.list-ej a.article .box .con div span{
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	margin-right: 10px;
}
.list-ej a.article .box .con div {
	margin-top: 10px;
}
.list-ej a.article .box .con div  i{
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	float: right;
	font-style: normal;
}

.list-ej a.article:hover {
	background: #FFFFFF;
	box-shadow: 0px 4px 50px 0px rgba(0,0,0,0.25);
	border-bottom: 1px solid #fff;
	transition: all 0.3s linear;
}
.list-ej a:hover .box .img img{
	transform: scale(1.08);
	transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
}
.list-ej a:hover .box   h3{
	color: #0253C7;
	transition: all 0.3s;
	font-weight: bold;
}


.show-nr {
	width: 100%;
	margin: 30px auto;
	overflow: hidden;
}

.show-nr .tit {
	font-size: 24px;
	text-align: center;
	/* height: 60px; */
	line-height: 30px;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 24px;
	color:#000;
}

.show-nr .date {
	text-align: center;
	color: #807e7e;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	margin-top: 10px;
}

.show-nr .con {
	line-height: 30px;
}





.lb-ul li a{ display: flex; padding:8px; background: #fafafa; position: relative; }
.lb-ul-img img{width: 100%;height:100%;object-fit: cover;}
.lb-ul-img{ position: relative; z-index: 10;width: 210px;height: 140px; }
.lb-ul-right{padding-top: 10px;padding-right: 20px;flex: 1;margin-left: 30px;width: 60%;}
.lb-ul-right2{ margin-left: 20px; padding-top: 10px; padding-right: 20px; }
.lb-ul-tt{ font-size: 20px; color: #2f2d2d; position: relative; z-index: 10; transition: 0.3s all; }
.lb-ul-date{ color: #0253C7; padding-left: 45px; position: relative; z-index: 10; transition: 0.3s all; margin-top: 20px; position: relative; }
.lb-ul-date::after{
	width: 37px;
	height: 1px;
	background: #0253C7;
	content: '';
	position: absolute;
	left: 0px;
	top: 37%;
}

.lb-ul-p{ font-size: 16px; text-align: justify; color: #666; position: relative; z-index: 10; transition: 0.3s all; line-height: 25px; max-height: 75px; overflow:hidden; margin-top: 18px; }
.lb-ul li a:before{ display: block; content: ""; position: absolute; transition: 0.5s all; left: 0; top: 0; height: 80%; width:31%; background: #0253c7; }
.lb-ul li a:hover:before{ width: 100%; height: 100%; }
.lb-ul li{ margin-top: 30px; width: 49%;float: left;}
.lb-ul li:nth-child(2n){ float: right;}
.lb-ul li a:hover .lb-ul-tt,.lb-ul li a:hover .lb-ul-date,.lb-ul li a:hover .lb-ul-p{ color: #fff; }
/*.lb-ul li .pull-left {
	float: left !important;
}*/
.lb-ul li a:hover .lb-ul-date::after{
	background: #ffffff;
}
.list-on {
	background: linear-gradient(90deg, rgba(2, 83, 199, 0.2) 0%, rgba(2, 83, 199, 0.1) 100%);
	border-radius: 0px 0px 0px 0px;
}