.news-list {
    padding: 0 30px 0 30px;
}

.news-list li {
    padding: 25px 0;
    height: 122px;
    border-bottom: #e5e5e5 1px solid;
}

.news-list li .image, .news-list li .image img {
    width: 215px;
    height: 120px;;
}

.news-list li .image {
    border: #666 1px solid;
    float: left;
}

.news-list li h3 {
    margin: 0 0 0 247px;
    padding: 0 0 0 ;
    line-height: 36px;
    font-size: 24px;
    font-weight: normal;
}

.news-list li h3 a {
    color: #000;
}

.news-list li .brief {
    margin: 5px 0 0 247px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
}

.news-list li .date {
    margin: 5px 0 0 247px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}

#body-news .pagecute {
    margin-top: 40px;
    margin-bottom: 30px;
}


.news-view {
    padding: 40px 60px 80px 60px;
}

.news-view h2 {
    margin: 0;
    padding: 0;
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    color: #333;
    font-weight: normal;
}

.news-view .info {
    height: 50px;
    line-height: 50px;
    color: #999;
    font-size: 14px;
    text-align: center;
    border-bottom: #c1c0c0 1px dashed;
}

.news-view .thumb {
    padding-top: 40px; 
    text-align: center;
    
}

.news-view .thumb img {
    max-width: 90%;
}

.news-view .content {
    padding-top: 40px; 
    line-height: 27px;
    font-size: 18px;
}

.news-view .content p {
    text-indent: 28px;
}

.news-view .content img {
    max-width: 90%;
}
