
.header_logo {
    padding: 0px 5px ;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo .logo1 {
    width: 133px;
    height: 30px;
}

.header_logo .logo3 {
    margin-left: 20px;
    margin-right: 5px;
}

.layui-tab-title li {
    padding: 0 8px;
    font-size: 16px;
}

.layui-tab-content {
    padding: 0;
    padding-bottom: 30px;
}

.layui-tab-title {
    border-bottom-style: none;
    width: 100%;
    margin-bottom: 20px;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
    width: 15px;
    margin-left: 36%;
    border-bottom: 2px solid #1989F9;
}

.search {
    margin-left: 20px;
}

.swiper-container {
    width: 100%;
    height: 250px;
    border-bottom: 2px solid #ccc;
}

.swiper-pagination-bullet-active {
    width: 12px !important;
    height: 4px !important;
    border-radius: 4px !important;
}

.swiper-pagination-bullet {
    width: 4px;
    height: 4px;
}

.swiper-slide {
    width: 96%;
    height: 177.5px;
    border-radius: 10px;
}

.swiper-wrapper {
    width: 96%;
    margin: 0 auto;
}

.swiper_title {
    position: absolute;
    bottom: 0;
}

.textB {
    width: 96%;
    font-family: PingFang SC;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.swiper-pagination {
    bottom: 70px !important;
}

.swiper_img {
    width: 96%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
}

/* 文章列表 */
.border_bottom {
    border-bottom: 1px solid #ccc;
}

.article_list {
    padding: 20px 15px;
}

.article_list_title {
    font-size: 16px;
    line-height: 27px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article_list_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: center;
}

.article_list_bottom .label {
    padding: 2px 8px;
    color: #1989F9;
    border: 1px solid #1989F9;
    border-radius: 18px;
    font-size: 12px;
}

.article_list_bottom .data {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
}

.img_list_right {
    width: 66%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.img_list {
    display: flex;
    /* justify-content: space-between; */
    padding: 20px 15px;
}

.img_list_left {
    margin-right: 15px;
    width: 34%;
}

.img_list_left img {
    width: 117px;
    height: 78px;
    border-radius: 6px;
}

.img_list_right_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.img_list_right_b .labels {
    display: flex;
    width: 75%;
}

.img_list_right_b .label {
    padding: 0px 8px;
    color: #1989F9;
    border: 1px solid #1989F9;
    border-radius: 18px;
    font-size: 12px;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.img_list_right_b .data {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
}

.guanggao {
    padding: 2px 8px;
    color: #999999;
    border: 1px solid #999999;
    border-radius: 18px;
    font-size: 12px;
}

/* 视频部分 */
.Video_banner {
    width: 100%;
}

.Video_banner_box {
    width: 92%;
    margin: 0 auto;
    position: relative;
}

.Video_banner .Video_banner_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.Video_sanjiao {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hidden {
    display: none;
}
.logo img{
    max-height: 45px;
}


.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.ml10{
    margin-left: 10px;
}
.ml15{
    margin-left: 10px;
}
.ml20{
    margin-left: 20px;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mt10{
    margin-top: 10px;
}
.mb15{
    margin-top: 15px;
}
.mb20{
    margin-top: 20px;
}


.pt10{
    padding-top: 10px;
}
.pt15{
    padding-top: 15px;
}
.pt20{
    padding-top: 20px;
}
.pl10{
    padding-left: 10px;
}
.pl15{
    padding-left: 10px;
}
.pl20{
    padding-left: 20px;
}
.pb10{
    padding-bottop: 10px;
}
.pb15{
    padding-bottop: 15px;
}
.pb20{
    padding-bottop: 20px;
}
.pt10{
    padding-top: 10px;
}
.pb15{
    padding-top: 15px;
}
.pb20{
    padding-top: 20px;
}
.p0{
    padding: 0 !important;
}
.m0{
    margin: 0 !important;
}
.ml0{
    margin-left: 0!important;
}
.mr0{
    margin-right: 0!important;
}
.mt0{
    margin-top: 0!important;
}
.mb0{
    margin-bottom: 0!important;
}

.p0{
    padding: 0 !important;
}
.pl0{
    padding-left: 0!important;
}
.pr0{
    padding-right: 0!important;
}
.pt0{
    padding-top: 0!important;
}
.pb0{
    padding-bottom: 0!important;
}


.c999{
    color: #999 !important;
}

.cfff{
    color: #fff !important;
}
.c000{
    color: #000 !important;
}

.w1200{
    width: 1200px !important;
}
.w820{
    width: 820px !important;
}
.w330{
    width: 330px !important;
}


.w100s{
    width: 100% !important;
}
.h100s{
    height: 100%!important;
}


.m-auto{
    margin: 0 auto;
}



.flex{
    display: flex;
}
.flex-align-items-center{
    align-items: center;
}
.flex-justify-content-center{
    justify-content: center;
}
.flex-justify-content-space-between{
    justify-content: space-between;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-nowrap{
    flex-wrap: nowrap;
}


.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.fs22{
    font-size: 22px;
}
.fs24{
    font-size: 24px;
}
.fs26{
    font-size: 26px;
}
.fs28{
    font-size: 28px;
}
.fs230{
    font-size: 30px;
}


.after_none::after{
    display: none !important;
}


.left{
    float: left !important;
}
.right{
    float: right !important;
}


.hm_floor{
    display: flex;
    justify-content: start;
    width:100%
}
.hm_floor .lis_cla{
    margin:5px 0px 0px;
    background: white;
    padding: 10px 5px;
    border-bottom:1px solid #e7e7e7;
    font-size: 16px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
}

.hm_floor  .lis_cla .sel{
    padding: 5px 9px;
    font-size: 16px;
}
.hm_floor .active{
    background: #1989F9 ;
    color: white;
}
.hm_floor .hover{
    color:#fff;

}
.hm_floor .all{
    display: block;
    width: 50px;
    font-size: 16px;
    height: 30px;
    text-align: center;
    margin-top: 17px;
    line-height: 30px;
    margin-left: 15px;
    flex-shrink: 0;
}

.now_pos > a + a:before {
    content: ">";
    padding: 0 5px;
    color: #666666;
}

.pages {

    background: white;
}
.pages ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pages ul li{
    padding: 8px;
    margin: 0 5px;
}
.pages a {
    display: inline-block;
    color: #575757;
    font-size: 16px;
    text-align: center;
    padding: 5px 6px;
    border-radius: 0.375rem;
}

.pages a.next_page {
    float: right;
}
.pages ul li span{
    font-size: 16px;
    background: none;
}
.pages .active {
    background: #1989F9;
    color: white;
}


.entry-meta{
    padding: 20px 0;
}
.entry-meta ul {
    overflow: hidden;
}
.entry-meta ul li {
    display: flex;
    justify-content: start;
    line-height: 26px;
}
.entry-meta ul:first-child li:last-child a{
    width: 70%;
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.entry-meta ul li a{
    display: block;
    width: 70%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}


.ell1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.ell2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.ell3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.ell4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}
.mobile{
    color: white;
}
.more{
    color: #abafb3;
}

.meun{
    font-size: 30px;
    color: white;
}
.menus{display:block;width:25px;height:25px;top:15px;right:12.5px;background-size:25px 25px;margin:  0 6px 0 0}
.menuwraps{width:calc(100%);background:#fff;top:45px;z-index:99999;padding-bottom:10px;height: 95vh;
}
.menuwrapmain{overflow:auto;height:95vh;}
.menuwrapmain>a{background:#eee;float:left;width:23%;margin:3px 1%;font-size:14px;text-align:center;line-height:26px;height:26px;border-radius:2px;}
.menuwrapmain a.cul{width:48%;margin:3px 1%;font-size:16px;text-align:center;line-height:32px;height:32px;border-radius:2px;}
.menuwrapmain h3{font-size:18px;line-height:30px;height:30px;border-left:3px solid #a00707;padding-left:15px;margin:15px 0 5px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.pos-a{position:fixed;left: 0;right: 0;margin: 0 auto}
.header_logo{
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    padding: 0;
}
.he{
    height: 45px;
}



.layui-tab-title{
    width: 100%;
    white-space: nowrap;
    overflow-x:scroll;
    overflow-y:hidden;
    display: flex;flex-wrap: nowrap
}
.layui-tab-title li{
    display: inline-block;
}
.layui-tab-title li a{
    display: inline-block;
}

.nav::-webkit-scrollbar {
    height: 0;
}
footer{
    padding: 10px 20px;
    text-align: center;
}
footer p{
    color:black;
}
footer a{
    color:black;
}
.my_title{
    margin: 15px 0 0;
    width:100%;height:30px; padding:0 ;
    border-bottom:1px #dddddd solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.my_title p{
    margin: 0 0 0 15px  ;
    font-family:'黑体';font-size:18px; font-weight:bold;border-bottom:1px #0e90d2 solid;height:30px; width:80px;
}
.my_title p a{
    color: #555;
    font-size: 20px;
}
.my_title .more{
    color: #999;
    margin: 0 15px 0 0px  ;
    font-size: 16px;
}