@charset "utf-8";
@import url("../fonts/font.css");
* {
	margin: 0;
	padding: 0;
}

body {
	width:100%;
	margin: 0 auto;
font-family:"microsoft yahei";
font-weight: normal;
	font-size: 14px;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li,
p {
	list-style-type: none;
	font-size: 15px;
	margin: 0;
}
a { color:#333; text-decoration:none; cursor:pointer;}
a,
a:focus,
a:hover {
	border: none;
	outline: none;
	height: auto;
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w100 {
	 float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.bg_e7f3ff{background-color:#e7f3ff; overflow:hidden;}

.clear {
	clear: both;
}
.li_last {
	 margin-right: 0 !important;
}

.banner{float:left;margin-top:0;width:100%;position:relative;max-height: 800px;z-index:9;overflow:hidden;}
.banner img{width:100%;}
.banSwiper{position:relative;float:left; width:100%; height:100%; overflow:hidden;}
.banSwiper .swiper-slide{float:left; text-align:center; width: 100%;height: 100%;}
.banSwiper .swiper-slide img{display:inline-block; width:100%; height:auto; overflow:hidden;}
.banSwiper  .swiper-button-prev:after,.banSwiper  .swiper-container-rtl .swiper-button-next:after,.banSwiper  .swiper-button-next:after,.banSwiper  .swiper-container-rtl .swiper-button-prev:after{color:transparent; line-height:48px; text-align:center; font-size:25px;}
.banSwiper .swiper-button-prev,.banSwiper  .swiper-button-next{top: calc(50% - 60px) !important;color:transparent;width:50px;height:120px;line-height:120px;border-radius:0;}
.banSwiper .swiper-button-prev{left:120px !important; background:url(../img/ban_l.png) no-repeat center center; color:transparent;;}
.banSwiper  .swiper-button-next{ right:120px !important;background:url(../img/ban_r.png) no-repeat center center;color:transparent;}
.banSwiper  .swiper-pagination-bullet{width: 50px;opacity:1 !important;height: 4px;border:0px solid #fff;background-color:#fff;margin:0 0px !important;border-radius: 0;}
.banSwiper  .swiper-pagination-bullet-active{width:50px; height:4px; background-color:#1953d0; opacity:1 !important;}
.banSwiper  .swiper-pagination-bullets{bottom:0px !important;  width:100%;padding-top:0px; height:30px;}

.header{position:absolute;top:1px; left:0; z-index:125;width:100%; height:200px; background:url(../img/bg_header.png) no-repeat top center;}
.header1{height:120px !important; background-image:none; background-color:#1953d0;}
.head{max-width: 1700px;
width:100%;
    margin: 0px auto;
    position: relative;
    z-index: 999;}
.logo{float:left;width: 40%;margin-top:25px;max-width:780px;}
.logo img{width:100%;}
.logor{float:right; width:360px;margin-top:15px;}
.search{float: right;margin-left:10px; padding-left:10px; padding-right:10px; width:200px; height:38px; border:1px solid #fff; border-radius:20px;}
.search .ssk{float:left;width:calc(100% - 45px); background-color:transparent; border:0; outline: none; color:#fff; line-height:40px;}
.search .ss{float:right;width:45px; height:40px;border:0; outline: none; background:url(../img/search.png) no-repeat center center;}
.top_link{float:left; width:150px; text-align:center; line-height:40px; right:0; z-index:1111;}
.top_link a,.top_link span{display: inline-block; font-size:14px; color:#fff;}
.top_link span{margin:0 5px;}

.dh{position:relative;z-index:25;float:right;width: 50%;height:50px;margin-top: 10px;/* background-color:#1953d0; */}
#menu {
	position: relative;
	z-index: 9;
	zoom: 1;
	width:100%;
	max-width:1500px;
	text-align: center;
	height:50px;
	margin: 0 auto;
	list-style: none;
}

#menu ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu span{float:left;color: #fff; line-height:50px;}
#menu li {
	padding:0px 0;
	text-align: center;
	line-height:50px;
	height: auto;
	/* padding: 0px 10px; */
	/*width: calc(14.2% - 5px);*/
	text-align:center;
	display: inline-block;
	float: left;
	position: relative;
}

#menu li a {
	white-space: normal;
	color: #fff;
	padding: 0 23px;
	font-size: 20px;
	/*font-family: 'SourceHanSansSC-Medium';*/
	font-weight: bold;
	text-align: center;
}

#menu li:hover {
	/*background-color: #0088d1;*/
}
#menu li:hover a{color: #fff;}
#menu li a:hover {
	
}

#menu li ol {
	margin: 0;
	padding: 0;
	width: 100%;
min-width:150px;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:49px;
	left:50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	z-index: 1;
	border-top: 4px solid #b39b79;
	background:none;
	filter: alpha(opacity=100);
	/*transition: all .2s ease-in-out;*/
}
#menu li ol li{margin-left: 0;background-color: #fff;}

#menu li:hover>ol {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 1;
}

#menu ol ul {
	top: 0;
	z-index: 1;
	left: 200px;
	margin: 0 auto;
	_margin: 0;
}

#menu li ol li,#menu li:hover ol li a {
	padding: 0px;
	white-space: normal;
	float: none;
	width: 100%;
	z-index: 1;
	font-size:18px;
	height: 35px;
	line-height: 35px;
	display: block;
	border: 0;
	color: #333;
	_line-height: 0;
	background-color: #fff;
}

#menu li ol li a {
	white-space: normal;
	padding: 0px 5px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	color: #333;
	float: none;font-family: 'SourceHanSansSC-Normal';
	/* background-color: #1953d0; */
	/* text-transform: none;-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
   transform:scale(1);transition: all 0.8s ease-in-out; */
}

#menu li ol li:hover ,#menu li ol li:hover  a{
	background-color: #fff;
	color:  #1953d0;
}

