#articlead{
	margin:30px 0 0;
	overflow:hidden;
	background: #f8a530;
	margin-bottom: 20px;
}
.articlead-txt{
	float:left;
	width:20%;
	color:#fff;
}
.articlead-txt .txt{
    width: 80%;
    margin: 50% auto;	
}
.articlead-txt .txt p{
	font-size:30px;
	line-height: 130%;
	margin-bottom: 30px;
}
.articlead-txt .txt span{
	font-size:24px;
}
.articlead-show{
	float:right;
	width: 79%;
	background: #fff;
    padding-left: 1%;
}
.articlead-show .show-list{
	margin-bottom: 0;	
}
.articlead-show .show-list .show{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	margin: 0 1%;
}
.articlead-show .show-list .slick-prev{
	left: 0;
    z-index: 9;
    background-image: url(/images/20/article-show-scrrow.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 8px;
    height: 18px;
    border: 2px solid #fff;
    border-left: 0;
    padding: 30px 15px;
}
.articlead-show .show-list .slick-next,
.articlead-show .show-list .slick-prev:before{
	display:none !important;
}
@media screen and (max-width: 980px) {
	.articlead-txt{
		width:30%;
	}
	.articlead-show{
	    width: 69%;	
	}
	.articlead-txt .txt p{
	    font-size: 25px;	
	}
	.articlead-txt .txt span{
		font-size: 20px;
	}
	.articlead-show .show-list .show img{
	    height: 480px;	
	}
}
@media screen and (max-width: 480px) {
	.articlead-txt{
		width: 100%;	
	}
	.articlead-show{
		width: 100%;
		padding:0;	
	}
	.articlead-txt .txt{
	    margin: 20px auto;	
	}
	.articlead-txt .txt p{
	    font-size: 20px;	
	}
	.articlead-txt .txt span{
		font-size: 16px;
	}
	.articlead-show .show-list .show img{
	    height: 250px;	
	}
}