
/** 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{
  width: 1150px;
  margin: 0 auto;
}
.swiper .el-carousel__container {
  height: 270px;
}
.swiper .el-carousel__indicator--horizontal { overflow: hidden; }
.swiper .el-carousel__button {
    width: 30px;
    height: 4px;
    background: rgba(255,255,255,0.5);
    border-radius: 4px;
}
.swiper .el-carousel__indicator--horizontal.is-active .el-carousel__button {
  background: rgba(255,255,255,1);
}

.content {
    margin: 20px auto 0;
    width: 1150px;
}

.notice>.title,
.article-some>.title {
    height: 40px;
    color: #991019;
    font-size: 22px;
    line-height: 40px;
}
.notice>.title .divider-col,
.article-some>.title .divider-col {
    display: inline-block;
    margin-right: 5px;
    width: 4px;
    height: 24px;
    background: #ffa60c;
    vertical-align: sub;
}
.notice>.title .more,
.article-some>.title .more {
    float: right;
    color: #666666;
    font-size: 13px;
}


.news {
  display: inline-block;
  width: 728px;
}
.news-list {
    width: 100%;
    max-height: 434px;
    overflow: hidden;
}
.swiper-news{
  display: flex;
  
}
.news-list .news-item{
  position: relative;
  display: flex;
  cursor: pointer;
}
.news-list .news-item .news-img{
  width: 455px;
  height: 285px;
  margin-right: 20px;
  margin-bottom: 27px;
  overflow: hidden;
}
.news-list .news-item .news-item-right{
  flex: 1;
}
.news-item .news-items-line{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #E9E8E8;
  box-sizing: border-box;
  flex: 1;
  padding: 14px 0;
  line-height: 25px;
  word-break: break-all;
}
.news-item .news-items-line .date{
  position: absolute;
  z-index: 2;
  bottom: 13px;
  right: 3px;
  background-color: #fff;
}
.news-item .news-items-line .more-title::after{
  content: '...';
  position: absolute;
  bottom: 14px;
  right: 0;
  padding-right: 93px;
  padding-left: 1px;
  background: linear-gradient(to right, transparent, #fff 0%);
}
.news-item-right .news-item .el-icon-arrow-right, .news-item-right  .news-list .news-item .news-iconfont{
  transform: translateY(5px);
}
.news_swiper_bottom{
  position: absolute;
  background-color: rgba(0,0,0,0.4);
  height: 50px;
  bottom: 15px;
  width: 100%;
  color: #fff;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 110px 0 5px;
  box-sizing: border-box;
  font-size: 14px;
}
.news-list .news-item .el-carousel__indicators--horizontal{
  height: 19px;
  bottom: 15px; 
  left: initial;
  right: -30px;
}
.news-list .news-item .el-carousel__button{
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,0.7);
  border-radius: 50%;
}
.news-list .news-item .el-carousel__indicator--horizontal{
  padding: 4px 8px;
}
.news-list .news-item .el-carousel__indicator.is-active .el-carousel__button {
  background: #B81101;
}

.news-list .news-item .new-item-line{
  width: 100%;
  display: flex;
  align-items: center;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px dashed #E9E8E8;
  box-sizing: border-box;
}
.news-list .news-item .title{
  font-size: 15px;
  color: #252525;
  flex: 1;
}
.news-list .news-item .date{
  font-size: 13px;
  color: #808080;
  margin-left: 5px;
}
.news-list .news-item .el-icon-arrow-right,.news-list .news-item .news-iconfont{
  font-size: 18px;
  font-weight: bold;
  color: #B81101;
  margin-right: 10px;
}
/* 通知公告 */
.notice {
    display: inline-block;
    margin-left: 35px;
    width: 383px;
    vertical-align: top;
}

.notice-list {
    padding-left: 5px;
}
.notice-list-item {
    position: relative;
    padding-left: 20px;
    border-left: 1px solid #991019;
}
.notice-list-item:hover .title {
    color: #991019;
}
.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: #991019;
    border-radius: 50%;
}
.notice-list-item:hover .dot {
    border: 3px solid #ffa60c;
    top: 3px;
    left: -8px;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
}

