.bg{
    background: url(../img/news_banner.png) no-repeat center;
}

.main{
    margin-bottom: 20px;
}

.head-title{
    margin: 60px 0 40px 0;
}

.news-list-item{
    border-bottom: 1px solid #ebebec;
    padding: 24px 0;
}
.news-list-item .imgbox{
    width: 248px;
    height: 165px;
}
.news-list-item .imgbox img{
    width: 100%;
    height: 100%;
}
img[src=""],img:not([src]){
    opacity:0;
}
.news-list-item .content{
    width: 860px;
    margin-left: 20px;
}
.news-list-item .content .title a,.main-content .title{
    color: #333333;
    font-size: 24px;
    font-weight: 700;
}
.news-list-item .content .info{
    font-size: 16px;
    color: #575757;
    margin: 16px 0;
}
.news-list-item .content .time{
    font-size: 14px;
    color: #575757;
}

.main-content{
    position: relative;
    border-radius: 8px;
    border: 1px solid #c2c4ca;
    margin-top: 16px;
    padding: 70px 30px;
    box-sizing: border-box;
}
.main-content .back{
    cursor: pointer;
    display: block;
    font-size: 16px;
    color: #575757;
    line-height: 22px;
    position: absolute;
    top: 10px;
    background: url(/Static/img/new_icon_left.png) no-repeat left center;
    padding-left: 20px;
}
.main-content .time{
    font-size: 14px;
    color: #575757;
    margin: 16px 0;
}
.main-content .info{
    font-size: 16px;
    color: #575757;
}