.wraps {
    min-height: 42vh;
    overflow-x: hidden;
    display: flex;
    overflow-y: hidden;
    flex-direction: row;
    width: 80%;
    justify-content: flex-start;
    margin: 0 auto;
}

.right_recommend {
    width: 300px;
    display: flex;
    padding: 54px 0 0 30px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.banner_item_one img {
    width: 300px !important;
    height: 140px !important;
    padding-bottom: 12px;
}

.recommend_content {
    font-size: 16px;
    background-color: white;
    letter-spacing: 2px;
    border: 1px solid #dadada;
    margin: 12px 0;
    padding: 0 10px;
    line-height: 34px;
}

.right_recommend div ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0079e9;
    position: absolute;
    margin-top: 18px;
}

.right_recommend div ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    cursor: pointer;
    height: 31px;
    padding: 0 0 0 8px;
}

.right_recommend div ul li a {
    padding: 0 0 0 17px;
}

.right_recommend div span {
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #0079e9;
}

.content_box {
    width: calc(100% - 330px);
    margin-top: 26px;
}

.content_box .title {
    text-align: center;
    font-family: FZZHUNYSK sans-serif;
    line-height: 50px;
    color: rgba(51, 51, 51, 1);
    font-size: 32px;
    padding: 30px 100px 20px 100px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content_box .top-bar {
    /*padding-bottom: 15px;*/
    border-bottom: 1px #33333326 solid;
    font-size: 14px;
    text-align: center;
}

.share {
    padding-bottom: 4px;
}

.dao_hang {
    text-align: left;
    color: #888;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 26px;
    align-items: flex-end;
}

.content_box .top-bar span {
    margin-left: 10px;
    margin-right: 10px;
    color: #888;
}

.content_box .author_last {
    /*width: 100%;*/
    height: 38px;
    /*padding-left: 40px;*/
}

.content_box .author_last span {
    position: relative;
    left: 80%;
    margin-top: 300px;
    color: #888;
    font-size: 18px;
}

.content {
    min-height: 44vh;
    margin-top: 34px;
}

.content_video {
    margin-top: 34px;
    margin-bottom: 34px;
    width: 1000px;
    height: 562px;
    margin-left: calc((100% - 1000px) / 2);
}

.content_audio {
    margin-top: 34px;
    margin-bottom: 34px;
    width: 1000px;
    margin-left: calc((100% - 1000px) / 2);
}

.content_audio audio {
    width: 1000px;
    background: rgb(0 0 0 / 0%)!important;
}

.com_text {
    position: relative;
    top: -10px;
    line-height: 38px;
    text-align: justify;
    font-size: 18px;
}

.com_text video {
    margin-top: 34px;
    margin-bottom: 34px;
    width: 1000px;
    height: 562px;
    margin-left: calc((100% - 1000px) / 2);
}

.com_text img {
    max-width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
    padding-bottom: 14px !important;
}

.com_text div {
    text-indent: 2em;
    text-align: justify;
}

.author_bottom {
    height: 80px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    left: 80%;
    color: #888;
    font-size: 18px;
    margin-bottom: 20px;
}

/*组图内部样式*/
.main_img {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 90px 30px 90px;
}

.lunbo_one {
    width: 100%;
    height: 500px;
}

.lunbo_one_box {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.lunbo_one_img img {
    width: 100%;
    height: 100%;
}

.lunbo_one_img > div > a {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    background-color: rgba(103, 96, 98, 0.8);
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 35px;
    color: #f0f0f0;
    font-size: 20px;
    text-align: left;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.lunbo_one_box .layui-carousel-ind {
    position: relative;
    top: -40px;
    width: 180%;
    line-height: 0 !important;
    text-align: center;
    font-size: 0;
}

.lunbo_one_box .layui-carousel-ind li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    font-size: 14px;
    background-color: #e2e2e2;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.lunbo_one_box .layui-carousel-ind li.layui-this {
    background-color: #9e1714;
    width: 25px;
    height: 10px;
    margin: 0 7px;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}


.text p {
    box-sizing: border-box;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 2px;
    padding: 0 90px 10px 90px;
    text-align: justify;
    word-break: break-all;
    word-wrap: break-word;
    table-layout: fixed;
    text-indent: 1.5em;
}

/*返回按钮*/
.slider_bar {
    position: fixed;
    top: 550px;
    right: 90px;
    width: 55px;
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    z-index: 999;

}

.slider_bar img {
    width: 55px;
    height: 55px;
}

.slider_bar div {
    color: #0079e9;
    width: 74px;
    height: 18px;
    font-size: 14px;
    text-align: center;
}

