.top_header,.top_header_info,.top_header_subnav,.siteNav,.container,.med_dom,.wrap{width:1100px;margin:0 auto;}
/**/
.header{position:relative;}
.header .top_header_bg{min-width:1100px;}
.header .top_header{width:1100px;}
.top_header_info{;margin:20px auto;}
.top_header_logo{width:170px;display:block;background-size:156px auto;}
.top_header_txt{display:none;}
.top_header_logo_channel{float:left;font-size:40px;line-height:50px;color:#000;border-left:solid 2px #b2b2b2;margin-top:20px;padding-left:12px;}
.top_header_right{float:right;}
.top_header_right img{height:90px;}

.top_header_subnav_bg {
    background-color: #d40300;
}

.top_header_subnav {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
}

.top_header_subnav a {
    color: #fff;
    text-align: center;
    width: 80px;
    overflow: hidden;
    padding: 0 20px;
}

.top_header_subnav a:hover, .top_header_subnav a.current {
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
}

.wrap{}
.wp_left{width:690px;float:left;}
.wp_side{width:350px;float:right;}
.top_header{
    display: flex;
    justify-content: space-between;
}
.logins{
    display: flex !important;align-items: center;
}
.icp_area{
    margin-top: 20px;
    color: rgba(0,0,0,.4);
    background-color: white;
    text-align: center;
    font-size: 14px;
}
.icp_area a{
    margin-top: 20px;
    color: rgba(0,0,0,.4);
    background-color: white;
    text-align: center;
    font-size: 14px;
}
.mt0{
    margin-top: 0;
}
.longList strong a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.hm_floor{
    display: flex;
    justify-content: start;
}
.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;
}

.hm_floor  .lis_cla .sel{
    padding: 5px 9px;
    font-size: 16px;
}
.hm_floor .active{
    background: #d40300;
    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;
}
.item_title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.item_title p{
    font-size: 14px !important;
    color: #9f9f9f;
}


.pages {
    margin: 20px 0;
}
.pages ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pages ul li{
    padding: 2px 10px;
    margin: 0 0px;
}
.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: #d40300;
    color: white;
}
.breadcrumb{
    padding: 10px 0;
}
.breadcrumb > a + a:before {
    content: ">";
    padding: 0 5px;
    color: #ccc;
}



.entry-meta{
    padding-top: 20px;
}
.entry-meta ul {
    overflow: hidden;
}
.entry-meta ul li {
    display: flex;
    justify-content: start;
    line-height: 26px;
    font-size: 17px;
}
.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;
    font-size: 17px;
}

.article_content img{
    max-width: 100%;
}


.footer {
    min-width:1200px;
    margin-top: 60px;
    border-top: 1px solid #d40300;
}
.colcontent{display: flex;width: 100%;justify-content: space-between}
.colcontent .sideMod{width: 30%;}
.colcontent .sideMod h2{padding:0;}


.colcontent .sideMod h3{flex: 1; /* 分配剩余空间 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  }
.colcontent .sideMod h3::before {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: currentColor;
    content: "";
    vertical-align: top;
    margin-top: 12px;
    margin-right: 8px;
}