#newslist{
    margin: 40px 0;
}
#newslist li{
    float: left;
    width: 25%;
}
#newslist .border{
    margin: 0 15px 15px;
}
#newslist .photo a{
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
#newslist .photo a img{
    width: 100%;
}
#newslist .news-info{
    margin-top: 10px;
}
#newslist .news-bottom p b{
    font-size: 18px;
    margin-right: 5px;
    vertical-align: sub;
}
#newslist h3{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px 0;
    font-size: 16px;
}
#newslist h3 a{
    font-weight: normal;
}
#newslist .catalog{
    font-size: 12px;
    color: #777;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#describe{}
#describe .article-info{
    margin: 40px 0;
}
#describe .article-info li{
    font-size: 14px;
    color: #636363;
}
#describe .article-info li b{
    color: #000;
}
#describe .article-info li.QuoteText{}
#describe .article-info li.QuoteText b{}
#describe #article{}
#community{
    margin-top: 50px;
}
#community li{
    float: left;
    line-height: 0;
    margin-right: 5px;
}
@media screen and (max-width: 1024px) {
	#newslist li{
		width: 33%;
	}
}
@media screen and (max-width: 768px) {
	#newslist li{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	#newslist .border{
		margin: 0 8px 15px;
	}
	
}
