
.hover-blog-a a {
    color: #333;
    transition: all .2s linear;
}

.hover-blog-a:hover a {
    color: #FF6109;
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}

.img-100 img {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .2s linear;
}

.img-100:hover img {
    transform: scale(1.05);
}

.breadcrumb {
    height: 48px;
    background-color: #F8F8F8;
}

.breadcrumb .direction {
    line-height: 48px;
    display: flex;
    align-items: center;
}

.breadcrumb .direction a {
    transition: all .2s linear;
    color: #333;
}

.breadcrumb .direction a:last-child  {
    color: #FF6109;
}

.breadcrumb .direction a:hover {
    color: #FF6109;
}

.breadcrumb .direction svg {
    margin: 0 10px 2px 10px;
}



.news-list {
    padding-top: 24px;
    padding-bottom: 50px;
}

.news-list .news-img {
    position: relative;
    transition: all .2s linear;
}

.news-list .news-img .news-img-item {
    padding-right: 30px;
    width: 100%;
    height: auto;
    position: relative;
}

.news-list .news-img .news-img-item::before {
    position: absolute;
    content: "";
    width: 97%;
    height: 60%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.5%, #000000 100%);
    padding-right: 30px;
}

.news-list .news-img .news-img-item img {
    width: 100% !important;
}

.news-list .news-text {
    position: absolute;
    bottom: 0;
    padding-left: 50px;
    padding-bottom: 28px;
}

.news-list .news-text h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 22px;
    display: inline-block;
    width: 90%;
}

.news-list .news-text h2 a {
    color: #fff;
}

.news-list .news-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 85%;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.news-list .news-item {
    position: relative;
    padding: 16px 24px 10px 24px;
    background-color: #F8F8F8;
    cursor: pointer;
}

.news-list .news-item.active
{
    border-left: 2px solid #FF6109;
}

.news-list .news-item.active::before
{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 26px solid #FF6109;
    border-bottom: 30px solid transparent;
    left: -27px;
    bottom: 56px;
} 

.news-list .news-item.active::after
{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 26px solid #F8F8F8;
    border-bottom: 30px solid transparent;
    left: -25px;
    bottom: 56px;
} 

.news-list .news-item .item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 7px;
}

.news-list .news-item .item-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list .news-item .news-date svg,
.new-1 .news-date svg,
.news-list-hot svg,
.news-detail .news-date svg 
{
    margin-right: 8px;
    margin-bottom: -4px;
}

.news-list .news-item .news-date span,
.new-1 .item .news-date span
{
    font-weight: 400;
    line-height: 30px;
    color: #828282;
}

/* ------------------new-banner----------------------- */

.news-banner {
    padding: 8px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-banner .news-img-banner {
    margin-top: 20px;
}

.news-banner .news-banner-title {
    text-align: center;
}

.news-banner .news-banner-title h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
}

.news-banner .news-banner-title h2:first-child {
    color: #FF6109;
    margin-top: 40px;
}

.news-banner .news-banner-title .title-2 {
    margin-bottom: 7px;
}

.news-banner .news-banner-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 58%;
    margin: 0 auto;
    margin-bottom: 44px;
}

.news-banner .btn-news-list {
    width: 240px;
    height: 50px;
    border-radius: 200px;
    background-color: #FF6109;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    border: none;
    margin-top: 75px;
    transition: all .2s linear;
}

.news-banner .btn-news:hover {
    background-color: #333;
}

/* ------------------new-1----------------------- */
.new-1 {
    padding-top: 40px;
}

.new-1 .new-list {
    float: left;
    width: 100%;
}

.new-1 .new-list .item {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.new-1 .new-list .item:last-child {
    margin-bottom: 40px;
}

.new-1 .new-list .item-image {
    float: left;
    width: 50%;
    padding-bottom: 26%;
}

.new-1 .new-list .item-image img {
    /* border-radius: 10px; */
    height: auto;
    width: 100%;
}

.new-1 .new-list .item-content {
    float: left;
    width: 44%;
    margin-left: 40px;
}

.new-1 .new-list h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    /* margin-bottom: 8px; */
}

.new-1 .new-list .item-content .item-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #828282;
    margin-bottom: 30px;
}

.new-1 .new-list .search-null {
    color: red;
    font-size: 28px;
}

.new-1 .new-list h1 {
    font-size: 34px;
}

.new-1 .new-list h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.new-1 .new-list img{
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

.new-1 .new-list h1{
    margin-bottom: 20px;
    margin-top: 0;
}

.new-1 .new-list h3,
.new-1 .new-list h2{
    margin-bottom: 15px;
    margin-top: 0;
}

.new-1 .new-list h4,
.new-1 .new-list h5,
.new-1 .new-list h6 {
    margin-bottom: 10px;
    margin-top: 0;
}

.new-1 .new-list ul li {
    list-style: disc;
    line-height: 24px;
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.new-1 .new-list p
{
    margin: 10px 0;
    line-height: 22px;
    font-size: 16px;
}


/* -----------------------sidebar-new------------------------- */
.sidebar-new .news-group {
    padding-bottom: 40px;
    float: left;
}

.sidebar-new .news-group .title {
    margin-bottom: 27px;
}

.sidebar-new .news-group .title h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
} 

.sidebar-new .news-group .item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.sidebar-new .news-group .item:last-child {
    margin-bottom: 0;
}

.sidebar-new .news-group .item .item-image {
    width: 120px;
    float: left;
    padding-bottom: 15%;
}

.sidebar-new .news-group .item .item-image img {
    /* border-radius: 10px; */
    height: auto;
    max-width: 100%;
}

.sidebar-new .news-group .item .item-content {
    float: left;
    width: 52%;
    margin-left: 15px;
}

.sidebar-new .news-group .item .item-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.sidebar-new-img {
    position: relative;
}

.sidebar-new-img .btn-regis {
    position: absolute;
    width: 186px;
    height: 50px;
    border-radius: 200px;
    bottom: 31px;
    right: 30%;
    border: none;
    color: #fff;
    background-color: #FF6109;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    transition: all .2s linear;
}

.sidebar-new-img .btn-regis:hover {
    background-color: #333;
}

.sidebar-new .news-date svg
{
    margin-right: 8px;
    margin-bottom: -4px;
}

/* ------------------------------news-details------------------------------- */
.news-detail-banner {
    margin-top: 24px;
}

.news-detail {
    padding-top: 38px;
}

.news-detail .wrap {
    border-bottom: 1px solid #E1E1E1;
}

.new-detail .detail-head {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 11px;
}

.new-detail .news-date {
    margin-bottom: 17px;
}

.new-detail p {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 24px;
}

.new-detail h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 20px 0 10px 0;
}

