
.top{height:40px;}

.top{background:#212121; height:40px;}

.top .logo{ float:left;width:117px; margin-top:20px;}
.top .menu{ float:left; width:1100px; height:40px;}

.top .menu{ float:left; width:1100px; height:40px; background:#212121;}

.top .menu a{ float:left; display:block; padding-left:18px; padding-right:18px; text-align:center; color:#FFF; line-height:35px; height:40px; font-size:16px;}
.top .menu a:hover{background:white repeat-x; font-size:16px; color:#000;}
.main{ margin:0px auto; width:1100px; overflow:hidden !important;}
.top .menu .home{ background:url(../images/news/menu.jpg) repeat-x; font-size:16px; color:#000;}
.main_left{ float:left; width:710px;}

/*logo��������Ŀ*/
.logon{ height:90px; margin-top:15px; padding:0px 10px 0px 10px; }
.logon .logo{ float:left; width:228px; height:53px; padding-top:10px;}
.sousuo{ float:left; margin-top:10px; margin-left:60px; width:414px; height:37px;}


.footer{ margin:0 auto;  background:#282828; width:1100px;padding: 10px 0;height: auto}
.footer .con{ margin:0px auto; width:1100px; color:#FFF; text-align:center; padding-top:15px; height:15px; font-size:12px;}
.footer .con a{ color:#FFF; margin-left:10px; margin-right:10px; font-size:15px; padding-top:10px; height:15px; text-align:center; font-size:12px;}
.footer .banquan{ text-align:center; color:#FFF; font-size:12px; padding-top:10px;}
.footer .icp{ text-align:center; color:#FFF; font-size:12px; padding-top:10px;}
.footer .icp a{ color:#FFF;}

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

.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: #000;
    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: 0px;
    flex-shrink: 0;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background:#212121;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #212121;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}
