.list-banner{
	width: 100%;
	height: 240px;
}
.list-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.list-main{
	width: 100%;
	padding-bottom:30px;
	min-height: 500px;
}

.main-left{
	width: 270px;
	height: auto;
	position: relative;
	margin-right:30px;
}
.main-left .lm{
	width: 265px;
	height: 70px;
	background: rgba(255,255,255,0.7);
	color: #018438;
	text-align: center;
	line-height: 70px;
	border-left: 5px solid #018438;
	font-size: 24px;
	position: relative;
	margin-top:-70px;
}
.lm-list{
	width: 100%;
}
.lm-list ul li{
	width: 265px;
	background-color: #F2f2f2;
	border-left: 5px solid #d0cece;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}
.lm-list ul li a{
	display: block;
	color: #434343;
	font-size: 16px;
}
.lm-list ul li.active,.lm-list ul li:hover{
	border-left: 5px solid #018438;
}
.lm-list ul li.active a,.lm-list ul li:hover a{
	color: #018438;
}

.main-right{
	width: 900px;
}
.local{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #f2f2f2;
	line-height: 50px;
	padding-top: 10px;
	margin-bottom:20px;
}
.local h3{
	font-size: 18px;
	color: #018438;
	float: left;
}
.local p{
	font-size: 14px;
	color: #666666;
	float: right;
}
.local p a{
	color: #666666;
	display: inline;
}
.local p a:hover{
	color: #018438;
}

/*文章内容*/
.main-content .title {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	padding-top:10px;
}
.main-content .title h3 {
	width: 100%;
	font-size: 24px;
	color: #018438;
	line-height: 26px;
	margin-bottom: 15px;
	font-weight: normal;
}
.main-content .title i{
	font-style: normal;
	font-size: 14px;
	color: #666666;
}
.article{
	font-size: 16px;
	color: #434343;
	line-height: 30px;
	text-indent: 2em;
}
.article img{
   display:block;
   margin:0px auto;
max-width:100%;
height:auto;
}
.article a{display:inline;}

/*文章列表*/
.content_list{
	width: 100%;
	height: auto;
	overflow:hidden;
}
.content_list li{
	width: 100%;
	line-height: 60px;
	border-bottom: 1px dashed #EBEBEB;
	overflow: hidden;
}
.content_list li a{
	font-size: 16px;
	color: #333333;
	float: left;
	transition: 0.6s all;
	max-width: calc( 100% - 90px );
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.content_list li a:hover{
	color: #018438;
	padding-left:12px;
}
.content_list li p{
	font-size: 14px;
	color:#666666;
	float:right;
}

/*图文列表*/
.pic-list{
	padding-top: 10px;
}
.pic-list li {
	width: 33.33%;
	float: left;
	padding: 0 1%;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.pic-list li a{
	display: block;
	background: #eeeeee;
}
.pic-list li .pic-img{
	width: 100%;
	height: 170px;
	overflow: hidden;
}
.pic-list li .pic-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s all;
}
.pic-list li:hover .pic-img img {
	transform: scale(1.1,1.1);
}
.pic-list li p {
	padding: 0 16px;
	font-size: 16px;
	font-weight: 400;
	color: #434343;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pic-list li:hover p{
	color: #268118;
}


/*师资队伍*/
.pic-list.teacher-list li{
	width: 16.66%;
	padding:0 1%;
}