锘.ArticleMain {
	background: #fff;
 }
 .Leader_Two {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	background-size: cover;
		}
		
		.Leader_Two li {
	width: 24%;
	overflow: hidden;
	float: left;
	margin-right: 16px;
	margin-bottom: 15px;
	}
	 .Leader_Two li:nth-child(odd){
	}
	 .Leader_Two li:nth-child(even){
	}
		.Leader_Two li.selected {
	display: block;
		}
		
		.Leader_Two .img_box img {
	width: 100%;
	transition:all 0.2s;
	height: 100%;
	}
		
		.Leader_Two .img_box {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 390px;
	padding: 20px;
	box-sizing: border-box;
	}
		.Leader_Two .img_box:hover img{
	transform:scale(1.1);
		}
		.Leader_Two .title_type {
	font-size: 20px;
	color: #920D14;
	/* margin-bottom: 6px; */
	display: block;
	}
	.Leader_Two .text_box h2 {display: flex;justify-content: center;align-items: center;width: 100%;margin-top: 10px;}

.Leader_Two li:nth-child(4n) {
 margin-right: 0;
}


.Leader_Two .text_box h2 span {
 padding-left: 10px;
 font-size: 20px;
 color: #920D14;
}
		.Leader_Two .title_type:hover{
	font-weight: 600;
		}
 
		.Leader_Two .text_box {
	}
		
		.Leader_Two .text_top p {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	margin-bottom: 10px;
		}
		.Leader_Two .text_top p.job {
	display: block;
	text-align: justify;
	line-height: 2em;
	font-size: 16px;
	display: none;
	}
		.Leader_Two li>p {
	font-size: 14px;
	line-height: 30px;
	color: #333;
		}
		a.Leader_more {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #920D14;
	display: none;
	}
		a.Leader_more:hover{
	font-weight: 600;
		}
@media only screen and (max-width:1280px) {
 .Leader_Two li {
 width: 23.8%;
}

.Leader_Two .img_box {
 height: 327px;
}
.Leader_Two .title_type {
 font-size: 18px;
}

.Leader_Two .text_box h2 span {
 font-size: 18px;
}
}
		@media only screen and (max-width:768px) {
	 .Leader_Two li{
	width: 47%;
	}
	 .Leader_Two .text_box{
	float: none;
	width: 100%;
	}
	 a.Leader_more {
	position: absolute;
	left: 210px;
	bottom: 0;
		}
		.Leader_One, .Leader_Two li>p, .Leader_Two .text_top p {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	margin-bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
		}
 
	.Leader_Two .text_top p.job{
		 display: -webkit-box;
		 -webkit-line-clamp: 5;
		 -webkit-box-orient: vertical;
		 overflow: hidden;
		 white-space: inherit;
		 display: none;
	}
		}
		
		@media only screen and (max-width:425px) {
			.Leader_Two li {
 width: 100%;
}

.Leader_Two .img_box {
 height: auto;
}
		 .Leader_Two .img_box img{
		 }
		 .Leader_Two .text_box{
		 /* height: 160px; */
		 }
		 a.Leader_more{
		 left: 150px;
		 }
		 .Leader_Two .text_top p.job{
	line-height: 24px;
	font-size: 14px;
	-webkit-line-clamp: 4;
		 }
		} <!--0.00015807151794434-->