@charset "utf-8";
.centerBox{
	background: #fff;
}
.nei_content{
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: flex-start;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 40px;
	table-layout: fixed;
}
.nei_letNav{
	float: left;
	width: 280px;
	min-height: 400px;
	padding-right: 15px;
}
.right_content{
	width: 100%;
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
	border-left: 1px dashed #eee;
	padding-left: 30px;
	table-layout: fixed;
	min-height: 400px;
	padding-bottom: 2%;
}
.nei_title_l{
	border-left: 2px solid #3c76c4;
	padding-left: 25px;
	margin-bottom: 20px;
}
.nei_title_l h2{
	font-size: 28px;
	font-weight: normal;
	line-height: 1em;
	color: #004ea2;
	text-transform: uppercase;
}
.nei_title_l p{
	font-size: 12px;
	color: #004ea2;
	line-height: 1.5em;
	text-transform: uppercase;
}
.nei_navlist li{
	margin-bottom: 15px;
	position: relative;
}
.nei_navlist li a{
	display: block;
	color: #333333;
	font-size: 16px;
	padding: 8px 0;
	padding-left: 20px;
	padding-right: 25px
	line-height: 1.5em;
	position: relative;
	z-index: 2;
}
.nei_navlist dd{
	position: relative;
	padding-left: 10px;
}
.nei_navlist dd a{
	font-size: 16px;
}
.nei_navlist li:before,.nei_navlist dd:before{
	content: '';
	width: 0;
	height: 100%;
	background: #3570c1;
	position: absolute;
	left: -20px;
	top: 0;
}
.nei_navlist li.on:before,.nei_navlist dd.on:before{
	width: 110%;
}
.nei_navlist li.on>a,.nei_navlist dd.on>a{color: #fff;}
.nei_navlist{
	border-left: 2px solid #b0d4fc;
}
.nei_navlist li:hover>a,.nei_navlist dd:hover>a{
	color: #3C76C4;
}
.nei_navlist li.on:hover>a,.nei_navlist dd.on:hover>a{color: #fff;}
.m_nav{
	font-size: 16px;
	color: #999999;
	line-height: 2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.m_nav a{color: #999999;}
.hasnav dl{
	display: none;
}
.hasnav.on dl{
	display: block;
}
@media only screen and (max-width: 1450px) {
	.nei_title_l h2{
		font-size: 24px;
	}
	.nei_navlist li a{
		font-size: 14px;
	}
	.nei_letNav{
		width: 240px;
	}
	.right_content{
		padding-left: 30px;
	}
}
@media only screen and (max-width: 768px) {
	.nei_content{
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.nei_content>div{
		display: block;
		width: 100%;
	}
	.right_content{
		padding-left: 0;
		border: 0;
		min-height: inherit;
	}
	.m_nav{
		display: none;
	}
	.nei_navlist li:before{
		left: 0;
	}
	.nei_letNav{
		padding-right: 0;
		min-height: inherit;
	}
	.nei_title_l{
		border: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 15px;
	}
	.nei_navlist{
		display: flex;
		align-items: flex-start;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: visible;
		border: 0;
	}
	.hasnav dl{
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		display: none;
	}
	.nei_navlist li{
		margin-bottom: 0;
		padding: 0;
		position: initial;
	}
	.nei_navlist li a{
		text-align: center;
		padding:5px 10px;
		font-size: 12px;
		white-space: nowrap;
	}
	.nei_title_l h2{
		font-size: 18px;
	}
	.nei_navlist{
		position: relative;
	}
	.hasnav dl{
		position: absolute;
		width: 100%;
		left: 0;
		top: 35px;
	}
	
	.nei_navlist li:before, .nei_navlist dd:before{
		left: 0;
	}
	.hasnav dl dd{
		padding-left: 0;
	}
	.nei_navlist dd a{
		font-size: 12px;
	}
	.nei_navlist.heightAuto{
		height: 80px;
	}
	.hasnav.show_ej dl{
		display: flex;
	}
}
.page{
	text-align: right;
	font-size: 0;
	padding: 20px 0;
}
.page a{
	font-size: 16px;
	color: #666;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	display: inline-block;
	margin-left: 10px;
	border-radius: 4px;
}
.page a.on,.page a:hover{
	color: #fff;
	border: 0;
	background: #8d1600;
}
@media only screen and (max-width:768px ){
	.page a{
		display: none;
	}
	.page a.prev{float: left;display: block;}
	.page a.next{float: right;display: block;}
}

/****************************新闻列表****************************/
.nei_newslist{
	width: 100%;
	overflow: hidden;
}
.nei_newslist li{
	padding: 2.5% 0;
	border-bottom: 1px solid #eee;
}
.nei_newslist li a{
	display: block;
	width: 100%;
	padding-left: 120px;
	padding-right: 230px;
	height: 130px;
	position: relative;
	color: #333;
}
.nei_newslist .date{
	position: absolute;
	left: 0;
	left: 0;
	text-align: center;
	padding-top: 1em;
}
.nei_newslist .img{
	width: 203px;
	height: 130px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
.nei_newslist .img img{
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.nei_newslist .date b{
	font-size: 44px;
	color: #333;
}
.nei_newslist .date p{
	font-size: 16px;
	line-height: 2em;
	padding-top: .5em;
}
.nei_newslist .word{
	padding-top: 1em;
}
.nei_newslist .word h2{
	width: 100%;
	font-weight: normal;
	font-size: 16px;
	height: 2em;
	line-height: 2em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.nei_newslist .word p{
	font-size: 16px;
	color: #666666;
	line-height: 1.8em;
	height: 3.6em;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 2;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
}
.nei_newslist a:hover .word h2{color: #004EA2;}
.nei_newslist a:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media only screen and (max-width:1450px ) {
	.nei_newslist .word h2{
		font-size: 16px;
	}
	.nei_newslist .word p{
		font-size: 14px;
	}
	.nei_newslist .img{
		width: 180px;
		height: 115px;
	}
	.nei_newslist li a{
		padding-left: 110px;
		padding-right: 200px;
		height: 115px;
	}
	.nei_newslist .date b{
		font-size: 38px;
	}
}
@media only screen and (max-width:768px ) {
	.nei_newslist li a{
		height: 77px;
		padding-left: 0;
		padding-right: 130px;
	}
	.nei_newslist .date{
		display: none;
	}
	.nei_newslist .word p{
		height: 1.8em;
		-webkit-line-clamp: 1;/*限制显示的文本行数*/
	}
	.nei_newslist .img{
		width: 120px;
		height: 77px;
	}
	.nei_newslist .word h2{
		font-size: 16px;
	}
	.nei_newslist .word{
		padding-top: 5px;
	}
}
.nei_newsxq>.top{
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.nei_newsxq>.top .newstitle{
	text-align: center;
	color: #333333;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.nei_newsxq>.top .date{
	font-size: 16px;
	color: #666666;
}
.nei_newsxq2>.top .newstitle{
	color: #3570C1;
	margin-bottom: 0;
}
@media only screen and (max-width:1700px ) {
	.nei_newsxq>.top .newstitle{
		font-size: 20px;
		margin-bottom: 5px;
	}
}
@media only screen and (max-width:768px ) {
	.nei_newsxq>.top .newstitle{
		font-size: 18px;
	}
	.nei_newsxq>.top .date{
		font-size: 12px;
	}
}

/***************************CAA奖励***************************/
.caajl_index_box1{
	padding-left: 410px;
	height: 360px;
	position: relative;
}
.caajl_index_box1 .img{
	position: absolute;
	left: 0;
	top: 0;
	width: 384px;
	height: 360px;
}
.caajl_index_box1 .img img{
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.caajl_index_box1 .title2{
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	color: #8d1600;
	font-size: 20px;
	line-height: 2em;
}
.caajl_index_box1 .title2 i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	background: url(../images/i10.png) no-repeat center;
}
.caajl_index_box1 .title2 a{
	float: right;
	font-size: 14px;
	color: #999999;
}
.caajl_index_box1 li{
	margin-top: 15px;
	position: relative;
}
.caajl_index_box1 li a{
	display: block;
	overflow: hidden;
	position: relative;
	padding-right: 7em;
	font-size: 18px;
	color: #333333;
	line-height: 2em;
	padding-left: 30px;
}
.caajl_index_box1 li a span{
	position: absolute;
	top: 0;
	right: 0;
	color: #999999;
}
.caajl_index_box1 li a p{
	width: 100%;
	height: 2em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.caajl_index_box1 li:before{
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -2px;
	background: #8d1600;
}
.caajl_index_box1 li a:hover p{
	color: #8D1600;
}
.caajl_index_box2 img{
	display: block;
	width: 100%;
}
.caajl_index_box2 .word_b{
	background: #f6f6f6;
	position: relative;
}
.caajl_index_box2 .word_b h3{
	padding: 60px 50px;
	font-size: 20px;
	/*color: #8d1600;*/
	color: #004ea2;
	display: inline-block;
}
.caajl_index_box2 .word_b .word{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #8d1600;
	color: #fff;
	line-height: 1.8em;
	padding: 20px;
	width: 540px;
	text-align: justify;
}
.text .title3{
	font-size: 20px !important;
}
.title3{
	margin: 3% 0 2%;
	color: #8d1600;
	font-weight: normal;
	background: url(../images/i11.png) repeat-x right center;
}
.title3 span{
	background: #fff;
	padding-right: 15px;
}
.title3 span em{
	font-style: normal;
	color: #999;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}
.caajl_index_box3 li a{
	display: block;
	overflow: hidden;
	position: relative;
	padding-right: 8em;
	font-size: 18px;
	color: #333333;
	line-height: 2em;
}
.caajl_index_box3 li a span{
	position: absolute;
	top: 0;
	right: 0;
	color: #999999;
}
.caajl_index_box3 li a p{
	width: 100%;
	height: 2em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.caajl_index_box3 li a:hover p{
	color: #8D1600;
}
.caajl_index_box3 .map{
	padding: 40px;
	/* background: url(../images/bg3.jpg) no-repeat center; */
	background-size: cover;
}
.caajl_index_box3 .map dl{
	text-align: center;
	background: #fff;
	width: 720px;
	padding: 25px;
	margin: 0 auto;
	position: relative;
}
.caajl_index_box3 .map dt{
	color: #8d1600;
	font-size: 20px;
	margin-bottom: 10px;
}
.caajl_index_box3 .map dd{
	font-size: 16px;
	line-height: 2em;
	color: #333;
}
.caajl_index_box3 .map dl:before{
	content: '';
	width: 98%;
	height: 94%;
	top: calc(3% - 1px);
	left: calc(1% - 1px);
	border: 1px dashed #eee;
	position: absolute;
}
@media screen and (max-width: 1450px){
	.caajl_index_box1 .title2,
	.caajl_index_box2 .word_b h3,
	.caajl_index_box3 .map dt,
	.caajl_index_box3 .title3{
		font-size: 16px  !important;
	}
	.text .title3{
		font-size: 16px !important;
	}
	.caajl_index_box1 li a,.caajl_index_box3 li a{
		font-size: 14px;
	}
	.caajl_index_box2 .word_b .word{
		width: 480px;
	}
}
@media screen and (max-width: 768px){
	.caajl_index_box1{
		padding-left: 0;
		height: auto;
	}
	.caajl_index_box1 .img{
		position: relative;
		width: 100%;
		height: auto;
		margin-bottom: 3%;
		display: block;
	}
	.caajl_index_box1 .img img{
		width: 100%;
		height: auto;
	}
	.caajl_index_box1 .title2,
	.caajl_index_box2 .word_b h3,
	.caajl_index_box3 .map dt,
	.title3{
		font-size: 16px  !important;
	}
	.caajl_index_box1 li a,.caajl_index_box3 li a,.caajl_index_box3 .map dd{
		font-size: 14px;
	}
	.caajl_index_box2 .word_b h3{
		padding: 10px;
	}
	.caajl_index_box2 .word_b .word{
		position: initial;
		width: 100%;
		padding: 10px;
		font-size: 12px;
		line-height: 2em;
	}
	.caajl_index_box3 .map{
		padding: 20px 10px;
	}
	.caajl_index_box3 .map dl{
		width: 100%;
	}
}
.award_people_title{
	text-align: center !important;
	padding: 3% 0 !important;
	font-weight: normal !important;
	color: #8D1600 !important;
	position: relative !important;
}
.award_people_title:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	left: 0;
	top: 50%;
}
.award_people_title span{
	background: #fff !important;
	padding: 0 20px !important;
	position: relative !important;
	z-index: 2 !important;
}
.award_people ul{
	padding-bottom: 3%;
	border-bottom: 1px solid #eee;
}
.award_people li{
	float: left;
	width: 50% !important;
	text-align: center;
	margin-bottom: 10px !important;
}
.s_img{
	position: relative !important;
	width: 310px !important;
	margin: 0 auto !important;
	padding-bottom: 18px !important;
	background: url(../images/i13.png) no-repeat center bottom !important;
	margin-bottom: 10px !important;
	background-size: 100% !important;
}
.s_img .img{
	position: relative !important;
	width: 180px !important;
	height: 246px !important;
	z-index: 2 !important;
	margin: 0 auto !important;
	width: 180px !important;
	height: 246px !important;
	box-shadow: 0 0 5px rgba(0,0,0,.5) !important;
}
.s_img .img img{
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 2 !important;
}
.s_img .img i{
	position: absolute;
	width: 236px;
	height: 75px;
	background: url(../images/i12.png) no-repeat center right !important;
	bottom: -5px;
	right: -30px;
}
.award_people li h3{
	font-weight: normal;
	color: #333;
}
@media screen and (max-width: 1500px){
	.s_img{
		width: 250px !important;
	}
	.s_img .img{
		width: 150px !important;
		height: 201px !important;
	}
}

@media screen and (max-width: 768px){
	.s_img{
		width: 100% !important;
		padding-bottom: 10px !important;
	}
	.s_img .img{
		width: 60% !important;
		background: none !important;
		padding-bottom: 0 !important;
		padding-top: 82% !important;
		height: auto !important;
	}
	.s_img .img i{
		display: none;
	}
	.award_people li .img img{
		width: 100% !important;
		height: 100% !important;
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
	}
}
.xhtxBox1{
	display: -webkit-flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background: url(../images/i11.png) repeat-x center bottom;
	padding-bottom: 30px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.xhtxBox1 .left{
	width: 310px;
	text-align: center;
}
.xhtxBox1 .center{
	width: 280px;
	padding: 0 20px;
}
.xhtxBox1 .right{
	-webkit-flex: 1;
	flex: 1;
}
.xhtxBox1 .btn_b .btn{
	display: inline-block;
	vertical-align: middle;
	margin: 15px 10px 0;
	padding: 0 15px;
	font-size: 16px;
	color: #666666;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.xhtxBox1 .btn_b .btn.r_btn{
	color: #8d1600;
	border: 1px solid #8d1600;
}
.xhtxBox1 .center{
	font-size: 16px;
	color: #333333;
	line-height: 1.5em;
}
.xhtxBox1 .center li{
	margin-bottom: 12px;
	padding-left: 5em;
	position: relative;
}
.xhtxBox1 .center li span{
	width: 5em;
	text-align: justify;
	position: absolute;
	left: 0;
	top: 0;
	text-align: right;
}
.xhtxBox1 .center li a{
	color: #333;
}
.xhtxBox1 .center li a:hover{color: #8D1600;}
.xhtxBox1 .right{
	padding: 15px 20px;
	background: #fbfbfb;
}
.xhtxBox1 .right>h2{
	font-weight: normal;
	color: #8d1600;
	margin-bottom: 15px;
	line-height: 2em;
	padding-bottom: 8px;
	background: url(../images/i14.png) repeat-x center bottom;
}
.xhtxBox1 .right .text p{
	margin-bottom: 10px;
}
.cbwList li{
	float: left;
	width: 31.33%;
	margin-left: 3%;
	text-align: center;
	margin-bottom: 3%;
}
.cbwList li:nth-child(3n+1){
	margin-left: 0;
}
.cbwList li .top{
	padding: 15px;
	background: url(../images/bg4.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	font-size: 16px;
	line-height: 2em;
	color: #333;
}
.cbwList li .top p{
	width: 100%;
	height: 2em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.cbwList li .btn_b{
	overflow: hidden;
}
.cbwList li .btn{
	float: left;
	width: 50%;
	height: 40px;
	border: 1px solid #8D1600;
	line-height: 38px;
	background: #ececec;
	color: #8D1600;
}
.cbwList li .btn.btn_r{
	background: #8D1600;
	color: #fff;
}

@media screen and (max-width: 1450px){
	.xhtxBox1 .center,
	.xhtxBox1 .btn_b .btn,
	.cbwList li .top,
	.cbwList li .btn{
		font-size: 14px;
	}
	
}
@media screen and (max-width: 768px){
	.xhtxContent,.caajlContent{
		padding-top: 15px;
	}
	.xhtxBox1 .left{
		width: 40%;
	}
	.xhtxBox1 .btn_b .btn{
		width: 46%;
		margin: 0 1%;
		height: 30px;
		font-size: 12px;
		padding: 0;
		line-height: 28px;
	}
	.xhtxBox1 .center{
		width: 60%;
		padding: 0;
		padding-left: 10px;
		font-size: 14px;
	}
	.xhtxBox1 .center li{
		margin-bottom: 5px;
	}
	.cbwList li{
		width: 50%;
		margin: 0;
		margin-bottom: 3%;
		padding: 0 1%;
	}
	.cbwList li .top{
		font-size: 14px;
		padding: 10px;
	}
	.cbwList li .btn{
		font-size: 12px;
		height: 30px;
		line-height: 28px;
	}
}
.xrldNav{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.xrldNav a{
	display: inline-block;
	padding: 0 15px;
	background: #8d1600;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-top-left-radius:4px ;
	border-top-right-radius:4px ;
}
.xrldNav li{
	cursor: pointer;
	margin: 0 5px;
	white-space: nowrap;
}
.xrldNav li.on a{
	background: #fff;
	color: #8D1600;
	position: relative;
	bottom: -1px;
	border: 1px solid #8D1600;
	border-bottom: 1px solid #fff;
}
.title4{
	text-align: center;
	margin: 3% 0;
	position: relative;
}
.title4:before{
	content: '';
	width: 100%;
	height: 1px;
	background: #eee;
	position: absolute;
	left: 0;
	top: .5em;
}
.title4 h2{
	font-weight: normal;
	display: inline-block;
	padding: 0 20px;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	color: #8D1600;
	height: 1em;
	line-height: 1em;
	background: #fff;
	position: relative;
	font-size: 1em;
}
.title4 p{
	font-size: 12px;
	color: #999999;
	line-height: 2em;
	text-transform: uppercase;
}
.p_list{
	display: -webkit-flex;
	-webkit-align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
}
.p_list li{
	width: 24%;
	margin-left: 1.33%;
	text-align: center;
	padding: 10px;
	background: #f9f8f1;
	padding-bottom: 0;
	margin-bottom: 2%;
}
.p_list li:nth-child(4n+1){
	margin-left: 0;
}
.p_list .img{
	width: 100%;
	position: relative;
	padding-top: 107.77%;
}
.p_list .img img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: contain;
	top: 0;
	left: 0;
}
.p_list p{
	padding: 10px;
	color: #8d1600;
}
.moreLiz{
	font-size: 14px;
	padding: 10px;
	display: block;
	color: #8D1600;
	text-align: center;
}
.zzjgContent .tit{
	font-weight: normal;
	color: #8d1600;
}
.zzjgContent .tit img{
	vertical-align: middle;
	margin-right: 10px;
}

@media screen and (max-width: 768px){
	.xrldContent,.zzjgContent{
		padding-top: 15px;
	}
	.xrldNav{
		overflow-x:auto ;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		overflow-y: hidden;
	}
	.xrldNav a{
		font-size: 14px;
	}
	.p_list p{
		padding: 5px;
	}
	.p_list li{
		width: 32.33%;
		margin-left: 1.5%;
	}
	.p_list li:nth-child(4n+1){
		margin-left: 1.5%;
	}
	.p_list li:nth-child(3n+1){
		margin-left: 0;
	}
}

.hydw_list ul{
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-right: 10px;
}
.hydw_list li{
	-webkit-flex: 1 0 50% !important;
	flex: 1 0 50% !important;
	color: #333;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.title5{
	text-align: center;
    padding: 3% 0;
    color: #8D1600;
    position: relative;
    background: url(../images/i11.png) repeat-x center;
}
.title5 span{
	background: #fff;
	padding: 0 10px;
}
.trimList{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	display: -webkit-flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
}
.trimList .box{
	padding: 20px;
	width: 33.33%;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.bl0{border-left: 0 !important;}
.bb0{border-bottom: 0 !important;}
.trimList .box img{
	margin: 0 auto;
	display: block;
}
.trimList .box  h3{
	color: #333;
	font-weight: normal;
	line-height: 2em;
	margin: 15px 0;
	position: relative;
	text-align: center;
}
.trimList .box  h3:before{
	content: '';
	width: 2em;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -1em;
	background: #8D1600;
	bottom: 0;
}
.trimList .box:hover{
	background: url(../images/a10.jpg) no-repeat center;
	background-size: cover;
}

.red{color: #8D1600;}
.rhxzCenter .jnhf{
	text-align: center;
	background: url(../images/bg5.jpg) no-repeat center;
	background-size: cover;
}
.rhxzCenter .jnhf .title5 span{background: none;}

.xsfwBox .box{
	width: 48%;
	position: relative;
	margin-left: 2%;
	float: left;
}
.xsfwBox .box .inner{
	width: 100%;
	height: 100%;
	padding: 10px 20px;
	background: rgba(53,112,193,.7);
	color: #fff;
	position: relative;
	z-index: 2;
}
.xsfwBox .box:before{
	content: '';
	position: absolute;
	width: 98%;
	height: 98%;
	border: 1px solid #efefef;
	top: 0;
	left: 0;
	top: -2%;
	left: -2%;
}
.xsfwBox .box h2{
	line-height: 2em;
	margin-bottom: 10px;
}
.xsfwBox .box h2 img{
	vertical-align: middle;
	margin-right: 10px;
}

@media screen and (min-width: 769px) {
	.trimList .box .word{
		height: 12em;
	}
}
@media screen and (max-width: 768px)  {
	.trimList .box{
		width: 100%;
		padding: 10px 5px;
		border: 0;
		height: auto !important;
	}
	.trimList .box img{
		width: 30px;
	}
	.xsfwBox .box{
		width: 96%;
		margin: 0 auto 2%;
		float: none;
		height: auto !important;
	}
}
.ljlshOut{
	padding: 15px 0;
}
.ljlsh_list{
	position: relative;
}
.ljlsh_list:before{
	content: '';
	width: 1px;
	height: 100%;
	left: 50%;
	background: #ddd;
	position: absolute;
	top: 0;
}
.ljlsh_list dl{
	margin-bottom: 3%;
	position: relative;
}
.ljlsh_list dl dt,.ljlsh_list dl dd{
	float: right;
	text-align: left;
	width: 46%;
}
.ljlsh_list dl dd .text{
	text-align: right;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 3;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
	height: 4.5em;
	line-height: 1.5em;
}
.ljlsh_list dl:nth-child(odd) dt,.ljlsh_list dl:nth-child(even) dd{
	float: left;
	text-align: right;
}
.ljlsh_list dl:nth-child(odd) dd .text{
	text-align: left;
}
.ljlsh_list dl dd a{
	background: #f9f9f9;
	padding: 20px;
	color: #333;
	display: block;
}
.ljlsh_list dl dd h2{
	font-weight: normal;
	line-height: 2.2em;
	height: 2.2em;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
}
.ljlsh_list dl .date{
	position: relative;
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	background: url(../images/right_i.png) no-repeat 98% center;
}
.ljlsh_list dl:nth-child(even) .date{
	background: url(../images/left_i.png) no-repeat left center;
}
.ljlsh_list dl a:hover .date{
	background: url(../images/rigth_r_1.png) no-repeat 98% center;
}
.ljlsh_list dl:nth-child(even) a:hover .date{
	background: url(../images/left_i_1.png) no-repeat left center;
}
.ljlsh_list dl img{
	width: 230px;
	height: 180px;
	object-fit: cover;
}
.ljlsh_list dt:before{
	content: '';
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #8D1600;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -12px;
}
@media screen and (max-width: 768px){
	.ljlsh_list dl img{
		max-width: 80%;
		height: auto;
	}
	.ljlsh_list dt:before{
		width: 10px;
		height: 10px;
		margin-left: -7px;
	}
	.ljlsh_list dl dd a{
		padding: 10px 5px;
	}
}

/* 继续教育 */
.jxjyCenter{
	background: url(../images/bg6.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 8%;
}
.jxjyCenter .m_nav{
	padding-top: 15px;
	border: 0;
}
.jxjyCenter .m_nav a,.jxjyCenter .m_nav{color: #fff;}
.jxjyNav{
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jxjyNav a{
	margin: 0 30px;
	color: #fff;
	text-align: center;
}
.jxjyNav dt{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #9aa4b6;
	-webkit-background-size: 60px 60px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .5s;
	margin: 0 auto;
	margin-bottom: 15px;
}
.jxjyNav .dl1 dt{background-image: url(../images/j_icon1.png);}
.jxjyNav .dl2 dt{background-image: url(../images/j_icon2.png);}
.jxjyNav .dl3 dt{background-image: url(../images/j_icon3.png);}
.jxjyNav .dl4 dt{background-image: url(../images/j_icon4.png);}
.jxjyNav .dl1.on dt,.jxjyNav .dl1:hover dt{background-image: url(../images/j_icon1_1.png);}
.jxjyNav .dl2.on dt,.jxjyNav .dl2:hover dt{background-image: url(../images/j_icon2_1.png);}
.jxjyNav .dl3.on dt,.jxjyNav .dl3:hover dt{background-image: url(../images/j_icon3_1.png);}
.jxjyNav .dl4.on dt,.jxjyNav .dl4:hover dt{background-image: url(../images/j_icon4_1.png);}
.jxjyNav dl.on dt,.jxjyNav dl:hover dt{
	background-color: #9aa4b6;
}
.jxjyBcenter{
	width: 620px;
	padding: 20px;
	background: rgba(0,0,0,.3);
	border-radius: 12px;
	margin: 30px auto;
	margin-top: 20px;
}
.jxjyBcenter .formCenter .form{
	width: 100%;
	padding: 8px;
	border-radius: 8px;
	background: rgba(148,163,192,.5);
}
.jxjyBcenter .form ul{
	background: #fff;
	padding: 15px 20px;
	border-radius: 8px;
}
.jxjyBcenter .form li{
	display: flex;
	align-items: center;
	color: #666666;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}
.jxjyBcenter .form li:last-child{border: 0;}
.jxjyBcenter .form li span{
	width: 4em;
}
.jxjyBcenter .form2 li span{
	width: 6em;
}
.jxjyBcenter .form li input{
	height: 30px;
	padding: 0 10px;
	border: 0;
	outline: 0;
	width: 100%;
}
.jxjyBcenter .form li select{
	height: 30px;
	padding: 0 10px;
	border: 0;
	outline: 0;
	width: 100%;
}
.jxjyBcenter .forgetbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px;
}
.jxjyBcenter .forgetbox a{
	color: #fff;
	font-size: 14px;
	line-height: 2em;
}
.jxjyBcenter .btnBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px;
}
.jxjyBcenter .btnBox .btn{
	height: 40px;
	line-height: 40px;
	width: 48%;
	text-align: center;
	color: #18305e;
	font-size: 18px;
	border-radius: 4px;
	background: #e3e3e3;
}
.jxjyBcenter .btnBox .btn.btn_red{
	background: #d4121a;
	color: #fff;
}

.jxjyBcenter .sqbBox{
	background: #fff;
}
.jxjyBcenter .sqbBox li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 10px;
}
.jxjyBcenter .sqbBox li span{
	width: 100%;
	margin-right: 10px;
	line-height: 30px;
}
@media screen and (max-width: 1450px){
	.m_nav{
		font-size: 14px;
	}
}

@media screen and (max-width: 768px){
	.jxjyNav dt{
		width: 40px;
		height: 40px;
		-webkit-background-size: 30px 30px;
		background-size: 30px 30px;
	}
	.jxjyNav{
		flex-wrap: wrap;
		padding-top: 15px;
	}
	.jxjyNav a{
		width: 50%;
		margin: 0 0 10px;
	}
	.jxjyBcenter{
		width: 100%;
		padding: 10px;
	}
	.jxjyBcenter .form ul{
		padding: 10px;
	}
	
}

.gjhzBox dl:nth-child(even) dt,.gjhzBox dl:nth-child(odd) dd{
	float: right;
}
.gjhzBox dl:nth-child(odd) dt,.gjhzBox dl:nth-child(even) dd{
	float: left;
}
.gjhzBox dl dd,.gjhzBox dl dt{
	width: 50%;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-flow: column;
	padding: 10px;
}
.gjhzBox dl dt{
	background: #30518e;
	color: #fff;
}
.gjhzBox dl dt a{
	color: #fff;
}
.gjhzBox dl dd img{
	max-width: 100%;
	max-height: 100%;
}
@media screen and (max-width: 768px){
	.gjhzBox dl dd,.gjhzBox dl dt{
		height: 180px;
	}
}

.lxwmBox img{
	width: 100%;
	margin-bottom: 20px;
	display: block;
}
.map{
	display: block;
	width: 100%;
	height: 300px;
}
.lxwmBox .lxfs{
	padding: 20px 0;
}
.lxwmBox .lxfs li{
	display: -webkit-flex;
	display: flex;
}
.lxwmBox .lxfs li span{
	width: 4em;
}

.caajl_index_box5 .title3{
	text-align: center;
	background-position: center bottom;
	padding-bottom: 30px;
	color: #333;
}
.award_list li{
	float: left;
	width: 31.33%;
	margin-left: 3%;
	margin-top: 5%;
}
.award_list li:nth-child(3n+1){
	margin-left: 0;
}
.award_list li a{
	display: block;
	width: 100%;
	position: relative;
	padding-right: 140px;
	padding-bottom: 30px;
}
.award_list li dd{
	position: absolute;
	right: 0;
	bottom: 0;
	background: #F0F0F0;
	height: 170px;
	width: 160px;
	padding: 10px;
	padding-left: 40px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: left;
	color: #666;
	line-height: 1.5em;
}
.award_list li dt{
	width: 100%;
	padding-top: 136.66%;
	position: relative;
	z-index: 2;
}
.award_list li dt img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.award_list li dd h3{
	margin-bottom: 10px;
	color: #1d2c63;
}
.award_list li dd p{
	height: 4.5em;
	overflow: hidden;
}

@media screen and (max-width: 768px){
	.nei_navlist li.on:before, .nei_navlist dd.on:before{
		display: none;
	}
	.nei_navlist li.on>a, .nei_navlist dd.on>a{
		color: #004EA2;
	}
	.award_list li{
		width: 49%;
		margin-left: 2%;
	}
	.award_list li:nth-child(3n+1){
		margin-left: 2%;
	}
	.award_list li:nth-child(2n+1){
		margin-left: 0;
	}
	.award_list li a{
		padding-right: 50%;
		padding-bottom: 0;
	}
	.award_list li dd{
		padding: 10px;
		width: 50%;
		height: 100%;
	}
}
.list_li em,.list_li span{
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}
