/*装饰图*/
.list-banner{
	width: 100%;
	height: 300px;
}
.list-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*公共部分*/
.main{
	width: 100%;
	padding-bottom:40px;
        background: url(../img/erji_bj.png) no-repeat right bottom;
}
.main_left{
	width: 326px;
	position: relative;
}
.main_left .main_title{
	width: 326px;
	height: 87px;
	background: rgba(0,106,45,.7);
	margin-top:-87px;
	text-align: center;
	line-height: 87px;
	position: relative;
}
.main_title h3{
	font-size: 36px;
	color: #ffffff;
}
.main_nav{
	background: #006A2D;
}
.main_nav ul {
     margin-left: 20px;
     background: #fff;
 }
 
.main_nav ul li {
     position: relative;
 }
 
.main_nav ul li a {
     display: block;
     font-size: 16px;
     color: #333333;
     line-height: 50px;
     padding-left: 20px;
     border-top: 1px solid #d8d8d8;
	 background: #f7f7f7;
	 font-weight: bold;
 }
 
.main_nav>ul>li>span {
     position: absolute;
     width: 14px;
     height: 14px;
     right: 10px;
     top: 18px;
     line-height: 50px;
     background: url(../img/jia.png) no-repeat center center;
     background-size: 14px 14px;
     cursor: pointer;
 }
 .main_nav>ul>li.on>span {
     background: url(../img/jian.png) no-repeat center center;
     background-size: 14px 14px;
 }


.main_nav>ul>li.active>a {
    color: #006A2D;
	background: #ffffff url(../img/nav-left.png) no-repeat;
	background-size: 20px 100%;
	background-position: left top;
	margin-left: -20px;
	padding-left: 40px;
 }
.main_nav>ul>li>a:hover{
    color: #006A2D; 
	background: #ffffff url(../img/nav-left.png) no-repeat;
	background-size: 20px 100%;
	background-position: left top;
	margin-left: -20px;
	padding-left: 40px;
 }
.main_nav>ul>li>ul{
     display: none;
     background: #ebf2ff;
     padding-top: 0;
     padding-bottom: 0;
     padding-right: 0;
	 margin-left:0px
 }
.main_nav>ul>li>ul>li>a{
     font-size: 14px;
	 padding: 10px 5px 10px 40px;
	 background: #d7eee1;
     line-height:26px;
 }
 .main_nav>ul>li>ul>li>a:hover{
	 background: #ffffff;
	 color: #006A2D;
         border-left:5px solid #fcd72b;
         padding:10px 5px 10px 35px;
 }
 .main_nav>ul>li>ul>li>a.active{
	 background: #ffffff;
	 color: #006A2D;
         border-left:5px solid #fcd72b;
         padding:10px 5px 10px 35px;
 }
.main_right{
	width: 844px;
	margin-left: 30px;
	padding-top:25px;
}
.local{
    overflow: hidden;
    line-height: 42px;
    border-bottom: 1px solid #006a2d;
}
.local h3{
    overflow: hidden;
    font-weight: 700;
    display: inline;
    padding-left: 12px;
    border-left: 5px solid #006a2d;
    font-size: 24px;
    color: #006A2D;
    font-weight: normal;
}
.local .cur{
    max-width: 500px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #999;
}
.local .cur a{
	color: #999;
}
.local .cur a:hover{
	color: #028B39;
}
.cur::before{
	content: url(../img/home.png);
	position: relative;
	margin-right: 8px;
	top:4px;
}
.main_content{
	padding-top:40px;
	min-height: 500px;
}
.main_content table{
margin:0px auto;
}