.new-detail img {
    display: inline-block;
    width: 100%;
    margin-bottom: 27px;
}

.new-detail .detail-relation {
    float: left;
    margin-top: 30px;
    width: 100%;
    height: 50px;
    text-align: end;
}

.new-detail .detail-relation button {
    width: 100px;
    height: 30px;
    padding: 8px;
    color: var(--third-color);
    background-color: var(--fourth-color);
    border: none;
    line-height: 14px;
    font-size: 12px;
    border-radius: 4px;
    transition: all .2s linear;
}


.new-detail .detail-relation button:hover {
    background-color: var(--second-color);
}

.new-detail .detail-relation .detail-share {
    width: 85px;
}

.new-detail .detail-relation button svg {
    margin-right: 7px;
}

.content-main {
    float: left;
    width: 100%;
    padding-bottom: 40px;
}

._51mx:last-child>._51m- #u_0_4_YP {
    display: none;
}

#st-1 {
    margin-top: 30px;
}

/* ------------------news-list-hot----------------------- */
.news-list-hot {
    padding-top: 40px;
    padding-bottom: 40px;
}

.news-list-hot .title {
    margin-bottom: 30px;
}

.news-list-hot .title h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
}

.news-list-hot .break {
    margin-bottom: 35px;
    width: 132px;
}

.news-list-hot .item-image {
    padding-bottom: 63%;
}


.news-list-hot .item-content {
    padding-top: 20px;
}

.news-list-hot .item-content h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1280px) {
    .news-list .news-text h2 {
        width: 85%;
        line-height: 50px;
    }

    .new-1 .new-list .item-image img {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .news-list {
        padding: 20px 0;
    }

    .news-list .news-item {
        padding: 0;
        margin-bottom: 20px;
        background: none;
    }
    
    .news-list .news-text {
        display: none;
    }

    .news-list .news-img img {
        padding: 0;
    }

    .news-list .news-item .item-title {
        font-size: 18px;
        margin-top: 10px;
    }

    .news-list .news-item .item-text {
        font-size: 14px;
    }

    .news-list .news-item .news-date span {
        line-height: 20px;
    }

    /* -----------------------------news-banner---------------------------- */
    .news-banner {
        padding: 20px 0;
    }

    .news-banner .news-img {
        margin-top: 0;
    }

    .news-banner .news-banner-title h2 {
        font-size: 22px;
    }

    .news-banner .news-banner-title p {
        font-size: 14px;
        width: 100%;
        margin-bottom: 20px;
    }

    .news-banner .news-banner-title h2:first-child {
        margin-top: 10px;
    }

    .news-banner .btn-news-list {
        display: block;
        width: 200px;
        height: 40px;
        font-size: 18px;
        margin: 0 auto;
    }

    /* ----------------------------------.new-1-------------------------------- */
    .new-1 {
        padding: 20px 0;
    }

    .new-1 .new-list .item-image {
        width: 48%; 
    }

    .new-1 .new-list .item-image img {
        height: 120px;
    }
    
    .new-1 .new-list h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .new-1 .new-list .item-content {
        margin-left: 20px;
        width: 46%;
    }

    .new-1 .new-list .item-content .item-text {
        font-size: 14px;
        -webkit-line-clamp: 3;
        margin-bottom: 10px;
    }

    .new-1 .new-list .item {
        padding-bottom: 20px;
        border-bottom: 1px solid #828282;
        margin-bottom: 20px;
    }

    /* ------------------------.sidebar-new---------------------------------- */
    .sidebar-new .news-group .item {
        margin-bottom: 20px;
    }

    .sidebar-new .news-group .title {
        margin-bottom: 20px;
    }

    .sidebar-new .news-group .item .item-title {
        font-size: 16px;
        margin-bottom: 0;
    }

    .sidebar-new .item .news-date span {
        font-size: 12px;
    }

    /* --------------------------------news-detail-------------------------------- */
    .news-detail-banner {
        margin-top: 0;
    }

    /* ---------------------------detail-news------------------------------------- */

    .content-main {
        padding-bottom: 20px;
    }

    .news-list-hot .item {
        margin-bottom: 20px;
    }
    
    .news-list-hot .item-content {
        padding: 10px;
    }

    .news-list-hot {
        padding: 20px 0;
        float: left;
    }

    .news-list-hot .title h2 {
        font-size: 24px;
        line-height: 20px;
    }

    .news-list-hot .title {
        margin-bottom: 20px;
    }

    .news-list-hot .item-content h3 {
        font-size: 18px;
        line-height: 24px;
        -webkit-line-clamp: 2;
    }

    .sidebar-new-img .btn-regis {
        right: 25%;
        bottom: 18px;
        font-size: 18px;
        width: 170px;
        height: 40px;
    }
}
