@charset "utf-8";
.w1350{
   width:1350px;
   margin: 0 auto;
}

.list li{
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.list li:hover h2{
	color: #68910f;
}
.ggt img{
	width:100%;
	/* height: 310px; */
	object-fit: cover;
}
.list li:hover .img img{
	transform: scale(1.1);
}
.list li h2{
	font-size: 18px;
	color: #424242;
	line-height: 48px;
	margin: 0;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-weight: normal;
}

.list li p{
	font-size: 13px;
	color: #777;
	line-height: 30px;
	margin-bottom: 5px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 60px;
}
.list li .time{
	font-size: 15px;
	color: #adadad;
	line-height: 28px;
}
.list li .click{
	text-indent: 0;
	font-size: 14px;
	color: #999;
	line-height: 28px;
}
.list li .img{
	width: 22%;
	margin-right: 3%;
	overflow: hidden;
	height: 150px;
}
.list li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list li .txt{
	width: 75%;
	margin: 0;
}
.list li.noimg .txt{
	width:100%;
}
.subbanner{
	position: relative;
}

.ej-nav{
	/* position: absolute; */
	margin-bottom: 30px;
	width: 18%;
	margin-right: 0;
	min-height: 350px;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.ej-nav ul{display: block;}
.ej-nav li{
	line-height: 58px;
	text-align: left;
	position: relative;
	transition: all 0.5s;
	/* background: #1d58a8; */
	border-bottom: 1px solid #eee;
}
.ej-nav li a{
	color: #000;
	display: block;
	font-weight: bold;
	font-size: 17px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 25px;
}
.ej-nav li:hover::after{
	display: none;
}
.ej-nav ul>li:hover>a, .ej-nav ul>li.active>a{
	color: #7ba917;
}
.ej-nav li ol{
	display:none;
	background: #7ba917;
}

.ej-nav li i{
    position: absolute;
    right: 0;
    width: 15%;
    height: 60px;
    top: 0;
    background: url(../images/jia.png) no-repeat center center;
    margin: auto;
    z-index: 10;
    cursor: pointer;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.ej-nav li i.on {
    background: url(../images/jian.png) no-repeat center center;
}
.ej-nav li ol li i{
    position: absolute;
    right: 0;
    width: 15%;
    height: 60px;
    top: 0;
    background: url(../images/jia20241028.png) no-repeat center center;
    margin: auto;
    z-index: 10;
    cursor: pointer;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.ej-nav li ol li i.on {
    background: url(../images/jian20241028.png) no-repeat center center;
}
.ej-nav li li{
	line-height: 52px;
	text-indent: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.ej-nav ol li>a, .ej-nav ol li>a{
	color: #fff;
}
.brief .tit{
	line-height: 1.3;
	color: #292f37;
	font-size: 30px;
	padding-left: 25px;
	position: relative;
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
}
.brief .bar{
	font-size: 13px;
	margin: 15px 0;
	color: #999;
	text-align: center;
}
.content .brief img{
	display: inline-block;
	margin: 20px auto;
	width: auto;
	height: auto;
	max-width: 100%;
}
.box{
	background: #fff;
	min-height: 45vh;
	padding: 45px 0;
}

.content p{
	font-size: 17px;
	line-height: 2;
	text-indent: 2em;
	color: #333;
	margin: 1em 0;
	text-align: justify;
	word-wrap: break-word;
	word-break: break-word;
}
.content p video,  .content p.vsbcontent_img img,  .content p img.img_vsb_content, .content p img, .content iframe{
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto !important;
    max-width: 80%;
}
.content iframe{
	height: 1000px !important;
	width:80%;
}
.cont p video, .cont iframe{
	margin: 0 auto;
	display: block;
	width: auto;
	height: auto !important;
	max-width: 80%;
}

.list-content .list{
}

.page-list{
	text-align: center;
	padding: 30px 0 0;
}

.page p:first-child{
	border-bottom: 1px solid #dcdcdc;
}
.page{
	margin-top: 40px;
}
.page p,.page p a{
	line-height: 60px;
	margin: 0;
	text-indent: 0;
	color: #555;
	font-family: "黑体";
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.page p:hover a{
	color: #7ba917;
}

.jgsz h2{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	width: 104px;
	line-height: 36px;
	text-align: center;
}
.jgsz ul{
	border: 1px solid #d2deed;
	padding: 30px 40px;
}
.jgsz .dome{
	margin-bottom: 45px;
}
.jgsz .dome1 li{
	float: left;
	width: calc( 100% / 7);
	line-height: 40px;
	text-indent: 20px;
	position: relative;
}

.jgsz .dome .hid{
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	padding: 25px;
	min-width: 260px;
	position: absolute;
	z-index: 999;
	top: 80px;
	right: 0;
	margin: auto;
	width: 260px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.jgsz .dome li:hover>.hid{
	opacity:1;
	visibility:visible;
	top:52px;
}
.jgsz .dome .hid::before{
	position:absolute;
	display:block;
	content:"";
	left: 0;
	right: 0;
	top: -11px;
	margin: auto;
	width: 22px;
	height: 22px;
	background: #fff;
	transform: rotate(45deg);
	box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
	z-index: 9999;
}
.jgsz .dome .hid::after{
	position:absolute;
	display:block;
	content:"";
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 44px;
	height: 30px;
	background: #fff;
	z-index: 9999;
}

.jgsz .dome .hid p{
	font-size: 15px;
	color: #333;
	line-height: 28px;
	text-indent: 0;
}

.jgsz .dome2 ul>li{
	float: left;
	position: relative;
}
.jgsz .dome2 ul>li>a,.jgsz .dome3 ul>li>a{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.jgsz .dome2 ul ol{
	display: inline-block;
}
.jgsz .dome2 ul ol li{
	display: inline-block;
	width: 100%;
	line-height: 36px;
	position: relative;
}

.jgsz .dome2 ul>li:nth-child(1){
	width: 16%;
}
.jgsz .dome2 ul>li:nth-child(2){
	width: 68%;
}
.jgsz .dome2 ul>li:nth-child(3){
	width: 16%;
}
.jgsz .dome2 ul .sj ol:nth-child(2) li{
	width:49%;
}

.jgsz .dome2 ul>li h3{
	font-size:16px;
	color:#333;
	line-height: 40px;
}

.jgsz .dome2 ul .sj{
	display:flex;
}
.jgsz .dome3 ul>li{
	float: left;
	width: 25%;
	position: relative;
}
.jgsz .dome3 ul ol li{
	line-height: 36px;
}
.jgsz .dome3 ul ol li a,.jgsz .dome2 ul ol li a{
	font-size: 16px;
	color: #333;
}

.jgsz li a:hover{
	color: #1d58a8 !important;
}

.leader ul{
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 55px;
}
.leader ul:nth-child(2){
	margin: 0 ;
}
.leader li{
	width: 17%;
	text-align: center;
	margin: 0 7%;
}
.leader li h2{
	font-size: 22px;
	color: #333;
	font-family: "楷体";
	font-weight: normal;
	line-height: 58px;
	position: relative;
}
.leader li h2::after{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 1px;
	background: #cedded;
	content: "";
	margin: auto;
}
.leader li p{
	font-size: 13px;
	color: #333;
	line-height: 22px;
	margin-top: 10px;
}

.leader li img{
	width: 71%;
	height: 220px;
	object-fit: cover;
}

.teacher-list li{
	float: left;
	margin-right: 5.6%;
	width: 12%;
	text-align: center;
	margin-bottom: 15px;
}
.teacher-list li:nth-child(6n){
	margin-right:0;
}
.teacher-list li img{
	width:100%;
	height: 220px;
	object-fit: cover;
}
.teacher-list li h2{
	font-size: 16px;
	line-height: 30px;
	margin: 10px 0;
}
.teacher-list li p{
	font-size: 13px;
	color: #333;
}

.nav-sj{
	background: #f5f8fc;
	margin-bottom: 35px;
}
.nav-sj ul{
	display: flex;
	justify-content: center;
}
.nav-sj li{
	line-height:60px;
	width: 10%;
	text-align: center;
	position: relative;
}
.nav-sj li::after{
	position:absolute;
	content:"";
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	width: 1px;
	height: 16px;
	background: #d0dcf0;
}
.nav-sj li:last-child::after{
	display:none;;
}
.nav-sj li a{
	font-size:18px;
	color: #395380;
	display: inline-block;
	box-sizing: border-box;
	border-bottom: 5px solid transparent;
}
.nav-sj li:hover a,.nav-sj li.active a{
	color:#1d57a8;
	font-weight:bold;
	border-bottom: 5px solid #245dbf;
}

.history ul{
	margin-top:20px;
	padding: 30px 0;
	position: relative;
}
.history li{
	float: right;
	width: 48%;
	margin-left: 50%;
	margin-bottom: 40px;
}
.history li:nth-child(2n){
	float: left;
	margin-left: 0;
}
.history li:nth-child(2n) h2{
	text-align: right;
}
.history li h2{
	font-size: 30px;
	color: #1c58a7;
	font-family: "Impact";
	font-weight: normal;
	line-height: 28px;
	margin-bottom: 20px;
	position: relative;
}
.history li p{
	font-size:16px;
	color:#1b1b1b;
}
.history li h2::after{
	position: absolute;
	content: "";
	display: block;
	left: -10%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 73px;
	height: 73px;
}
.history li:nth-child(2n) h2::after{
	left:auto;
	right:-10%;
}
.history ul::before{
	width:4px;
	height:100%;
	display:block;
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	background:#e6edf7;
}
.tt{
	
border-bottom: 1px solid #eee;
	
padding-bottom: 10px;
}
.lmmc{
	line-height: 50px;
}
.lmmc h2{	
	font-size: 24px;
}

.dqwz{
	font-size: 15px;
	line-height: 50px;
}

.nr{
	width: 78%;
}