.menu-btn {
	display:none;
	overflow: hidden;
	float:right;
	/* margin-left: 35px; */
	width: 30px;
	height: 30px;
	background: 0 0;
	text-indent:0;
	opacity: 1;
	position:absolute;
	bottom: 10px;
	right:10px;
	z-index: 999
}
.menu-btn2{position:absolute;
	top: 20px;display:none;
	right:10px;z-index: 999;width: 30px;
	height: 30px;}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3,.menu-btn2 .line-1,.menu-btn2 .line-2,.menu-btn2 .line-3{
	position: absolute;
	top: 50%;
	display: block;
	right: 0;
	width: 26px;
	height: 2px;
	background: #fff;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color
}
.menu-btn2 .line-1,.menu-btn2 .line-2,.menu-btn2 .line-3{background-color:#fff;}
.menu-btn .line-1,.menu-btn2 .line-1{
	margin-top: -9px;
	width: 26px
}

.menu-btn .line-3,.menu-btn2 .line-3{
	margin-top: 9px;
	width: 26px
}

.drawerMenu-open .menu-btn .line-1,.menu-btn2.open .line-1{
	visibility: hidden
}

.drawerMenu-open .menu-btn .line-2,.menu-btn2.open .line-2{
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3,.menu-btn2.open .line-3{
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.mobNav {
	position: fixed;
	top: 110px;
	left: 0;
	right: 0;
	bottom: 0;width:100%;
	background: rgba(255, 255, 255, 1);
	z-index: 98;
	padding: 20px 6% 20px;
	display: none
}

.mobNav ul {width:100%;
	max-height: 80vh;
	overflow: auto
}

.mobNav ul::-webkit-scrollbar {
	display: none
}

.mobNav ul li { float:left;    width:100%;
	padding: 15px 0;
	border-bottom: 1px solid #ddd
}
.mobNav ul li .navp{display: flex;
    justify-content: space-between;
    flex-wrap: wrap;float:left; width:100%;}
.mobNav ul li .navp a {
	font-size: 16px;
	color: #005ebb;
	font-weight: 700;
	background-size: auto 100%
}

.mobNav ul li .navp i {
	display: block;    font-style: normal;
	width: 16px;
	font-size: 30px;
	/* font-weight: lighter; */
	transition: .3s;
	color: #005ebb;
	transform-origin: center;
	margin-right: 5px;
	height: 16px;
	background-size: 16px 16px
}

.mobNav ul li.on .navp i {
	transform: rotate(-45deg);
	margin-right:15px;
}

.mobNav ul li .subNavm {
	margin-top: 10px;
	padding-left: 10px;
	display: none
}

.mobNav ul li .subNavm a {
	display: block;
	line-height: 36px;
	font-size: 16px
}

.bg_index1{padding:40px 0 50px 0; background:url(../img/bg_index1.png) #e0e6f2 no-repeat bottom center; overflow:hidden;}
.bg_index2{padding:45px 0 80px 0; background:url(../img/bg_index2.png) #164ecd no-repeat bottom center;overflow:hidden;}
.bg_index3{padding:40px 0 50px 0;background:url(../img/bg_index3.png) #f4f4f4 no-repeat bottom center;overflow:hidden;}
.main{width:100%; max-width:1400px; margin:0 auto;}

.lm{float:left; width:100%;height:50px;padding-left:15px; border-left:4px solid #1953d0;}
.lm h6{float:left;width: calc(100% - 70px);font-size:30px;color:#1953d0;line-height:30px;height:35px;font-weight:bold;}
.lm span{float:left;width: calc(100% - 70px);font-family: 'SourceHanSerifSC-Regular';color:#8c887f;font-size:14px;line-height:15px;}
.more{/* float: left; */display: inline-block;text-align: right;width: 70px;font-size:14px;color:#1953d0;line-height:50px;}

.xw_pic{float:left; width:48%;max-width:660px; margin-top:30px;  height:auto; overflow:hidden;}
.gzdtSwiper{position:relative;float:left; width:100%; height:100%; overflow:hidden;}
.gzdtSwiper .swiper-slide{float:left; text-align:center; width: 100%;height: 100%;}
.gzdtSwiper .swiper-slide .pic{float:left;width:100%; height:360px; overflow:hidden;}
.gzdtSwiper .swiper-slide .pic img{width:100%;-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transform: scale(1);
	transition: all 0.3s ease-in-out;}
.gzdtSwiper .swiper-slide:hover .pic img {
	transform: scale(1.1);
}
.gzdtSwiper .swiper-slide .time{position:absolute;left:30px; bottom:100px; color:#fff; width:122px; height:38px; line-height:38px; text-align:center; background-color:#e7a70c; font-size:14px;}
.gzdtSwiper .swiper-slide .time b{font-size:22px; font-weight: normal;}
.gzdtSwiper .swiper-slide .time span{font-size:14px; margin-left:5px;}

.gzdtSwiper .swiper-slide .bt{float:left;padding:25px 20px;width:100%;text-align:left;height:110px;line-height: 30px;background-color:#1953d0;}
.gzdtSwiper .swiper-slide .bt a{color:#fff; }
.gzdtSwiper .swiper-slide .bt a h6{float:left;width:100%;font-weight: bold; line-height:35px; font-size:16px;overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.gzdtSwiper .swiper-slide .bt a p{float:left;width:100%;font-size:14px;line-height:25px;overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}

.gzdtSwiper  .swiper-pagination-bullet{width:10px; height:10px; border:0px solid #fff;background-color:#fff; opacity:.7; margin:0 5px; border-radius:100% !important;}
.gzdtSwiper  .swiper-pagination-bullet-active{background-color:#fff;opacity:1;}
.gzdtSwiper  .swiper-pagination-bullets{bottom:80px !important; top:auto !important; left:auto !important; right:10px !important; background: top center; width:75px !important;padding-top:0px; height:20px;}

.xwbt{float:right;width:51%;max-width:710px; margin-top:30px;}
.xwbt dl{float:left; width:100%;}
.xwbt dl dd{width:49%; position:relative;}
.xwbt dl dd .pic{float:left; width:100%; height:220px; overflow:hidden;}
.xwbt dl dd .pic img{width:100%;-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transform: scale(1);
	transition: all 0.3s ease-in-out;}
.xwbt dl dd:hover .pic img {
	transform: scale(1.1);}
.xwbt dl dd a .bt{position:absolute; height:60px; color:#fff; line-height:60px;width:100%;font-size:14px;overflow:hidden; text-overflow: ellipsis; white-space: nowrap;padding:0 20px; left:0; bottom:0; background:url(../img/bg_xwbt.png) no-repeat bottom center;}
.xwbt dl dd a.bt {float:left;}
.bg_bt{float:right;width:100%;max-width:710px; padding:10px 20px; margin-top:30px;background-color:#fff;}
.bg_bt ul{float:left; width:100%;}
.bg_bt ul li{float:left; width:100%; line-height:45px; background:url(../img/listd.png) no-repeat left center; padding-left:15px;}
.bg_bt ul li a{float:left;font-size:16px; color:#333; width:calc(100% - 120px); overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.bg_bt ul li a em{font-style: normal;color:#1953d0;}
.bg_bt ul li span.time{float:right;font-size:16px; color:#989898; background:url(../img/xw_time.png) no-repeat left center; padding-left:25px;}
.bg_bt ul li:hover a{color:#1953d0; font-weight:bold;}

.notice{width:100%; float:left;}
.notice .lm{display:none; border-left:4px solid #fff;}
.notice .lm h6,.notice .lm span,.notice .lm .more{color:#fff;}
.notice .lm .more{position:relative;}
.lm2{position:relative;width:100%; background:url(../img/lm_tz.png) no-repeat center center; height:70px;}
.lm2 h6{float:left; z-index:10;width:100%; text-align:center; line-height:60px; color:#fff; font-size:30px; font-weight:bold;}
.lm2 span{position:absolute;left:0;top:0;z-index:10;font-size:40px;line-height: 40px;font-family: 'SourceHanSerifSC-Regular';color: rgb(255 255 255 / 10%);width:100%;text-align:center;}
.lm2 .more{position:absolute; right:10px; top:0; z-index:13; color:#fff; line-height:60px;}
.lm2 hr{width:50px; height:2px; border:0; background-color:#fff; margin:0 auto;}
.notice ul{float:left;width:calc(100% + 27px);margin-top:20px;}
.notice ul li{float:left; margin-top:30px;margin-right:27px; width:calc(25% - 27px); padding:24px 20px; border-radius:5px; background-color:#fff; }
.notice ul li .time{float:left;margin-bottom:10px; width:110px; height:30px; text-align:center; background-color:#eda00c; font-size:14px; line-height:30px; color:#fff;}
.notice ul li h6{float:left; width:100%;line-height:30px;height:60px;overflow:hidden; font-size:16px; color:#333;}
.notice ul li a.read{float:left; background:url(../img/bg_read.png) no-repeat left center; padding-left:40px; line-height:30px; color:#909090; font-size:14px;}
.notice ul li:hover h6{color:#1953D0;}

.ztzl{float:left; width:100%;}
.ztzl ul{float:left;width:calc(100% + 27px);margin-top:0px;}
.ztzl ul li{float:left; margin-top:30px;margin-right:27px; overflow:hidden; width:calc(25% - 27px);}
.ztzl ul li img{width:100%;-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transform: scale(1);
	transition: all 0.3s ease-in-out;}
.ztzl ul li:hover img {
	transform: scale(1.1);}


.yqlj{float:left; width:100%; margin-top:40px; min-height:220px;}
.yqlj ul{float:left;width:calc(100% + 27px);margin-top:10px;}
.yqlj ul li{float:left; margin-top:20px;margin-right:15px; overflow:hidden;padding: 0px 15px; background-color:#fff; height:60px; text-align:center; width:auto;}
.yqlj ul li a{float:left; width:100%;font-size:16px; color:#333;  }
.yqlj ul li a .icon1{float:left; margin-right:10px; margin-left:0px;display:inline-block; width:30px; height:60px; background:url(../img/icon_1.png) no-repeat center center;}
.yqlj ul li a span{float:left;display:inline-block; line-height:60px;}

.footer{float:left; width:100%; background:url(../img/footer.png) #1953d0 no-repeat center bottom;}
.foot{margin:0 auto;}
.footlg{float:left;width:100%; padding:24px 0; text-align:center;}
.footlg img{display:inline-block;}
.copy{float:left; width:100%; border-top:1px solid #5f88e2; text-align:center;}
.copy p{line-height:50px; color:#fff; font-size:16px;}

.bg_main{width:100%; background:url(../img/bg_main.png) no-repeat bottom center #e0e6f2; padding-bottom:80px;}

.m_l{position:relative;z-index:99;float:left;margin-top:40px;width:240px;/* padding-top:20px; */background-color: #b2bcd3;padding-top: 10px;padding-bottom: 10px;}
.yjlm{/* margin-top: -10px; *//* margin-left: -10px; */float: right;width: calc(100% - 10px);display:flex;align-items: center;height: 70px;background: #1953d0;padding: 0 20px;}
.yjlm h6{float:left;width:100%;line-height: 35px;text-align: left;font-weight: bold;font-size: 30px;color:#fff;/* font-family: 'SourceHanSerifSC-Regular'; */}

.ejdh{float: right;width: 100%;margin-top: 0;background-color: #fff;}
.ejdh ul{float:left; width:100%;}
.ejdh ul li{float:left;/* display:flex; *//* align-items: center; */width:100%;/* padding:0 20px; */border-top:1px solid #F0F2F4;border-left: 10px solid #b2bcd3;border-bottom:1px solid #F0F2F4;/* height:60px; */line-height: 60px;/* justify-content: space-between; */}
.ejdh ul li:first-child{border-top:0;}
.ejdh ul li:hover em,.ejdh ul li.on em{background-image:url(../img/ejdh_on.png);}
.ejdh ul li:hover a,.ejdh ul li.on a{color:#005cbb; font-weight: bold;}.ejdh ul li:hover,.ejdh ul li.on{border-left: 10px solid #1953d0;}
.ejdh ul li:hover dl,.ejdh ul li.on dl{display:block;}
.ejdh ul li a{float:left;width: 100%;color:#000;display: inline-block;font-size:16px;padding: 0 20px;}
.ejdh ul li em{float:right;width:30px; cursor:pointer; height:60px; background:url(../img/ejdh_li.png) no-repeat center right; }
.ejdh ul dl{display:none; float:left;width:100%;padding: 0 30px;margin:0;border-top: 1px solid #F0F2F4;}
.ejdh ul dl dd{float:left;width: 100%;padding:10px 0;text-indent: 10px;background:url(../img/sjdh_li.png)no-repeat center left;line-height: 20px;}
.ejdh ul dl dd a{color: #000 !important;font-size:16px;font-weight: normal !important;padding: 0 !important;}
.ejdh ul dl dd:hover,.ejdh ul dl dd.cur{background-image:url(../img/sjdh_on.png);}
.ejdh ul dl dd:hover a,.ejdh ul dl dd.cur a{color: #005cbb !important;}
.sunav{
    position: absolute;
    right: 0;
    top: 10px;
    /* float: left; */
    display: none;
    width: 80%;
    max-width:300px;
    height: 40px;
    margin: 5px auto;
}
.sunav .dl-menuwrapper button:hover,.ejdh .dl-menuwrapper button.dl-active{background-color:transparent;}

.sunav .dl-menuwrapper button{padding-right:10px;height: 40px;background-color: transparent;}
.sunav .dl-menuwrapper,.ejdh .dl-menuwrapper button{float:left;right:auto;max-width: 100%;left:0;}
.sunav .dl-menuwrapper .dl-menu{margin-top:0;}
.sunav .dl-menuwrapper li {
	padding: 0 10px;
}
.sunav .dl-menuwrapper li a {
	border: 0;
	color: #fff;
	padding: 5px 0;
	text-decoration: none !important;
}

.sunav .dl-menuwrapper li:hover {
	background-color: #fff;
}

.sunav .dl-menuwrapper li:hover a {
	border: 0;
}

.sunav .dl-menuwrapper button span {
	width: 80%;
	height: 3px;
	background-color: #fff;
	margin: 0px auto 5px auto;
	display: block;
}

.sunav .dl-menuwrapper:first-child {
	margin-right: 0;
}
.sunav .dl-menuwrapper ul{background-color: #1953d0;}

.m_r{position:relative;z-index:99;margin-bottom:0px;min-height:500px;background-color:#fff;float:right;margin-top:40px;width: calc(100% - 280px);padding: 10px 20px;}
.main1{position:relative;margin-bottom:60px;min-height:500px;background-color:#fff;float:right;margin-top:30px;width:100%;max-width:100%;padding: 0px 30px;}

.dqlm{position:relative;float:left;width:100%;height: 60px;border-bottom: 1px solid #c5c9d2;}
.dqlm h6{float:left;/* background-color:#1953d0; */line-height: 60px;border-bottom:3px solid #1953d0;font-size: 20px;/* font-weight: bold; *//* padding: 0 15px; */text-align: left;color: #333;}
.dqlm span{float:left; width:50px; height:40px; background:url(../img/bg_dqlm.png) no-repeat right center;}

.dqwz{float:right;font-size: 14px;color:#767676;padding-left:20px;padding-right:20px;font-family: "microsoft yahei";font-size: 16px;color: #888;line-height: 60px;background:url(../img/bg_dqwz.png) no-repeat left center;}
.dqwz a,.dqwz span{font-size: 14px;color: #888;font-family: "microsoft yahei";}

.btlist{float:left;width:100%;/* padding:0 20px; */}
.btlist ul{float:left; width:100%;}
.btlist ul li{float:left;padding-left: 10px;width:100%;background: url(../img/listd.png) no-repeat left center;line-height:65px;border-bottom: 1px solid #d3dce5;}
.btlist ul li a{float:left;width:calc(100% - 120px);color:#333; font-size:18px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.btlist ul li span.time{float:right; font-size:16px; color:#666;}
.btlist ul li:hover a{color: #1953d0; font-weight: bold;}

.fy{float:left; width:100%; margin:10px auto;}

.article{width:100%;float: left;margin: 0;padding: 0 20px;}
.article_title{float: left;text-align: center;width:100%;margin-top: 25px;}
.article_title h1{font-size: 20px;color: #333;font-weight: bold;line-height: 40px;}
.article_title h2{font-size: 18px; color: #333; line-height: 30px;}
.article_data{float: left;width:100%;text-align: center;padding: 15px 0px;margin: 0px auto 30px auto;border-bottom: 1px solid #C0C0C0;height:auto;line-height: 20px;font-size: 16px;color: #787878;}
.article_data b{margin:0 10px;}
.wznr{float:left; width:100%; margin-top:0px;padding-bottom:40px; border-bottom: 1px dashed #C0C0C0;}
.wznr p,.wznr p span{font-family: "microsoft yahei" !important;}
.wznr p{line-height: 200%;text-indent: 2em;height: auto;overflow: hidden;font-size:16px;color: #333;margin-bottom:0;}
.wznr p img{margin: 10px auto;width:auto;max-width:calc(100% - 4em);display: block;}
.wznr p table,.wznr table{width:100%; max-width: 100%; height: auto; margin: 0 auto;display:table; border:0;}
.page{float:left; width:100%; margin: 20px 0;}
.page div{float:left;width: 100%;font-family: "microsoft yahei";line-height:30px;font-size:16px;color:#1953d0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page div a{margin-left:5px;color: #000; font-size:16px;}

/*学院简介*/
.jianjie {
	margin-top: 46px;
}

.jianjie-box {
	float: left;
	margin: 20px 0;
	background-color: #204999;
	background-position: 102% 132%;
	background-repeat: no-repeat;
}


.jianjie-box .jianjie-img {
	width: 500px;
	height: 333px;
	float: left;
	margin-right: 0;
	overflow: hidden;
}

.jianjie-box .jianjie-img img {
	width: 100%;
	min-height: 100%;
}

.jianjie-box-text {
	padding: 5px 20px;
	position: relative;
	width: calc(100% - 500px);
	height:auto;
	float: right;
}

.jianjie-box-text h3 {

position: absolute;

left: 0;

top: 0;

width: 98%;

/* background: url(../img/jianjie-h3.png) no-repeat; */

background-size: 100% 100%;

font-size: 35px;

color: #fff;

line-height:60px;

height:60px;

font-weight: normal;

text-align: center;

font-family: "Tahoma";

/* padding-left: 408px; */

margin: 0;
}

.jianjie-box-text h3 strong {
	font-size: 30px;
	color: #ededed;
	font-weight: bold;
	line-height: 48px;
	position: absolute;
	left: 63%;
	top: -1px;
}

.jianjie-box-text p {
	font-size: 18px !important;
	color: #ededed;
	line-height: 36px !important;
}


.jianjie-jiagou {
	margin-top: 50px;
}

.jianjie-jiagou h3 {
	font-size: 30px;
	color: #333;
	line-height: 36px;
	margin-bottom: 25px;
}

.jianjie-jiagou p {
	font-size: 18px !important;
	color: #666;
}

.jianjie-jiagou ul {
	margin-left:-2%;
	margin-top: 40px;
	margin-bottom: 110px;
	overflow: hidden;
}

.jianjie-jiagou ul li {
	float: left;
	width: 31.3%;
	margin-left: 2%;
	margin-bottom: 15px;
	position: relative;
}


.jianjie-jiagou ul li .jiagou-img {
	width: 100%;
	height: 198px;
	overflow: hidden;
}

.jianjie-jiagou ul li .jiagou-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


.jianjie-jiagou ul li:hover .jiagou-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.jianjie-jiagou ul li .jiagou-title {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 2px 2px #000;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
 
/*历史沿革*/
.notes {
	padding: 20px 20px;
	margin: 0 auto;
    display: block;
   
}

.notes ul {
	background: url(../img/line.png) center top repeat-y;
	padding: 25px 0 70px;
}

.notes ul li {
	position: relative;
	width: 47%;
	margin-left: 53%;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 3px solid #1953d0;
	padding: 15px 40px 15px 35px;

}


.notes ul li:nth-child(even) {
	margin-left: 0%;
	border-right: 1px solid #d2d2d2;
	border-left: 3px solid #1953d0;
}


.notes ul li:hover{
	background:#1953d0;
}

.notes ul li::before,
.notes ul li::after {
	content: "";
	position: absolute;
}

.notes ul li::before {
    display: block;
    position: absolute;
    left: -10px;
    top: 50%;
    width: 10px;
    height: 15px;
    background: #fff url(../img/arrow-left.png) no-repeat;
	transform: translateY(-50%);
}

.notes ul li:hover:before{
    background: none;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #1953d0;
    width: 0;
    height: 0;
}


.notes ul li:nth-child(even)::before{
	background: #fff url(../img/arrow-right.png) no-repeat;
	left: auto;
	right: -10px;
}

.notes ul li:nth-child(even):hover::before{
	border-right: none;
	border-left: 10px solid #1953d0;
}

.notes ul li::after {
	top: 50%;
	right: calc(100% + 5.7%);
	width: 12px;
	height: 12px;
	background: url(../img/notes-dian.png) center no-repeat;
	background-size: 100%;
	transform: translateY(-50%);
}

.notes ul li:nth-child(even)::after{
	left: calc(100% + 5.7%);
	right: auto;
}


.notes ul li:hover:after{
		background-size: 100%;
}



.notes ul li h3 {
	font-size: 30px;
	color:#1953d0;
	line-height: 36px;
	margin: 0 0 5px;
}

.notes ul li:hover h3{
	color: #fff;

}

.notes ul li h3 strong {
	font-size: 18px;
	color: #a3a3a3;
	font-weight: normal;
        margin-left: 5px;
}

.notes ul li:hover h3 strong{
	color: #fff;
}

.notes ul li p {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	margin-bottom: 0;
}

.notes ul li:hover p{
	color: #fff;
}


/*现任领导*/
.leader {width:100%;margin: 20px auto;float: left;}

.leader ul {
	overflow: hidden;
	margin-left: auto;
	padding: 0;
}

.leader ul li {
	width: 46%;
	margin-left:2%;
	margin-right:2%;
min-height:185px;
	float: left;
	background: #fafafa;
	padding: 25px 20px;
	margin-bottom: 12px;
	position: relative;
	transition: all 0.4s ease-out 0s;
}

.leader ul li:hover {
	transform: translateY(-5px);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 13px;
}

.leader ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: #d2dae8;
}

.leader ul li h5 {
	font-size: 24px;
	color: #333;
	margin: 0 0 10px;
}

.leader ul li:hover h5 {
	color: #204999;
}


.leader ul li h6 {
	font-size: 16px;
	color: #1953d0;
	margin: 0 0 10px;
}

.leader ul li p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.jslist{float:left; margin-top:30px; width:100%;}
.jslist ul{float:left; width:100%; border-top:0px solid #e0e4eb;}
.jslist ul li{float:left;width:100%; border:0px solid #e0e4eb; border-top:0; margin-bottom:30px;}
.jslist ul li .pic{float:left; padding:0px; height:200px; width:160px; overflow:hidden;}
.jslist ul li .pic img{width:100%;}
.jslist ul li .bt{float:left; width:calc(100% - 160px); padding:20px; min-height:200px; border-left:0px solid #e0e4eb;}
.jslist ul li .bt a h6{float:left;width:100%;margin-bottom: 10px; line-height:40px; font-weight:bold; font-size:18px;color:#333;}
.jslist ul li .bt a p{font-size:16px; color:#333; line-height:30px;}
.jslist ul li:hover .bt a h6{color:#1953d0;}


.zrjslb{float:left; margin-top:0px; overflow:hidden; width:100%;background-color: #fbfbfb;
    border-bottom: 1px solid #e5e5e5;}
.mtop30{margin-top:30px;}    
.zrjslb h6{float:left; width:200px; padding:20px 20px;font-size:16px; font-weight:bold; color:#333; text-align:left;  line-height:24px;}
.zrjslb ul{float:right;; width:calc(100% - 200px); padding:10px 20px; background-color:#fff;}
.zrjslb ul li{float:left; width:auto;font-size: 16px; color: #333; margin-bottom:10px; line-height:25px;}
.zrjslb ul li .xm{    float: left;
    /* width: 40%; */
    padding: 10px 20px;
    min-width: 88px;
    /* text-align: justify; */
    text-align-last: justify;}
.zrjslb ul li .gh{float:left;display:none;  width:60%; padding:10px 20px;}