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;

}
.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{
    display: flex;
    padding-left: 30px;
}
.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{
   display: flex;
   padding: 20px 30px;
   border-bottom: 1px solid #202020;
   cursor: pointer;
   position: relative;
   z-index: 1;
   -webkit-transition: all .35s linear;
   transition: all .35s linear;
}
.ulList li:hover{
	transform: translate(0,-2px);
    background:rgba(255, 255, 255, .1);
}
.flexM1{
    flex: 1;
}
.imgT{
    width: 200px;
    height: 150px;
    margin-right: 20px;
}
.imgP{
    font-weight: 600;
}
.imgP img{
    margin-right: 10px;

}
.posr{
    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: 3;
    -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{
    /* position: relative; */
    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;
}

.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{
    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{
    padding:25px 0;
    color: #a7a7a7 !important;
    overflow: hidden;
	max-height: 320px;
    width: 730px;
}
.text2 p{
    color: #a7a7a7 !important;
    line-height: 3;
}
.text2 img{
    width: 730px;
}
.text3 img{
    width: 730px;
}
.text3 p{
    color: #a7a7a7 !important;
    line-height: 3;
    padding-bottom: 20px;
}
.text3{
    margin-top: 25px;
    color: #a7a7a7 !important;
    width: 730px;
}
.lookmore{
	width:870px;
	position:relative;
	left:-30px;
    height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: -112px;
	background: linear-gradient(rgba(32,32,32,.1),rgba(32,32,32,.8),#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;
	padding-top: 30px;
}
.attention2{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    /* width: ; */
}

.attention li{
  width: 180px;
    margin-right:50px;
}
.attention li:last-child{
    margin-right: 0;
}
.attention li img{
    width: 100%;
	height:135px;
    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;
}
