.cennobox.pding{
	padding: 60px 0 50px;
}
.nrlist {
    margin-bottom: 30px;
}
.erline{
	position: absolute;
	width: 1px;
	height: calc(100% - 110px);
	top: 60px;
	left: 260px;
	background: rgba(0,0,0,.15);
}
.eleft{
	position: relative;
	float: left;
	width: 260px;
	height: auto;
	z-index: 10;
}
.eleft.upstyle{
	position: fixed;
	left: 50%;
	top: 60px;
	margin-left: -750px;
}
.eleft:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 5px 5px 0px 5px;
	box-shadow:3px -3px 9px 0px rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.eleft:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -12px;
	right: -12px;
	background: #c00;
	z-index: -1;
	border-radius: 5px 8px 3px 5px;
}
.eleft.upstyle:after{
	z-index: -1;
}

.eleft .topbx{
	position: absolute;
	width: calc(100% + 10px);
	height: 50px;
	background: #f8fbf9;
	top: -60px;
}

.eleft .lmt{
	position: relative;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,.2);
    font-weight: bold;
    letter-spacing: 2px;
    z-index: 10;
}
.eleft .lmxm{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 10;
}
.eleft .lmxm li{
	position: relative;
	width: 100%;
	height: 50px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.eleft .lmxm li:nth-child(1){
    border-top: 0px ;
}
.eleft .lmxm li:before{
	content: "";
	position: absolute;
	width: 0px;
	height: 100%;
	top: 0;
	left: 0;
    background: #c00;
    transition: all 0.3s ease;
}
.eleft .lmxm li:hover:before{
	width: 6px;
}
.eleft .lmxm li.active:before{
	width: 10px;
}
.eleft .lmxm li:after{
	content: "";
	position: absolute;
	width: 9px;
	height: 100%;
	top: 0;
	right:0px;
    background:url(../images/jt3.png) left center no-repeat;
    transition: all 0.3s ease;
    opacity: 0;
}
.eleft .lmxm li:hover:after{
	right: -6px;
	opacity: 1;
}
.eleft .lmxm li.active:after{
	right: -9px;
	opacity: 1;
}
.eleft .lmxm li h1{
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	text-align: center;
	transition: all 0.5s ease;
}
.eleft .lmxm li:hover h1{
	font-size: 17px;
	color: #c00;
	padding-left: 10px;
}
.eleft .lmxm li.active h1{
	font-size: 17px;
	color: #c00;
	font-weight: bold;
	padding-left: 10px;
}



.eright{
	position: relative;
	width: calc(100% - 350px);
	float: right;
	height: auto;
	min-height: 500px;
}

.eright .rts{
	position: relative;
	width: 100%;
	height: 55px;
	border-bottom: 1px dashed rgba(0,0,0,.2);
	transition: all 0.8s ease;
	opacity: 1;
	transform: scale(1) translateY(0);
}
.eright .rts h1{
	position: absolute;
	width:auto;
	height: 40px;
	left: 0;
	top: 15px;
	text-align: left;
	padding-left: 20px;
	font-size: 16px;
	color: #c00;
	line-height: 40px;
	letter-spacing: 2px;
}
.eright .rts h1:after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	left: 5px;
	top: 20px;
	background: #c00;
	border-radius: 5px;
}
.eright .rts h1:before{
	content: "";
	position: absolute;
	width: calc(100% + 10px);
	height: 2px;
	left: 0;
	bottom: 0;
	background: #c00;
}
.eright .rts h2{
	position: absolute;
	width:auto;
	height: 45px;
	right: 0;
	top: 15px;
	text-align: right;
	padding-right: 10px;
	font-size: 14px;
	color: #666;
	line-height: 45px;
	font-weight: normal;
}

.eright .rts h3{
	position: absolute;
	width:auto;
	height: 45px;
	left: 0;
	top: 15px;
	text-align: left;
	padding-right: 10px;
	font-size: 14px;
	color: #666;
	line-height: 45px;
	font-weight: normal;
}


.eright .nrs{
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px 0;
	transition: all 0.8s ease;
	min-height: 350px;
	opacity: 1;
	transform: scale(1) translateY(0);
}
/*.bigcenbox.active .eright .nrs{
	opacity: 1;
	transform: scale(1) translateY(0);
}*/


