.showBox {
    background-color: #314B96;
}

.showBox .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 427px;
}

.wordBox {
    margin-left: 150px;
}

.wordBox h1 {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
}

.words {
    margin-top: 19px;
}

.words p {
    font-size: 13px;
    color: #fff;
    line-height: 27px;
    letter-spacing: 4px;
    margin-top: 5px;
}

.word1,
.word2 {
    font-size: 21px;
    color: #fff;
    letter-spacing: 6px;
}

.word2 {
    margin-left: 20px;
}

.word3 {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 15px;
    margin-left: 10px;
    color: #fff;
}

.comeIn {
    width: 147px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background: #667ab1;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 30px;
    margin-left: 50px;
    cursor: pointer;
}

.comeIn a {
    color: #fff;
}

.comeIn:hover {
    background-color: #004092;
}

.liBgc {
    box-sizing: border-box;
    background-color: #fff;
}

.liBgc a {
    display: inline-block;
    color: #314B96 !important;
    padding: 6px 15px;
}

.loginBox img {
    height: 290px;
}

/* 导航右边 */
.navRight .navBtn {
    display: flex;
    align-items: center;
}

.headerNavBtn {
    display: block;
    margin-left: 15px;
}

.navMyCenter {
    display: none;
    margin-left: 15px;
}

.headerNavBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerNavBox p {
    margin-left: 10px;
    color: #314B96;
}

.headerNavBox img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.navMyCenter .headerNavBox a {
    display: inline-block;
    width: 70px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
    background-color: #314B96;
    border-radius: 5px;
    text-align: center;
}

/* 轮播 */
.swiper-container {
    width: 909px;
    height: 349px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.11);

}

.swiper-slide li {
    text-align: center;
}

.swiper-slide img {
    width: 909px;
    height: 349px;
}

.bigImg {
    text-align: center;
}

/* 合作单位 */
.unit {
    padding-top: 40px;
    background-color: #F4F4F4;
}

.unit h1 {
    font-size: 20px;
    padding-left: 150px;
    font-weight: 400;
}

.unit img {
    width: 100%;
}

/* 底部 */
#foot {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    background-color: #F4F4F4;
    padding-top: 30px;
}

#foot .foot_ul {
    margin-right: 43px;
    width: 187px;
}

#foot .foot_ul li {
    /* line-height: 30px; */
    margin-bottom: 10px;
}

#foot .foot_ul .foot_ul_p {
    font-size: 20px;
    color: #000;
    height: 27px;
}

#foot .foot_ul ul {
    font: normal 12px/25px 微软雅黑;
    color: #888;
    margin-top: 15px;
}

#foot a {
    color: #656060;
    font-size: 13px;
    text-decoration: none;
}

#foot .foot_ul1 {
    width: 180px;
}

#foot .foot_ul .footLine {
    width: 41px;
    height: 1px;
    border: 1px solid #707070;
    margin-top: 5px;
    background-color: #707070;
}

#foot .foot_ul1 .foot_ul_p1 {
    font: normal 12px/12px 微软雅黑;
    color: #888888;
    height: 27px;
}

#foot .foot_right1 {
    display: flex;
    justify-content: space-around;
    padding: 0 80px 25px;
}

.marRight {
    margin-right: 0px !important;
    width: 215px !important;
}

.ewmImg {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}

.ewmImg p {
    text-align: center;
    line-height: 16px;
}

.ewmImg img {
    width: 64px;
    height: 64px;
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 11px;
    color: #656060;
    background-color: #F4F4F4;
}

.footer span {
    margin: 0 15px;
}

.mt20 {
    margin-top: 20px;
}

/* 业务范围 */
#outer {
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 260px;
}

.range {
    margin-top: 30px;
    font-size: 20px;
}

#tab {
    display: flex;
    flex-flow: column;
    width: 14%;
}

#tab li {
    width: 100%;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #707070;
    color: #707070;
    font-weight: 500;
    margin-bottom: 30px;
    border-radius: 5px;
    letter-spacing: 1px;
}

#tab li.current {
    background-color: #314B96;
    color: #fff;
}

#content {
    width: 81%;
    background-color: #fff;
    box-sizing: border-box;
}

#content .contentLiBox {
    line-height: 25px;
    display: none;
}

