﻿@charset "utf-8";
html,
body {
    height: 100%;
    overflow: hidden;
}

.news-contents {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


.news-row-left,
.news-row-right {
    padding: 0;
}
.news-row {
    margin-top: 10%;
}

.news-row-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#NewsTab {
    display: flex;
    align-items: center;
    list-style-type: none;
    position: relative;
    z-index: 99;
}

#NewsTab>li {
    width: 120px;
    height: 40px;
    margin-left: 15px;
}

#NewsTab>li:first-child {
    margin-left: 0;
}

#NewsTab>li>a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    transition: all .4s;
    color: #4e4e4e;
    font-size: 16px;
}

#NewsTab>li>a:hover {
    text-decoration: none;
}

#NewsTab>li>a:link {
    text-decoration: none;
}

#NewsTab>li>a:visited {
    text-decoration: none;
}

#NewsTab>li>a:hover {
    text-decoration: none;
}

#NewsTab>li>a:active {
    text-decoration: none;
}

#NewsTab>li.active a {
    color: #ffffff;
    background: #e6212a;
}

.news-content-row {
    margin-top: 6.1%;
}

#NewsContent {
    width: 100%;
}

.news-tab-part {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.news-item-wrap {
    display: flex;
}
.tab-item {
    display: flex;
    flex-direction: column;
}

.tab-item:nth-child(1) {
    animation-delay: .3s;
}

.tab-item:nth-child(2) {
    animation-delay: .6s;
}

.tab-item:nth-child(3) {
    animation-delay: .9s;
}

.tab-item-img {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.tab-item-img>span {
    display: block;
    width: 100%;
    padding-bottom: 51.1%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .3s;
}

.tab-item-info {
    padding: 20px 0 25px 0;
    border-bottom: 1px solid #a6a6a6;
    position: relative;
}

.tab-item-info::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #e6212a;
    transition: width .3s;
}

.tab-item-info>a:hover {
    text-decoration: none;
}

.tab-item-info .info-title {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #414141;
    min-height: 30px;
    transition: color .3s;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tab-item-info .info-text {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #737577;
    line-height: 22px;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
    cursor: pointer;
}

.tab-item-date {
    padding-top: 26px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-item-date>p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #777777;
    transition: color .3s;
}

    .tab-item-date > a {
        display: block;
        width: 11px;
        height: 19px;
        background-image: url('../../../../../../../Home/Views/Home/PC/1/Themes/image/arrow_right.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0;
        transform: translateX(-70px);
        transition: transform .3s;
        cursor: pointer;
    }

.tab-item:hover .info-title {
    color: #E6212A;
}

.tab-item:hover .tab-item-info::after {
    width: 100%;
}

.tab-item:hover .tab-item-date>p {
    color: #E6212A;
}

.tab-item:hover .tab-item-date>a {
    opacity: 1;
    transform: translateX(0);
}

.tab-item:hover .tab-item-img>span {
    transform: scale(1.1);
}

.paging-row {
    display: flex;
    justify-content: center;
    margin-top: 11%;
}
.news_noContent{
    font-size: 0.16rem;
}
@media (min-width: 1600px) and (max-width:1919px) and (max-height: 789px) {
    .news-content-row {
        margin-top: 1%;
    }

    .paging-row {
        display: flex;
        justify-content: center;
        margin-top: 2%;
    }
}

@media (min-width: 1920px) and (max-height: 1079px) {
    .paging-row {
        margin-top: 6%;
    }
}

@media (min-width: 1600px) and (max-width:1919px) and (max-height: 970px) {
    .paging-row {
        margin-top: 2%;
    }

    .news-content-row {
        margin-top: 1.1%;
    }
}

@media (max-width: 1919px) {
    .Details-Container {
        height: auto;
    }

    .news-content-row {
        margin-top: 0;
    }

    .paging-row {
        margin-top: 0;
    }

    .tab-item-info .info-title {
        font-size: 0.22rem;
        height: auto;
        min-height: auto;
    }

    .tab-item-info .info-text {
        margin-top: 0.25rem;
        min-height: auto;
    }

    .tab-item-date {
        padding-top: 0.26rem;
    }

    .tab-item-date>p {
        font-size: 0.2rem;
    }

    #NewsTab>li {
        width: 1.2rem;
        height: 0.4rem;
    }

    #NewsTab>li>a {
        font-size: 0.16rem;
    }
}

@media (min-width: 1920px) and (max-height: 1079px) {
    .news-content-row {
        margin-top: 4.1%;
    }

    .paging-row {
        margin-top: 4%;
    }
}
@media (min-width: 1920px) {
    .paging-row {
        margin-top: 6%;
    }
}

@media (min-width: 2560px) {
    .news-content-row {
        margin-top: 15%;
    }
}