.clear{
clear:both; /*建立一个通用的清除浮动选择符*/
}
body{
	font-family: '微软雅黑';
}
body,div,ul,ol,li,form,p,input,fieldset,h1,h2,h3,h4,h5,h6,dl,dt,dd,*{
/*这些标签默认存在一些外边距、内边距等，必须提前清除*/
margin:0;
padding:0;
list-style:none;
}
a{
	text-decoration: none;
	color: #333;
	font-size: 14px;
}
table{ border-collapse:collapse;border-spacing:0;}
fieldset ,img{
/*有必要的时候把全局的图片边框去掉*/
border:none;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;}
.r{float:right;}
.l{float:left;}
/* clear float */
/*.cfix:after,.cf:after,.clear:after{content:".";display:block;visibility:hidden;height:0;clear:both;}
.cfix,.cf,.clear{zoom:1}
.cfixBoth{clear:both;height:1px;overflow:hidden;}
*/
.lh24{ line-height:24px;}
.lh25{ line-height:25px;}
.lh27{ line-height:27px;}
.lh32{ line-height:32px;}
.lh36{ line-height:36px;}
.lh40{ line-height:40px;}
.lh48{ line-height:48px;}
.lh50{ line-height:50px;}
.lh56{ line-height:56px;}
/* 顶部 */
.top{
	width: 100%;
	height: 175px;
	background: url(../img/top-bg.jpg) no-repeat 100% 100%;
}
.top_max{height: 100%;width: 1400px;overflow: hidden;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}

.top .top_max .top-right{
	display: flex;
	align-items: center;
}
.top .top_max .link-box{
	color: #fff;
	line-height: 21px;
}
.top .top_max .link-box img{
	margin-right: 9px;
	width:21px;
	height: 15px;
}
.top .top_max .link-box img,.top .top_max .link-box span{
	vertical-align: middle;
}
.search{
	width: 270px;
	height: 75px;
	float: right;
}
.sousuo{
	width: 240px;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border-radius: 20px;
	margin-top: 10px;
}
.sousuo .shuru{
	display: inline-block;
	float: left;
	width: 180px;
	padding-left: 20px;
	height: 40px;
	border: none;
	outline: none;
	border-radius: 20px;
}
.sousuo .tijiao{
	display: inline-block;
	float: right;
	width: 40px;
	height: 40px;
	background: url(../img/icon_sousuo.png) no-repeat center center;
	border: none;
}
.mar-rig{
	padding-right: 10px;
	position: relative;
	margin-right: 17px;
}
.mar-rig img{
	width: 21px!important;
	height: 19px!important;
}
.mar-rig:after{
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: #FFFFFF;
}