.login-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-box .login-item{
  width: 265px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.login-box .login-item a{
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-box .login-item .iconshengyuan,
.login-box .login-item .icondanwei,
.login-box .login-item .iconstudent,
.login-box .login-item .iconadmin{
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-right: 15px;
}
.login-box .login-item .iconshengyuan::after,
.login-box .login-item .icondanwei::after,
.login-box .login-item .iconstudent::after,
.login-box .login-item .iconadmin::after{
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  opacity: 0.1;
  top: 0;
  left: 0;
  transform: translate(-18px,-18px);
}
.login-box .login-item .iconshengyuan,.login-box .login-item .iconshengyuan::after{
  background-image: url('https://o.bysjy.com.cn/public/website/public/images/rich-30/ren.png');
}
.login-box .login-item .icondanwei,.login-box .login-item .icondanwei::after{
  background-image: url('https://o.bysjy.com.cn/public/website/public/images/rich-30/qi.png');
}
.login-box .login-item .iconstudent,.login-box .login-item .iconstudent::after{
  background-image: url('https://o.bysjy.com.cn/public/website/public/images/rich-30/xue.png');
}
.login-box .login-item .iconadmin,.login-box .login-item .iconadmin::after{
  background-image: url('https://o.bysjy.com.cn/public/website/public/images/rich-30/guan.png');
}
.login-box .login-item .iconadmin::after{
  width: 85px;
  height: 85px;
  transform: translate(-27px,-27px);
}


.recruit {
    padding-bottom: 20px;
    background-color: #ffffff;
}
.recruit-main {
    margin: 0 auto;
    width: 1150px;
    font-size: 0;
}
.recruit-panel {
    display: inline-block;
    width: 786px;
    margin-left: 28px;
    min-height: 100px;
}

.el-tabs__nav-scroll {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #252525;
  padding-right: 70px;
}
.el-tabs__nav-scroll::before{
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  background: #F4F4F4;
  width: 100%;
  height: calc(100% - 5px);
}
.el-tabs__active-bar,
.el-tabs__nav-wrap::after { display: none; }

.el-tabs__item.is-active,
.el-tabs__item:hover {
  position: relative;
  color: #ffffff;
  background-color: #B81101;
  font-weight: 600;
  border-radius: 8px 8px 0px 0px;
}
.el-tabs__item {
    padding: 0 20px;
    height: 58px;
    line-height: 64px;
    font-size: 20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.el-tabs__nav-next, .el-tabs__nav-prev{
  line-height: 53px;
  top: 5px;
}

.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,.zx-member {
  width: 383px;
  height: 160px;
  background: #FFFFFF;
  border: 1px solid #F1F4F6;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px;
  box-sizing: border-box;
}
.sx-box{
  height: 140px;
}
.sx-member:nth-child(2n),
.zx-member:nth-child(2n){
  margin-right: 0;
}
.member-title{
  font-size: 15px;
  color: #252525;
  margin-bottom: 5px;
}
.member-desc{
  font-size: 13px;
  color: #808080;
  line-height: 20px;
}
.zx-member {
  height: 96px;
  padding-top: 10px;
}
.member-info-company {
    color: #B81101;
    font-size: 13px;
}
.zx-member .member-title{
font-size: 15px;
color: #B81101;
}
.dashed_split{
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #E9E8E8;
  margin: 8px auto 10px;
}
.member-company_name{
font-size: 13px;
color: #252525;
margin-bottom: 8px;
}
.more-box {
    position: absolute;
    right: 18px;
    top: 0;
    transform: translateY(-50px);
}
.more-box a{
  font-size: 13px;
  color: #CC1402;
}

/* 宣讲会 */
.card_recruit{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card_item{
  width: 249px;
  height: 96px;
  background: #FFFFFF;
  border: 1px solid #F1F4F6;
  border-radius: 5px;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 15px;
  overflow: hidden;
}
.card_item:hover{
  background: #FEFBF7;
  border: 1px solid #F3E9DC;
}
.card_item .card_link{

}
.card_time,.member-job{
  font-size: 13px;
  line-height: 1;
  margin-bottom: 9px;
  color: #CC1402;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.member-job{
  font-size: 15px;
  color: #B81101;
}
.member-job-name{
  display: inline-block;
  flex: 1;
}
.member-salary{
  color: #FF9000;
}
.card_item .card_mid_info{
  font-size: 15px;
  line-height: 1;
  margin-bottom: 9px;
  color: #252525;
}
.card_item .card_mid_info .card_tag{
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  padding: 2px 6px;
  background-color: #CC1402;
  color: #fff;
  border-radius: 4px;
}
.card_item .card_position{
  font-size: 13px;
  color: #808080;
}
.card_item .card_position .el-icon-location-outline{

}
.card_item .card_position,.card_item .card_mid_info{
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
/* 日历 */
.calendar {
    display: inline-block;
    width: 335px;
    height: 398px;
    background: #FCF5EA;
    border-radius: 8px;
    vertical-align: top;
}

.pub-custom-date {
    width: 335px;
    height: 398px !important;
    background-color: transparent;
    border: none;
}
.pub-custom-date .date-head {
    height: 76px;
    background: transparent;
}
.pub-custom-date .date-head span:nth-child(3) {
    position: absolute;
    left: 10px;
    color: #991019 !important;
    font-size: 18px !important;
    font-weight: 600;
}
.pub-custom-date .date-head .curr-date {
    text-align: center;
    font-size: 21px !important;
    line-height: 56px !important;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #252525 !important;
}
.pub-custom-date .date-content{
  padding: 0 20px;
  box-sizing: border-box;
}
.pub-custom-date .date-head .prev-btn ,.pub-custom-date .date-head .next-btn {
    left: 65px;
    top: 50%;
    transform: translateY(5px);
    width: 17px;
    height: 21px;
    line-height: 21px;
    font-size: 18px;
    background: rgba(181, 3, 3, 0.5);
    border-radius: 3px;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
}
.pub-custom-date .date-head .next-btn{
  left: initial;
  right: 64px;
}
.pub-custom-date .date-thead {
    background-color: #991019;
}
.pub-custom-date .date-thead tr th:nth-child(1){
  border-radius: 5px 0 0px 0px;
}
.pub-custom-date .date-thead tr th:nth-child(7){
  border-radius: 0px 5px 0px 0px;
}
.pub-custom-date .date-tbody .date-today {
    color: #ffa60c !important;
    border: 2px solid #ffa60c !important;
}
.pub-custom-date .date-days{
  height: 249px;
  background-color: rgba(255,255,255,0.4);
}
.pub-custom-date .date-tbody .date-text{
  height: 30px;
  width: 30px;
  line-height: 26px;
  box-sizing: border-box;
  border-radius: 50%;
}
.pub-custom-date .date-tbody .date-cell.selected .date-text {
  position: relative;
  background-color: transparent;
  border: none;
  color: inherit !important;
}
.pub-custom-date .date-tbody .date-cell.selected .date-text::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #F3B700;
  border-radius: 50%;
  top: -3px;
  right: 0;
}
.pub-custom-date .prev-cell, .pub-custom-date .next-cell{
  color: #a5a5a5;
}

.article {
    margin: 30px auto;
    width: 1150px;
    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: #991019 !important;
}
.pub-float-toolbar .tool-list .tool-item,
.pub-float-toolbar .tool-list .tool-son {
    background-color: #991019 !important;
}
.pub-float-toolbar .tool-list .tool-son:after {
    border-left-color: #991019 !important;
}
/* body end */

.scenes{
  margin: 24px auto 40px;
}
.scenes-box{
  width: 1150px;
  height: 115px;
  background: #FEFBF7;
  border: 1px solid #F3E9DC;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.scenes-box .scenes-item{
  text-align: center;
  width: 12.5%;
  height: 67px;
  border-right: 1px solid #F3E9DC;
  box-sizing: border-box;
}
.scenes-box .scenes-item:nth-child(8){
  border-right: none;
}
.scenes-box .scenes-item a:hover{
  color: initial;
}
.scenes-box .scenes-item .scenes-item-icon{
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}
.scenes-box .scenes-item .scenes-item-name{

}

.news_panel{
  display: flex;
  width: 100%;
}
.list-dist{
  display: flex;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}
.list-dist .news-item{
  width: 555px;
}
.list-dist .news-item:nth-child(odd){
  margin-right: 40px;
}
.img_code{
  width: 105px;
  height: 105px;
}
.system_link_box{
  width: 100%;
  background: #FCF7F1;
  border: 1px solid #ddd;
  margin: 30px auto;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.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: 86px;
  overflow: hidden;
  margin: 30px auto;
}
.system_link_box2 .swiper_box{
  width: 100%;
  height: 86px;
  overflow: hidden;
  white-space: nowrap;
}
.system_link_box2 .swiper_item,.system_link_box2 .link_img{
  position: relative;
  display: inline-block;
  background-color: #ccc;
  width: 278px;
  height: 86px;
  margin-right: 12px;
  white-space: nowrap;
  transition: all 0.5s;
  border-radius: 10px;
}
.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;
}
.member{
  width: 100%;
  margin-right: 0;
}