.content-advert{
    width: 1200px;
    height: 118px;
    margin: 0 auto 45px;
}
.content-advert img{
    display: block;
    width: 100%;
    height: 118px;
}
.content-news-box{
    width: 1200px;
    height: 535px;
    clear: both;
    margin: 0 auto;
}
.content-news-left{
    width: 900px;
    height: 535px;
    float: left;
}
.content-news-left .clearfix{
    clear:both;
}
.news-box{
    float: left;
    width: 410px;
    height: 265px;
    /*background: antiquewhite;*/
    margin-right: 30px;
    margin-bottom: 10px;
}
.news-box .news-title{
    width: 100%;
    clear: both;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background: url("../image/title-bg.png") 0 0 no-repeat;
    background-size: 100% 100%;
    border-bottom: 2px solid #E8E8E8;
}
.news-box .news-title .title-text{
    float: left;
    text-indent: 39px;
}
.news-box .news-title .title-more{
    float: right;
    font-size: 14px;
    color: rgb(204, 204, 204);
    float: right;
    cursor: pointer;
}
.news-list{
    width: 100%;
}
.news-list ul{
    width: 100%;
}
.news-list ul li {
    width: 100%;
    clear: both;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #ccc;
}
.news-list ul li .icon{
    width: 10px;
    height: 12px;
    float: left;
    margin: 16px 5px;
}
.news-list ul li .icon img{
    display: block;
    width: 100%;
    height: 100%;
}
.news-list ul li .headline{
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.news-list ul li .time{
    width:78px;
    float: right;
    color: #ccc;
    font-size: 14px;
}
.content-news-right{
    width: 300px;
    height: 535px;
    float: right;
}
.news-banner{
    width: 100%;
    height: 70px;
    cursor: pointer;
    margin-bottom: 22px;
}
.news-banner img{
    display: block;
    width: 100%;
    height: 100%;
}
.news-bigbanner{
    width: 300px;
    height: 162px;
    margin-bottom: 22px;
}
.news-bigbanner img{
    display: block;
    width: 100%;
    height: 100%;
}
.content-advert2{
    width: 1200px;
    height: 98px;
    margin: 30px auto;
}
.content-advert2 img{
    display: block;
    width: 100%;
    height: 100%;
}
.newsphoto-title{
    width: 1200px;
    clear: both;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    background: url("../image/title-bg.png") 0 0 no-repeat;
    border-bottom: 2px solid #E8E8E8;
    margin-bottom: 15px;
}
.newsphoto-title .title-text{
    float: left;
    text-indent: 39px;
}
.newsphoto-title .title-more{
    float: right;
    font-size: 14px;
    color: rgb(204, 204, 204);
    float: right;
    cursor: pointer;
}
.clear{
    clear: both;
}