@font-face {
    font-family: "hkljhtjw8";
    src: url("../fonts/HKLJHTJW8.TTC");
}
html,body,div,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}

.news_list_banner{
    width: 100%;
    height: 30vw;
    padding-top: 15px;
}

.news_list_banner>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.news-list-title{
    font-size: 16px;
    color: #2d2c2c;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-list-dtime-view{
    color: #6c6c6c;
    padding: 5px;
}
.news-list-dtime-view h6 {
    font-size: 14px;
    font-weight:400;
    float: left;
}

.news-list-dtime-view h5 {
    font-size: 14px;
    font-weight:400;
    float: right;
}
.news-list {
    margin: 5px 0 10px;
    padding: 8px 5px;
    /*background-color: #aaaaaa;*/
    border-bottom: 1px solid rgba(170, 170, 170, 0.6);
}
/*    新闻列表样式开始*/


.news-list img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}


.only_picture_text {
    position: relative;
    height: 80px;
    padding-left: 5px;
}
.only_picture_text .news-list-dtime-view{
    position: absolute;
    bottom: 0;
    padding-bottom: 0;
}
.only_picture_text .news-list-dtime-view h5{
    margin-right: 5px;
}

/*    新闻列表样式结束*/




/*    新闻样式开始*/
/*图文*/
.news_index {
    background-color: white;
}

.news_index_title {
    font-size: 22px;
    padding: 8px;
    text-align: justify;
    font-weight: bold;
    line-height: 30px;
    margin-top: 20px;
}

.news_index_info {
    color: #aaaaaa;
    padding: 5px 8px;
    font-size: 16px;

    overflow: hidden;
}

.news_index_content {
    padding: 10px 10px 50px;
    text-align: justify;
    color: #454444 !important;
    font-family: "Microsoft Yahei" !important;
    font-size: 16px;
    line-height: 1.75em;
}

.news_index_content img {
    width: 100% !important;
    height: auto !important;
    margin: 15px auto;
}
.news_index_content video {
    width: 100% !important;
    height: auto !important;
    margin: 15px auto;
}

/*    新闻样式结束*/