.showx{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 350px;
}

.showx .showlf{
	position: relative;
	float: left;
	width: 70%;
	height: auto;
}
.showx .showlf .shtitx{
	position: relative;
	width: 100%;
	height: auto;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding-bottom: 5px;
}
.showx .showlf .shtitx h1{
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}
.showx .showlf .shtitx h2,
.showx .showlf .shtitx h3{
	width: 100%;
	height: auto;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
.showx .showlf .shtitx h3{
	font-size: 12px;
}

.showx .showrg{
	position: relative;
	float: right;
	width: 25%;
	height: auto;
	background: rgba(0,0,0,.01);
}
.showx .showrg .listsx{
	padding: 0 10px 5px 10px;
}
.showx .showrg .titbox {
	position: relative;
	width: 100%;
	height:75px;
	padding: 10px 15px;
	background: #fff;
	margin-bottom: 10px;
}

.showx .showrg .lmtitle {
    position: relative;
    width: calc(100% - 130px);
    height: auto;
    float: left;
}

.showx .showrg .lmtitle h1 {
    position: relative;
    width: 100px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    letter-spacing: 2px;
}
.showx .showrg .lmtitle h1:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background: #c00;
    top: 20px;
    right: -20px;
}
.showx .showrg .lmtitle h2 {
    position: relative;
    width: 100%;
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    color: #666;
    text-transform: uppercase;
    font-weight: normal;
}
/*通知公告*/
.tzggbox{
	position: relative;
	width: 100%;
	height: auto;
}

.tzggbox li{
	position: relative;
	float: left;
	width: 100%;
	height: 70px;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 4px;
	background: rgba(255,255,255,.8);
	/*box-shadow: 0px 0px 5px rgba(0,0,0,.05);*/
	transition: all 0.5s ease;
}
.tzggbox.ind li{
	width: 47%;
	height: 70px;
	overflow: hidden;
	margin-right: 3%;
	margin-top: 5px;
	margin-bottom: 10px;
	background: rgba(255,255,255,.3);
}
.tzggbox.ind li:nth-child(even){
	margin-left: 3%;
	margin-right: 0;
}
.tzggbox li a{
	position: absolute;
	width: 100%;
	height: 100%;
}
.tzggbox li:hover{
	box-shadow:3px 10px 20px -10px rgba(0, 0, 0, 0.5);
	transform: scale(1.05);
	background: #fff;
	z-index: 5;
}

.tzggbox li H1{
	position: absolute;
	width: calc(100% - 70px);
	height: auto;
	max-height: 50px;
	line-height: 25px;
	font-size: 15px;
	top: 50%;
	left: 0;
	padding: 0 15px;
	color: #333;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    transition: all 0.5s ease;
}
.tzggbox li:hover H1{
	color: #000;
}
.tzggbox li H2{
	position: absolute;
	width: 60px;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(255,255,255,.3);
	font-size: 14px;
	line-height: 22px;
	color: #666;
	font-weight: normal;
	text-align: center;
	padding: 13px 10px;
	transition: all 0.5s ease;
}
.tzggbox.ind li H2{
	background: rgba(255,255,255,.3);
}
.tzggbox li:hover H2{
	background: #c00;
	color: #fff;
}
.tzggbox li H2 span{
	font-weight: bold;
	color: #aaa;
}
.tzggbox li:hover H2 span{
	color: #fff;
}

.tzggbox li H3{
	position: absolute;
	width: 120px;
	height: 100%;
	top: 0;
	right: 0;
	background: rgba(255,255,255,.3);
	font-size: 14px;
	line-height: 30px;
	color: #666;
	font-weight: normal;
	text-align: center;
	padding: 20px 10px;
	transition: all 0.5s ease;
}
.tzggbox li:hover H3{
	background: #f28b3e;
	color: #fff;
}



.dbimg{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 15px;
	opacity: 1;
}

.dbimg img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin-left:auto ;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.video-spbox {
	position: relative;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 0px;
	padding-bottom: 1px;
	margin-top: 20px;
}

