.sc1 {
    border-top: 2px #d4d4d4 solid;
    margin-top: 44px;
    padding-top: 50px;
}

#news_container {
    text-align: left;
}

#news_container .cover{
    width: 292px;
    height: 203px;
    display: inline-block;
    vertical-align: top;
}

#news_container .cover img {
    height: 100%;
    width: 100%;
}

#news_container .detail{
    display: inline-block;
    margin-left: 20px;
    width: 620px;
    height: 203px;
}

#news_container a {
    text-decoration: none;
}

.news_item {
    margin: 30px 0 30px 0;
}

.news_item .title{
    vertical-align: top;
    border-bottom: 2px #d4d4d4 solid;
    height: 40px;
}

.news_item .title_text {
    font-size: 22px;
    color: #222222;
}

.news_item .time {
    float: right;
    color: #666666;
    font-size: 22px;
}

.news_item .content {
    font-size: 18px;
    color: #666666;
    line-height: 25px;
    margin-top: 20px;
    height: 110px;
}

.news_item .more{
    text-decoration: none;
    font-size: 16px;
    color: #666666;
}

.sc2{
    margin-top: 80px;
    margin-bottom: 70px;
}

.page_item{
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: black;
}

.current {
    background-color: #b81c22;
    color: white;
}
