.detail-page {
    padding-bottom: 20px;
}
.detail-page .pos{
    height: 48px;
    line-height: 48px;
    color: #828795;
}
.detail-page .pos a{
    color: #828795;
}
.content-page .section-left{
    float: left;
    width: 850px;
}
.content-page .section-right{
    float: right;
    width: 340px;
}
.text-content{
    overflow: hidden;
    background-color: #fff;
}
.text-content .text-box{
    position: relative;
    z-index: 10;
    height: 450px;
    margin: 24px;
    background: linear-gradient(180deg, #192032 0%, #323550 60%, #2C3950 100%);
}

.text-content .attribute-box{
    padding: 10px 24px 20px;
}
.text-content .attribute-box .attr-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.text-content .attribute-box .attribute{
    font-size: 15px;
    margin-bottom: 5px;
    color: #555666;
}

.text-content .info-top{
    padding: 0 24px 10px;
}
.text-content .info-top .icotxt{
    width: 48px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    background-color: #FEB64E;
    color: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}
.text-content .info-top .tit{
    margin-left: 15px;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.text-content .desc-txt{
    padding: 0 24px 24px;
}
.text-content .desc-txt p{
    font-size: 15px;
    line-height: 28px;
}
.text-content .desc-txt p a{
    color: #0076FF;
}
.text-content .info-top .info{
    color: #999AAA;
    padding: 10px 0;
    border-bottom: 1px solid #F7F7FC;
}
.text-content .info-top .info .dot{
    width: 4px;
    height: 4px;
    margin-right: 6px;
    display: inline-block;
    background-color: #CCCCD8;
    vertical-align: middle;
}
.text-content .info-top .info .hits {
    display: inline-block;
}
.text-content .info-top .info .author{
    position: relative;
    /* display: inline-block; */
    margin: 5px 0 10px 0;
    padding: 5px 0;
}
.text-content .info-top .info .author .headpic {
    float: left;
    width: 40px;
    height: 40px;
}
.text-content .info-top .info .author .headpic img{
    width: 100%;
    border-radius: 50%;
    vertical-align: middle;
}
.text-content .info-top .info .author .nickname{
    float: left;
    margin-left: 10px;
    /* font-size: 16px; */
}
.text-content .info-top .info .author .nickname span{
    display: block;
}
.text-content .info-top .info .author .nickname .name{
    color: #000;
    font-weight: bold;
}
.text-content .info-top .info .author .mytougao{
    float: right;
    padding: 6px 12px;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    /* background-color: #66C571; */
    background-color: #ddd;
    border-radius: 4px;
    cursor: pointer;
}
.text-content .info-top .info .author .mytougao a{color:#fff;}
.text-content .info-top .info .video-len{
    /* margin-right: 20px; */
}
.text-content .info-top .info .time{
    margin-right: 20px;
}
.recommend-box .title-block{
    position: relative;
    z-index: 10;
    height: 48px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 0px 0px #E8E8ED;
    border-radius: 2px 2px 0px 0px;
}
.recommend-box .title-block .title{
    margin-left: 15px;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
}
.recommend-box .ullist li{
    /* height: 130px; */
    padding: 8px;
    border-bottom: 1px solid #E8E8ED;
    cursor: pointer;
}
.recommend-box .ullist li .bg{
    padding: 20px 20px;
}
.recommend-box .ullist li.curr .bg, .recommend-box .ullist li:hover .bg{
    background-color: #F7F7FC;
}
.recommend-box .lileft{
    width: 670px;
    float: left;
}
.recommend-box .lileft .title{
    color: #222226;
    font-weight: bold;
    font-size: 18px;
}
.recommend-box .ullist li:hover .title a{
    text-decoration: underline;
}
.recommend-box .lileft .tags{
    margin-top: 12px;
    color: #555666;
}
.recommend-box .lileft .tags span{
    padding: 4px 8px;
    display: inline-block;
    margin-right: 25px;
    background-color: #F7F7FC;
    border-radius: 2px;
}
.recommend-box .lileft .info{
    margin-top: 20px;
}
.recommend-box .lileft .cate{
    padding: 6px 12px;
    margin-right: 20px;
    background-color: #EDFFEF;
    border-radius: 16px;
    color: #66C571;
}
.recommend-box .lileft .hits{
    color: #999AAA;
}
.recommend-box .ullist .liright{
    width: 100px;
    /*height: 100px;*/
    float: right;
}
.recommend-box .ullist .liright .simg{
    width: 100px;
    height:100px;
    overflow: hidden;
    position: relative;
}
.recommend-box .ullist .liright .simg img{
    width: 220px;
    min-height: 100px; 
    border-radius: 2px;
    position: absolute;
    left: -60px;
}
.recommend-box .ullist .liright .simg .bg {
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 25px;
    background-color: #000;
    opacity: 0.4;
    border-radius: 0 0 4px 4px;
}
.recommend-box .ullist .liright .simg .time{
    position: absolute;
    right: 5px;
    bottom: 8px;
    color: #fff;
}

.stepcontent {
    padding: 0 24px 30px;
}
.stepcontent .step{
    font-size: 15px;
}
.stepcontent .step-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.stepcontent .step .number{
    margin-bottom: 10px;
    font-size: 16px;
}
.stepcontent .step .number .curr{
    color: #66C571;
}
.stepcontent .step .subtit{
    font-weight: bold;
}
.stepcontent .step p{
    line-height: 26px;
    margin-bottom: 10px;
}
.stepcontent .ptxt{
    margin-bottom: 20px;
}
.stepcontent .ptxt p img{
    max-width: 760px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.stepcontent .step .edittime{
    margin-bottom: 10px;
    color: #999AAA;
}
.stepcontent .wenda-tags{
    margin-top: 10px;
}
.stepcontent .wenda-tags span{
    padding: 4px 8px;
    display: inline-block;
    margin-right: 4px;
    background-color: #F7F7FC;
    border-radius: 2px;
}
.stepcontent .statement{
    padding-top: 20px;
    border-top: 1px solid #F0F0F5;
    margin-top: 30px;
    line-height: 26px;
}
.stepcontent .statement .name{
    font-weight: bold;
}
.text-content .answer-block{
    clear: both;
    position: relative;
    /* min-height: 60px; */
    padding: 10px 20px;
    background-color: #FCF6EA;
    border-radius: 4px;
}
.text-content .answer-block .answer{
    color: #FF9F14;
    display: inline-block;
    width:712px;
}
.text-content .answer-block .answer .fb{
    font-weight: bold;
}
.text-content .answer-block .ico{
    position: absolute;
    right: 10px;
    top: 50%;
    /* 50%为自身尺寸的一半 */
    transform: translate(0, -50%);    
    width: 58px;
    height: 58px;
    display: block;
    background: url(icon-answer.png) no-repeat;
    background-size: contain;
}

.fullcontent {
    margin-top: 20px;
    font-size: 15px;
    padding: 0 24px 30px;
}
.fullcontent .ptxt{
    margin-bottom: 20px;
}
.fullcontent .ptxt p{
    line-height: 26px;
    margin-bottom: 10px;
}
.fullcontent .ptxt p img{
    max-width: 760px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.fullcontent .ptxt img{padding-bottom:12px;}
.fullcontent .edittime{
    margin-bottom: 10px;
    color: #999AAA;
}
.fullcontent .wenda-tags span{
    padding: 4px 8px;
    display: inline-block;
    margin-right: 4px;
    background-color: #F7F7FC;
    border-radius: 2px;
}
.fullcontent .statement{
    padding-top: 20px;
    border-top: 1px solid #F0F0F5;
    margin-top: 30px;
    line-height: 26px;
}
.fullcontent .statement .name{
    font-weight: bold;
}

.readall-box{
    position: relative;
    z-index: 100;
    padding: 0 0 25px;
    margin-top: -120px;
    text-align: center;
    display: none;
}
.readall-box .read-more-mask {
    height: 120px;
    background: -moz-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0));
    background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));
    background: -o-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0));
}
.readall-box .read-more-btn{
    width: 151px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #65C671;
    cursor:pointer;
    font-size: 16px;
    color: #66C571;
}