.video-spbox video {
	width: 100%;
    height: auto;
	max-width: 100%;
    object-fit: fill;
}
.xiangqing {
	position: relative;
	width: 100%;
	height: auto;
	color: #333;
	line-height: 200%;
	margin: 15px 0 ;
	z-index: 100;
}
.xiangqing img {
	width: auto;
	max-width: 100%;
	height: auto;
}
td img {
	border: 0px !important;
	margin: 0;
	padding: 0px !important;
}

.xq-title{
	position: relative;
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px;
	color: #000;
	text-align: center;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.xq-orther{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 20px;
	margin-top: 5px;
	font-size: 12px;
	color: #999;
	margin-bottom: 10px;
	text-align: center;
}
.xq-to{
	position: relative;
	width: 100%;
	height: auto;border-top: 1px dashed rgba(0,0,0,.1);
	margin-top: 10px;
	padding: 10px;
}
.xq-to li a{
	position: relative;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
}
.xq-to li a:hover{
	color: #000;
}
/*附属图片样式开始*/

.fs-picbox {
	position: relative;
	width: 102%;
	height: auto;
	overflow: hidden;
	left: 0;
}

.fs-picbox li {
	float: left;
	width: 23%;
	margin: 0px 2% 20px 0%;
	height: auto;
	cursor: pointer;
}

.fs-picbox li .pic-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.fs-picbox li .pic-box .txt-box {
	position: absolute;
	width: 100%;
	height: 90px;
	z-index: 100;
	top: 100%;
	margin-top: -30px;
	left: 0;
	transition: all 0.3s;
}

.fs-picbox li:hover .pic-box .txt-box {
	position: absolute;
	width: 100%;
	height: 90px;
	z-index: 100;
	top: 50%;
	margin-top: -45px;
	left: 0;
	transition: all 0.3s;
}

.fs-picbox li .pic-box .txt-box .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	padding: 0px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.fs-picbox li .pic-box .txt-box .search {
	width: 25px;
	height: 25px;
	margin: 0 auto;
	margin-top: 10px;
	background: url(../images/search2.png) top center no-repeat;
	background-size:auto 100%;
}

.fs-picbox li .pic-box .txt-box .more {
	position: absolute;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	padding: 0px 10px;
	font-size: 12px;
}

.fs-picbox li .pic-box .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	margin-top: -30px;
	background: rgba(0, 0, 0, .5);
	z-index: 90;
	transition: all 0.3s;
}

.fs-picbox li:hover .pic-box .bg {
	top: 0%;
	margin-top: 0px;
}

