#playPauseBtn{
    position: absolute;
    width: 46px;
    max-height: 46px;
    margin: 19% 0 20% 42%;
    text-align: center;
    z-index: 999;
}
.ico_open{
    width: 80px;
    height: 80px;
    color: #FFF;
    margin: 0 auto;
    padding-top: 18%;
}
.ico_open .layui-icon{
    font-size: 35px;
    background-color: #ffffffa8;
    border-radius: 50%;
    border: 0;
}
.title_div{
    margin: 10px;
    padding: 10px;
    text-align: center;
    line-height: 21px;
}
.title_tile{
    line-height: 21px;
    font-weight: bold;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.title_time{
    padding-top:10px;
    font-weight: 400;
}
.bnt_p{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.mote{
    color: #FFF;
    font-size: 10px;
    padding: 3px 20px;
    background-color: #C99C41;
    border-radius: 20px;
    margin-right: 15px;
}
.content_div{
    margin-top: 30px;
    font-size: 14px;
    color: #010101FF;
    width: 100%;
    overflow: hidden;
    text-align: left;
}
.img_border img{
 border: 6px solid #e1cea6FF;
width: 96%;
}
.wxdz{
    margin-top: 10px;
    color: #9E9E9EFF;
    padding-top: 20px;
    border-top: 2px solid #EDEDEDFF;
    text-align: left;
    font-size: 14px;
}

.cate_hreft{
    display: flex;
    justify-content: flex-start;
    padding:15px 10px 10px 10px;
    color:#00000066;
    font-size: 12px;
}

.last_name_3{
    color: #000;
}
.last_name span{
    padding: 0 5px;
}
.ads_img{
    height: 52px;
    overflow: hidden;

}
.adsimg{
    width: 96%;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
}
.ads_img img{
    width: 100%;

}

.mote45 {
    color: #FFF;
    font-size: 12px;
    padding: 3px 20px;
    background-color: #C99C41;
    border-radius: 0px;
    margin-right: 15px;
    height: 18px;
    line-height: 18px;
    margin-top: 3px;
}
.lunbp_content{
    height: 25px;
    line-height: 29px;
    font-size: 12px;
    color: #999999FF;
    width: 80%;
}
.lunbp{

    display: flex;
    justify-content: space-between;
    background-color: #FFF8F0FF;
    margin:10px;
    border-radius: 5px;
}
.img_lunbp{
    height: 100%;
    width: 6%;
    background-color: #FFF8F0FF;
}
.img_lunbp img{
    padding: 3px 3px 3px 16px;
}
.scroll-container {
    width: 60%; /* 容器宽度 */
    height: 30px; /* 容器高度 */
    overflow: hidden; /* 隐藏溢出部分 */
    position: relative; /* 相对定位 */
}

.scroll-content {
    position: absolute; /* 绝对定位 */
    white-space: nowrap; /* 防止换行 */
    width: 100%; /* 与容器宽度相同 */
    margin-left: 10%;
    overflow: hidden; /* 隐藏溢出部分 */
}

.item {
    display: inline-block; /* 行内块元素 */
    width: 100%; /* 与容器宽度相同 */
    margin-left: 10%;
    height: 25px; /* 与容器高度相同 */

}
.title_img_p img{
    width: 30px;
}
.title_left{
    display: flex;
    justify-content: flex-start;
}

.title_namert{
    font-weight: bold;
    font-size: 14px;
    color: #010101;
    line-height: 19px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;

}
.title_left .title_namep{
    font-weight: 600;
    font-size: 18px;
    color: #C99C41;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    margin-left: 20px;
}
.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even){
    background-color: #CA9E40;
    color: #FFF;
}
.firstRow{
    background-color: #CA9E40;
    color: #FFF;
}
.title_div .layui-table{
    border: 0;
}
.layui-table .firstRow th {
    border: 0px;
    position: relative;
    padding: 12px 6px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}
.layui-table .firstRow th:nth-child(1) {
   width: 34%;
}
.layui-table .firstRow th:nth-child(2) {
    width: 23%;
}
.layui-table .firstRow th:nth-child(3) {
    width: 23%;
}
.layui-table .firstRow th:nth-child(4) {
    width: 20%;
}
.title_div .layui-table tr td{
     position: relative;
     padding: 5px 2px;
     min-height: 20px;
     line-height: 20px;
     font-size: 12px;
    border: 0;
 }
.title_div .layui-table tr:nth-child(even){
    background-color: #FAF7F0;
}
.title_div .layui-table tr td:nth-child(1){
    padding: 0 10px;
    padding-left:10px;
}
.title_div .layui-table tr td:nth-child(4){
    font-size: 10px;
    padding-right: 10px;
}

.table_footet{
     color: #888888;
     font-size: 10px;
     padding: 5px 8px;
 }
.table_heard{
    color: #888888;
    font-size: 10px;
    padding: 5px 8px;
}
.table_title{

    font-weight: 600;
    font-size: 26px;
    color: #333333;
    line-height: 64px;
}