﻿.hidden{
    display:none;
}

.news-cate-relactive {
    /*background-color: rgba(0,0,0,0.4);*/
    position: fixed !important;
    z-index: 1000 !important;
    top: 105px;
}

.banner-inner {
    height: 60vh;
}

.bg-cover, .bg-inner, .bg-larger {
    width: 100%;
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-inner, .bg-larger {
    position: relative;
    height: 60vh;
}

section {
    margin: 0;
    padding: 0;
}

.outer-nav {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: -41px 0 0;
    text-align: center;
    z-index: 4;
}

.sub-nav {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
    overflow: hidden;
    z-index: 10;
}

    .sub-nav ul {
        display: block;
        width: 100%;
        white-space: nowrap;
        z-index: 2;
    }

    .sub-nav li {
        display: inline-block;
        width: auto;
        margin: 0 -3px;
        vertical-align: top;
    }

    .sub-nav li, .sub-nav ul {
        position: relative;
        height: auto;
    }

.news-market {
    padding: 0 0 30px;
    background-color: #fff;
}

.wrap-content, .wrap-small {
    position: relative;
    display: block;
    width: 90%;
    margin: auto;
    padding: 3vw 0;
    height: auto;
    text-align: center;
    z-index: 10;
}

.wrap-small {
    max-width: 900px;
}

.blue, .blue h2 {
    color: #0571b8;
}

.title-main {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: auto;
    position: relative;
    margin: 0 -5px;
    padding: 0;
    z-index: 5;
}

    .title-main h2 {
        font-weight: 700;
        font-size: 1.8vw;
        line-height: 1.4;
    }

.news-title:hover {
    background-color: #0571b8;
    color: #fff;
}


.news-title {
    transition: all .3s ease-in-out;
}

.text-news {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: calc(100% - 80px);
    padding: 20px 20px 20px 40px;
    text-align: left;
}

    .text-news h3 {
        font-size: 15px;
        text-transform: uppercase;
        color: #444;
    }

    .text-news::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 30px;
        left: 10px;
        top: calc(50% - 15px);
        background-color: #aaa;
    }

.ani-item.on-show {
    animation: fadeInUp;
    animation-duration: 0s;
    animation-delay: 0s;
    animation-fill-mode: none;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
}

.group-news {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.pic-news {
    position: relative;
    display: block;
    height: auto;
    overflow: hidden;
}

.box-news.news-last {
    width: calc(50% - 20px);
    margin:5px;
    height: 420px;
}

.box-news.news-last img {
    height:286px;
    object-fit: cover;
}

.box-news .date-thumb {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #0873ba;
    background-color: transparent;
}

.date-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 30px;
    color: #666;
    line-height: 1.3;
    text-align: center;
    z-index: 1;
}

.box-news .date-thumb span {
    color: #0873ba;
}

.date-thumb span {
    font-weight: 500;
    font-size: 11px;
    display: block;
    color: #999;
}

.date-thumb span {
    font-weight: 400;
    font-size: 10px;
    white-space: nowrap;
}

.load-news-section {
    background-color: #ebebeb;
    padding: 30px 0 0;
}

.news-list {
    height: auto;
    margin: auto;
    overflow: hidden;
}

.news-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: calc(50% - 15px);
    margin: 0 5px 20px;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
}

    .news-item:hover {
        background-color: #0571b8;
        color: #fff;
        transition: all .3s ease-in-out;
    }

.news-pic {
    position: relative;
    width: 50%;
    float: left;
    height: 20vh;
    max-height: 170px;
    min-height: 120px;
    display: block;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-item .date-thumb {
    background-color: #fff;
    padding: 5px;
    font-size: 24px;
}

.news-item img {
    height: 100%;
    object-fit: cover;
}

.news-txt {
    float: left;
    text-align: left;
    padding: 30px 20px;
    width: 50%;
    height: 100%;
    min-height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

    .news-txt > h3 {
        font-size: 16px;
        line-height: 1.6;
        font-weight: 400;
        color: #444;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: 100%;
        margin: 0 -5px;
        max-height: 100px;
        overflow: hidden;
        text-transform: none;
    }

.news-market h2 {
    height: 60px;
}

.title-underline {
    display: flex;
    width: 100%;
    justify-content: center;
}

    .title-underline p {
        border-top: solid 1px;
        width: 100px
    }

.sub-nav.release ul li {
    padding: 10px;
    color: #444;
    background-color: #eee;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

    .sub-nav.release ul li:hover {
        background-color: #0571b8;
        color: #fff;
        transition: all .3s ease-in-out;
    }

    .sub-nav.release ul li.current {
        background-color: #0571b8;
        color: #fff;
    }


    @media (max-width:768px){
        .box-news.news-last {
            width: calc(50% - 20px);
            margin:5px;
            height: auto;
        }
    }