
a:hover {
    color: #fff !important;
}
body {
    background: #F2F2F2;
}
.nav {
    margin-bottom: 0;
}
.bannerImage {
    width: 100%;
    height: 300px;
    background: url("/images/companyarea/company_banner.png")no-repeat center;
    background-size: 100% 100%;

}

.BannerContent{
    width: 1115px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.bannerImage img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/



.tableview {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

}

.tableview .tablview-cell {
    position: relative;
    width: 590px;
    height: 347px;
    background: #fff;
    margin-top: 10px;
    padding: 30px;
    box-sizing: border-box;
}

.top {
    display: flex;
    justify-content: space-between;
}

.topleft .logo1 {
    width: 37px;
    height: 30px;

}

.topleft .title {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
    margin-top: 14px;
    width: 330px;
    /* 超出隐藏 */
    overflow: hidden;
    /* 不换号 */
    white-space: nowrap;
    /* 超出显示… */
    text-overflow: ellipsis;
}

.topright .logo2 {
    display: block;
    /*width: 89px;*/
    height: 89px;
}
.bottom {
    margin-top: 12px;
}
.bttom_content {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #8B8B8B;
    line-height: 25px;
    text-align: justify;
    font-style: normal;
}
.bottomBtn {
    position: absolute;
    display: flex;
    left: 30px;
    right: 30px;
    bottom: 15px;
    height: 40px;
    justify-content: end;
}
.checkClick {
    display: block;
    text-align: center;
    width: 120px;
    height: 38px;
    line-height: 38px;
    background: #E80000;
    border-radius: 21px;
    color: #fff !important;
}

/*分页*/
/* 分页 */
.pages{
    display: inline-block;
}
.ht-page {
    padding: 30px;
    text-align: center;
    font-size: 14px;;
}
.ht-page span {
    vertical-align: middle;
}

.ht-page a {
    text-decoration: none;
    color: #555;
    outline: none;
}

.ht-page .pagebtn {
    width: 80px;
    height: 36px;
    background: #F6F3F4;
    border: 0;
    border-radius: 4px;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
}

.ht-page .pagebtn:hover {
    background: #F6F3F4;
}

.ht-page .previous {
    margin-right: 8px;;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e9e9e9;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: #F6F3F4;
    /* background: url("../images/page_left_img.png") no-repeat center; */
}

.ht-page .previous.disable {
    cursor: pointer;
    display: inline-block;
    padding: 0 15px;
    /* background: url("../images/page_left_img.png") no-repeat center; */
    cursor: default;
}

.ht-page .previous.disable:hover {
    /* background: url("../images/page_left_img.png") no-repeat center; */
}

.ht-page .previous:hover {
    background: #E51D27;
    color: #fff;
    /* background: url("../images/page_left_img.png") no-repeat center; */
}
.ht-page .previous:hover a{ color: #fff !important;}

.ht-page .previous a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
}

.ht-page .next {
    padding: 0 15px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #F6F3F4;
    margin-right: 8px;
    cursor: pointer;
    /* background: url("../images/page_right_img.png") no-repeat center; */

}

.ht-page .next:hover  {
    background-color: #D91B25;
    color: #fff;
    /* background: url("../images/page_right_img.png") no-repeat center; */
}
.ht-page .next:hover a{ color: #fff !important; }
.ht-page .next.disable {
    display: inline-block;
    padding: 0 15px;
    cursor: default;
    /* background: url("../images/page_right_img.png") no-repeat center; */
}

.ht-page .next.disable:hover {
    /* background: url("../images/page_left_img.png") no-repeat center; */
}

.ht-page .next a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
}

.ht-page .num {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e9e9e9;
    border-left: 0;
    background: #F6F3F4;
    margin-right: 8px;
    padding: 0 15px;
    cursor: pointer;
}

.ht-page .num.current {
    padding: 0 15px;
    background: #E51D27;
    color: #fff;
}

.ht-page .num a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
}

.ht-page .num a:hover {
    color: #fff !important;
    background: #E51D27;
}

.ht-page .dots {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    /* border: 1px solid #e9e9e9; */
    border-left: 0;
    padding: 0 15px;
    /* background: #F6F3F4; */
}

.ht-page .total {
    margin-left: 20px;
    margin-right: 10px;
}

.ht-page .total.total_page {
    margin-left: 5px;
    margin-right: 5px;
}

.ht-page .page_jump {
    margin: 0 10px;
    color: #666666;
}

.ht-page .pageInput {
    width: 50px;
    padding: 7px 0px;
    /* height: 30px; */
    margin:0;
    border: 1px solid #e9e9e9;
    outline: none;
    border-radius: 4px;
    text-align: center;
}

.ht-page .pageInput:focus {
    border: 1px solid #1875f0;
}
