.news_exper p {
    font-size: 3.6vw;
    font-weight: bolder;
    color: aliceblue;
    letter-spacing: 8px;
}
.news_exper {
    padding: 9% 0;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 500px) {
    .news_exper {
        padding: 6em 0 0 0; 
    }
    .news_exper {
        padding: 16% 0;
    }    
}
/* 标签导航 */
.label-s .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
}
.label-ul {
    border: none;
    text-align: center;
    margin: auto;
    width: 360px;
}
.label-ul li {
    margin-bottom: 0;
    width: 90px;
}
.label-ul > li > a:hover {
    background-color: transparent;
    color: #FE750B;
    border-bottom: 1px solid #FE750B;
    border: none;
    border-bottom: 1px solid #FE750B;
}
.label-ul li a {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    border: none;
}
.label-s .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-bottom: 1px solid #FE750B;
    color: #FE750B;
}
/* 标签导航 */

/* 标签内容 */
.content-news {
    width: 100%;
    min-height: 100vh; 
}
/* 标签内容 */
.news-a-ul {
    padding: 0;
}
.news-a-ul li {
    list-style-type: none;
    padding: 20px 0;
    height: 120px;
    position: relative;
}
.news-a-ul li:hover {
    background-color: #F2F2F2;
}
.news-a-div {
    width: 45%;
    margin: auto;
    text-align: left;
    display: inline-block;
    position: relative;
}
.jt-right {
    width: 30px;
    position: absolute;
    bottom: 49px;
    margin-left: 80px;
    display: none;
}
.news-a-ul li div h4 {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news-a-ul li div p {
    max-height: 40px;
    color: #7D7D7D;
    line-height: 20px;
    font-size: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new-left {
    position: absolute;
    left: -90px;
    top: 4px;
    width: 65px;
}
.news-a-li a {
    text-decoration: none;
    color:#333;
}
.news-a-li:hover .news-a-div {
    transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transition: transform .3s;
}
.news-a-li:hover .jt-right {
    display: inline-block;
}
.fyl {
    margin: 30px 0;
    font-size: 14px;
}
.topjt {
    cursor:pointer;
    margin-right: 10px;
}
.bottomjt {
    margin: 0 10px;
    cursor:pointer;
}
.tzdy {
    width: 60px;
    margin: 0 10px;
}