/* pc端适配 */

body{
    overflow-x: visible;
}

/* banner区域 */
.banner-introduce{
    width: 100%;
    height: 360px;
    background-size: cover;
}
.banner-introduce-box{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.banner-introduce-tittle{
    position: absolute;
    font-size: 38px;
    font-family: FZLTHJW;
    font-weight: normal;
    color: rgba(255,255,255,1);
    line-height: 48px;
    margin-top: 150px;
}
.banner-introduce-des{
    position: absolute;
    text-align: left;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:32px;
    margin-top: 228px;
}

/* content area */
.content-area{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    background-color: #ffffff;
    padding-top: 70px;
}
.content-select-list{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.content-select-list>div:first-child>div{
    margin-right: 1%;
    margin-bottom: 1%;
}
.content-select-box{
    float: left;
    /*width: calc(100%/4);*/
    height: auto;
    width: calc((100% - 4%)/4); 
}
.content-select-img{
    width: 100%;
    height: 209px;
    background:rgba(247,247,247,1);
    overflow: hidden;
}
.content-select-box:hover .content-select-tittle{
    color: #0086F2;
    transition: 0.5s;
}

/* .content-select-img:hover img {
    transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -o-transform: scale3d(1.1,1.1,1.1);
} */
.content-select-img img{
    width: 100%;
    height: auto;
    min-height: 209px;
    transition: all 0.5s linear;
}
.content-select-msg{
    text-align: left;
    padding-bottom: 19.2px;
    background:rgba(247,247,247,1);
}
.content-select-tittle:hover{
    color: rgba(0,134,241,1);
}
.content-select-tittle{
    margin: 0 auto;
    padding-top: 12px;
    margin-bottom: 10px;
    text-align: left;
    width: 82%;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color:rgba(38,38,39,1);
    line-height: 28px;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal; 
}
.content-select-time{
    margin: 0 auto;
    width: 82%;
    /* height:14px; */
    font-size:14px;
    font-family:PingFang SC;
    font-weight:300;
    color:rgba(119,119,119,1);
}

.content-state-list{
    width: 26.9%;
    height: auto;
    padding-left: 19.2px;
}
.content-hot-state{
    padding-bottom: 40px;
    background:rgba(247,247,247,1);
}
.content-filter-date{
    padding-bottom: 40px;
    background:rgba(247,247,247,1);
    margin-top: 30px;
}
.content-hot-tittle{
    text-align: left;
    margin-left: 30px;
    padding-top: 36px;
    font-size:24px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(6,24,39,1);
    padding-bottom: 10px;
}
.content-hot-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    padding-top: 10px;
}
.content-hot-list .content-hot-box{
    background:rgba(237,237,237,1);
    border-radius:15px;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:300;
    color:rgba(6,24,39,0.6);
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 11px;
    padding-right: 15px;
    cursor: pointer;
}


/* 页码样式 */
.pagation-style{
    margin-top: 50px;
    padding-right: 1%;
}
.box{
    height: auto; 
    color: black; 
    font-size: 14px;
    /*display: flex;*/
    justify-content: flex-end;
    justify-items: center;
    padding-bottom: 88px;
}
#wrap2{
    transform: translateX(-22.5%);
}
.pagination-btn{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
    cursor: pointer;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
}
.pagination-btns{
    display: inline-block;
    width: 74px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #999;
    cursor: pointer;
    color: #999;
    box-sizing: border-box;
    text-align: center;
}
.pagination-wrap{
    position: relative;
    display: inline-block;
    padding-left: 0px;
}

.pagination-wrap{
    position: relative;
    display: inline-block;
    padding-left: 0px;
}

#pagination-prev {
    margin-right: 5px;
}

#pagination-next {
    margin-left: 5px;
}

.pagination-ellipsis{
    display: inline-block;
    position: relative;
    padding: 5px 11px 7px 11px;
    margin: 0 5px;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
    
}
.pagination-current{
    /* border:1px solid #3E8DDD; */
    color:#0086F2;
    border: 0;
}
.pagination-disabled{
    cursor: not-allowed;
}
.pagenum{
    vertical-align: middle;
}
.page{
    font-size: 16px;
    color: rgba(0,0,0,1);
}
.page input{
    width: 48px;
}

.page-position{
   
    position: relative;
    height: 100px;
    transform: translateY(-50px);
}
.page-position-box{
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -180px;
}
.page-position input{
    transform: translateY(-10px);
    width: 60px;
    height: 40px;
}
.page-position span{
    display: inline-block;
    font-size: 16px;
    color: rgba(0,0,0,1);
    text-align: left;
    margin: 0 10px;
}

/* ========== 最新资讯列表 · 手机端 ========== */
@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .banner-introduce {
        height: 200px;
        overflow: hidden;
    }

    .banner-introduce-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .banner-box-text.container {
        padding-left: 16px;
        padding-right: 16px;
        box-sizing: border-box;
    }

    .banner-title1 {
        font-size: 22px;
        line-height: 1.35;
        margin-top: 72px;
        word-break: break-word;
    }

    .banner-text {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 12px;
    }

    .content-area {
        display: block !important;
        max-width: 100%;
        padding: 20px 12px 28px !important;
        box-sizing: border-box;
    }

    .content-select-list {
        width: 100%;
    }

    .content-select-list > div:first-child > div {
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    /* 两列宫格：上图 + 标题两行 + 日期 */
    #contentSelectBox {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        width: 100%;
    }

    .content-select-box {
        float: none;
        width: auto !important;
        margin: 0;
        border-radius: 0;
        overflow: hidden;
        background: #f7f7f7;
        box-shadow: none;
        transition: box-shadow 0.2s ease, background-color 0.2s ease;
    }

    .content-select-box:active {
        background: #efefef;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    }

    .content-select-box > a {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: 100%;
        text-decoration: none;
        color: inherit;
    }

    .content-select-img {
        width: 100%;
        aspect-ratio: 4 / 3;
        height: auto;
        min-height: 0;
        flex-shrink: 0;
        background: #eaeaea;
        overflow: hidden;
    }

    .content-select-img img {
        width: 100%;
        height: 100%;
        min-height: 0;
        max-height: none;
        object-fit: cover;
        display: block;
    }

    .content-select-msg {
        flex: 1;
        min-width: 0;
        padding: 10px 10px 12px;
        background: #f7f7f7;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        box-sizing: border-box;
    }

    .content-select-tittle {
        width: 100%;
        margin: 0;
        padding-top: 0;
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.35;
        color: #222;
        height: auto;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        word-break: break-word;
    }

    .content-select-time {
        width: 100%;
        margin: 0;
        margin-top: auto;
        padding-top: 4px;
        font-size: 12px;
        color: #999;
    }

    .pagation-style {
        margin-top: 20px;
        padding: 0 12px 48px;
        text-align: center;
    }

    .pagation-style .box.page {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 6px 8px;
        padding-bottom: 32px;
    }

    .pagination-btn,
    .pagination-btns,
    .pagination-ellipsis {
        margin: 2px;
    }
}