/*图文列表*/
.pic_list li{
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
}
.pic_list li .pic{
    width: 260px;
    height: 164px;
    overflow: hidden;
    float: left;
}
.pic_list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.pic_list li .pic img:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.pic_list li .txt{
    overflow: hidden;
    padding-left: 30px;
    padding-top: 15px;
	padding-bottom: 10px;
}
.pic_list li .txt h3 a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #333333;
    padding-bottom: 10px;
	font-weight: normal;
}
.pic_list li .txt .desc{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
	max-height: 48px;
}
.pic_list li .info{
    font-size: 14px;
    color: #666;
    padding-top: 32px;
}
.pic_list li .info .fl{
	line-height: 35px;
}
.pic_list li .info a{
	color: #ffffff;
	width: 124px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 17.5px;
	background-image: linear-gradient(90deg, #006a2d 0%, #a9cd07 100%);
	display: block;
}
.pic_list li .info a::after{
	content: url(../img/more.png);
	position: relative;
	margin-left: 4px;
	top: -4px;
	transition: .5s all;
}
.pic_list li .info a:hover::after{
	margin-left: 12px;
}
.pic_list li .txt h3 a:hover{
    color: #028B39;
}

/*文章内容页*/
.article_tit{
	padding-bottom: 10px;
	border-bottom: 1px solid #a8a8a8;
	margin-bottom: 20px;
}
.article h3{
	font-size: 24px;
	color: #006A2D;
	margin-bottom: 15px;
text-align:center;
}
.art_info{
text-align:center;
}
.art_info p{
	color: #b2b2b2;
	display: inline;
}
.art_time{
	margin-right: 50px;
}
.art_time::before{
	content: url(../img/time.png);
	position: relative;
	margin-right: 5px;
	top:2px;
}
.art_see::before{
	content: url(../img/eye.png);
	position: relative;
	margin-right: 4px;
	top:3px;
}
.article_cont{
	color: #434343 !important;
	line-height: 30px !important;
	word-wrap: break-word !important;
        font-size:18px !important;
        font-family:'times new roman' !important;
        text-align: justify !important;
text-indent:0px !important;
}
.article_cont p{color: #434343 !important;
	line-height: 30px !important;
	word-wrap: break-word !important;
        font-size:18px !important;
        font-family:'times new roman' !important;
        text-align: justify !important;
text-indent:0px !important;
padding-bottom:25px;
}
.article_cont img{
	max-width: 100%;
	height: auto;
	margin:10px auto;
	display: block;
}

/*文字列表*/
.txt_list{
	padding-top:10px;
}
.txt_list li{
	padding-bottom: 18px;
	border-bottom:1px dotted #dddddd;
	margin-bottom: 20px;
}
.txt_list li .txt_time{
	width: 66px;
	height: 66px;
	border: 1px solid #006A2D;
	text-align: center;
	margin-right: 12px;
	float: left;
}
.txt_time h2{
	font-size: 30px;
	color: #006A2D;
	margin-top:8px;
}
.txt_time p{
	font-size: 14px;
	color: #006A2D;
}
.txt_list li .txt_text{
	width: calc( 100% - 80px);
	float: left;
}
.txt_list li .txt_text a{
	display: block;
}
.txt_list li .txt_text h3{
	overflow: hidden;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	color: #333333;
	font-weight: normal;
	margin: 8px 0px 12px 0px;
}
.txt_list li .txt_text a:hover h3{
	color: #006A2D;
}
.txt_list li .txt_text p{
	overflow: hidden;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size: 14px;
	color: #999999;
}

/*机构与系部*/
.jg_area{
	margin-bottom: 20px;
}
.jg_area>h3{
	font-size: 20px;
	color: #028B39;
	margin-bottom:20px;
}
.list_jg a{
	width: 48%;
	height: 50px;
	display: flex;
        align-items:center;
	margin-right: 4%;
	text-align: left;
	background: #f6f6f6;
	float: left;
	margin-bottom:25px;
       position:relative;
}
.list_jg a:nth-child(2n){
	margin-right: 0;
}
.list_jg h3{
	color: #333333;
	line-height:20px;
	padding-left: 15px;
	font-weight: normal;
	font-size: 16px;
}
.list_jg a:hover h3{
	color: #028B39;
}
.list_jg a .line{
	width: 0;
	height: 2px;
	background-image: linear-gradient(90deg, #006a2d 0%, #a9cd07 100%);
	transition: 0.6s all;
        position:absolute;
        bottom:0px;
        left:0px;
}
.list_jg a:hover .line{
	width: 100%;
}

/*师资队伍*/
.teacher li a{
	display: block;
}
.teacher li{
        width:220px;
	float: left;
	margin: 0px 30px 20px;
}
.teacher_list li{
	margin: 0px 30px 10px;
}
.teacher li .teacher_img{
	padding: 17.5px;
	background: #f3f3f3;
}
.teacher li .teacher_img img{
	width: 185px;
	height: 255px;
	object-fit: cover;
	transition: 0.6s all;
}
.teacher li:hover .teacher_img img{
	transform: scale(1.06,1.06);
}
.teacher_info{
	padding:10px 0px;
}
.teacher_info h2{
	font-size: 20px;
	font-family: myfont;
	color: #434343;
	text-align: center;
	font-weight: normal;
	margin-bottom: 8px;
}
.teacher_info p{
	color: #666666;
	text-align: center;
}
.teacher li:hover .teacher_info h2{
	color: #028B39;
}

/*现任领导*/
.leader{
	width:100%;
}
.leader li{
	width: 347px;
	background: #f7f7f7;
	padding: 30px 30px 20px;
	margin-bottom: 30px;
        float:left;
}
.leader li:nth-child(2n){
        float:right;
}
.leader li .leader_area{
	border-bottom:1px solid #cfcfcf;
	padding-bottom:20px;
	line-height: 30px;
	position: relative;
	padding-left: 12px;
}
.leader li .leader_area::before{
	content: "";
	width: 3px;
	height: 18px;
	background: #fcd72b;
	display: block;
	position: absolute;
	top:6px;
	left:-0px;
}
.leader li .leader_area span{
	color: #666;
	position: relative;
	margin-right: 20px;
        overflow:hidden;
}
.leader li .leader_area a{
	font-size: 18px;
	color: #006A2D;
	font-weight: bold;
        overflow:hidden;
        display:block;
        white-space:nowrap;
        text-overflow:ellipsis;
}

/*Facts and Figures*/
.data-list li{
	border-top:1px solid #ebebeb;
	background:#ffffff;
	display: flex;
}
.data-list li:first-child{
	border-top:  none;
}
.data-list li .box1{
	border-right: 1px solid #ebebeb;
	width: 700px;
	padding: 16px 0;
	display: flex;
	align-items: center;
}
.data-list li .box2{
	display: flex;
	align-items: center;
}
.data-list li:nth-child(2n){
	background:#f7f7f7;
}
.data-list li:last-child{
	border-bottom:1px solid #ebebeb;
}
.data-list li p{
	padding: 0 20px;
	line-height: 26px;
}
