.news-detail-box{
    width:  80%;
    margin: 0 auto;
    padding: 60px 0;
    overflow: hidden;
}
    .news-detail-box > div:first-child {
        float: left;
        width: 100%
    }
        .news-detail-box > div:first-child>div{
            margin-right: 400px;
        }
        .news-detail-box > div:nth-child(2) {
            float: left;
            width: 340px;
            margin-left: -340px
        }

.route {
    color: #19BBC6;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
    vertical-align: middle;
    border-left: 4px solid #19BBC6;
    padding-left: 23px;
}


.news-title{
    font-size: 24px;
    font-weight:500;
    color:#333;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 70px;
}
.news-desc {
    font-size: 1vw;
    color: #333;
    margin-top: 30px;
}
.eye-box {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F5F5F5;
}

.eye-box span{
    font-size:  18px;
    font-weight:500;
    color: #999;
}

    .eye-box img{
        width:  24px;
    }
    .eye-box span:last-child {
        margin-left: 30px;
    }

.news-content{
    margin: 5px 0;
    padding: 20px 0;
    line-height: 1.5em;
    font-size: 18px;
    color: #333;
}

.box-bottom{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #F5F5F5;
    padding-top: 40px;
}

.bottom-left,.bottom-right{
    width: 48%;
}

.bottom-left div:first-child,.bottom-right div:first-child{
    font-size: 1.5vw;
    font-weight:500;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .bottom-left .other-news, .bottom-right .other-news {
        padding: 20px 30px;
        border: 1px dashed #848391;
    }

.other-news-title{
    font-size: 1vw !important;
}

.other-news-content {
    font-size: 18px !important;
    font-weight: 500;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 75px;
    text-indent: 2em;
}

.readAll{
    margin-top: 15px;
    font-size: 0.9vw;
    font-weight:400;
    color:#19BBC6;
}

.more-news {
    font-size: 1.5vw !important;
    color: #19BBC6;
    text-align: right;
}
.OtherUrl-info{
    min-height: 500px;
}
.OtherUrl {
    width: auto;
}
.newsItem{
    border: 1px solid #ddd;
    margin-bottom: 16px;
}
.newsItemTitle {
    color: #000;
    font-size: 18px;
    border-left: 3px solid #19BBC6;
    padding-left: 10px;
    margin: 20px 0;
}
    .newsItemTitle span {
        color: #19BBC6;
        border: 1px solid #19BBC6;
        font-size: 12px;
        padding: 2px  6px;
        border-radius: 5px;
    }
    .newsItem ul {
        padding: 0 15px;
    }
.newsItem ul li{
    margin-bottom: 18px;
    color: #333;
    font-size: 14px;
}
    .newsItem ul li.text-right{
        font-size: 12px;
        color: #999;
    }
.pad-0{
    padding: 0;
}
.text-right {
    text-align: right;
}
.img-item{
    overflow: hidden;
}
.img-item a>div:first-child{
    width: 102px;
    height: 68px;
    overflow: hidden;
    border-radius: 5px;
    float: left;

}
    .img-item a> div:nth-child(2) {
        margin-left: 112px;
    }
    .img-item a> div:nth-child(2) p{
        color: #333;
        font-size: 14px;
    }
        .img-item a> div:nth-child(2) div{
            color: #999;
            font-size: 12px;
            margin-top: 1em;
        }
.mgright0  div {
    margin-right: 0 !important;
}