.fs-picbox li .pic-box .img-box {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.fs-picbox li:hover .pic-box .img-box {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/*成员图片列表样式*/
.ks-qycy{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.ks-qycy li{
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	border-bottom: 1px dashed rgb(0,0,0,.1);
	margin-bottom: 3%;
    padding-bottom: 3%;
}
.ks-qycy li:nth-child(odd){
	padding-right:30px;
}
.ks-qycy li:nth-child(even){
	padding-left:30px;
}
.ks-qycy li .bignrs{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 15px;
	background: rgba(255,255,255,8);
	transition: all 0.5s ease;
}
.ks-qycy li:hover .bignrs{
	background: #fff;
	transform: scale(1.1);
	box-shadow:3px 20px 40px -15px rgba(0, 0, 0, 0.5);
	z-index: 5;
}

.ks-qycy li .picbox{
	position: relative;
	float: left;
	width: 40%;
	height: 100%;
	min-height: 200px;
	overflow: hidden;
	text-align: center;
	opacity: 0;
	transition: all 0.8s ease;
	transform: scale(0.9);
}
.ks-qycy.nor li .picbox{
	min-height: 175px;
}

.bigcenbox.active .ks-qycy li .picbox {
	opacity: 1;
	transform: scale(1);
	transition-delay: 0.3s;
}



.ks-qycy li .picbox .img{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.ks-qycy li:hover .picbox .img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: saturate(120%) contrast(110%);
    filter: saturate(120%) contrast(110%);
}
.ks-qycy li .txtbox{
	position: absolute;
	width: 60%;
	height: calc(100% - 30px);
	left: 40%;
	overflow: hidden;
	transition: all 0.4s;
}

.ks-qycy li .txtbox h4 {
    position: absolute;
    width: 88%;
    left: 9%;
    color: #444;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    margin-bottom: 7px;
    height: 30px;
    top: 50%;
    margin-top: -100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s ease;
    opacity: 1;
}
.ks-qycy.nor li .txtbox h4 {
    margin-top: -90px;
}


.ks-qycy li .txtbox h4 span {
    font-weight: normal;
    text-align: left;
    font-size: 16px;
    height: 30px;
    margin-left: 15px;
}
.ks-qycy li:hover .txtbox h4 {
    color: #f60;
}
.ks-qycy li .txtbox h5 {
	position: absolute;
	width: 88%;
    left: 9%;
    line-height: 25px;
    color: #888;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    margin-bottom: 18px;
    font-weight: normal;
    transition: all 0.5s ease;
}
.ks-qycy.nor li .txtbox h5 {
    line-height: 25px;
    color: #888;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 75px;
    margin-top: -45px;

}


.ks-qycy li:hover .txtbox h5 {
    color: #333;
}
.ks-qycy li .txtbox h6 {
	position: absolute;
	width: 90%;
    left: 9%;
	font-size: 14px;
	width: 65px;
	top: 50%;
	margin-top: 75px;
    color: #333;
    line-height: 20px;
    padding: 0 2px;
    padding-bottom: 2px;
    border-bottom: 2px solid #999;
    font-weight: normal;
    transition: all 0.5s ease;
}
.ks-qycy.nor li .txtbox h6 {
    margin-top: 55px;
}
.ks-qycy li:hover .txtbox h6 {
	color: #f28b3e;
	border-bottom: 2px solid #f28b3e;
}

/*图片列表样式*/
.pic-lsit1{
	position: relative;
	width: 102%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.pic-lsit1 li{
	position: relative;
	float:left;
	width: 22.5%;
	height: auto;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	background: rgba(170,220,210,.2);;
}

.pic-lsit1 li .pics{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.pic-lsit1 li .pics .img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    transform:translateY(-50%) translateX(-50%);
    transition: 0.3s;
}
.pic-lsit1 li:hover .pics .img{
	-webkit-transform: scale(1.2) translateY(-40%) translateX(-40%);
	-ms-transform: scale(1.2) translateY(-40%) translateX(-40%);
	-o-transform: scale(1.2) translateY(-40%) translateX(-40%);
	transform: scale(1.2) translateY(-40%) translateX(-40%);
	-webkit-filter: saturate(150%) contrast(120%);
    filter: saturate(150%) contrast(120%);
}

.pic-lsit1 li .infobox{
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px;
}
.pic-lsit1 li .infobox::after{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	opacity: 0;
	background: url(../images/title-bg1.jpg) top center repeat-y;
	/*background-size:100% auto ;*/
	transition: 0.3s;
}
.pic-lsit1 li:hover .infobox::after{
	height: 100%;
	opacity: 0.9;
}

.pic-lsit1 li .names{
	position: relative;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #555;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s;
    z-index: 10;
}
.pic-lsit1 li:hover .names{
	color: #fff;
	font-weight: bold;
}
.pic-lsit1 li .names span{
	position: relative;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 30px;
	color: #2eaaa8;
	transition: 0.3s;
}
.pic-lsit1 li:hover .names span{
	color: #fff;
	font-weight: bold;
}
.pic-lsit1 li .names span::after{
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	bottom: 3px;
	right: 0px;
	background: #5fba5f;
	transition: 0.3s;
}
.pic-lsit1 li:hover .names span::after{
	background: rgba(255,255,255.6);
}

.pic-lsit1 li .tinfo{
	position: relative;
	width: 100%;
	height: 50px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 25px;
	color: #888888;
	font-weight: normal;
	display: -webkit-box;
    display: -ms-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: 0.3s;
    z-index: 10;
}
.pic-lsit1 li:hover .tinfo{
	color: #fff;
}

.pic-lsit1 li .point{
	position: relative;
	width: 4px;
	height: 4px;
	border-radius: 3px;
	background: #5fba5f;
	margin-top: 15px;
	z-index: 10;
	transition: 0.3s;
}
.pic-lsit1 li .point::after{
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	top: -15px;
	left: 10px;
	border-radius: 3px;
	background: #5fba5f;
	margin-top: 15px;
	transition: 0.3s;
}
.pic-lsit1 li .point::before{
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	top: -15px;
	left: 20px;
	border-radius: 3px;
	background: #5fba5f;
	margin-top: 15px;
	transition: 0.3s;
}
.pic-lsit1 li:hover .point,.pic-lsit1 li:hover .point::before,.pic-lsit1 li:hover .point::after{
	background: #fff;
}

/*新闻幻灯片*/
.e-zdxw-title{
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	line-height: 20px;
	color: #059c79;
	text-align: center;
	margin-top: 25px;
	letter-spacing: 2px;
}
.e-zdxw-title.nx{
	border-bottom: 1px dashed rgba(0,0,0,.1);
	padding-bottom: 5px;
	margin-top: 50px;
}
.e-zdxw-title span{
	font-size: 12px;
	line-height: 16px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.e-zdxw{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
	background: #f5f5f5;
}
.news-container{
	position: relative;
	height: auto;
	color: #fff;
	overflow: hidden;
}
.e-zdxw .swiper-slide{
	overflow: hidden;
}
.news-container>.swiper-pagination-bullets{
	bottom: 3px;
	text-align: right;
}
.swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #953656;
}
/*a连接*/
.news-container a,.news-clist a,.view-list a,.xn-left a,
.bea-list a,.news-btns a,.logo a{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}
.news-container .spicbox{
	position: relative;
	float: left;
	width: 48%;
	overflow: hidden;
}
.news-container .spicbox .img{
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.news-container:hover .spicbox .img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}


.news-container .news-desc{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 47%;
	height: 100%;
	line-height: 20px;
	padding: 4px 10px;
}

.news-container .nw-title,.news-clist .nw-title{
	font-size: 22px;
	color: #444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 20px;
	transition: all 0.3s;
}
.news-container:hover .nw-title{
	color: #059c79;
}	
.news-container .nw-date{
	font-size: 14px;
	color: #828282;
	margin-top: 10px;
}
.news-container .news-desc .nw-infos{
	font-size: 14px;
	color: #777;
	width: 100%;
	height: 90px;
	line-height: 30px;
	margin-top: 30px;
	display: -webkit-box;
    display: -moz-box;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: 0.3s;
}
.news-container:hover .news-desc .nw-infos{
	color: #555;
}	
.news-container .news-desc .morebox{
	position: absolute;
	width: 100%;
	height: 25px;
	bottom: 25px;
	z-index: 10;
	transition: all 0.3s;
}
.news-container .news-desc .morebox a span{
	float: left;
	color: #555;
	padding-right: 10px;
	transition: all.3s;
}
.news-container:hover .news-desc .morebox a span{
	color: #059c79;
}
.news-container .news-desc .morebox .yuan{
	float: left;
	width: 20px;
	height: 20px;
	border: 1px solid #555;
	border-radius: 50%;
	font-family: '宋体';
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	color: #555;
	transition: all.3s;
}
.news-container:hover .news-desc .morebox .yuan{
	border: 1px solid #059c79;
	color: #059c79;
}

.e-zdxw  .swiper-container-horizontal>.swiper-pagination-bullets, .e-zdxw  .swiper-pagination-custom, .e-zdxw  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-right: 10px;
}

.e-zdxw  .news-container>.swiper-pagination-bullets {
    bottom: 10px;
    text-align: right;
}

.e-zdxw  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #666;
    opacity: .5;
}
.e-zdxw .picbox:hover .swiper-pagination-bullet {
    background: #fff;
}
.e-zdxw  .swiper-pagination-bullet-active {
    opacity: 1;
    width: 12px;
    border-radius: 3px;
    background: #5fba5f;
}
.e-zdxw  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}


/*分页*/
.pages {
	padding: 0px 0;
	margin-top: 0px;
	text-align: center;
	transition: all 0.8s ease;
	opacity: 1;
	transform: translateY(0);
}
.p_pages{
  margin:0 auto;
}
.pages a:hover{
	background: #eee;
	color: #666;
}

.pagination{
	padding:0;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
}

.pages .p_fun_d, .pages .p_no_d, .pages .p_no_o, .pages .p_fun a, .pages .p_no a{
	display: inline-block;
	width: 25px;
	height: 25px;
	/*border-radius: 50%;*/
	background: #eee;
	line-height: 23px;
	font-size: 14px;
	font-family: "微软雅黑";
	vertical-align: middle;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #666;
	border-radius: 2px;
	border:1px solid #eee;
	margin:0 3px;
}
.pagination .p_no_d{
    color: #fff;
	background: #c00;
	border:1px solid #c00;
}
.pages .p_first, .pages .p_first_d, .pages .p_last, .pages .p_last_d{
  display: none;
}
.pagination a{
	border:1px solid #eee;
	color: #666;
}
.p_prev,.p_prev_d, .p_next,.p_next_d,.p_fun,.p_fun a{
	font-size: 20px !important;
	line-height: 25px;
	font-family: "宋体" !important;
}
.pagination a:hover{
	background: #c00;
	border:1px solid #c00;
	color: #fff;
}

.elistbox{
	position: relative;
	width: 100%;
	height: auto;
	margin: 15px 0;
	overflow: hidden;
	transition: all 0.8s ease;
	opacity: 0;
	transform: translateY(40px) scale(0.98);
}
.elistbox .listbox {
    opacity: 1;
}
.bigcenbox.active .elistbox {
	opacity: 1;
	transform: translateY(0) scale(1);
	transition-delay: 0.2s;
}

/*师资力量*/
/*.shizi{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 500px;
	margin-top: 40px;
}*/
.shizi .titls{
	position: relative;
	width: 100%;
	height: 45px;
	background: rgba(170,220,210,.3);
}
.shizi .titls li{
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 42px;
	font-weight: bold;
	letter-spacing: 2px;
	overflow: hidden;
	transition: all 0.3s;
	cursor: pointer;
}
.shizi .titls li span{
	font-size: 14px;
	opacity: 0.6;
	font-weight: normal;
	letter-spacing: 0;
}
.shizi .titls li.active{
	color: #fff;
	background: #059c79;
}
.shizi .bnrbox {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
} 
.shizi .bnrbox .solbox {
    position: relative;
    height: 100%;
    transition: all ease 0.5s;
} 
.shizi .messbox {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    min-height: 500px;
    transition: all ease 0.5s;
    opacity: 1;
    filter: blur(0);
}

.shizi  .messbox.active {
    opacity: 1;
    filter: blur(0);
}


.zhicheng{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 20px;
}
.zhicheng ul{
	position: relative;
	width: 100%;
	height: auto;
	min-height: 40px;
	overflow: hidden;
	padding: 30px 10px 30px 120px;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
.zhicheng ul.one{
	border-top: 1px dashed rgba(0,0,0,.1);
}

.zhicheng ul .zcfl{
	position: absolute;
	width: 60px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #f28b3e;
	border-radius: 5px;
	top: 50%;
	margin-top: -20px;
	left: 30px;
	z-index: 10;
}
.zhicheng ul .linns{
	position: absolute;
	width: 120px;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(170,220,210,.1);
	border-right: 1px dashed rgba(0,0,0,.1);
}
.zhicheng ul li{
	position: relative;
	float: left;
	width: 12.5%;
	text-align: center;
}
.zhicheng ul li .xm{
	position: relative;
	height: 40px;
	line-height: 40px;
	width: auto;
	color: #333;
	transition: all 0.3s;
}
.zhicheng ul li .xm:hover{
	color: #f60;
}

.jyscy{
	position: relative;
	width: 100%;
	height: 40px;
	margin: 30px 0px;
	background:#f28b3e;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}

#namedh{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 25px;
	overflow: hidden;
	padding:10px 0;
}

#namedh li{
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin: 0 10px;
	transition: all 0.3s;
	cursor: pointer;
}
#namedh li .lins{
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background: #e9f2ec;
	transition: all 0.3s;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #c1dfe1;
}
#namedh li .lins:hover,
#namedh li.active .lins{
	background: #f28b3e;
	color: #fff;
	border-color: #f28b3e;
}
.nameline{
	position: relative;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}

