/* 页面内容 */
.page-container {margin-top: 100rpx;font-family: "HarmonyOS Sans SC";}
.page-container .indexBanner {
    width: 100%;
    height: 574px; 
    background-image: url('https://ewg1990.oss-cn-guangzhou.aliyuncs.com/uploads/20220810/8721e155fb1ffdadc4dd31c2f88ee442.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    margin-bottom: 64px;
}
.page-container .indexBanner .container {
    margin: 0 auto;
    width: 1200px;
}
.indexBanner .container .index-banner-title {
    padding-top: 170px; 
}
.indexBanner  .index-banner-title .index-title-text {
    display: block;
    font-size: 61.21px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(0, 0, 0, 1);
    text-align: left; 
    font-family:"HarmonyOS Sans SC";
    height: 72px;
    line-height: 72px;
}
.indexBanner  .index-banner-title .index-title-text span {
    margin-left: 6px;
    margin-right: 2px;
    font-size: 46px;
}
.indexBanner  .index-banner-title .index-title-test {
    margin-top: 19px;
    width: 569px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(51, 51, 51, 1);
    text-align: justify;
    vertical-align: top;
    color: #333333;
    font-family: "HarmonyOS Sans SC";
}

.active {}
.active .container {
    width: 1200px;
    margin: 0 auto;
}
.active .container .active-list {
    position: relative;
    width: 1200px;
    margin: 0 auto; 
    display: flex; 
    min-height: 500px;
}
.active-list .type-left {
    width: 222px;
    /* position: absolute;
    left: 0; */
}
.active-list .type-left .type-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 222px;
    height: 87px;
    opacity: 1; 
    font-size: 22px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
} 
.active-list .type-left .active {
    background: rgba(248, 199, 33, 1);
    color: #000;
}
.active-list .type-left .type-item .ab-activer{
    display: none;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -12px;
    width: 0;

    height: 0;
    border-top: 12px solid transparent;

    border-left: 14px solid rgba(248, 199, 33, 1);

    border-bottom: 12px solid transparent;
}
.active-list .type-left .type-item .select-activer {
    display: block;
}
.active-list .contant-news {
    margin-left: 59px;
    width: 919px;
    /* display: flex;
    flex-direction: column; */
}
.active-list .contant-news .news-item { 
    display: flex;
    align-items: center;
    padding: 50px 0; 
    cursor: pointer;
    border-bottom: 1px solid rgba(238, 238, 238, 1);    ;
}
.active-list .contant-news .news-item:nth-child(1) {
    padding-top: 11px;
}
.active-list .contant-news div:nth-last-child(-n+2) {
    border-bottom: 0px solid rgba(238, 238, 238, 1);  
}
/* .news-item:last-child{
    border-bottom: 0px solid rgba(238, 238, 238, 1);  
}
.active-list .contant-news .news-item:nth-last-child(-1) {
    border-bottom: 0px solid rgba(238, 238, 238, 1);  
} */
.active-list .contant-news .news-item img{
    display: block;
    width: 258px;
    height: 137px;
    border-radius: 10px;
}
.active-list .contant-news .news-item .news-text {
    flex: 1;
    padding-left: 25px;
    box-sizing: border-box;
    height: 137px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-text .newstitle {
    color: rgba(51, 51, 51, 1);
    letter-spacing: 1px;
    font-size: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-word;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-text .newsinfo {
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    font-weight: 400;
    font-size: 16px;
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-text  .datetype {
    color: rgba(153, 153, 153, 1);
    font-size: 14px;
    display: flex;
    align-items: center;
}
.news-text  .datetype a:nth-child(2) {
    color: rgba(42, 130, 228, 1);
    font-size: 14px;
    font-weight: 400;
}
.news-text  .datetype .hr {
    margin: 0 20px;
    height: 12px;
    width: 1px;
    border-left: 1px solid rgba(153, 153, 153, 1);
    background: rgba(153, 153, 153, 1);
}
.pagecontant {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;margin:30px auto;
}
.pagecontant  .pagenum {
    margin-bottom: 30px;
    margin-left: 10px;
    color: #333333;
    font-size: 14px;
}
.pagination {
    width: 919px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 75px;
    /* width: 300px; */
    text-align: center;
    margin-bottom: 30px; 
}
.pagination li {
    width: 36px;
    height: 36px;
    border: 1px solid #EBEBEB;
    margin-left: -1px;
    color: #8a8a8a;
    display: inline-block;
    line-height: 36px;
    float: left;
    font-size: 15px;
    text-decoration: none; 
}
.pagination li span {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 36px;
    text-align: center;
}
.pagination li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 36px;
    text-align: center;
}
.pagination .active {
    background-color: #F8C721;
    color: #000000;
    border-color: #b4911c;
    position: relative;
    z-index: 1;
}
.pagecontianer  {
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-news {
    margin-top: 60px;
    margin-left: 220px;
    width: 324px;
} 
.no-news-image {
    width: 324px;
    height: 260px;   
} 
.no-news-image img{
    width: 324px;
    height: 260px;   
}
.no-news-text {
    width: 324px;
    margin-top: 60px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    margin-bottom: 80px;
}