
/* pc端适配 */

body{
    overflow-x: visible;
}

/* banner区域 */
.banner-introduce{
    width: 100%;
    height: 360px;
    background-size: cover;
}
.banner-introduce-box{
    position: relative;
    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;
    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(96%/4);
    height: auto;
}
.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: 100%;
    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;
}

