﻿.banner{position:relative;}
.banner-title {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    color: #fff;
}
.engTitle {
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}
.chTitle {
    font-weight: bold;
    font-size: 2.75rem;
}
.introduct {
    font-size: 6rem;
    font-weight: bold
}
.desc {
    font-size: 1rem;
    margin-top: 2rem;
}
.news{overflow:hidden}
.news-type {
    font-size: 1.5rem;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5rem;
}
.news-type a {
    width: 30%;
    text-align: center;
    padding: 1.25rem 0;
    font-size: 1.25rem;
    color: #bfbbbb;
}
.news-type a.active{border-bottom: 3px solid #007764;color:#000;font-weight:bold}
.news-list{width:90%;margin:auto}
.news-item {
    margin-bottom: 2rem;
    display: block;
    color: #000;
    display: flex;
    justify-content: space-between;
    position: relative;
    opacity:0;
    transform:translateY(30px);
}
.news-content {
    width: calc(100% - 175px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
    padding: .5rem 0;
}
.news-content-b{display:flex;justify-content:space-between;align-items:center}
.news-item .buttonIn{transition:.3s transform}
.news-item:hover{background:#f2f2f2}
.news-item:hover .buttonIn{transform:translateX(10px);border-width:2px;color:#007765}
.news-item:hover .buttonIn::after,.news-item:hover .buttonIn::before{border-width:2px}
.news-item:hover .buttonIn::after{top:-2px}
.news-title {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: bold
}
.news-date{font-size:.75rem}
.news-img {
    width: 160px;
    height: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.news-item-list{visibility:hidden;height:0;overflow:hidden}
.news-item-list.active{visibility:visible;height:auto}
.news-item-list.active .news-item{transition: transform .3s linear,background .3s linear,opacity .3s linear;opacity:1;transform:translateY(0);}
.news-item-list .news-item:nth-child(2){transition-delay:.2s,0s,.2s}
.news-item-list .news-item:nth-child(3){transition-delay:.35s,0s,.35s}
.news-item-list .news-item:nth-child(4){transition-delay:.4s,0s,.4s}
.news-item-list .news-item:nth-child(5){transition-delay:.5s,0s,.5s}
.news-item-list .news-item:nth-child(6){transition-delay:.6s,0s,.6s}
.l-paragraph-pagination {
    display: flex;
    justify-content: center;
    margin: 5vh 0;
}
.l-paragraph-navigation {
    border: none;
    background: none;
    color: #a5a3a3;
    cursor: pointer;
    margin: 0 2rem;
}
.pagination-bullet{padding:0 1rem;color:#a5a3a3;cursor:pointer}
.l-paragraph-navigation:hover,.pagination-bullet.active,.pagination-bullet:hover{color:#000}
.pagination-bullet.active span{border-bottom:1px solid #000}
