#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;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#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: 30px;
    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: #ffffff;
    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{
    width: 1200px;
    
}
#pc .item-title{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 20px;
}
#pc .item-p{
    font-size: 18px;
    line-height: 34px;
}
#pc .item-p6{
    font-size: 18px;
    line-height: 34px;
    margin-top: 20px;
}
#pc .item-img img{
    margin-top: 14px;
    margin-bottom: 14px;
    border-radius: 5px;
}
#pc .item-img{
    display: flex;
    justify-content: center;
}
#pc .item-img .img6{
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    max-width: 600px;
}
#pc .content-date{
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
}
#pc .recommend{
    width: 1220px;
    margin: 0 auto;
}
#pc .recommend-title{
    width: 1200px;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
#pc .recommend-line{
    width: 300px;
    height: 1px;
    background-color: #222222;
    margin: 0 20px;
}
#pc .recommend-content{
    width: 1220px;
    display: flex;
}
#pc .recommend-item{
    width: 285px;
    margin: 10px;
}
#pc .recommend-img{
    width: 285px;
    height: 160px;
}
#pc .recommend-item-title{
    width: 285px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    overflow:hidden; //瓒呭嚭鐨勬枃鏈殣钘�
    text-overflow:ellipsis; //鐢ㄧ渷鐣ュ彿鏄剧ず
    white-space:nowrap; //涓嶆崲琛�
}