body{
    background-color: #000;

}
.inforDiv{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0px auto;
    min-height: 100vh;
}
.inforL{
   width:870px;
   /* padding:20px 30px; */

}
.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{
    margin-bottom: 20px;
}
.tit img{
    width: 870px;
}
.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{
    width: 870px;
    background-color: #141414;
    padding:20px 0;
}
.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);
}
.imgT{
    height: 90px;
    width: 160px;
    margin-right: 20px;
}
.imgP{
    font-weight: 600;
}
.imgP img{
    margin-right: 10px;

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

    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
}
.imgP2 span{
    color: #a7a7a7;
}
.kkpager{
    /* position: absolute; */
}
.pal{
    /* position: relative; */
    height: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}
.inforR{
    width: 310px;
    /* background-color: #141414; */
    /* height: 870px; */
}
.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;
}


.wenP{
    margin-top: 25px;
    margin-bottom: 15px;
}
.wadd{
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #292929;
    margin-bottom: 1px;
    position: relative;
}
.share{
    /* display: none;
    width: 500px;
    position: absolute;
    left: -468%;
    bottom: -40px; */

    background-color: #1a1a1a;
    padding: 10px;
    border-radius: 25px;
    /* display: none; */
    /* width: 500px; */
    position: absolute;
    left: 50px;
    bottom: -210px;
}
.wadd2{
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #292929;
}
.text2{
    margin-top: 25px;
    color: #a7a7a7;
    height: 300px;
    overflow: hidden;
    width: 730px;
}
.lookmore{
    /* background-color: 1d1d1d; */
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px -20px 100px 0px  #1d1d1d;
    /* background: linear-gradient(to bottom, #4a4a4a ,#202020); */

}
.moreBtn{
    color: #000;
    width: 160px;
    background: linear-gradient(to right, #eac990 ,#ead8ba);
    text-align: center;
    line-height: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 20px;
    padding: 0 10px;
}
.attention{
    background-color: #000;
    position: relative;
    left: -30px;
    padding-top: 30px;
    /* padding-left: 30px; */
    width: 870px;
}
.attention2{
    display: flex;
    flex-wrap: wrap;
    /* width: ; */
}

.attention li{
    margin-right: 90px;
  width: 150px;
}
.attention li:last-child{
    margin-right: 0;
}
.attention li img{
    width: 150px;
    height: 110px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.attention li div{
    color: #a7a7a7;
    
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ulList2{
    background-color: #141414;
    width: 870px;
    padding: 20px 30px;
}