body{
    background-color: #000;

}
.inforDiv{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0px auto;
    min-height: 100vh;
}
.inforL{
    background-color: #141414;
   width:870px;
   padding:20px 0px;
   position: relative;
}
.imgs2{
    font-weight: 400;
    color: #a7a7a7;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tit{
    padding-left: 30px;
    display: flex;

}
.tui{
    font-weight: 700;
    height: 35px;
    margin-right: 30px;
    cursor: pointer;
}
.wen{
    font-weight: 700;
    height: 35px;
    cursor: pointer;
}
.activeC{
   color: #eace9e;
   border-bottom: 4px solid #eace9e ;
}
.ulList li{
    cursor: pointer;
   display: flex;
   padding: 20px 30px;
   border-bottom: 1px solid #202020;
   -webkit-transition: all .35s linear;
   transition: all .35s linear;
}
.ulList li:hover{
    transform: translate(0,-2px);
    background:rgba(255, 255, 255, .1);
}
.ulList3 li:hover{
    transform: translate(0,-2px);
    background:rgba(255, 255, 255, .1);
}
.ulList3 li{
    cursor: pointer;
    display: flex;
    padding: 20px 30px;
    border-bottom: 1px solid #202020;
    -webkit-transition: all .35s linear;
    transition: all .35s linear;
 }
.imgT{
    height: 80px;
    width: 105px;
    margin-right: 20px;
}
.imgP{
    font-weight: 600;
}
.imgP img{
    margin-right: 10px;

}
.posr{
	flex:1;
    position: relative;
}
.imgS{
    font-weight: 400;
    color: #a7a7a7;
    margin-top: 10px;
    margin-bottom: 20px;
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.imgP22{
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
  
}
.imgP22 span{
    color: #a7a7a7;
}
.imgP2{
    width: 469px;

    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
}
.imgP2 span{
    color: #a7a7a7;
}
.kkpager{
    /* position: absolute; */
}
.pal{
    /* width: 600px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); */
    height: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}
.inforR{
    width: 310px;
    /* background-color: #141414; */
    /* height: 700px; */
}
.inforR1w{
    padding: 10px;
    background-color: #141414;
}
.inforT{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inforR1{
    width: 310px;
 margin-bottom: 20px;

}
.inforR2{
    width: 310px;

}
.read1{
    background-color: #202020;
    width: 310px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.read2{
    
}
.inforR2w{
    padding: 10px;
}
.liB{
    margin: 20px 0;
    display: flex;
}
.liB span{
}
.lib1{
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    color: #a7a7a7;
}
.posr2{
    display: flex;
    justify-content: space-between;
}