.cn-top{
    /*max-width: 1920px;*/
    min-width: 1400px;
    height: 52px;
    background: #f7f7f7;
}
.cn-top p{
    font-size: 14px;
    line-height: 52px;
    padding-left: 256px;
    color: #848484;
}
.cn-top p>span{
    color: #333;
}
.cnleft{
    width: 800px;
    /*height: 1444px;*/
    /*margin-left: 360px;*/
   

float: left;
margin-right: 100px;
}
.cnleft .container{
     padding-bottom: 40px;
  border-bottom:1px solid #E8E5E5;
}
.cnleft img{
    /*width: 800px;*/
    height: auto;
    /*margin: 35px 0;*/
     display: inline-block;
}
.cnleft h1{
    font-size: 30px;
    margin-top: 80px;
    text-align: center;
}
.cnleft .time{
    padding-top: 24px;
    padding-left: 300px;
    padding-bottom: 35px;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 35px;
}
.cnleft .time span{
    padding: 0 25px;
    color: #848484;
}
.cnleft .time span:nth-child(1){
    background: url(../images/date_icon.png) no-repeat left;
    background-size: 24px;
}
.cnleft .time span:nth-child(2){
    background: url(../images/eye_icon.png) no-repeat left;
    background-size: 24px;
}
.cnleft p{
    font-size: 16px;
    line-height: 32px;
}
.on-box{
    max-width: 1920px;
    width: 1300px;
    /*height: 1444px;*/
    /*display: flex;*/
        margin: 0 auto;
}
.cnright{
    width: 319px;
    /*height: 1444px;*/
    /*margin-right: 360px;*/
    float: left;
    
}
.cnright ul{
    background: #fafafa;
    padding: 20px 20px 0px 20px;
}
.cnright ul li{
    background: none;
    width: 280px;
    /*list-style: disc;*/
    line-height: 26px;
    color: #3B1789;
    margin-bottom: 20px;
   border-bottom: 1px solid #D8D8D8;
       padding-bottom: 20px;
}
.cnright ul li:last-child{
    border-bottom: unset;
}
.cnright ul li a{
    color: #5A5E66;
}
.cnright ul li a img{
    width: 100%;
    height: auto;
    margin: 0;
}
.cnright ul li a p{
    margin-top: 14px;
    font-size: 14px;
font-family: SourceHanSansCN-Regular, SourceHanSansCN;
font-weight: 400;
color: #5A5E66;
line-height: 22px;
}
.cnright ul li a:hover p{
color: #3B1789;
}
.cnright h1{
    font-size: 22px;
    margin-top: 83px;
    margin-bottom: 20px;
}
.cnbot{
    width: 800px;
    height: 163px;
    display: flex;
    /*margin-left: 357px;*/
    justify-content: space-between;
}
.cnbot div{
    width: 385px;
    height: 122px;
    background: #FAFAFA;
    margin: 0;
}
.cnbot .l-box h5{
    font-size: 16px;
    margin-top: 25px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.cnbot .l-box p{
    line-height: 26px;
    margin-left: 20px;
    margin-right: 20px;
}
.cnbot .r-box h5{
    font-size: 16px;
    margin-top: 25px;
    margin-left: 300px;
    margin-bottom: 10px;
}
.cnbot .r-box p{
    line-height: 26px;
    margin-left: 83px;
    text-align: right;
    margin-right: 20px;
}
.cnbot div:hover{
    background: #f1eff7;
    color: #3b1789;
}
.cnbot div:hover h5,.cnbot div:hover p{
    color: #3b1789;
}