/*新闻列表*/
.sec-head {
    margin-bottom: 30px;
    padding: 0 15px;
    box-sizing: border-box;
}

.sec-head-more {
    padding: 5px 10px 5px 15px;
    font-size: 16px;
    color: #fff;
    background: #00A6A8;
    border-radius: 100px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sec-head-more .icon-more {
    width: 24px;
    height: 24px;
    background: url("../images/icon_more.svg?v20210408") center right no-repeat;
    background-size: 300%;
}

.sec-head-more:hover {
    background: #6E3F95;
}

.sec-news {
    padding: 100px 0;
}

.news-item {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 33.33%;
    box-sizing: border-box;
}

.news-img {
    position: relative;
}

.news-img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 73, 135, 0);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-item:hover .news-img:after {
    background-color: rgba(0, 73, 135, .8);
}

.item-preview,
.plus-container {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.plus-icon {
    margin: 0 auto;
    margin-top: 5%;
    width: 44px;
    height: 44px;
    opacity: 0;
    background: url("../images/news/newsPlus_ICON.png") center no-repeat;
    background-size: 44px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-item:hover .plus-icon {
    opacity: 1;
    margin-top: 30%;
}

.news-read-more {
    width: 100%;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-item:hover .news-read-more {
    opacity: .85;
    bottom: 30%;
}

.news-text-box {
    position: relative;
}

.news-content {
    padding: 20px;
    background-color: #F6F6F6;
    height: 180px;
    box-sizing: border-box;
}

.news-date {
    font-size: 16px;
    color: #999;
    font-weight: bold;
}

.news-title {
    margin: 10px 0;
    font-size: 18px;
    line-height: 1.2;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-brief {
    font-size: 14px;
    color: #666;
    height: 63px;
    line-height: 1.5;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

/*.news-brief:after {
    content: '...';
    display: block;
    font-size: 14px;
    text-align: center;
    width: 21px;
    background-color: #F6F6F6;
    position: absolute;
    right: 0;
    bottom: 0;
}*/

.read-more-btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 50px 50px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-color: transparent transparent #F5A200 transparent;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.news-item:hover .read-more-btn {
    border-width: 0 0 65px 65px;
    border-color: transparent transparent #808180 transparent;
}

.read-more-btn .icon {
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -27px;
    margin-top: 23px;
    background-repeat: no-repeat;
    background-size: 21px 17px;
    background-position: center;
    background-image: url(../images/news/arrow_forBTN-white.png);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.news-item:hover .read-more-btn .icon {
    margin-top: 37px;
}

.pagination-container {
    margin-right: 15px;
}

/*新闻详情*/
.sec-news-detail {
    padding: 30px 0 50px;
    color: #3E3A39;
}

.sec-news-detail .news-title {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: left;
    overflow: auto;
    text-overflow: initial;
    white-space: initial;
}

.sec-news-detail .news-date {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: left;
}

.news-detail-container {
    margin: 0 auto;
    margin-bottom: 50px;
    width: 66.66%;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    float: left;
}

.news-detail-container img,
.news-detail-pic img {
    max-width: 100%;
    display: block;
}

.news-detail-pics-container {
    padding: 0 20px 0 30px;
    width: 33.33%;
    max-height: 680px;
    overflow: auto;
    float: right;
    box-sizing: border-box;
}

.news-detail-pic {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.news-detail-pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.both {
    clear: both;
}

.news-page-box span,
.news-page-box a {
    font-size: 16px;
    color: #3E3A39;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.news-next, .news-pre {
    margin-bottom: 10px;
}

.news-pre:hover a,
.news-next:hover a {
    color: #004987;
}

/*隐私政策*/
.privacy-container h2 {
    margin: 10px 0;
    font-size: 18px;
    color: #004987;
    font-weight: bold;
}

.privacy-container p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.8;
}

.privacy-container ul {
    margin-left: 20px;
    list-style: disc;
}

.privacy-container a {
    font-size: 18px;
    /*color: #004987;*/
}

.pics-modal .modal-body {
    max-width: 80%;
    width: auto;
}

.pics-modal .body-content {
    width: auto;
    position: relative;
}

.modal-news-pic {
    width: auto;
    max-width: 100%;
    max-height: 80vh;
    display: block;
    position: relative;
    z-index: 1;
}

.modal-news-pic-content {
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

/*新闻列表 列表模式*/

.horizontal-news-list .news-item {
    width: 100%;
    padding: 0;
}

.horizontal-news-list .news-img {
    width: 20%;
}

.horizontal-news-list .news-text-box {
    width: 80%;
    background: #F6F6F6;
}

.filter-container{
    padding: 50px 0;
    border-bottom: 1px solid #7A97AB;
}

.year-list .item{
    margin-right: 20px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #3E3A39;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #7A97AB;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.year-list .item.active,
.year-list .item:hover{
    color: #fff;
    background-color: #00BBB4;
    border-color: #00BBB4;
}


/*********************************************************
 @media
 */
@media screen and (max-width: 768px) {
    .sec-head {
        padding: 0;
        margin-bottom: 0.267rem /* 10/37.5 */;
    }

    .sec-head-more {
        font-size: 0.373rem /* 14/37.5 */;
    }

    .sec-head-more .icon-more {
        width: 0.533rem /* 20/37.5 */;
        height: 0.533rem /* 20/37.5 */;
    }

    .sec-news {
        padding: 0.4rem /* 15/37.5 */ 0;
    }

    .news-item {
        padding: 0;
        margin-bottom: 0.533rem /* 20/37.5 */;
        width: 100%;
    }

    .news-content {
        padding: 0.4rem /* 15/37.5 */;
        padding-bottom: 1.333rem /* 50/37.5 */;
        height: auto;
    }

    .news-date {
        font-size: 0.373rem /* 14/37.5 */;
    }

    .news-title {
        margin: 0.267rem /* 10/37.5 */ 0;
        font-size: 0.427rem /* 16/37.5 */;
    }

    .news-brief {
        font-size: 0.373rem /* 14/37.5 */;
        height: 4.5em;
    }

    /*
    .news-brief:after {
        padding: 0 0.08rem !* 3/37.5 *!;
        width: auto;
        font-size: 0.373rem !* 14/37.5 *!;
        -webkit-box-shadow: 0 0 0.267rem !* 10/37.5 *! rgba(255, 255, 255, 1);
        -moz-box-shadow: 0 0 0.267rem !* 10/37.5 *! rgba(255, 255, 255, 1);
        box-shadow: 0 0 0.267rem !* 10/37.5 *! rgba(255, 255, 255, 1);
    }
    */
    .read-more-btn {
        border-width: 0 0 1.333rem /* 50/37.5 */ 1.333rem /* 50/37.5 */;
    }

    .news-item:hover .read-more-btn {
        border-width: 0 0 1.733rem /* 65/37.5 */ 1.733rem /* 65/37.5 */;
    }

    .read-more-btn .icon {
        width: 0.64rem /* 24/37.5 */;
        height: 0.64rem /* 24/37.5 */;
        margin-left: -0.72rem /* -27/37.5 */;
        margin-top: 0.613rem /* 23/37.5 */;
        background-size: 0.56rem /* 21/37.5 */ 0.453rem /* 17/37.5 */;
    }

    .news-item:hover .read-more-btn .icon {
        margin-top: 0.987rem /* 37/37.5 */;
    }

    .plus-icon {
        width: 1.173rem /* 44/37.5 */;
        height: 1.173rem /* 44/37.5 */;
        background-size: 1.173rem /* 44/37.5 */;
    }

    .news-read-more {
        font-size: 0.427rem /* 16/37.5 */;
    }

    .sec-news-detail {
        padding: 0.4rem /* 15/37.5 */ 0 0.8rem /* 30/37.5 */;
    }

    .sec-news-detail .news-title {
        font-size: 0.533rem /* 20/37.5 */;
        margin-bottom: 0.4rem /* 15/37.5 */;
    }

    .sec-news-detail .news-date {
        margin-bottom: 0.4rem /* 15/37.5 */;
        font-size: 0.427rem /* 16/37.5 */;
    }

    .news-detail-container {
        width: 100%;
        margin-bottom: 0.8rem /* 30/37.5 */;
        font-size: 0.427rem /* 16/37.5 */;
    }

    .news-detail-pics-container {
        width: 100%;
        padding: 0;
    }

    .news-detail-pics-list {
        margin: 0 auto;
        height: 2.933rem  /* 110/37.5 */;
        clear: both;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .news-detail-pic {
        margin-bottom: 0.267rem  /* 10/37.5 */;
        margin-right: 0.267rem /* 10/37.5 */;
        width: 4rem  /* 150/37.5 */;
        height: 2.667rem /* 100/37.5 */;
        float: left;
    }

    .modal-news-pic-content {
        padding: 0.267rem /* 10/37.5 */ 0.4rem /* 15/37.5 */;
        font-size: 0.373rem /* 14/37.5 */;
    }

    .modal-container .btn-close {
        bottom: -1.333rem /* -50/37.5 */;
    }

    .news-next, .news-pre {
        margin-bottom: 0.267rem /* 10/37.5 */;
    }

    .news-page-box span, .news-page-box a {
        font-size: 0.427rem /* 16/37.5 */;
    }

    .privacy-container a {
        font-size: 0.373rem /* 14/37.5 */;
    }

    .privacy-container p {
        font-size: 0.427rem /* 16/37.5 */;
    }

    .privacy-container h2 {
        font-size: 0.48rem /* 18/37.5 */;
    }

    .news-detail-container img {
        height: auto !important;
    }

    /*新闻列表 水平排列*/
    .horizontal-news-list .news-img,
    .horizontal-news-list .news-text-box {
        width: 100%;
    }

    .filter-container{
        padding: 0.533rem  /* 20/37.5 */ 0;
    }

    .year-list .item{
        margin-right: 0.4rem  /* 15/37.5 */;
        height: 0.8rem  /* 30/37.5 */;
        line-height: 0.8rem  /* 30/37.5 */;
        font-size: 0.373rem  /* 14/37.5 */;
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

}