body{
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 0 .3rem #eee;
}
body.noScroll{
    height: 100%;
    overflow: hidden;
}
.videoCon{
    min-height: 21rem;
    /* outline: 1px solid #eee; */
}
.videoCon iframe{
    max-width: 500px;
    max-height: calc(500px * 9/16);
}
.main{
    padding: 1.5rem;
    margin-bottom: 50px;
}
.authorCon{
    display: flex;
    align-items: center;
    padding-bottom: 1.3rem;
    box-sizing: border-box;
}
.authorCon .authorImgCon{
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 1rem;
    position: relative;
}
.authorCon .authorImgCon .authorImg{
    border-radius: 50%;
    object-fit: cover;
}
.authorCon .authorImgCon .authentication{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.4rem;
    height: 1.4rem;
    display: none;
}
.authorCon .authorName{
    font-size: 1.4rem;
    font-weight: 500;
}
.authorCon .follow{
    width: 6rem;
    color: #3368EA;
    border: .1rem solid #3368EA;
    border-radius: .3rem;
    line-height: 2.4rem;
    margin-left: auto;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.authorCon .follow span{
    font-size: 1.4rem;
}
.titleCon{
    display: flex;
    justify-content: space-between;
}
.titleCon .title{
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.2rem;
    margin-bottom: .5rem;
}
.titleCon .spread{
    width: 1.5rem;
    height: 1.5rem;
    padding: 0.3rem;
    transition: transform .3s;
}
.titleCon .spread.active{
    transform: rotate(180deg);
}
.other{
    color: #666;
    line-height: 2rem;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.summary{
    color: #666;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: justify;
    display: none;
}
.toolCon{
    /* padding: 0 3rem; */
    margin-top: 1.8rem;
}
.toolCon .tool{
    width: 7.3rem;
    height: 2.8rem;
    border: .1rem solid #E6E6E6;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toolCon .tool img{
    width: 1.3rem;
    height: 1.3rem;
    margin-right: .5rem;
}
.toolCon .tool img.on{
    display: none;
}
.toolCon .tool .num{
    font-size: 1.2rem;
}
.toolCon .tool.active{
    color: #FFBE2D;
    border: .1rem solid #FFBE2D;
}
.toolCon .tool.active .default{
    display: none;
}
.toolCon .tool.active .on{
    display: block;
}
/* 推荐 */
.moreNews{
    padding-top: 3.5rem;
}
.moreNews .news{
    margin-bottom: 3rem;
    display: flex;
    height: 7.5rem;
}
.moreNews .info{
    color: #666;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.moreNews .info .title{
    color: #000;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
    height: 4rem;
    -webkit-line-clamp:2; 
    display: -webkit-box;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow: ellipsis;
}
.moreNews .coverCon{
    flex-shrink: 0;
    width: 11rem;
    height: 100%;
    position: relative;
    margin-right: 1.8rem;
}
.moreNews .coverCon img{
    border-radius: .5rem;
}
.moreNews .coverCon .playTime{
    position: absolute;
    bottom: .3rem;
    right: .3rem;
    color: #fff;
    background: #000 url(../imgs/pause1.png) no-repeat .6rem center;
    background-size: .5rem .6rem;
    min-width: 4.5rem;
    line-height: 1.8rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
}
.moreNews .coverCon .playTime span{
    display: block;
    font-size: 1.2rem;
    transform : scale(0.83);
    *font-size: 1rem;
    text-indent: 1.2rem;
}
.moreNews2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.moreNews2 .news{
width: 48%;
margin-top:10px;
}
.moreNews2 .news img{
    width: 17rem;
    border-radius: 0.6em;
    height: 11rem;
}
.moreNews2 .news .title{
   line-height: 2rem;
white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;

}