#nameList{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 35px;
	line-height: 40px;
}
#nameList .dingwei{
	position: relative;
	width: 100%;
	height:1px;
	float: left;
	margin-top:-90px;
}
#nameList .huanhang{
	position: relative;
	width: 100%;
	height:40px;
	float: left;
}
#nameList .huanhang .lines{
	position: relative;
	width: calc(100% + 35px);
	height:1px;
	top: 20px;
	left: -35px;
	border-bottom: 1px dashed rgba(0,0,0,.1);
}
#nameList .zimu{
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	background: #e9f2ec;
	color: #333;
	margin-left: -29px;
	margin-top: 5px;
	border-radius: 3px;
	vertical-align: top;
	transition: all 0.3s;
	border: 1px solid #c1dfe1;
}
#nameList .zimu.active{
	background: #f28b3e;
	color: #fff;
	border-color: #f28b3e;
}
#nameList li{
	position: relative;
	float: left;
	width: 12.5%;
	text-align: center;
	margin-left: -1px;
}
#nameList li .xm{
	position: relative;
	height: 40px;
	line-height: 40px;
	width: auto;
	color: #333;
	transition: all 0.3s;
}
#nameList li .xm:hover{
	color: #f60;
}

/*机构设置*/
.jgszbox{
	position: relative;
	width: 100%;
	height: auto;
}
.jgszbox li{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px;
	background: rgba(255,255,255,.9);
	margin-bottom: 20px;
	transition: all 0.5s ease;
}
.jgszbox li:hover{
	background: rgba(255,255,255,1);
	box-shadow:2px 5px 10px -5px rgba(0, 0, 0, 0.5);
}

