.news-header111 {
    height: 360px;
    background: url(../images/about_banner.png) center top no-repeat;
}
.news-header222 {
    height: 360px;
    background: url(../images/product_bg.png) center top no-repeat;
}
.news-header {
    height: 360px;
    background: url(../images/news_banner.png) center top no-repeat;
}
.news-list {
    padding-bottom: 40px;
}
.news-list ul li {
    margin-top: 40px;
}
.news-list ul li .item-pic {
    float: left;
    width: 195px;
    height: 130px;
    overflow: hidden;
}
.news-list ul li .item-cont {
    overflow: hidden;
    padding: 5px 20px;
}
.news-list ul li .item-cont .name {
    line-height: 28px;
    font-size: 18px;
}
.news-list ul li .item-cont .desc {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin: 15px 0;
}
.news-list ul li .item-cont .clock {
    float: left;
    padding-left: 20px;
    font-size: 14px;
    color: #999;
    background: url(../images/clock.png) 0 center no-repeat;
}
.news-list ul li .item-cont .btn {
    float: right;
    font-size: 14px;
    color: #f08418;
}
.news-detail {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
}
.news-detail h1 {
    font-size: 30px;
    line-height: 40px;
    padding: 10px;
    text-align: center;
}
.news-detail .time {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.news-detail .detail-cont {
    padding: 30px 0;
    background: url(../images/line.png) center top no-repeat;
    font-size: 18px;
    line-height: 36px;
}
.news-detail .detail-cont p {
    margin-top: 20px;
}
.news-detail .detail-cont img {
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
}
