
.top_news{
    background: #fff;
    width: 948px;
    height: 300px;
}
.top_img{
    width: 46%;
    float: left;
    display: inline-block;
    overflow: hidden;
    height: 280px;
    margin: 5px;
}
.top_img img{
    width: 100%;
    height: 100%;
}
.top_right{
    background: #fff;
    width: 51%;
    padding: 0 15px;
    display: inline-block;
}
.top_title{
height: 110px;
overflow: hidden;
text-align: left;
font-size: 24px;
line-height: 36px;
font-weight: bold;
color: #000000;
    margin-top: 10px;
}
.top_subtitle{
    text-align: left;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    letter-spacing: 0.8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.before_ad{
clear: both;
position: relative;
    margin: 15px 0;
    background: #fff;
}

.before_ts{
position: absolute;
right: -37px;
color: #fff;
top: 3px;
}
.list_news{
    background: #fff;
    width: 948px;
    position: relative;
    margin-bottom: 10px;
}
.list_img{
    width: 30%;
    height: 180px;
    display: inline-block;
    padding: 10px;
    overflow: hidden;
}
.list_img img{
    width: 258px;
    height: 100%;
}
.list_info{
    width: 68%;
    float: right;
    padding: 10px
}
.list_sub{
    text-align: left;
    color: #666666;
    margin-top: 20px;
    line-height: 24px;
    letter-spacing: 0.8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 50px;
}
.list_info h3{
    font-weight: bold;
    font-size: 17px;
    height: 30px;
    overflow: hidden;
    margin: 0 0 5px 0;
    line-height: 30px;
    color: rgb(51,51,51);
}
.list_foot{
    margin-top: 40px;
}
.list_foot span{
    display: inline-block;
    margin-right: 30px;
    color: #666666;
    letter-spacing: .5px;
}
.list_bq{
    float: right;
    padding: 0 4px;
    background: #f50000;
    color: #fff;
    margin: 0;
    border-radius: 3px;
    font-weight: normal;
}
.click_more{
    text-align: center;
    margin: 30px;
}
.click_more p{
    border: 1px solid #f50000;
    width: 184px;
    margin: 0 auto;
    color: #f50000;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}