
/** 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;
}

/* 首页banner */
.swiper .el-carousel__container {
    height: 460px;
}
.swiper .el-carousel__indicator--horizontal { overflow: hidden; }
.swiper .el-carousel__button {
    width: 20px;
    height: 20px;
    border-radius: 20px;
}
.swiper .el-carousel__indicator--horizontal.is-active .el-carousel__button {
    border: 2px solid #ffffff;
    background-color: #1e649f;
}

.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;
}

/* 通知公告 */
.notice {
    display: inline-block;
    margin-left: 35px;
    width: 400px;
    vertical-align: top;
}

.notice-list {
    padding-left: 5px;
}
.notice-list-item {
    position: relative;
    padding-left: 20px;
    border-left: 1px solid #1e649f;
}
.notice-list-item:hover .title {
    color: #1e649f;
}
.notice-list-item .date {
    color: #666666;
    font-size: 13px;
}
.notice-list-item .title {
    display: block;
    margin-top: 14px;
    padding-bottom: 14px;
    color: #333333;
    font-size: 16px;
}
.notice-list-item .dot {
    position: absolute;
    top: 6px;
    left: -5px;
    width: 9px;
    height: 9px;
    background-color: #1e649f;
    border-radius: 50%;
}
.notice-list-item:hover .dot {
    border: 3px solid #ffa60c;
    top: 3px;
    left: -8px;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
}


.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;
}


.system_link_box{
    width: 100%;
    background: #F1F7FF;
    border: 1px solid #D9E8FC;
    margin: 30px auto;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 5px;
  }
  .system_link_box .link-img{
    width: auto;
    height: 90px;
  }
  .adver_box .link-img{
    width: 100%;
  }
  .system_link_box .link-btn{
    font-size: 14px;
    margin-left: 90px;
  }
  .system_link_box2{
    position: relative;
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin: 30px 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;
  }

.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;
}

.el-tabs__nav-scroll {
    border-top: 2px solid #1e649f;
}

.el-tabs__active-bar,
.el-tabs__nav-wrap::after { display: none; }

.el-tabs__item.is-active,
.el-tabs__item:hover {
    color: #ffffff;
    background-color: #1e649f;
    font-weight: 600;
}
.el-tabs__item {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
}

.el-tabs--top .el-tabs__item.is-top:nth-child(2),
.el-tabs--top .el-tabs__item.is-top:last-child {
    padding: 0 20px;
}

.el-table th.el-table__cell>.cell {
    color: #333333;
}
.el-tabs__content { overflow: unset; }

.sx-member,
.member {
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #ffffff;
    padding: 10px;
    width: 370px;
    height: 85px;
}

.sx-member:hover, .member:hover {
    background-color: #1e649f;
    transform: scale(1.1);
    transition: transform ease-out .5s;
}
.sx-member:hover .member-info-date,
.sx-member:hover .member-info-company,
.sx-member:hover .member-school,
.member:hover .member-info-date,
.member:hover .member-info-company {
    color: #ffa60c;
}
.sx-member:hover  .member-title,
.member:hover .member-title {
    color: #ffffff;
}


.sx-member:nth-child(2n),
.member:nth-child(2n) {
    margin-left: 15px;
}
.sx-member .member-link,
.member .member-link {
    display: block;
    width: 100%;
    height: 100%;
}
.sx-member .member-info-date {
    color: #409eff;
    font-size: 15px;
}

.sx-member .member-title {
    color: #333333;
    font-size: 16px;
}

.sx-member .member-school {
    color: #333333;
    font-size: 13px;
}

.member .member-title {
    color: #333333;
    font-size: 16px;
}

.member .member-info-company {
    color: #333333;
    font-size: 13px;
}

.member .member-info-date {
    color: #409eff;
    font-size: 15px;
}

.recruit-panel-bottom {
    text-align: right;
}
.recruit-panel-bottom .more {
    color: #666666;
    font-size: 13px;
}

/* 日历 */
.calendar {
    display: inline-block;
    margin-left: 40px;
    width: 400px;
    vertical-align: top;
}

.pub-custom-date {
    margin-top: 10px;
    width: 400px;
    height: 400px !important;
}
.pub-custom-date .date-head {
    height: 50px;
}
.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 {
    margin-right: 30px;
    color: #333333 !important;
    font-size: 18px !important;
    text-align: right;
}
.pub-custom-date .date-head .prev-btn {
    left: 150px;
}
.pub-custom-date .date-thead {
    background-color: #1e649f;
}
.pub-custom-date .date-tbody .date-cell.selected .date-text {
    background-color: #ffa60c;
    border: 1px solid #ffa60c;
}
.pub-custom-date .date-tbody .date-today {
    color: #ffa60c !important;
    border: 2px solid #ffa60c !important;
}

.pub-custom-date .date-tbody .date-cell.selected .date-text,
.pub-custom-date .date-tbody .date-text {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.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 */
