@charset "utf-8";
/* Css Dpcument */

/* 内容区域 */
.vision_content_inner{
    width: 100%;
    position: relative;
}
/* 左侧内容区域 */
.left_content{
    float: left;
    width: 64.58%;
}
.left_content_inner{
    float: right;
    width: 920px;
}
.details_title{
    text-align: center;
    line-height: 1.25;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-top: 2%;
}
.details_date{
	padding: 10px 0;
    font-size: 16px;
	border-bottom: 1px solid #e6e7e9;
	margin: 20px 0;
    position: relative;
}
.details_date_listen{
    width: 78px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

/* 文章推荐 */
.details_recommend{
    border-top: 2px solid #05102c;
    padding-top: 20px;
    position: relative;
    z-index: 3;
}
.details_recommend_li{
    width: 48.14%;
}
.details_recommend_li span{
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #666;
}
.details_recommend_li:first-child span{
    text-align: right;
}
.details_recommend_text{
    line-height: 3.25;
    font-size: 16px;
    color: #000;
}
.details_recommend_text.double_line{
    height: 78px;       
    line-height: 1.625;
}
.details_recommend_text.double_line p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.details_recommend_li .details_recommend_text{
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-size: 22px auto;
}
.details_recommend_li:hover .details_recommend_text{
    color: #eb2838;
}
.details_recommend_li.fl .details_recommend_text{
    padding: 20px 14px 20px 60px;
    background-image: url(../images/btn-prev.png);
    background-position: 5% center;
    display: flex;
    align-items: center;
}
.details_recommend_li.fr .details_recommend_text{
    padding: 20px 60px 20px 14px;
    background-image: url(../images/btn-next.png);
    background-position: 95% center;
    display: flex;
    align-items: center;
}

/* 右侧标签目录区域 */
.right_content{
    float: right;
    width: 32.6%;
    position: fixed;
    top: 17%;
    right: 0;
    z-index: 3;
}
.right_content_inner{
    float: left;
    /* float: right; */
    width: 306px;
    /* width: 16.1%; */
    /* right: 17%; */
}
.details_tags_title,
.details_Introduction_catalogue_title{
    padding: .099rem 0 0.045rem;
    font-family: "hyykh";
    font-size: .104rem;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #05102c;
    margin-bottom: .06rem;
}
.details_tags_content{
    padding: .06rem .06rem 1px;
    background: #f7f7f7;
}
.details_tags_content a{
    display: inline-block;
    padding: .05rem;
    /* font-size: .073rem; */
    font-size: 16px;
    color: #666;
    text-decoration: none;
    border: 1px solid #999;
    border-radius: 5px;
    margin: 0 .05rem .05rem 0;
}
.details_tags_content a:hover{
    color: #eb2838;
}
.details_Introduction_catalogue {
    transition: transform 0.3s ease; /* 所有状态都支持动画 */
}
.details_Introduction_catalogue.cover-mode {
    transform: translateY(-50%); /* 向上移动自身高度，刚好盖住上面的 tags */
    background: #fff;
}
.details_Introduction_catalogue.at-bottom {
    transform: translateY(-40%)!important; /* 向下偏移 20px */
}
.details_Introduction{
    line-height: 1.625;
    /* font-size: .083rem; */
    font-size: 16px;
    color: #1f1f1f;
    margin-bottom: .06rem;
}
.mulu_list tr td:first-child{
    vertical-align: top;
}
.mulu_list td{
    line-height: 1.65;
    /* font-size: .083rem; */
    font-size: 16px;
    color: #1f1f1f;
}
.mulu_list td a{
    text-decoration: none;
    color: #1f1f1f;
    font-weight: 800;
}
.mulu_list tr:hover td{
    color: #eb2838;
}
.mulu_list tr:hover td a{
    color: #eb2838;
}


.details_catalogue span{
    background: none!important;
    padding: 0!important;
}
.details_catalogue span a{
    line-height: 2.25;
    /* font-size: .083rem; */
    font-size: 16px;
    color: #1f1f1f;
}
.details_catalogue span a:hover{
    color: #eb2838;
}



.musicplayer-box{
    display: none;
}
.musicplayer-box.show{
    width: 630px!important;
    transform: scale(0.7);
    left: -5%;
}
.musicplayer-box.show .musicplayer-music-related{
    width: 585px!important;
}
.musicplayer-switch-btn{
    width: 10%!important;
}
.musicplayer-time-progress{
    width: 45%!important;
}
.musicplayer-time{
    width: 45%!important;
    font-size: 14px!important;
}
.musicplayer-progress{
    width: 55%!important;
}
.speed-selector-wrap{
    width: 15%!important;
}

@media screen and (max-width: 1600px){
    .left_content_inner{
        width: 84%;
    }
    .right_content{
        top: 22%;
        /* right: 5%; */
    }
    .details_Introduction_catalogue.cover-mode {
        transform: translateY(-40%); /* 向上移动自身高度，刚好盖住上面的 tags */
    }

    .details_tags_title,
.details_Introduction_catalogue_title{
    font-size: .128rem;
}

.details_tags_content a,
.details_Introduction,
.mulu_list td,
.details_catalogue span a{
    font-size: 14px;
}

    .mulu_list td {
    line-height: 1.2;
    }







    .musicplayer-box.show{
        left: -7%;
    }

}

@media screen and (min-width: 2000px){
    .left_content_inner{

    width: 74.19%
    }
    .right_content{
        top: 160px;
    }   
    .right_content_inner{
        width: 48.88%
    }

    .musicplayer-box.show{
        left: -3.5%;
    }




}

















