﻿.content{

}


.content>.header{
    height:80px;
    position:relative;
}

html,body,
.content{
    height:100%;
}

.content>.header .logo{
    width:75px;
    height:48px;
    position:absolute;
    left:272px;
    top:16px;
}

.ant-menu {
    font-size: 18px;
}

.ant-menu-item {
    width: 35px;
    padding: 0;
}

ul,li{
    margin:0;
    padding:0;
    list-style:none;
}
.ant-menu::before, .ant-menu::after {
    content: unset;
}
.ant-menu-horizontal > .ant-menu-item:hover, .ant-menu-horizontal > .ant-menu-submenu:hover, .ant-menu-horizontal > .ant-menu-item-active, .ant-menu-horizontal > .ant-menu-submenu-active, .ant-menu-horizontal > .ant-menu-item-open, .ant-menu-horizontal > .ant-menu-submenu-open, .ant-menu-horizontal > .ant-menu-item-selected, .ant-menu-horizontal > .ant-menu-submenu-selected {
    border-bottom: 3px solid #0063AB;
    color: #0063AB;

}
    .ant-menu-horizontal > .ant-menu-item-selected > a,
    .ant-menu-horizontal > .ant-menu-item > a:hover {
        color: #0063AB;
    }
.ant-menu.ant-menu-horizontal {
    position: absolute;
    right: 240px;
    height: 54px;
    line-height: 54px;
    top: 21px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    width: 489px;
    display: flex;
    justify-content: space-between;
}

.footer {
    height: 160px;
    background: #8C9AA4;
    padding:40px 0;
    display: flex;
    justify-content: space-between;
    color:#fff;
    font-size:14px;
}
.footer .contact{
    display: flex;
    justify-content: space-between;
    width: 600px;
}
.footer .contact>span{
    height: 19px;
    line-height: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .contact>span>img{
    margin-right: 5px;
}

.footer .wechat{
    text-align: center;
    margin-top: -3px;
}

.footer .wechat>img{
    width: 72px;
    margin-left: 13px;
    margin-bottom:10px;
    display: block;
}

.PageOne {
    background-image: url('../images/recruit.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 432px;
    width: 100%;
    padding-top: 184px;
    margin-top: -4px;
}

.PageOne .title{
    width: 260px;
    height: 61px;
    font-size: 64px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 64px;
    margin:0 auto;
    text-align:center;
}

.PageTwo{
    /*height:575px;*/
    width:1200px;
    margin:0 auto;
    padding-top:56px;
    padding-bottom:70px;
}

.PageTwo .ant-table-thead > tr > th{
    height:90px;
    background: rgb(235 237 237 / 60%);
    font-weight:500;
    font-size:20px;
    color:#000;
}

.PageTwo .ant-table-thead > tr > th:first-child,
.PageTwo .ant-table-tbody > tr > td:first-child{
    padding-left:63px;
}

.PageTwo .ant-table-tbody > tr > td{
    height:90px;
    font-size:18px;
    color:#111;
    font-weight:400;
}

.more_btn {
    color: #0063AB;
    cursor:pointer;
}

.more_btn >img{
    margin-left:12px;
    vertical-align:middle;
}

.PageTwo .ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td, .ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row) > td, .ant-table-thead > tr:hover:not(.ant-table-expanded-row) > td, .ant-table-tbody > tr:hover:not(.ant-table-expanded-row) > td {
    background: rgb(235 237 237 / 35%);
}