@charset "utf-8";
.common-search-table {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
}

.fl{
    float: left;
}
.fr {
    float: right;
    /*line-height: 2.8rem;*/
}


.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1;-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;
}
.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: #007fd0;
    color: #fff;
}


.selhover{
    color: #fff!important;
    background-color: #007fd0 ;
}
.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: 16px;
}
.slider_bar {
    position: fixed;
    top: 45vh;
    right: 0px;
    width: 68px;
    height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    z-index: 9999;
    transition: all .5s;
    cursor: pointer;
}

.slider_bar img {
    width: 68px;
    height: 68px;
}

.slider_bar span {
    width: 74px;
    height: 18px;
    font-size: 14px;
    font-family: FZYouHeiS_GBJT-L-GB;
    font-weight: bold;
    color: #1e9cde;
}


.top_logo {
    display: flex;
    flex-direction: row;
    padding: 50px 0 20px 0;
}

.top_img_wen {
    width: 105px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top_img_wen span {
    padding-left: 7px;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.bottom {
    width: 100%;
    position: relative;
    border-top: 5px solid #6f6f6f;
    background-color: #288BDE;
    display: flex;
    flex-direction: row;
    padding: 20px 0;
}

.bottom_box {
    /*display: flex;*/
    align-items: center;
    width: 1339px;
    margin: 0 auto;
    flex-direction: column;
    text-align: center;
    color: #fff;
}
.bottom_box p{
    position: unset;
}
.bottom_box a{
    color: #fff;
}

.bot_f {
    line-height: 28px;
    text-align: center;
    color: black;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    width: 1000px;
    margin: 50px auto 0px;
}

.bot_f span {
    color: white;
}

.bot_f div {
    width: 300px;
    height: 30px;
    transition: all .1s;
    display: flex;
    align-items: center;
    padding: 20px 0 0 24px;
    flex-direction: row;
}

.bottom_title span {
    font-size: 12px;
    color: black;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}

.bottom_img img {
    width: 18px;
    height: auto;
}

.bottom_img:hover {
    transform: scale(1.1);
}

.bot_s {
    padding-left: 150px;
    height: 0px;
    width: 100%;
    margin: 60px auto;
    font-size: 14px;
}

.bottom_img {
    padding-left: 60px;
    display: flex;
    flex-direction: column;
}

.bot_s div span {
    font-size: 15px;
    color: black;
    padding: 3px 10px;
    font-weight: bold;
}