.detail {
    margin: 20px 0 55px;
}

.location{
	line-height: 48px;
	margin: 0;
}




.news-detail{
	width: 100%;
	/*height: 500px;*/
	padding: 80px 12%;
	background: #fff;
    box-shadow: 1px 0 21px rgba(99,99,99,0.07);
}
.news-detail .title h1{
	color: #343434;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
.news-detail .title .line2{
	max-width: 630px;
	margin: 0 auto;
	color: #343434;
	font-size: 20px;
}
.news-detail .time{
	padding-left: 24px;
	background: url(../images/rili.png) no-repeat left center;
    background-size: 14px;
}
.news-detail .look-num{
	padding-left: 42px;
	background: url(../images/eye.png) no-repeat left center;
    background-size: 25px;
}
.article-text{
	color: #343434;
	font-size: 16px;
	line-height: 30px;
	padding: 60px 0 0 0;
}
.article-text img{
	width: auto;
	max-width: 100%;
}




@media (max-width: 992px) {


}
@media (max-width: 768px) {
.detail {
    margin: 10px 0 55px;
}
.news-detail {
    width: 100%;
    /* height: 500px; */
    padding: 20px 0;
    background: #fff;
    box-shadow: none;
}
.news-detail .title h1 {
    font-size: 20px;
    margin-bottom: 20px;
}
.news-detail .title .line2 {
    font-size: 14px;
}
.article-text {
    padding: 30px 0 0 0;
}
.news-detail .look-num {
    padding-left: 32px;
    background: url(../images/eye.png) no-repeat left center;
    background-size: 20px;
}
}