.news-header{
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #E7E7E7;
    background-color: #ffffff;
}
.news-m{
    width:80%;
    margin: 0 auto;
}
.news-cate-list{
    font-size: 16px;
    color: #333333;
}
.news-cate-list li{
    float: left;
    margin-right: 40px;
    height: 60px;
    line-height: 60px;
    list-style: none;
}
.detail-nav{
    height: 50px;
    line-height: 50px;
    color: #888888;
    background: url(../image/news_ico2.png) no-repeat left 17px;
    text-indent: 25px;
    width: 1200px;
    margin: 0 auto;
}
.detail-content{
    overflow: hidden;
    position: relative;
    padding: 40px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.detail-content-left{
    width: 840px;
    overflow: hidden;
}
.detail-content-right{
    width: 320px;
    overflow: hidden;
    float: right !important;
    margin-top: 40px;
}
.content-title{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: -5px;
}
.content-attr span{
    display: inline-block;
    margin-right: 25px;
    color: #888888;
}
.content-detail{
    padding: 30px 0;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    overflow: hidden;
}
.content-right-title{
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px dashed #E3E3E3;
    border-top: 2px solid #3784D2;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.title-list{
    width: 100%;
    padding: 20px 0 15px;
    overflow: hidden;
    text-indent: 20px;
    line-height: 24px;
}
.title-list li{
    margin-bottom: 15px;
}
.title-list li .tt{
    color: #333333;
    width: 100%;
    height: 24px;
    background: url(../image/icon/right.png) no-repeat -4px ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tt a{
    text-indent: 20px;
    line-height: 24px;
    white-space: nowrap;
    color: #333333;
    cursor: pointer;
}
.news-cate-list a{
    color: #333333;
}