


.page-main{
    width: 100%;
    padding-top: 4.645vw;
}
.page-main-banner{
    width: 100%;
    height: 56vh;
    position: relative;
    overflow: hidden;
}
.page-main-banner-box{
    width: 100vw;
    height: 100%;
    display: flex;
    position: relative;
    left: 0;
    transition:0.5s ease;
}
.page-main-banner-box-item{
    width: 100vw;
    height: 100%;
    position: relative;
}
.page-main-banner-box-item img{
    display: inline-block;
    width: 100vw;
    height: 100%;
    position: relative;
    z-index: 0;
}

.page-main-banner-data{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page-main-banner-data-title{
    height:5.225vw;
    font-family: AlibabaPuHuiTiBold;
    font-weight: bold;
    font-size: 3.8vw;
    color: #FFFFFF;
    line-height: 5.225vw;
    position: absolute;
    top: 8.762vw;
    left: 10.556vw;
}
.page-main-banner-data-subTitle{
    font-family: AlibabaPuHuiTiRegular;
    line-height: 2.744vw;
    font-weight: 500;
    font-size: 2vw;
    color: #FFFFFF;
    position: absolute;
    top: 15.676vw;
    left: 10.556vw;
}

.page-main-newBox{
    width: calc(100% - 29.559vw);
    box-sizing: border-box;
    padding: 2.639vw 0 2.11vw 0;
    display: flex;
    justify-content: space-between;
    margin:0 auto;
    border-bottom: 1px solid #EAEAEA;
}
.page-main-newBox-image{
    width: 33.781vw;
    height: 18.474vw;
    border-radius: 0.422vw;
    overflow: hidden;
    background-color: #ccc;
}
.page-main-newBox-image img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.page-main-newBox-list{
    width: calc(100% - 35.47vw);
}
.page-main-newBox-list-item{
    width: 100%;
    box-sizing: border-box;
    padding: 1.266vw;
    cursor: pointer;
}
.page-main-newBox-list-item:hover{
    background-color: #F6F6F6;
}
.page-main-newBox-list-item:hover .page-main-newBox-list-item-title-btn{
    color: #4A8CFF;
}
.page-main-newBox-list-item:hover .page-main-newBox-list-item-title-btn span{
    background-image: url("/image/new/3.png");
    background-size: 100% 100%;
}
.page-main-newBox-list-item-title{
    display: flex;
    justify-content: space-between;
}
.page-main-newBox-list-item-title-text{
    width: 88%;
    font-family: AlibabaPuHuiTiMedium;
    font-weight: 500;
    font-size: 1vw;
    color: #333333;
    line-height: 1.425vw;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.page-main-newBox-list-item-title-btn{
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 400;
    font-size: 0.844vw;
    color: #666666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.page-main-newBox-list-item-title-btn span{
    display: inline-block;
    width: 1.1vw;
    height: 1.1vw;
    background-image: url("/image/new/2.png");
    background-size: 100% 100%;
}
.page-main-newBox-list-item-time{
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 400;
    font-size: 0.844vw;
    color: #666666;
    line-height: 1.16vw;
}
.page-main-newBox-list-item-content{
    width: 88%;
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 400;
    font-size: 0.844vw;
    color: #666666;
    line-height: 1.16vw;
    margin-top: 0.263vw;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.page-main-newList{
    width: calc(100% - 29.559vw);
    margin:0 auto;
}
.page-main-newList-item{
    width: 100%;
    box-sizing: border-box;
    padding: 1.266vw 0;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid #EAEAEA;
}

.page-main-newList-item-image{
    width: 13.248vw;
    height: 8.075vw;
    background-color: #ccc;
}
.page-main-newList-item-image img{
    width:100%;
    height: 100%;
}
.page-main-newList-item-box{
    width: calc(100% - 17.524vw);
}
.page-main-newList-item-box-title{
    width: 100%;
    font-family: AlibabaPuHuiTiMedium;
    font-weight: 500;
    font-size: 1.055vw;
    color: #333333;
    line-height: 1.425vw;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.page-main-newList-item-box-time{
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 400;
    font-size: 0.844vw;
    color: #666666;
    line-height: 1.161vw;
    margin-bottom: 1.055vw;
}
.page-main-newList-item-box-content{
    width: 88%;
    height: 2.744vw;
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 400;
    font-size: 1vw;
    color: #666666;
    line-height: 1.372vw;
    margin-top: 0.263vw;
    
    overflow: hidden; 
    text-overflow: ellipsis; 
}


.page-main-pagination{
    width: 100%;
    height: 1.53vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5.278vw 0;
    
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 400;
    font-size: 1vw;
    color: #666666;
    line-height: 1.161vw
}
.page-main-pagination-homePage{
    margin-right: 1.689vw;
}
.page-main-pagination-previous{
    margin-right: 2.269vw;
}
.page-main-pagination-nextPage{
    margin:0 1.689vw 0 2.269vw;
}
.page-main-pagination-number-item{
    display: inline-block;
    width: 1.53vw;
    height: 1.53vw;
    text-align: center;
    line-height: 1.53vw;
    border-radius: 1.53vw;
    color: #333333;
    margin-right: 0.844vw;
    cursor: pointer;
}
.page-main-pagination-number-item:last-child{
    margin-right: 0;
}
.active-pagination-current{
    background-color: #4A8CFF;
    color: #fff;
}

/* 详情 */
.page-main-detail{
    width: calc(100% - 29.559vw);
    margin:0 auto;
    box-sizing: border-box;
    padding: 2.639vw 0 5.278vw 0;
}
.page-main-detail-title{
    width: 100%;
    font-family: AlibabaPuHuiTiMedium;
    font-weight: 500;
    font-size: 2.744vw;
    color: #333333;
    line-height: 3.747vw;
}
.page-main-detail-author{
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 400;
    font-size:1.266vw;
    color: #333;
    line-height: 1.741vw;
    margin-top: 0.422vw;
}
.page-main-detail-time{
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 400;
    font-size: 1.266vw;
    color: #999;
    line-height: 1.741vw;
}
.page-main-detail-content{
    width: 100%;
    margin-top: 2.639vw;
}
.page-main-detail-content p{
    margin-bottom: 1.689vw;
    font-family: AlibabaPuHuiTiRegular;
    font-weight: 400;
    font-size: 1.266vw;
    color: #333;
    line-height: 1.477vw;
}
.page-main-detail-content img{
    width: 100% !important;
}