.jgszbox li h1{
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 40px;
	font-size: 18px;
	transition: all 0.5s ease;
	letter-spacing: 3px;
}
.jgszbox li h1 span{
	font-size: 15px;
	font-weight: normal;
	padding-left: 20px;
	letter-spacing: 1px;
}
.jgszbox li:hover h1{
	color: #c00;
}
.jgszbox li h2{
	position: relative;
	width: 100%;
	height: auto;
	line-height: 30px;
	font-weight: normal;
	font-size: 15px;
	color: #666;
	transition: all 0.5s ease;
}
.jgszbox li:hover h2{
	color: #333;
}


/*教育资源*/
.jyzy{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.jyzy li{
	position: relative;
    float: left;
    width: auto;
	height: 40px;
	margin: 0 15px 15px 0;
	background: rgbargba(0,0,0,.2);
	border: 1px solid rgba(0,0,0,.3);
	transition: all 0.3s ease;
}
.jyzy li:hover,
.jyzy li.active{
	background: #c00;
	border: 1px solid #c00;
}
.jyzy li h1{
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 16px;
	padding: 0px 20px;
	caption-side: #333;
	transition: all 0.3s ease;
	letter-spacing: 0px;
}
.jyzy li:hover h1,
.jyzy li.active h1{
	color: #fff;
}



@media (max-width: 1460px){
	.eleft.upstyle{
		position: fixed;
		left: 30px;
		margin-left: 0px;
	}
}


@media (max-width: 1560px){
	.eleft.upstyle{
		position: fixed;
		left: 30px;
		margin-left: 0px;
	}
}

@media (max-width: 1400px){
	.eright {
	    width: calc(100% - 330px);
	}
}


/*附属图片样式结束*/
@media (max-width: 1025px) {
	.fs-picbox li .pic-box .txt-box {
		margin-top: -26px;
	}
	.fs-picbox li .pic-box .bg {
	    margin-top: -25px;
	}
	.news-container .nw-title, .news-clist .nw-title {
	    font-size: 16px;
	}
	.news-container .nw-date {
	    font-size: 12px;
	    margin-top: 5px;
	}
	.news-container .news-desc .nw-infos{
		font-size: 12px;
		height: 50px;
	    -webkit-line-clamp: 2;
	    margin-top: 10px;
	    line-height: 24px;
	}
}
