
.news {
    padding-top: 60px;
}
.news .news-top .container {
    padding: 0;
}
.news .news-top .container .news-top-img {
    width: 100%;
    height: 406px;
}
.news .news-top .container .news-top-title {
    display: flex;
    justify-content: space-between;
    padding: 32px 0 50px 0;
}
.news .news-top .container .news-top-title .news-top-left>a{
    text-decoration: none;
}
.news .news-top .container .news-top-title .news-top-left,
.news .news-top .container .news-top-title .news-top-right {
    /* width: 49%; */
}
.news .news-top .container .news-top-title .news-top-left .left-txt {
    font-size:26px;
    font-family:PingFang-SC-Semibold;
    font-weight:600;
    color:rgba(35,24,22,1);
    line-height:39px;
    text-align: justify;
    text-justify: inter-word;
}
.news .news-top .container .news-top-title .news-top-left .left-date {
    font-size:16px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(176,176,176,1);
    line-height:35px;
}
.news .news-top .container .news-top-title .news-top-right>p {
    font-size:16px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(101,101,101,1);
    line-height: 32px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}
.news.container .news-list {
    padding: 0 1%;
    float: left;
    width: 48%;
}
@media (max-width:760px) {
    .news {
        padding: 16px 21px;
    }
    .news .news-top .container {
        padding: 0;
    }
    .news .news-top .container .news-top-img {
        width: 100%;
        height: 250px;
    }
    .news .news-top .container .news-top-title {
        display: flex;
        flex-direction: column;
        padding: 16px 0 25px 0;
    }
    .news .news-top .container .news-top-title .news-top-left,
    .news .news-top .container .news-top-title .news-top-right {
        width: 100%;
    }
    .news .news-top .container .news-top-title .news-top-left .left-txt {
        font-size:18px;
        font-family:PingFangSC-Semibold;
        font-weight:600;
        color:rgba(44,49,52,1);
        line-height:25px;
        margin: 0;
    }
    .news .news-top .container .news-top-title .news-top-left .left-date {
        font-size:12px;
        font-family:PingFangSC-Regular;
        font-weight:400;
        color:rgba(179,185,191,1);
        line-height:25px;
        margin-bottom: 0;
    }
    .news .news-top .container .news-top-title .news-top-right>p {
        font-size:13px;
        font-family:PingFangSC-Regular;
        font-weight:400;
        color:rgba(122,127,131,1);
        line-height:21px;
    }
    .news.container .news-list {
        width: 100%;
    }
}
.news.container{
    overflow: hidden;
}

