﻿.banner {
    text-align: center;
    background: #e70310;
    padding: 13rem 0 10rem;
    color: #fff;
    position:relative;
}
.banner .chTitle{font-size: 2.25rem;}
.banner .engTitle{font-size: 1rem;letter-spacing: 7px;font-family:"AlibabaSans";}
.news-type {
    position: absolute;
    bottom: 0;
    font-size: 1.25rem;
    text-align: center;
    width: 100%;
}
.news-type a{color: #96110E;padding-bottom: 3rem;position:relative;display:inline-block}
.news-type a:nth-child(2n){margin:0 4rem}
.news-type a.active{color:#fff}
.news-type a.active::after{opacity:1}
.news-type a::after{
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    margin-left: -15px;
    opacity:0;
}
.news-list {
    background: #fff;
    padding: 10rem 20%;
}
.item {
    line-height: 0;
    padding: 3rem 0;
    border-bottom: 1px solid #f8f8f8;
    position: relative;
    display:block;
    color:#000;
}
.item .picture{
    width: 25%;
    display: inline-block;
    margin-right: 3rem;
        height: calc(15vw/2.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:left center;
    position:relative;
}
.item:hover .mask{opacity:0.3}
.news-text:hover .news-title,.news-text:hover .news-desc{text-decoration: underline;}
.news-content {
    position: absolute;
    right: 0;
    top: 3rem;
    height: calc(100% - 6rem);
    width: calc(75% - 3rem);
}
.news-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.news-text a{margin-top:1rem;}
.news-title {
    font-size: 1.5rem;
    font-family: PingFang Heavy;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.more{margin-top: .75rem;}
.more>span{vertical-align:middle;color: #ebbd7a;font-weight:bold}
.more:hover .arrow-line{width:20px}
.arrow-line {
    height: 2px;
    width: 0;
    display: inline-block;
    background: #ebbd7a;
    margin-right: -13px;
    margin-left: 10px;
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
}
.arrow-right {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.news-date {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ccc;
}
.menu {
    border-top: 1px solid;
    padding-top: 2rem;
    font-size:1.25rem;
}
.menu .pageIndex{display:inline-block;}
.menu a{color:#000}
.menu a.active{color:#e70310;}
.menu a:hover{text-decoration:underline}
.menu ul {overflow:hidden}
.menu ul li {float:left;margin-right:1.5rem;}
.skip{float:right}
.skip input{width:3.5rem;font-size: 1.15rem;}
.menu-nav {
    position: fixed;
    top:25%;
    right: 10%;
}
.menu-nav a{    
    background: #ebbd7a;
    display: flex;
    flex-direction: column;
    height: 7rem;
    width: 7rem;
    justify-content: center;
    align-items: center;
    transform: scale(.8);
    margin-top: -1rem;
}
.menu-nav a img {
    width: 2.5rem;
    margin-bottom: .75rem;
}
.menu-nav a.toTop img{
    width:4rem;
}
.select {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 0;
}
.select select{
        width: 1.25rem;
    border: none;
    position: absolute;
    right: 3%;
        top: 5%;
    height: 90%;
}
.mask{position:absolute;opacity:0}