.advert{
	padding: 10px 0px;
	width: 100%;
}
.advert img{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.advert_txt{
	padding: 15px 0px;
transition:All 0.4s ease-in-out; /*让移动效果变得平滑自然*/

}
	
.advert_txt:hover{	
/*-webkit-box-shadow: 0px 0px 10px #787878;
    -moz-box-shadow: 0px 0px 10px #787878; */
	background-color:#f1f1f1;
	cursor:pointer;

	}
	


/*小屏幕*/

@media screen and (max-width: 768px) {
.advert_txt{
	padding-bottom:20px;}
}

.advert_txt h3{
	color: #333;
	font-weight: bold;
	width:60% ; text-align:center; margin:0px auto; margin-top:50px;

}
.advert_line{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FA4318;height:10px; display: inline-block;
	width:100px;
}	
@media screen and (max-width: 768px) {
.advert_txt h3{
	width:100% ;margin-top:0px; }
}
.advert_txt p{
	font-family: inherit;
	color: #666;
	margin: 20px;
	line-height: 1.8;
}

.advert_content{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	max-height: auto;
}

.advert_more {
	width: 200px;
	height: 40px;
	line-height:40px;
	color:#FA4318;

	text-align: center;
	display: inline-block;
	border: 1px solid #FA4318;
}
.advert_more a{
	font-size:18px; color:white; display: block; text-decoration:none;line-height: 40px;text-align: center;	color:#FA4318;transition:All 0.4s ease-in-out; /*让移动效果变得平滑自然*/
}
.advert_txt:hover .advert_more a{
	background-color: #FA4318;
	color: #FFF;
	opacity:1;
}


.advert_content i.fa-arrow-right{ font-size:10px; font-weight:normal; vertical-align:middle;color:#FA4318;  margin-right:10px; float:left; line-height:28px;}