/* 导航 */
.nav_bg{
	width: 100%;
    height: 60px;
    background: #003b75;
}
.nav{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.nav .li_yj{
	width: calc(100% / 10);
	height: 60px;
	float: left;
		position: relative;
}
.nav .li_yj a{
	display: block;
	width: 100%;
	height: 100%;
	line-height:60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	transition: .5s all;
	background: #003b75;
}
.nav .li_yj .nav_ej{
	display: none;
	position: absolute;
	width: 100%;
	height: 50px;
	transition: height 200ms ease-in 200ms;
}
.nav .li_yj .nav_ej .li_ej{
	width:100% ;
	height: 100%;
	position: relative;
	
}
.nav .li_yj .nav_ej .li_ej a{
	height: 100%;
	  line-height: 50px;
	font-size: 18px;
	background: rgba(4, 52, 99,.6);
	    
}
.nav .li_yj .nav_ej .li_ej:hover{
	background-color: #043463;
}
.nav .li_yj a:hover{
	background:#022a5e;
}
.nav .li_yj:hover .nav_ej{
	display: block;
	z-index: 99;
}
.nav_sj{
	    display: none;
	    position: absolute;
	    width: 92.3px;
	    height: 45px;
		top: 0;
		left: 100%;
	    transition: all .5s;
}
.nav .li_yj .nav_ej .li_ej:hover .nav_sj{
	display: block;
	z-index: 99;
}

/* 轮播图 */

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 8px!important;
}
.swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background:none;
	opacity: 1;
	border: 1px solid #ffffff;
	transition: .5s all;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px;
}
.swiper-pagination-bullet-active{
	background:#ffffff;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	display: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	    left: 5%;
		
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 5%;
}
.swiper-button-next, .swiper-button-prev{
	
	width: 37px;
	height: 73px;
}
.banner{
	height: auto;
	max-height: 350px;
	overflow: hidden;
	width:1200px;
           margin:0 auto;
}
/* 中间模块部分 */
.con{
	width: 100%;
	height: auto;
	min-height: 500px;
	padding: 30px 0 20px 0;
}
.con-model{
	width: 1200px;
	margin: 0 auto;
}
.model-one{
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.model-one .model-one-left{
	width: 470px;
}
.model-one .model-one-right{
	width: 710px;
}
/* 栏目头部 */
/* .model-title{
	width: 100%;
	height:60px;
	display: flex;
	align-items:center;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;
	background: #fafafa;
	border-radius: 10px 10px 0 0;
} */
.model-title{
	width: 100%;
	height:50px;
	display: flex;
	align-items:center;
	justify-content: space-between;
	box-sizing: border-box;
	position: relative;
	/* 简约头部 */
	border-bottom: 1px solid #cdcdcd;
}
.model-title:after{
	content: '';
	width: 75px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
}
/* 头部左半部 */
/* .model-title .title-left{
	display: flex;
	align-items: center;
	height: 60px;
	width: 180px;
	background: url(../img/title_bg.png) no-repeat;
} */
.model-title .title-left{
	display: flex;
	align-items: center;
	height: 50px;
}
/* 栏目头部蓝色下横线 */
.model-title .title-left::after{
	content: '';
	width: 100%;
	height: 2px;
	background: #022a5e;
	display: block;
	position: absolute;
	top: 100%;
	left: 0px;
	transform: translateY(-50%);
}
.model-title .title-left img{
	margin-right: 8px;
}
/*最初版*/
/*.model-title .title-left .title{
	font-size: 20px;
	font-weight: 500;
	color: #333;
}*/
.model-title .title-left .title{
	font-size: 20px;
	font-weight: 500;
	width:140px;
           height:50px;
           line-height:50px;
           background:#022a5e;
           text-align:center;
           color:#fff;
}
/* 栏目头部英文 */
.title-left .f-title{
	color: #c9c9c9;
	font-size: 16px;
	margin-left: 15px;
}
.model-title .more a{
	font-size: 16px;
	color: #dc0000;
}

/*.model-one-con{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}*/
.model-one-con{
	margin-top: 15px;
}
.model-one-box{
	width: 360px;
}
.model-one-box .box-top{
	width: 100%;
	height: 220px;
	position: relative;
}

.model-one-box .box-top img{
	width: 100%;
	height: 100%;
}
.model-one-box .box-top .date{
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 67px;
	height: 67px;
	background:#022a5eb3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.model-one-box .box-top .date .day{
	display: block;
	width: 38px;
	font-size: 20px;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding-bottom: 3px;
}
.model-one-box .box-top .date .year{
	margin-top: 3px;
	font-size: 14px;
	color: #fff;
}

.model-one-box .new-title{
	margin-top: 16px;
}
.new-title>a:hover{
	color: #2A7DC8;
}

.model-one-box .new-title .title{
	font-size: 18px;
	font-weight: 500;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
          color: #022a5e;
}
.model-one-box .new-title .f-title{
	margin-top:12px ;
	color: #808080;
	display: -webkit-box; 
	overflow: hidden;
	word-break: break-all; 
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* .model-one-right .one-right-con .one-right-box{
	display: flex;
	align-items: center;
} */
.one-right-box .box-left{
	display: flex;
	flex-direction: column;
	width: 61px;
	height: 51px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #022a5e;
        float: left;
}
.one-right-box .box-left .day{
	display: block;
	height: 25px;
	line-height: 25px;
	font-size: 18px;
	width: 100%;
	text-align: center;
	color: #022a5e;
}
.one-right-box .box-left .year{
	display: block;
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	background: #022a5e;
	color: #fff;
}
.box-rigth{
	width: 90%;
	float: left;
}
.box-rigth .title{
	font-size: 18px;
	flex: 1;
	font-weight: bold;
	color: #022a5e;
	margin:0 20px 0 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.box-rigth .f-title{
	width: 100%;
	font-size: 14px;
	color: #022a5e;
	line-height: 22px;
	margin: 10px;
	float: left;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.one-right-list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #cecece;
}
.one-right-list .date{
	font-size: 13px;
	color: #022a5e;
	line-height: 36px;
	margin: 0;
	float: right;
}
.one-right-list .title{
	font-size: 15px;
	line-height: 36px;
	color: #022A5E;
	margin: 0;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.one-right-box .title{
	font-size: 16px;
	flex: 1;
	color: #022a5e;
	margin:0 20px 0 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}

.center-banner{
	margin: 50px 0;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.model-two{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
        margin-top:20px;
}
.model-two .model-two-left{
	width: 585px;
	overflow: hidden;
}
.model-two-content{
	padding: 15px 20px 0 20px;
	border: 1px solid #EEEEEE;
}
.model-two-content .model-two-box{
	height: 32px;
	line-height: 32px;
	display: flex;
	justify-content: space-between;
}
.model-two-box>a{
	width: 85%;
        display:inline-block;
        float:left;
}
.model-two-box>a .title:hover{
	color: #2A7DC8 ;
}
.model-two-content .model-two-box .title{
	width: 100%;
	font-size: 15px;
	color: #333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}
.model-two-content .model-two-box .title::after{
	content: '';
	width: 6px;
	height: 6px;
	background: #022a5e;
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	border-radius: 20px;
}
.model-two-content .model-two-box .date{
	font-size: 13px;
	color: #bfbdbd;
        display:inline-block;
        float:right;
}
.defend{
	width: 100%;
	margin-top: 20px;
}
.tempWrap{
	height: auto;
	border: 1px solid #EEEEEE;
        padding: 20px 0;
}
.tempWrap ul li{
	height: 190px;
	width: 260px;
	float: left;
	overflow: hidden;
	margin: 0 10px;
}
.tempWrap ul{
	width: auto;
	height: 190px;
	margin: 20px;
}
.tempWrap ul li a{
	border: 1px solid #EEEEEE;
	display: block;
	width: 260px;
	height: auto;
}
.tempWrap ul li a img{
	width: 260px;
	height: 190px;
	border: 5px solid #FFFFFF;
	max-width: 100%;
	display: block;
}
.mrt-50{
	margin-top: 50px;
}
.announce{
	margin: 50px 0;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.announce-title{
	display: flex;
	align-items: center;
}
.announce-title .title{
	font-size: 20px;
	color: #022a5e;
	margin-left: 10px;
}
.announce .new-text{
	font-size:16px;
	color:#333;
}
.connect{
	width: 100%;
	height: 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	background: url(../img/info-bg.png) no-repeat;
	box-sizing: border-box;
}
.connect .phone{
	display: flex;
	align-items: center;
}
.connect .phone span{
	font-size: 22px;
	color: #022a5e;
	font-weight: bold;
	margin-left: 5px;
}
.gampus{
	padding-left: 15px;
	position: relative;
	font-size: 18px;
	color: #333333;
}
.gampus::after{
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background: #022a5e;
	border-radius: 50%;
}
.code{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.code p{
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.friendship-link{
	width: 100%;
	/* heigth:auto; */
	height: 155px;
	background: #f7f7f7;
}
.link-content{
	width: 1200px;
	margin: 0 auto;
	padding: 22px 0;
}

.link-content .link-box{
	margin-top:16px;
	display: flex;
	justify-content: space-between;
}
.link-content .link-box select{
	width: 223px;
	height: 36px;
	border-color: #bfbfbf;
	background: #f7f7f7;
	font-size: 16px;
	color: #666666;
	padding: 0 10px 0 10px;
}
.link-content .link-box select option{
	
	font-size: 16px;
	color: #333333;
}
/* 内页 */
.article-banner{
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.inner-content{
	width: 100%;
}
.inner-content .content{
	width: 1200px;
	min-height:350px ;
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}
.inner-content .content .content-left{
	width: 250px;
}
.inner-content .content .content-left .nav-title{
	width: 100%;
	height: 70px;
	background: #11487e;
	text-align: center;
	line-height: 70px;
	font-size: 24px;
	color: #FFFFFF;
}
.side-nav-list{
	width: 100%;
	height: auto;
}
.side-nav-list .side-nav{
	display: block;
	background: #e6f3ff;
	font-size: 20px;
	color: #333;
	height: 70px;
	line-height: 70px;
	text-align: center;
	transition: all .5s;
}
.side-nav-list .side-nav:hover{
	background: rgba(19, 85, 163,.6);
	color: #fff;
}
.content-right{
	width: 900px;
	height: auto;
}
.content-right .right-header{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom:2px solid #eeeeee ;
	padding-bottom: 10px;
	
}
.content-right .right-header .column-title{
	font-size: 24px;
	color: #333;
}
.content-right .right-header .column-address{
	font-size: 18px;
	color: #666;
}
.article-box>a{
	width: 85%;
}
.article-list .article-box{
	width: 100%;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #f6f6f6;
}
.article-list .article-box:nth-last-child(1){
	border-bottom: none!important;
}
.search-box{
	margin-top: 40px;
}
.search-title{
	font-size: 18px;
	color: #333;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;

}
.brief{
	font-size: 14px;
	color: #999;
	text-indent: 28px;
	margin-top: 5px;
	line-height: 22px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.search-date{
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
.page{
	height: 70px;
	text-align: center;
	margin: 0 auto;
} 
.article-list .article-box .title{
	font-size: 16px;
	color: #333;
	/*width: 85%;*/
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.article-list .article-box .title::after{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #11487e;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
}
.article-list .article-box .date{
	font-size: 14px;
	color: #666;
}
.inner-content .article_details{
	margin:40px 0;
}
.inner-content .article_details .article-title{
	text-align: center;
	font-size:26px;
	color: #333;
}
.inner-content .article_details .article-title{
	text-align: center;
	font-size:26px;
	color: #333;
	margin-bottom: 22px;
        line-height:39px;
}
.article-date{
	text-align: center;
	font-size: 18px;
	color: #8e8e8e;
}
.article-body{
	margin-top:24px;
}
.article-body p{
	line-height: 32px;
}
/* 底部 */
.footer{
	    width: 100%;
	    height: 125px;
	    padding-top: 15px;
	    background: #022a5e;
	    text-align: center;
}
.footer p{
	font-size: 18px;
	color: #fff;
	height: 47.5px;
	line-height: 47.5px;
}
/* .footer .support{
	margin-left: 70px;
} */



/* 紧凑 */

.model-one-box .new-title{
	margin-top: 5px;
}
.model-one-box .new-title .f-title{
	margin-top: 5px;
}
.model-one-box .box-top{
	height: 233px;
}
.model-one-box .box-top .date{
	bottom: 10px;
	left: 15px;
}
.model-one-right .one-right-con .one-right-box{
	padding-top: 15px;
	height: 90px;
}
.center-banner{
	margin: 20px 0;
}
.announce{
	margin: 20px 0;
}
.mrt-50{
	margin-top: 20px;
}

/* 新加样式2022.10.14 */
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hei18{ font-size: 18px; color: #333333; text-decoration: none;}
.hei18 a{ font-size: 18px; color: #333333; text-decoration: none;}
.hei18 a:hover{ font-size: 18px; color: #333333; text-decoration: none;}

.hei16{ font-size: 16px; color: #333333; text-decoration: none;}
.hei16 a{ font-size: 16px; color: #333333; text-decoration: none;}
.hei16 a:hover{ font-size: 16px; color: #333333; text-decoration: none;}

.qianhui16{ font-size: 16px; color: #999999; text-decoration: none;}
.qianhui16 a{ font-size: 16px; color: #999999; text-decoration: none;}
.qianhui16 a:hover{ font-size: 16px; color: #999999; text-decoration: none;}

.mt30{ margin-top: 30px;}
.mt45{ margin-top: 45px;}
.mt10{ margin-top: 10px;}



.con-1{
	width: 1200px;
	height: 400px;
}
.con1-con{
	width: 1200px;
	height: 320px;
}
.news-imglist{
	width: 540px;
	height: 320px;
	float: left;
}
.news-list{
	width: 640px;
	height: 320px;
	float: right;
}
.news-list>ul>li{
	height: 40px;
	line-height:40px;
	padding-left: 20px;
	background:url(../img/icon_pot.png) no-repeat center left;
	border-bottom: 1px solid #eeeeee;
}
.news-list>ul>li>p{
	display: inline-block;
	float: left;
	width: 83%;
}
.news-list>ul>li:nth-child(1)>p>a,.news-list>ul>li:nth-child(2)>p>a{
	color: #dc0000;
        font-weight:bold;
}
.news-list>ul>li:nth-child(1)>span,.news-list>ul>li:nth-child(2)>span{
	color: #dc0000;
        font-weight:bold;
}


.news-list>ul>li>span{
	display: inline-block;
	float: right;
}
.con-model2{
	width: 100%;
	height: 340px;
	background: #f7f7f7;
	padding-top: 20px;
	padding-bottom: 20px;
}
.model-two2{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.con2-item{
	width: 380px;
	height: 300px;
}
.list{
	margin-top: 10px;
}
.list>ul>li{
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	background:url(../img/icon_pot2.png) no-repeat center left;
}
.list>ul>li>p{
	display: inline-block;
	float: left;
	width: 86%;
}
.list>ul>li>span{
	display: inline-block;
	float: right;
}

.model-title .title-left .title {
    width: auto;
	padding-left: 30px;
	padding-right: 30px;
}
.bgfff{ background: #ffffff;}