@charset "utf-8";
.ny_banner{width:100%;}
/* 侧边导航 */
.ny_content{padding-bottom: 140px;}
.con_fl{width:19%;position: relative;margin-top: -100px;z-index:99;}
.con_fl h1{width:100%;padding: 50px 0px;font-size: 31px;color: #fff;background: #1470d5;text-align: center;}
.accordion
{
    max-width: 100%;
    border-top: none;
    background: #d3e8ff;
    padding-bottom: 130px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 8px;
    color: #4D4D4D;
    font-size: 18px;
    border-bottom: 1px dashed #adc9e9;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}
.accordion .link a{color: #4D4D4D;}
.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li{
    cursor: pointer;
}
.accordion li i {
    position: absolute;
    top: 17px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon9_07.png) no-repeat center;
}
.accordion li.open .link {border-left:5px solid #ffd800;}
.accordion li.open .link a {
    color: #1470d5;
	font-weight: bold;
}

.accordion li.open i {
    /* background: url(../images/icon9_03.png) no-repeat; */
    /* width:13px; */
    /* height:8px; */
    transform: rotate(90deg);
}

/* .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
} */
.submenu {
    display: none;
    background: #eef6ff;
    font-size: 14px;
}

.submenu li {
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: 12px;
    text-align: center;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    font-size: 16px;
}

.submenu a:hover ,.submenu li.current a{
    color: #505050;
	font-size: 16px;
	font-weight: bold;
}
.accordion li i.fa-chevron-down:before{background: url(../images/icon9_03.png) no-repeat;width:13px;height:8px;display: inline-block;}
.con_fr{width:81%;}
/*当前位置*/
.location {text-align: left;height: 60px;position: relative;padding-left: 24px;margin-top: -61px;background: rgba(51,51,51,0.3);line-height: 60px;color: #fff;}
.location a{display: inline-block;/* float: left; */color: #fff;}
.location a span, #contents .location strong {font-weight: 500;padding: 0px 5px;font-size: 16px;background: url(../images/location-sep.png) no-repeat 10px 0;}
.location span.home{background: none;}
/* 单篇 */
.con_fr .text,.list_box,.ld-ul{padding-top: 30px;padding-left: 5%;}
.con_fr .text .text_b{}
.con_fr .text  h1,.list_box h1{text-align: center;font-size: 29px;color: #1470d5;padding-bottom: 38px;}
.con_fr .text p,.content_b .content_c p{font-size: 17px;line-height: 38px;text-indent:2em;margin-bottom: 20px;}
/* 内容页 */
.ny_content1{padding-bottom: 0;}
.ny_content1 .con_fl h1{padding: 40px 0px;}
.ny_content1 .con_fl{margin-top: -105px;}
.content_b .content_c{/* box-shadow: 0 0 18px 0 rgb(0 0 0 / 13%); *//* padding: 40px 20px; */}
.content_b .content_c h1{font-size: 30px;}
.content_b .content_c .bar{margin-top: 20px;color: #888;font-size: 16px;margin-bottom: 20px;background-color: #f9f9f9;text-align: center;line-height: 40px;}
.content_b .content_c img{display: block;height: auto;max-width: initial; margin: 10px auto;object-fit: cover;}
/* 列表 */
.list li.nynewsList-img{padding: 30px 20px;border-bottom: 1px solid rgba(0,0,0,0.15);margin: 0;position: relative;display: block;}
.list li.nynewsList-img .text_wrap{margin-left: 0;min-height: 170px;padding: 0;}
.list .img_wrap {width: 280px;max-height: 180px;overflow: hidden;position: relative;padding: 0;margin: 0 25px 0 0;display: inline-block;float: left;}
.list .img_wrap img{min-width:100%;height: 180px;width: 100%;transform: scale(1);-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;object-fit: cover;}
.list .info{color:#666;padding: 10px 0;display: block;}
.list .text_wrap {margin-left: 0;padding-right:60px;min-height: 170px;}
.list > li.nynewsList-img:hover .img_wrap *, #contents .list > li:hover .img_wrap *{ transform: scale(1.2); -webkit-transition: all 0.8s ease 0s;  transition: all 0.8s ease 0s;}
/*#contents .nynewsList .text_wrap>span, #contents .nynewsList .text_wrap> a{display:block;}*/
.list > li.nynewsList-img .line{display: inline-block; margin: 0 13px; width: 1px; height: 11px; background: rgba(0,0,0,0.5);}
/*.nynewsList > li.nynewsList-img .title{font-size: 17px;margin-bottom: 10px;line-height: 28px;font-weight: 500;display:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inherit;}*/
/*.nynewsList > li.nynewsList-img .text{font-size: 15px;overflow: hidden;color: #555;line-height: 28px;}*/
.list .text_wrap{margin-left: 0;min-height: 170px;padding: 0;}
.list .text_wrap p.time img{margin-right: 10px;}

.ablink {position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0,0,0,0);z-index: 5;display: block;}
.list .txt h4,.list li.nynewsList-img h4{
    font-size: 21px;
    color:#545252;
    position:relative;
    font-weight:bold;
    position: relative;
    background-image: linear-gradient(#1470d5,#1470d5);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    }
.list li:hover .txt h4,.list li.nynewsList-img:hover h4{background-size: 100% 1px;}
.list .txt h4{margin-top: 16px;}
.list .txt p,.list > li.nynewsList-img p{line-height:27px;color:#777777;}
.list li:hover h4{color: #1470d5;font-weight:bold;}
.list .line-2{margin-top: 20px;}
.list p.time{margin-top: 10px;}
/* 领导 */
.lead{margin-top: 30px;padding-bottom: 87px;}
.lead .bd{text-align: center;border-bottom: solid 1px #ddd;}
.lead .bd li{display: inline-block;font-size: 22px;margin: 0px 30px;padding-bottom: 15px;cursor: pointer;}
.lead .bd li.on{border-bottom: solid 3px rgb(50 203 120);}
.js-box{padding:25px 0;position: relative;min-height: 110px;padding-left: 130px;border-bottom: solid 1px #ddd;}
.js-list{width:92%;}
.js-left{font-size: 22px;position: absolute;left: 0;top: 25px;color: #1470d5;padding-left: 30px;background: url(../images/icon-js.png) left 15px no-repeat;line-height: 58px;}
.js-left span{font-size: 15px;}
.js-list li{float: left;margin-right: 20px;width: 14.28%;}
.js-list li a{ display: block; line-height: 58px; font-size: 18px; color: #4e4e4e; padding:0 30px; }
.js-list li a span{ display: inline-block; padding-left: 20px; background: url(../images/icon-li01.png) left center no-repeat; }
.js-list li a:hover{ background: #1470d5; color: #fff; }
.js-list li a:hover span{ background: url(../images/icon-li02.png) left center no-repeat; }
/* 领导内容页 */
.txtBox{padding-bottom: 40px;}
.txtBox p{text-indent: 2em;font-size: 17px;line-height: 2em;margin-bottom: 16px;}
.txtBox h2.bt{line-height:50px;text-align:center;font-size:25px;margin-top:30px;margin-bottom:30px;}
.con-time{text-align:center;line-height:44px;margin-bottom:16px;color:#888888;background:#fafafa;}
.list_newlead li{border:none;}
.list_newlead li .img_wrap{ max-height:320px;background: #f9f9f9;padding:2%;text-align:center;height:320px;}
.list_newlead > li .title{font-size:18px;color:#1470d5;line-height:52px;}
.list_newlead .desc{    font-size: 16px;
    font-style: italic;
    color: #282828;
    padding: 10px 0px;}

.list_newlead .mass li{line-height:42px;font-size:15px;color:#757575;padding:0;}

.img_wrap a{background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: block;}
.list_newlead .btn a{width:150px;height:48px;line-height:48px;background:#1470d5;color:#fff;display:inline-block;text-align:center;}
.mass li img{vertical-align: middle; margin-right: 6px;}
.list_newlead .btn{margin-top:20px;}
.list_newlead .btn a:hover{background:#eca414;color:#fff;}
.txtBox .list_newlead .desc{font-style: inherit;text-indent: 0;}
.szdy-conx h4{line-height:66px;font-size:22px;color:#1470d5;border-bottom:1px solid #e2dfdf;margin-bottom: 30px;}
.szdy-conx h4 span{color:#878788;display:inline-block;padding:0px 5px;}
.img_wrap {width: 250px;max-height: 175px;overflow: hidden;position: relative;padding: 0;margin: 0 25px 0 0;display: inline-block;float: left;}
.img_wrap img{min-width:100%; min-height:100%;width: 100%;transform: scale(1);-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;}

.smxy-list li {
    padding: 22px 25px 22px 0px;
    margin: 0 0 15px 0;
    background-color: #f5f5f5;
    transition: .5s
}
.smxy-list h3{font-weight: normal;}
.smxy-list .time {
    float: right;
    width: 14%;
    text-align: right;
    color: #999;
}

.smxy-list .txt {
    float: left;
    width: 80%;
    padding-left: 3%;
    border-left: solid 5px #1470d5;
}

.smxy-list .txt .title a {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 17px;
}

.smxy-list li:hover {
    background-color: #1470d5;
}

.smxy-list li:hover .time,.smxy-list li:hover .title a {
    color: #fff
}

.smxy-list li:hover .txt {
    border-color: #c9983f
}

/* 领导页 */
.ld-ul li {
    border-bottom: 1px dashed rgb(221, 221, 221);
    font-size: 14px;
    padding: 40px 0px;
}
.img-hide {
    overflow: hidden;
    display: block;
}
.pull-left {
    float: left !important;
}
.img-hide img, .div-img {
    transition: 0.5s all;
    transform: scale(1, 1);
}
.ld-img img {
    width: 133px;
    height: 175px;
}
.ld-right {
    margin-left: 165px;
    padding-top: 15px;
}
.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ld-name {
    font-size: 22px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.ld-name a {
    font-size: 22px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.ld-txt {
    color: rgb(153, 153, 153);
    line-height: 34px;
    margin-top: 15px;
    text-align: justify;
    font-size: 18px;
}
.ld-ul p{line-height: 30px;}
.ld-ul li:hover .ld-img img{transition: all 0.4s;transform: scale(1.1);}
.ld-ul li:hover a .ld-name{color: #1470d5;}
/* 组织结构 */
.textList3Dl {
	overflow: hidden;
	/* margin-right: -30px; */
}

.textList3Dl dt {
	float: left;
	display: inline;
	width: 100%;
	margin-bottom: 30px;
}

.textList3Dl dt .con::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #999999;
	opacity: .3;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.textList3Dl dt .con a,.textList3Dl dt .con span {
	display: inline-block;
	height: 43px;
	line-height: 43px;
	padding: 0 0 8px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 23px;
	background-image: url(../images/titleIcon1.png);
	font-size: 24px;
	color: var(--color3);
	padding-left: 35px;
}

.textList3Dl dt .con a::before,.textList3Dl dt .con span::before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: var(--color3);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}

.textList3Dl dd {
	float: left;
	display: inline;
	width: 33%;
	margin-bottom: 30px;
}

.textList3Dl .con {
	margin-right: 30px;
	position: relative;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.textList3Dl dd .con {
	border: 1px dashed rgba(0, 74, 187, .3);
}

.textList3Dl dd .con::after,
.textList3Dl dd .con::before {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: -1px;
	width: 0;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	background-color: #0b49c5;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.textList3Dl dd .con::after {
	width: 3px;
}

.textList3Dl dd .con::before {
	z-index: 2;
	background-image: -moz-linear-gradient(1deg, rgb(0, 74, 187) 0%, rgb(251, 55, 55) 100%);
	background-image: -webkit-linear-gradient(1deg, rgb(0, 74, 187) 0%, rgb(251, 55, 55) 100%);
	background-image: -ms-linear-gradient(1deg, rgb(0, 74, 187) 0%, rgb(251, 55, 55) 100%);
	background-image: url(../images/conBg1.png);
}

.textList3Dl dd .con a {
	display: block;
	position: relative;
	z-index: 5;
	font-size: 18px;
	color: var(--color3);
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 40px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.textList3Dl dd .con:hover {
	box-shadow: 0px 3px 11.28px 0.72px rgba(0, 74, 187, 0.18);
	-webkit-box-shadow: 0px 3px 11.28px 0.72px rgba(0, 74, 187, 0.18);
}

.textList3Dl dd .con:hover::before {
	width: 100%;
}

.textList3Dl dd .con:hover a {
	color: #ffffff;
}
/* 老师 */
.szdu311 .block{
    margin-top: 20px;
    visibility: hidden;
    opacity: 0;
}
.szdu311 .block .fltitle{
    border-bottom: 3px solid #1470d5;
}
.szdu311 .block .flname{
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    width: 284px;
    color: #ffffff;
    background-color: #1470d5;
}
.szdu311 .block .szdwlist311{
    background-color: #f5f5f5;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 25px 15px;
    padding-top: 10px;
    
}
.szdu311 .block .szdwlist311 .item{
    margin-top: 15px;
    margin-right: 25px;
    display: block;
    float: left;
}

.szdu311 .block .szdwlist311 .item:hover{
    color: #1470d5;
}
.szdu311 .block .szdwlist311 .item:hover{
    opacity: 0.7;
}