
/** body */
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }
.mt-4 { margin-top: 40px; }
.mt-5 { margin-top: 50px; }
.fw-bold { font-weight: bold; }
.line-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.text-overflow {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.container{
    /* max-width: 1200px; */
    margin: 0;
    box-sizing: border-box;
}

.flex-box{
    display: flex;
    justify-content: space-between;
}

.swiper-box,.swiper-item{
    width: 100%;
    min-width: 1400px;
    height: 100%;
    margin: 0 auto;
}
.news-pic{
    width: 750px;
    overflow: hidden;
    margin-right: 50px;
}
.box-title{
    position: relative;
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #242424;
    padding-right: 50px;
    background-color: #1963D0;
    border-radius: 6px 6px 0 0;
}
.box-title1{
    background: #EFF4FE;
    border-radius: 1px 1px 0px 0px;
}
.title-list,.title-list1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.title-list .title-item{
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 20px;
}
.title-list1 .title-item1{
    margin-right: 20px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
}
.title-active1{
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size: 24px !important;
    font-weight: bold;
    color: #fff;
}
.title-active{
    position: relative;
    cursor: pointer;
    font-size: 16px !important;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background: #3699FF ;
}
.title-more{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-16px);
    font-size: 14px;
    color: #275FD1;
    white-space: nowrap;
    cursor: pointer;
}
.news-box .el-carousel__indicator { margin: 0 2px; }
.news-box .el-carousel__indicators--outside { bottom: 0;position: absolute;transform: translateX(-50%); }
.news-box .el-carousel__indicator--horizontal { padding: 6px 4px; }
.news-box .el-carousel__button {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 1;
}
.news-box .el-carousel__indicator.is-active .el-carousel__button {
    background-color: #275FD1;
}
.news-box .carousel-item .carousel-item-title {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 20px;
    padding: 20px;
    width: 100%;
    height: 120px;
    border-left: 2px solid #275FD1;
    background-color: rgba(0, 0, 0, .2);
}
.news-box .carousel-item .carousel-item-title-cont {
    flex: 1;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -mos-line-clamp: 2;
    -ms-line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
}
.gt {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #fff;
    color: #000000;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
}
.zprl{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    border-radius: 6px 6px 0 0;
    background-color: #1963D0;
}
.box-title1 .title-more{
    right: 15px;
    transform: translateY(-13px);
}
.news-pic-box{
    width: 360px;
    margin-right: 27px;
}
.news-pic-box .news-pic{
    width: 360px;
    height: 240px;
    margin: 0;
}
.news-pic .news-list{
    flex: 1;
    overflow: hidden;
}
.news-pic .news-list .news-title-active{
    color: #00549B;
    font-weight: bold;
    cursor: pointer;
}
.news-pic-box .news-title{
    width: 360px;
    height: 50px;
    line-height: 50px;
    background: #F1F7FF;
    font-size: 16px;
    color: #333333;
    border-left: 2px solid #0E66B2;
    box-sizing: border-box;
    padding: 0 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.icon-gjiantous{
    color: #0e6cd5;
    transform: scale(0.5,0.6);
    display: inline-block;
    margin-right: 8px;
}
.news-list .news-item{
    height: 60px;
    line-height: 60px;
}
.news-item{
    border-bottom: 1px dashed rgba(233, 232, 232, 1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.news-item .news-time{
    color: #808080;
    font-size: 14px;
    margin-right: 14px;
}

.news1-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px;
}
.news1-item{
    width: 48%;
    height: 110px;
    background-color: #fff;
    margin: 5px;
    padding: 10px;
    cursor: pointer;
}
.news1-item .news-time{
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
    color: #1963D0;
}
.news1-item .news-title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -mos-line-clamp: 2;
    -ms-line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
}
.news-tag,.news-tag-gray{
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #D94B3A;
    height: 18px;
    line-height: 18px;
    padding: 0 2px;
    border-radius: 2px;
}
.news-tag-gray{
    background-color: #ddd;

}
.pub-yellow-bg{
    background-color: #275fd1 !important;
}
.news-title{
    width: 100%;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.flex-box .news-box{
    /*width: 400px;*/
    background-color: #EFF4FE;
    flex: 1;
}
.flex-box .news-pic .news-list{
    width: 363px;
}
.news-box3{
    width: 100%;
    flex: 1;
}
.news-box2{
    width: 100%;
    height: 520px;
}
.news-box2 .news-list1,
.news-box2 .news-list2,
.news-box2 .news-list3,
.news-box2 .news-list4,
.news-box4 .news-list5,
.news-box3 .news-list1,
.news-box3 .news-list2,
.news-box3 .news-list3,
.news-box3 .news-list4,
.news-box3 .news-list5{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-box2 .news-list1 .news-item,
.news-box3 .news-list1 .news-item{
    width: 380px;
    height: 110px;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    padding: 15px 0;
    line-height: 1;
}
.news-box2 .news-list1 .news-item{
    width: 32%;
}
.news-box2 .news-list1 .news-item .company-logo,
.news-box3 .news-list1 .news-item .company-logo{
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    border: 1px solid rgba(147,187,223,0.31);
    border-radius: 5px;
    margin-right: 12px;
}
/* .news-box2 .news-list1 .news-item:nth-child(odd){
    margin-right: 35px;
} */
.news-box3 .news-list1 .news-item{
    width: 48%;
}
.news-box2 .news-list1 .news-content,
.news-box3 .news-list1 .news-content{
    flex: 1;
    overflow: hidden;
}
.news-box2 .news-list1 .news-content .content-text1,
.news-box3 .news-list1 .news-content .content-text1{
    font-size: 16px;
    font-weight: bold;
    color: #275FD1;
    margin-bottom: 15px;
}
.news-box2 .news-list1 .news-content .content-text2,
.news-box3 .news-list1 .news-content .content-text2{
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 15px;
}
.news-box2 .news-list1 .news-content .iconfont2,
.news-box3 .news-list1 .news-content .iconfont2{
    color: #292929;
    font-size: 12px;
    margin-right: 15px;
}
.news-box2 .news-list2 .news-item,
.news-box3 .news-list2 .news-item{
    width: 390px;
    height: 158px;
    background: #FFFFFF;
    border: 1px solid rgba(147,187,223,0.31);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px 16px;
    box-sizing: border-box;
    cursor: pointer;
}
.news-box2 .news-list2 .news-item{
    width: 49%;
    margin: 9px 0 !important;
}
.news-box2 .news-list2 .news-item:nth-child(odd){
    margin-right: 30px;
}
.news-box3 .news-list2 .news-item{
    margin-right: 15px;
}
.news-box3 .news-list2 .news-item:nth-child(3n){
    margin-right: 0;
}
.news-box2 .news-list2 .news-item .content-text3,
.news-box3 .news-list2 .news-item .content-text3{
    font-size: 14px;
    font-weight: 400;
    color: #00549B;
    margin-bottom: 3px;
}
.news-box2 .news-list2 .news-item .company-name,
.news-box3 .news-list2 .news-item .company-name{
    font-size: 16px;
    font-weight: bold;
    color: #252525;
    margin-bottom: 8px;
    width: 100%;
    word-break: break-all;
    white-space: initial;
    line-height: 1.2;
}
.news-item .content-text4{
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    margin-bottom: 4px;
    white-space: wrap;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-item .content-text4:last-child{
    margin-bottom: 0;
}
.news-box2 .news-list3{
    
}
.news-box2 .news-list3 .news-item,
.news-box3 .news-list3 .news-item{
    width: 389px;
    height: 110px;
    border-bottom: 1px solid #9dbedc;
    overflow: hidden;
    padding: 17px 5px;
    box-sizing: border-box;
    cursor: pointer;
}
.news-box2 .news-list3 .news-item{
    width: 49%;
}
/* .news-box2 .news-list3 .news-item:nth-child(odd){
    margin-right: 30px;
} */
.news-box3 .news-list3 .news-item{
    margin-right: 15px;
}
.news-box3 .news-list3 .news-item:nth-child(3n){
    margin-right: 0;
}
.news-box2 .news-list3 .news-item .company-name,
.news-box3 .news-list3 .news-item .company-name{
    font-size: 16px;
    font-weight: 400;
    color: #00549B;
    margin-bottom: 6px;
}
.news-box2 .news-list4{
    
}
.news-box2 .news-list4 .news-item,
.news-box3 .news-list4 .news-item{
    width: 49%;
    height: 115px;
    border: 1px solid rgba(147,187,223,0.31);
    border-radius: 5px;
    margin: 9px 0 !important;
    padding: 15px;
    box-sizing: border-box;
    cursor: pointer;
}
.news-box3 .news-list4 .news-item{
    margin-right: 20px;
    width: 385px;
}
.news-box2 .news-list4 .news-item:nth-child(odd){
    margin-right: 20px;
}
.news-box3 .news-list4 .news-item:nth-child(3n){
    margin-right: 0;
}
.news-box2 .news-list4 .news-item .company-name,
.news-box3 .news-list4 .news-item .company-name{
    font-size: 16px;
    font-weight: bold;
    color: #00549B;
    width: 80%;
    overflow: hidden;
}
.news-box2 .news-list4 .news-item .item-salary,
.news-box3 .news-list4 .news-item .item-salary{
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    color: #FF9000;
    overflow: hidden;
}
.news-box2 .news-list4 .news-item .item-split,
.news-box3 .news-list4 .news-item .item-split{
    width: 100%;
    height: 1px;
    background: rgba(147,187,223,0.31);
    margin: 9px auto;
}
.news-box2 .news-list4 .news-item .content-text5,
.news-box3 .news-list4 .news-item .content-text5{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.news-box4{
    width: 450px;
    margin-left: 50px;
}
.news-box4 .news-list5 .news-item{
    width: 140px;
    height: 140px;
    border: 1px solid rgba(147,187,223,0.31);
    border-radius: 5px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}
.news-box4 .news-list5 .news-item:nth-child(3n){
    margin-right: 0;
}
.news-box4 .news-list5 .news-item .company-logo{
    width: 85px;
    height: 85px;
    background: #FFFFFF;
    border-radius: 5px;
    margin: 15px auto 10px;
    display: block;
}
.news-box4 .news-list5 .news-item .company-name{
    height: 30px;
    line-height: 30px;
    background: #F1F7FF;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
}
.news-box5 .news-list .news-item .time,.news-box2 .news-list .news-item .time,
.news-box3 .news-list .news-item .time{
    width: 136px;
    color: #888888;
    text-align: right;
    font-size: 16px;
}
.news-box5 .news-title{
    width: 530px;
    cursor: pointer;
}
.flex-box .news-box5{
    flex: 1;
}
.news-box2 .news-list{

}

.link-title{
    position: relative;
    height: 60px;
    vertical-align: top;
    font-size: 24px;
    z-index: 3;
}
.link-title span {
    position: relative;
    top: 7px;
    left: -4em;
    display: inline-block;
    width: 4em;
    height: 15px;
    background-color: #E7EFFA;
    z-index: -1;
}
.system_link_box{
    width: 100%;
    border: .1px solid #999;
    margin: 5px auto;
  }
  .system_link_box .link-img{
    width: 325px;
    height: 90px;
  }
  .adver_box .link-img{
    width: 100%;
  }
  .system_link_box .link-btn{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    width: 100%;
    line-height: 40px;
    border-top: 1px solid #999;
  }
  .system_link_box2{
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
  }
  .system_link_box2 .swiper_box{
    width: 100%;
    height: 90px;
    overflow: hidden;
    white-space: nowrap;
  }
  .system_link_box2 .swiper_item,.system_link_box2 .link_img{
    position: relative;
    display: inline-block;
    background-color: #ccc;
    width: 290px;
    height: 90px;
    margin-right: 12px;
    white-space: nowrap;
    transition: all 0.5s;
    border-radius: 5px;
  }
  .system_link_box2 .swiper-pre,.system_link_box2 .swiper-next{
    display: none;
    width: 25px;
    height: 32px;
    position: absolute;
    z-index: 1;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
  }
  .system_link_box2 .swiper-pre{
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .system_link_box2 .swiper-next{
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .system_link_box2:hover .swiper-pre,
  .system_link_box2:hover .swiper-next,
  .system_link_box2:active .swiper-pre,
  .system_link_box2:active .swiper-next{
    display: block;
  }
  
.content {
    margin: 40px auto 0;
    /* width: 1200px; */
}

.news {
    display: inline-block;
    width: 760px;
}
.news>.title,
.notice>.title,
.article-some>.title {
    height: 40px;
    color: #1e649f;
    font-size: 22px;
    line-height: 40px;
}
.news>.title .divider-col,
.notice>.title .divider-col,
.article-some>.title .divider-col {
    display: inline-block;
    margin-right: 5px;
    width: 4px;
    height: 24px;
    background: #ffa60c;
    vertical-align: sub;
}
.news>.title .more,
.notice>.title .more,
.article-some>.title .more {
    float: right;
    color: #666666;
    font-size: 13px;
}

.news .el-carousel {
    display: inline-block;
    width: 360px;
}
.news .el-carousel__indicators--outside {
    position: absolute;
    left: 0;
    bottom: 35px;
    padding-right: 10px;
    width: 100%;
    text-align: right;
}
.news .el-carousel__indicator { margin: 0 2px; }
.news .el-carousel__button {
    width: 10px;
    height: 5px;
    background-color: #ffffff;
    opacity: 1;
}
.news .el-carousel__indicator.is-active .el-carousel__button {
    background-color: #ffa60c;
}

.news .carousel-item {
    position: relative;
}
.news .carousel-item .carousel-item-title {
    position: absolute;
    display: block;
    bottom: -37px;
    width: 100%;
    height: 40px;
    font-size: 0;
}
.news .carousel-item-title .date {
    display: inline-block;
    margin-top: -20px;
    padding-top: 5px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    background-color: #1e649f;
    text-align: center;
    vertical-align: top;
}
.news .carousel-item-title .date .dd {
    font-size: 24px;
    line-height: 32px;
}
.news .carousel-item-title .date .ym {
    font-size: 12px;
    line-height: 18px;
}
.news .carousel-item-title .text {
    display: inline-block;
    padding: 0 10px;
    width: 300px;
    height: 40px;
    color: #333333;
    background-color: #efefef;
    text-align: left;
    line-height: 40px;
    font-size: 14px;
}

.news .news-list {
    float: right;
    width: 380px;
    height: 280px;
    overflow: hidden;
}

.news .news-list .top {
    height: 55px;
    border-bottom: 1px dashed #1e649f;
}
.news .news-list .top .title {
    color: #1e649f;
    font-size: 15px;
}

.news .news-list .bottom {
    padding-top: 10px;
    height: 225px;
    overflow: hidden;
}
.news .news-list .act {
    border-bottom: dashed 1px #1e649f;
}
.news .news-list .act a {
    color: #1e649f;
}
.news .news-list .act .date {
    color: #1e649f !important;
}

.news .news-list .bottom .title {
    display: inline-block;
    width: 300px;
    font-size: 16px;
}
.news .news-list .bottom .title:hover { color: #1e649f; }
.news .news-list .bottom .date {
    float: right;
    font-size: 14px;
    color: #666666;
}
.login-box .iconfont2{
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 50px;
}
.login-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .login-box .login-item{
    flex: 1;
    height: 85px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-right: 20px;
  }
  .login-box .login-item:last-child{
    margin-right: 0;
  }
  .login-box .login-item a{
    color: #fff;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
  }
  .login-box .login-item .iconfont-img{
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 45px;
    height: 50px;
    margin-right: 20px;
  }
  .login-box .login-item .iconfont-img1::after,
  .login-box .login-item .iconfont-img2::after,
  .login-box .login-item .iconfont-img3::after,
  .login-box .login-item .iconfont-img4::after,
  .login-box .login-item .iconfont-img5::after,
  .login-box .login-item .iconfont-img6::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-49%,-52%);
    opacity: 0.1;
  }
  .login-box .login-item .iconfont-img1,.login-box .login-item .iconfont-img1::after{
    background-image: url('https://o.bysjy.com.cn/public/website/public/images/rich-31/icon1.png');
    background-size: 31px 33px;
  }
  .login-box .login-item .iconfont-img1::after{
    background-size: 78px 78px;
  }
  .login-box .login-item .iconfont-img2,.login-box .login-item .iconfont-img2::after{
    background-image: url('https://o.bysjy.com.cn/public/website/public/images/rich-31/icon2.png');
    background-size: 36px 34px;
  }
  .login-box .login-item .iconfont-img2::after{
    background-size: 81px 75px;
  }
  .login-box .login-item .iconfont-img3,.login-box .login-item .iconfont-img3::after{
    background-image: url('https://o.bysjy.com.cn/public/website/public/images/rich-31/icon3.png');
    background-size: 39px 37px;
  }
  .login-box .login-item .iconfont-img3::after{
    background-size: 113px 75px;
  }
  .login-box .login-item .iconfont-img4,.login-box .login-item .iconfont-img4::after{
    background-image: url('https://o.bysjy.com.cn/public/website/public/images/rich-31/icon4.png');
    background-size: 49px 33px;
  }
  .login-box .login-item .iconfont-img4::after{
    background-size: 113px 75px;
  }
  .login-box .login-item .iconfont-img5,.login-box .login-item .iconfont-img5::after{
    background-image: url('https://o.bysjy.com.cn/public/website/public/images/rich-31/icon5.png');
    background-size: 36px 36px;
  }
  .login-box .login-item .iconfont-img5::after{
    background-size: 80px 80px;
  }
  .login-box .login-item .iconfont-img6,.login-box .login-item .iconfont-img6::after{
    background-image: url('https://o.bysjy.com.cn/public/website/public/images/rich-31/icon6.png');
    background-size: 40px 38px;
  }
  .login-box .login-item .iconfont-img6::after{
    background-size: 78px 78px;
  }


.login-left {
    display: inline-block;
    font-size: 0;
}
.login-left-item {
    position: relative;
    display: inline-block;
    padding: 20px;
    width: 240px;
    height: 130px;
    border-radius: 4px;
    z-index: 2;
}
.login-left-item:nth-child(n+2) {
    margin-left: 20px;
}

.login-left-item .name {
    margin-top: 10px;
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
}
.login-left-item .name .iconfont {
    color: #ffffff;
    font-size: 35px;
}
.login-left .login-link {
    color: #ffffff;
    font-size: 16px;
}

.login-left-item .bg-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 34px;
    line-height: 120px;
    color: #000000;
    opacity: 0.1;
    z-index: -1;
}

.login-right {
    display: inline-block;
    margin-left: 15px;
    width: 375px;
    font-size: 0;
    vertical-align: top;
}

.login-right .web-link-item {
    display: inline-block;
    width: 115px;
    height: 70px;
    text-align: center;
    border-radius: 4px;
}
.login-right .web-link-item .item-link {
    display: block;
    width: 100%;
    height: 100%;
}
.login-right .web-link-item:first-child {
    background-color: #ef6f3b;
}
.login-right .web-link-item:nth-child(n+2) { margin-left: 15px; }
.login-right .web-link-item:nth-child(2) {
    background-color: #23b486;
}
.login-right .web-link-item:nth-child(3) {
    background-color: #4f31a9;
}
.login-right .web-link-item .el-image {
    margin-top: 7px;
    margin-bottom: 5px;
    max-width: 40px;
    height: 30px;
}
.login-right .web-link-item .item-title {
    color: #ffffff;
    font-size: 16px;
}

.recruit {
    padding-bottom: 10px;
    background-color: #ffffff;
}
.recruit-main {
    margin: 0 auto;
    width: 1200px;
    font-size: 0;
}
.recruit-panel {
    display: inline-block;
    width: 760px;
    min-height: 100px;
}

/* 日历 */
.calendar {
    display: inline-block;
    width: 100%;
    height: 404px;
    vertical-align: top;
}

.pub-custom-date {
    width: 100%;
    height: 433px !important;
    background-color: #EFF4FE;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 0;
}
.pub-custom-date .date-table,.pub-custom-date .date-days{
    width: calc(100% - 0px) !important;
    margin: 0 auto;
    background-color: #eff4fe;
}
.pub-custom-date .date-head {
    height: 70px;
    background-color: transparent;
    box-sizing: border-box;
    line-height: 55px;
}
.pub-custom-date .date-content{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 282px; */
    margin: 0 20px;
}
.pub-custom-date .date-head span:nth-child(3) {
    position: absolute;
    left: 10px;
    color: #1e649f !important;
    font-size: 18px !important;
    font-weight: 600;
}
.pub-custom-date .date-head .curr-date {
    color: #252525 !important;
    font-size: 24px !important;
    font-family: Source Han Serif CN;
    font-weight: bold;
    position: relative;
    display: inline-block;
    line-height: initial !important;
    height: initial !important;
    left: 80px;
    top: -2px;
}
.pub-custom-date .date-days{
    height: 255px;
    background-color: #eff4fe;
}
.pub-custom-date .date-head .prev-btn,
.pub-custom-date .date-head .next-btn{
    position: relative;
    background-image: none;
    width: 18px;
    height: 22px;
    background: #a9c0ee;
    border-radius: 3px;
    text-align: center;
    margin: 0;
    top: 0;
    left: 15px;
    right: 0;
}
.pub-custom-date .date-head .prev-btn::before,
.pub-custom-date .date-head .next-btn::before{
    content: '\eb04';
    font-family: 'iconfont2';
    position: absolute;
    transform: translateX(-11px);
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.pub-custom-date .date-head .next-btn::before{
    content: '\eb03';
}
.pub-custom-date .date-head .next-btn{
    position: absolute;
    top: 20px;
    left: 330px;
}
.pub-custom-date .date-thead {
    background-color: #00C7DF;
    border-radius: 10px 10px 0 0;
}
.pub-custom-date .date-thead tr th:first-child{
    border-radius: 10px 0 0 0;
}
.pub-custom-date .date-thead tr th:last-child{
    border-radius: 0 10px 0 0;
}
.pub-custom-date .date-tbody .date-cell.selected .date-text {
    background-color: #00C7DF;
    border: 1px solid #00C7DF;
}
.pub-custom-date .date-tbody .date-today {
    color: #00C7DF !important;
    border: 2px solid #00C7DF !important;
    line-height: 24px !important;
}

.pub-custom-date .date-tbody .date-cell.selected .date-text,
.pub-custom-date .date-tbody .date-text {
    border-radius: 50%;
}
.pub-custom-date .date-tbody tr:nth-of-type(2n) {
    background-color: #fff;
}
.pub-custom-date .date-days{
    width: 100%;
}
.article {
    margin: 30px auto;
    width: 1200px;
    font-size: 0;
}
.article-some {
    display: inline-block;
    width: 380px;
    vertical-align: top;
}

.article-some:nth-child(n+2) {
    margin-left: 30px;
}

.article-some-item {
    height: 40px;
    line-height: 40px;
}

.article-some-item .title {
    display: inline-block;
    width: 300px;
    height: 100%;
    font-size: 16px;
}
.article-some-item .date {
    float: right;
    color: #666666;
    font-size: 13px;
}

/* 工具栏 */
.pub-bg {
    background-color: #1e649f;
}
.pub-float-toolbar .tool-list .tool-item,
.pub-float-toolbar .tool-list .tool-son {
    background-color: #1e649f;
}
.pub-float-toolbar .tool-list .tool-son:after {
    border-left-color: #1e649f;
}
/* body end */
.footer{
    width: 100%;
    height: 130px;
    background: #00549B;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 40px 0;
    box-sizing: border-box;
}
.footer p{
    margin-bottom: 10px;
}
.link-box{
    display: flex;
    justify-content: center;
    padding: 33px 0;
    margin: 0 auto;
    background-color: #F4F4F4;
    width: 100%;
}
.link-box-item{
    margin-right: 80px;
}
.link-box .link-title{
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    margin-bottom: 15px;
}
.link-box .link-list{
    width: 335px;
    display: flex;
    flex-wrap: wrap;
}
.link-box .link-list .link-item{
    width: 160px;
    height: 44px;
    line-height: 44px;
    background: #FFFFFF;
    border-radius: 3px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
}
.link-box .link-list .link-item:nth-child(odd){
    margin-right: 15px;
}
.pub-combox{
    background-color: transparent;
}
.pub-combox .select-text-wrap{
    width: 360px;
    margin-bottom: 10px;
    background-color: #fff;
}


.notice-box{
    width: 397px;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 26px;
}
.notice-box:last-child{
    margin-right: 0;
}
.title-more .icon-gjiantous{
    transform-origin: 0 0;
    transform: scale(0.5,0.6) translate(10px, 10px);
    margin: 0;
}


.iconfont2.icon-31dingwei{
    font-size: 16px !important;
    margin-right: -4px !important;
    transform: translateX(-3px);
    display: inline-block;
}
.icon-tp{
    width: 30px;
    height: 26px;
    margin: -8px 15px 0 15px;
}

.news-flex-list{
    flex-wrap: wrap;
}
.news-flex-list .news-item{
    width: 49%;
}
.news-box3 .news-flex-list .news-item{
    width: 100%;
}
/* .news-box2 .news-flex-list .news-item{
    width: 397px;
} */
.news-flex-list .news-item:nth-child(2n){
    margin-right: 0;
}
.pub-custom-date .date-thead .date-text {
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    height: 45px;
    line-height: 45px;
}
.container .pub-custom-date .date-tbody .date-text {
    height: 45px;
    width: 45px;
    line-height: 45px !important;
}
.container .pub-custom-date .date-tbody .date-cell {
    padding: 0 0;
}
.yq-link{
    width: 100%;
    display: flex;
    flex-wrap:wrap ;
}
.yq-link li{
    width: 270px;
    height: 90px;
    margin-right: 10px;
    transition: all 0.5s;
    margin-bottom: 10px;
}
.slideBox {
    overflow: hidden;
    zoom: 1;
    padding: 0px 0 0px 30px;
    position: relative;
    background-color: #FFF;
}

.slideBox .sPrev, .slideBox .sNext {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 30px;
    height: 180px;
    border: 1px solid #ddd;
    line-height: 180px;
    text-align: center;
}

.slideBox .sNext {
    left: auto;
    right: 0px;
}

.slideBox ul {
    overflow: hidden;
    zoom: 1;
}

.slideBox ul li {
    margin: 0 6px;
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
}

.slideBox ul li .pic {
    text-align: center;
}

.slideBox ul li .pic img {
    width: 320px;
    height: 180px;
    display: block;
}

.slideBox ul li .pic a:hover img {
    border-color: #999;
}

.slideBox ul li .title {
    line-height: 24px;
}
