.new-detail .widthAuto{
    overflow: hidden;
    margin: 5vh auto;
}
.new-detail .widthAuto .left{
    width: 66.7%;
}
.new-detail .widthAuto .right{
    width: 30%;
}
.new-title h3{
    font-size: 22px;
}
.new-title h4{
    color: #383d37;
    font-size: 20px;
    margin: 8px 0;
    font-weight: normal;
}
.new-title ul{
    overflow: hidden;
    margin: 2vh 0;
    width: 100%;
}
.new-title ul li{
    float: left;
    width: 20%;
    color: #898989;
    font-size: 14px;
}
.new-title ul li span{
    margin-right: 1%;
}
.new-info{
    margin-bottom: 5vh;
}
.news-link{
    /*margin-top: 5vh;*/
}
.news-link li{
    line-height: 3.5vh;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.news-link li span {
    margin-right: 5px;
}
/*右面相关新闻*/
.new-detail .widthAuto .right ul li{
    border-bottom: 1px solid #dcdcdc;
    line-height: 30px;
    padding:10px 0;
}
.new-detail .widthAuto .right ul li p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}
.new-detail .widthAuto .right ul li p.new-link-title{
    font-size: 16px;
    margin-bottom: 5px;
}
.new-link-data{
    color: #dcdcdc;
}
.new-link-data span{
    margin-right: 2.5%;
}