.news.container .news-list .news-item{
    margin-bottom: 60px;
}
.news.container .news-list .news-item .news-item-left,
.news.container .news-list .news-item .news-item-right {
    /* width: 48%; */
   
}
.news.container .news-list .news-item .news-item-left{
    padding-top: 20px;
}
.news.container .news-list .news-item .news-item-left .left-title {
    font-size:24px;
    font-family:PingFang-SC-Semibold;
    font-weight:600;
    color:rgba(35,24,22,1);
    line-height:39px
}
.news.container .news-list .news-item .news-item-left>a{
    text-decoration: none;
}
.news.container .news-list .news-item .news-item-left .left-txtdate>a {
    text-decoration: none;
}
.news.container .news-list .news-item .news-item-left .left-txtdate .left-txt {
    font-size:16px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(101,101,101,1);
    line-height:32px;
    display: -webkit-box;
    -webkit-line-clamp: 26!important;
    -webkit-box-orient: vertical;
}
.news.container .news-list .news-item .news-item-left .left-txtdate .left-date {
    font-size:14px;
    font-family:PingFang-SC-Regular;
    font-weight:400;
    color:rgba(179,185,191,1);
    line-height:25px;
}
.news.container .news-list .news-item .right-img {
    width: auto;
    height: 240px;
    object-fit: fill;
    display: block;
    margin: 20px 0;
    border: 16px solid #e8e8e8;
}
.news.container .news-list .news-item .right-title {
    font-size: 24px; font-weight: 600; color: #333; padding-bottom: 0
}
.news.container .news-list .news-item .right-box {
    float: left;
    padding-right: 36px;
}
.news .no-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 70px - 257px - 60px);
}
.news .no-data .icon-no-data {
    width: 345px;
    padding-bottom: 25px;
    
}
.news .no-data .tip {
    font-size: 16px;
    color: #231816;
    margin: 0;
}
@media (max-width:760px) {
    .news.container .news-list {
        padding: 0;
    }
    .news.container .news-list .news-item{
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 0;
    }
    .news.container .news-list .news-item .news-item-left,
    .news.container .news-list .news-item .news-item-right {
        width: 100%;
    }
    .news.container .news-list .news-item .news-item-left .left-title {
        font-size:18px;
        font-family:PingFangSC-Semibold;
        font-weight:600;
        color:rgba(44,49,52,1);
        line-height:27px;
        padding-top: 17px;
        margin: 0;
    }
    .news.container .news-list .news-item .news-item-left .left-txtdate {
        display: flex;
        flex-direction: column;
    }
    .news.container .news-list .news-item .news-item-left .left-txtdate .left-txt {
        font-size:13px;
        font-family:PingFangSC-Regular;
        font-weight:400;
        color:rgba(122,127,131,1);
        line-height:21px;
    }
    .news.container .news-list .news-item .news-item-left .left-txtdate .left-date {
        font-size:12px;
        font-family:PingFangSC-Regular;
        font-weight:400;
        color:rgba(179,185,191,1);
        margin-bottom: 0;
    }
    .news.container .news-list .news-item .news-item-right .right-img {
        width: 100%;
        height: 250px;
        object-fit: fill;
    }
}
/*ipad*/
@media (max-width: 1024px) and (min-width: 668px) {
    .news.container .news-list .news-item .news-item-left .left-title {
        font-size:24px;
        font-family:PingFangSC-Semibold;
        font-weight:600;
        color:rgba(44,49,52,1);
    }
    .news.container .news-list .news-item .news-item-left .left-txtdate .left-txt {
        font-size:18px;
        font-family:PingFang-SC-Regular;
        font-weight:400;
        color:rgba(101,101,101,1);
    }
    .news.container .news-list .news-item .news-item-right .right-img {
        width: 100%;
        height: 272px;
        object-fit: fill;
    }
}
.news .c-pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 57px;
}
.news .c-pagination  .page {
    display: inline-block;
    color: #797979;
    font-size: 14px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.pagination{
    width: 70%;
    display: flex;
    justify-content: center;
    margin-bottom: 57px;
}
.pagination li{
    width: 10%;
    display: flex;
    justify-content: center;
    margin-bottom: 57px;
}
.pagination li a{
    display: flex;
    color:#797979;
}
.pagination li:hover {
    display: flex;
    width: 10%;
    text-decoration: none;
    background: #E6E8EB;
}
.active {
    background: #FFD45D;
    box-shadow:0px 1px 4px 0px rgba(255,212,93,1);
    color: #231816;
}
.news .c-pagination .page.active {
    background: #FFD45D;
    box-shadow:0px 1px 4px 0px rgba(255,212,93,1);
    color: #231816;
}
.news .c-pagination .page:hover {
    text-decoration: none;
    background: #E6E8EB;
}
.news .c-pagination .pre, .news .c-pagination .next {
    color: rgba(119,133,149,0.4);
    margin-right: 10px;
}
.news .c-pagination .pre:hover, .news .c-pagination .next:hover {
    text-decoration: none;
    color: rgba(119,133,149,1);
}
@media (max-width:768px) {
    .news .c-pagination {
        display: none;
    }
    .news.container .news-list .news-item .right-box {
        padding-right: 18px;
    }
    .news.container .news-list .news-item .right-img {
        margin: 12px 0;
        border: 10px solid #e8e8e8;
        height: 186px;
    }
}
.flex {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: box; 
    display: flexbox; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.jishu,.oushu{overflow: hidden;}

