.wraps {
    min-height: 42vh;
    overflow-x: hidden;
    overflow-y: auto;
}
.title_top1{
    width: 1500px;
    font-size: 16px;
    margin: 30px auto 0 auto;
}
.content_box {
    box-shadow: 0 0 2px #0056a3;
    width: 1500px;
    margin: 40px auto 63px;
}
.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: 18px;
    text-align: center;
}
.content_box .top-bar span {
    margin-left: 10px;
    margin-right: 10px;
    color: #888;
}
.content_box .author_last {
    width: 100%;
    height: 50px;
}
.content_box .author_last span {
    position: relative;
    left: 80%;
    margin-top: 300px;
    color: #888;
    font-size: 18px;
}
.content {
    margin-top: 34px;
}
.com_text {
    position: relative;
    top: -10px;
    line-height: 38px;
    font-size: 20px;
    padding-left: 90px;
    padding-right: 90px;
}
.com_text img {
    max-width: 100%;
    margin: 0 auto;
}
.com_text div{
    text-indent: 2em;
    text-align: justify;
}
/*.detail-lunbo-box {*/
/*    margin-left: 27px;*/
/*    margin-top: 15px;*/
/*    width: 1146px;*/
/*    height: 700px;*/
/*    flex: none;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*}*/
/*组图内部样式*/
.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 {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    background-color: rgba(103,96,98,0.5);
    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: #0056a3;
    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;
}