.qxnews li {
    float: left;
    padding-right: 25px;
}

.qxnews li a {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
}

ul.dingbu {
    padding-left: 10px;
}

ul.dingbu li {
    float: left;
    padding-right: 12px
}

ul.dingbu li a:link, ul.dingbu li a:visited {
    line-height: 45px;
    font-size: 16px;
    color: #004276;
    font-family: microsoft yahei;
}

ul.dingbu li a:hover {
    line-height: 45px;
    font-size: 16px;
    color: #900;
    font-family: microsoft yahei;
}
.nav{
    background: #E01212;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav ul li a{
    color: white !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: #E01212 ;
    color: white !important;
}
.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: #333;
}

.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: #E01212;
    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;
}

.my_tits{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f4f4;
    border-bottom: 2px solid #d12426;
}
.my_tits h2{
    display: block;
    padding: 5px 15px;
    background: #d82125;
    color: white;
}
.my_tits a{
    color: #999;
    font-size: 14px;
    margin-right: 5px;
}
.BottomBox{
    padding: 20px;
    text-align: center;
}
.mb20{
    margin-bottom: 20px;
}
.lists{display: flex;justify-content: space-between}
.lists .w240{width: 30%}
.lists .w240{}
