body {
    margin: 0;
    min-width: 1366px;
}

a {
    text-decoration: none;
    color: black;
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.header {
    background: #005bad;
    height: 90px;
    width: 80%;
    padding: 0 10%;
    /* overflow: hidden; */
}

.header .logo,
.header .logoLine,
.header .logoText {
    float: left
}

.header .logo {
    height: 47px;
    margin: 21.5px 0;
}
.header .logo img{
    height: 47px;
}

.header .logoLine {
    margin: 32.5px 15px;
    width: 1px;
    height: 25px;
    background: #ffffff;
}

.header .logoText {
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 90px;
}

.header .headerNav {
    float: right;
    height: 100%;
}
.header .headerNav ul {
    margin: 0;
}

/* 头部导航栏 */
#nav .subnav {
    margin: 0;
    z-index: 3;
}

#nav li {
    color:#fff;
    display: inline-block;
    line-height: 90px;
    width: 90px;
    text-align: center;
}

#nav li:hover {
    background: #13A8CA;
}

#nav li .subnav {
    position: absolute;
    display: none;
}

#nav li:hover .subnav {
    display: block;
}
#nav .subnav dl{
    margin: 0;
}
#nav .subnav dd {
    background-color: #005bad;
    margin: 1px 0;
    line-height: 50px;
    width: 90px;
    font-size: smaller;
}
#nav .subnav dd:hover {
    background: #13A8CA;
}

#nav a {
    color: #FFFFFF;
}


footer {
    height: 180px;
    width: 90%;
    overflow: hidden;
    background: #005BAD;
    overflow: hidden;
    position: relative;
    padding-left: 10%;
}

footer table {
    margin-top: 20px;
}

footer table th {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: left;
    line-height: 33px;
}

footer table td {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 60px;
}
footer table td a{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 60px;
    padding: 0 25px;
    border-right: 1px solid #fff;
}
footer table tr td a:last-child {
    border: none;
}


footer div {
    position: absolute;
    right: 0;
    top: 13px;
    right: 10%;
}

footer div img {
    display: block;
    width: 144px;
    height: 144px;
}

footer div span {
    color: #fff;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 20px;
}

/* news页面 */
.topImg {
    width: 100%;
}

.topImg img {
    width: 100%;
    display: block;
}

.navBar {
    margin-bottom: 10px;
    padding-top: 10px;
}

.navBar,
.navBar a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #676767;
}

.navBar a {
    margin: 0 0.5em;
}

.navBar a:first-child {
    margin-left: 0;
}

.page {
    padding: 0 10%;
}

.page .news .newsTitle {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #3E3E3E;
    text-align: center;
    margin: 30px 0 15px 0;
}

.page .news .newsSubtitle {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #989898;
    text-align: center;
    margin-bottom: 15px;
}

.page .news .newsText {
    border-top: 1px solid #d5d5d5;
    padding: 40px 0 100px 0;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #303030;
    line-height: 30px;
}

/* .page .news .newsText p::before {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
} */

/* 联系方式界面 */
.page .recruit {
    border-top: #d5d5d5 1px solid;
    padding-left: 20%;
    padding-top: 30px;
    overflow: hidden;
    padding-bottom: 100px;
}

.page .recruit .recruitTitle {
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #005BAD;
    position: relative;
}

.page .recruit .recruitTitle::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 5px;
    background: #005BAD;
    bottom: -10px;
    left: 0;
}

.page .recruit .contact {
    margin-top: 50px;
    padding: 0;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #303030;
    line-height: 45px;
    display: inline-block;
}


.page .recruit .contactLogo {
    float: right;
    max-width: 265px;
    max-height: 265px;
}


.listPage {
    overflow: hidden;
    background: #f6f6f6;

}

.listPage .left {
    width: 30%;
    float: left;
}

.listPage .left .navBar {
    padding-left: 33%;
    padding-bottom: 10px;
    border-bottom: #d5d5d5 1px solid;
}

.listPage .left .list {
    padding-left: 33%;
    padding-top: 50px;
}

.listPage .left .list .listTitle {
    font-size: 21px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #005BAD;
}

.listPage .left .list ul {
    margin-top: 30px;
}

.listPage .left .list ul li {
    border-bottom: #d5d5d5 1px solid;
}

.listPage .left .list ul li:first-child {
    border-top: #d5d5d5 1px solid;
}

.listPage .left .list ul li a {
    display: block;
    padding-left: 0.8em;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #414141;
    line-height: 55px;
}
.listPage .left .list ul li a:hover {
    color: #fff;
    background: #77a8d1;
    padding-left:calc(0.8em - 5px);
    border-left: #005BAD solid 5px; 
}
.listPage .left .list ul li.active a {
    color: #fff;
    background: #77a8d1;
    padding-left:calc(0.8em - 5px);
    border-left: #005BAD solid 5px;
}


.listPage .right{
    width: 50%;
    float: left;
    padding-top: 30px;
    padding-left: 10%;
    padding-bottom:200px;
    overflow: hidden;
    background: #fff;
    padding-right: 10%;
}

.listPage .right .newsTitle{
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #005BAD;
    position:relative;
}
.listPage .right .newsTitle::after{
    content: '';
    position: absolute;
    width: 70px;
    height: 5px;
    background: #005BAD;
    bottom: -10px;
    left: 0;
}
.listPage .right .newsList{
    margin-top: 50px;
}
.listPage .right .newsList li{
    height: 46px;
    border-bottom: 1px dotted #5d5d5d;
    position: relative;
    padding-left: 30px;
}

.listPage .right .newsList li:last-child{
    border:none;
}
.listPage .right .newsList li::before{
    content: url('../images/listIcon.png');
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 16px;
}
.listPage .right .newsList li a{
    display: inline-block;
    max-width: 70%;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
}
.listPage .right .newsList li span{
    line-height: 46px;
    font-size: 16px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #3E3E3E;
}
.listPage .right .newsList li .date{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #989898;
float:right;
}

.listPage .right .pagination{
    float:right;
}
.listPage .right .pagination .pageSelection{
    display: inline-block;
    height: 32px;
    padding: 0 15px;
    border: #d9d9d9 1px solid;
    border-radius: 2px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
font-family: HelveticaNeue;
color: rgba(0,0,0,0.65);
margin: 0 8px;
}
.listPage .right .pagination .pageSelection.active{
    background: #005BAD;
    color: #FFFFFF;
}
.listPage .right .pagination .rowsControl{
    display: inline-block;
    width: 80px;
    height: 32px;
    border: #d9d9d9 1px solid;
    border-radius: 2px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
font-family: HelveticaNeue;
color: rgba(0,0,0,0.65);
margin: 0 8px;
}
.listPage .right .pagination .pageJump{
    line-height: 32px;
    font-size: 14px;
font-family: HelveticaNeue;
color: rgba(0,0,0,0.65);
}
.listPage .right .pagination .pageJump input{
    width: 36px;
    height: 32px;
    border: #d9d9d9 1px solid;
    padding:0 0 0 12px;
    border-radius: 2px;
    line-height: 32px;
    font-size: 14px;
font-family: HelveticaNeue;
color: rgba(0,0,0,0.65);
margin: 0 8px;
}