#pc{
    width: 100%;
    height: 100%;
    position:relative;
    
}
#pc .background{
    position:relative;
    height: 100%;
    flex: 1;
    
}
#pc .backgroundimg{
    overflow: hidden;
    
}
#pc .backgroundimg img{
    width: 100%;
    min-width: 1600px;
}
#pc .background-text{
    position: absolute;
    top: 320px;
    left: 70px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-size: 88px;
    line-height: 110px;
    font-weight: bold;
}
#pc .main{
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    
}

#pc .main-top{
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 1px solid #E5E5E4;
}
#pc .link{
    width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;

}
#pc .main-time{
    width: 1200px;
    margin-top: 4px;
    font-size: 14px;
}
#pc .header{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 110px;
    
}
#pc .header .logo{
    display: flex;
    align-items: center;
    font-size: 24px;
    
}
#pc .header img{
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin-right: 20px;
}
#pc .tap{
    display: flex;
    align-items: center;
    font-size: 16px;
    
}
#pc .tap-item{
    padding: 0 20px;
    cursor: pointer;
}
#pc .title{
    width: 1200px;
    margin: 50px auto;
    text-align: center;
    font-size: 28px;
    margin-bottom: 60px;
    font-weight: bold;
}
#pc .p{
    width: 1200px;
    margin: 0 auto;
    text-indent: 2em; 
    line-height: 40px;
}
#pc .pt{
     width: 1200px;
    margin: 0 auto;
    line-height: 50px;
}
#pc .ptitle{
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
    font-weight: bold;
}
#pc .main-bottom{
    padding-top: 20px;
    width: 100%;
    background-color: #3a3d3d;
    margin-top: 40px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    font-size: 16px;
    
}
#pc .main-bottom span{
    margin: 0 10px;
}
#pc .main-bottom a{
    color: #51a3ff;
    margin-left: 20px;
    display: flex;
}

#pc .main-bottom .bottom-center-item{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    height: 20px;
}
#pc .bottom-center-item-i p{
    line-height: 20px;
}
#pc .main-bottom .bottom-center-item-i{
    display: flex;
    align-items: center;
}

#pc .content {
   
    display: flex;
    flex-direction: column;
    align-items: center;
}


#pc .item{
    width: 1200px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E5E5E4;
    padding: 25px;
    cursor: pointer;
}
#pc .content .item:hover{
    box-shadow:2px 2px 20px #E5E5E4;
}
#pc .item img{
    width: 240px;
}
#pc .item-view{
    width: 240px;
    height: 160px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; 
    overflow: hidden;
}
#pc .item-img{
    width: 240px;
    height: 160px;
    margin-right: 20px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* overflow: hidden; */
}
#pc .item-right{
    height: 160px;
}
#pc .item-title{
    width: 930px;

    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#pc .item-date{
    font-weight: 400;
    font-size: 16px;
    color: #585858;

}
#pc .item-p{
     
    color: #999999;
    font-size: 16px;
    line-height: 28px;
}
.title{
    color: #666666;
    font-size: 18px;
}
/* .page-num, .page-link{
    color: #FE4465;
}
.page-num-current{
    background-color: #FE4465;
    border: 1px solid #FE4465;
    color: #ffffff;
} */