/* 通知公告 */
/* .information{
    display: flex;
    flex-flow: column;
} */
.outerBox {
    display: flex;
    justify-content: space-between;
}

.bannerImg {
    box-shadow: 0px 0px 1px #888;
    border-radius: 5px;
}

.bannerImg img {
    width: 100%;
    vertical-align: middle;
}

.policyLi {
    margin-top: 5px;
}

.policyLi li,
.news li {
    padding: 15px 0px;
    border-bottom: 1px solid #999;
}

.infoBox {
    display: flex;
    justify-content: space-between;
}

.policyLi li span,
.news li span {
    font-size: 16px;
    font-family: Source Han Sans SC, Source Han Sans SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
}

.policyLi li .inforTiltle,
.news li .inforTiltle {
    width: 657px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.policyLi li a,
.news li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    background: url(../img/line.png) no-repeat 0px 8px;
    padding-left: 15px;
    margin: 5px 0;
}

.policyLi li a:hover,
.news li a:hover {
    color: #314B96;
}

/* 考务资讯 */
.hotImg {
    display: flex;
    align-items: center;
}

.hotImg img {
    width: 14px;
    height: 17px;
}

.hotImg p {
    margin-left: 8px;
    font-size: 22px;
    color: #707070;
    font-weight: 500;
}

.matterBox ul {
    display: flex;
    margin-top: 18px;
}

.matterBox ul li img {
    width: 272px;
    height: 200px;
}

.matterBox ul li {
    margin-right: 10px;
}

.matterTime {
    position: relative;
}

.zhezhao1 {
    display: block;
    position: absolute;
    width: 270px;
    height: 200px;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1000;
}

.matterTime .zhezhao1:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.matterTime p {
    display: flex;
    justify-content: space-around;
}

.matterTime p span {
    font-size: 11px;
    color: #707070;
}

.ciShan ul {
    width: 100%;
}

.photo {
    position: relative;
}

.photo img {
    width: 235px;
    height: 159px;
    vertical-align: middle;
}

.ciShan .rightContent {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 20px 30px;
}

.ciShan .rightContent p:hover {
    color: #314B96;
}

.zhezhao {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1000;
}

.box1 li {
    border-bottom: 1px solid #dbdbdb;
    margin-top: 30px;
}

.box1 li .zhezhao:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.box1 li a {
    display: inline-block;
    display: flex;
    color: #707070 !important;
}

.box2 li {
    border-bottom: 1px solid #dbdbdb;
    padding: 30px 0;
}

.box2 li:first-child {
    padding-top: 0px;
}

.box2 li:hover .zhezhao {
    background-color: rgba(0, 0, 0, 0.2);
}

.box2 li:hover p {
    color: #314B96;
}

.box2 li a {
    display: inline-block;
    display: flex;
    color: #707070 !important;
}

.hotImg1 {
    display: flex;
    align-items: flex-start;
}

.hotImg1 img {
    width: 14px;
    height: 17px;
    vertical-align: middle;
    margin-top: 6px;
}

.hotImg1 p {
    font-size: 20px;
    line-height: 30px;
    color: #707070;
    font-weight: 500;
    margin-left: 10px;
}

.rightTime span {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Normal;
    font-weight: Normal;
    text-align: left;
    color: #707070;
}

.rightTime span:nth-child(2) {
    margin-left: 30px;
}


.xl-nextPage,
.xl-prevPage {
    width: 60px;
    color: #0073A9;
    height: 28px;
}

#xlJumpNum {
    width: 35px;
    margin: 0 3px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* 行业知识分页 */
.page {
    margin: 20px auto;
    color: #666;
    display: block;
    text-align: center;
}

.page li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.xl-nextPage,
.xl-prevPage {
    width: 60px;
    color: #0073A9;
    height: 28px;
}

/* 页码 */
.page li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}

.page li.xl-disabled:hover {
    background-color: #f9f9f9 !important;
    border: 1px solid #dce0e0 !important;
    color: #666 !important;
}

.page li.xl-active {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}

.page li:hover {
    background-color: #0073A9 !important;
    border-color: #0073A9;
    color: #FFF
}

.page li.xl-jumpText {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    opacity: 1;
}

.page li.xl-jumpText:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

.page li.xl-jumpButton {
    padding: 0 5px;
}