body {
  /* background-image: url("../images/bk.png");
    background-repeat: repeat-y;
    background-size: cover;
    width: 100%;
    height: 100%; */
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 重写 search 宽度 */
.search-box {
  width: 586px;
  margin-left: calc((100% - 586px) / 2);

}

/*banner样式*/
.banner {
  /* border-bottom: 2px #c7161e solid; */
  /* position: relative; */
  /* top: 90px; */
  /* margin-bottom: 160px; */
  width: 586px;
  height: 270px;
  display: inline-block;
  margin-left: 14px;
}

.banner .item{
  height: 100%;
}

.banner .item>img {
  /* width: 100%; */
  height: 100% !important;
  margin: 0 auto;
}


.group-box {
  width: 286px;
  height: 270px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(179, 179, 179, 0.2);
  border: 1px solid #E8E8E8;
}

.group-left {
  float: left;
  border-top: 4px solid #4474F5;

}

.gl-box,
.gr-box {
  padding: 22px 12px;
}

.gl-title {
  /* padding-left: 12px; */
  position: relative;
}

.gl-title span {
  padding-left: 49px;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #4474F5;
  line-height: 33px;
}

.gl-img {
  width: 26px;
  height: 26px;
  position: absolute;
  left: 12px;
  top: 4px;
}

.gl-items,
.gr-items {
  margin-top: 14px;
  display: flex;
  flex-flow: row wrap;
  /* justify-content: space-between; */
  cursor: pointer;
}

.gl-items span{
  text-align: center;
  margin-bottom: 4px;
  width: 33%;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: normal;
  color: #41527D;
  line-height: 20px;
}

.gl-items span a{
  color: #41527D;
}

.group-right {
  float: right;
  border-top: 4px solid #FF9A15;
}

.gr-title {
  padding-left: 12px;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FF9A15;
  line-height: 33px;
}

.gr-item {
  width: 33%;
  text-align: center;
}

.gr-item span {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1B1B1B;
  line-height: 20px;
}

.gr-img {
  width: 68px;
  height: 68px;

}

/* 分类 */
.content-box {
  margin-top: 10px;
}

.cb-title {
  font-family: PingFangSC-Semibold, PingFang SC;
  margin-bottom: 16px;
  margin-top: 10px;
}

.cb-title .cb-title-type {
  height: 28px;
  font-size: 20px;
  font-weight: bold;
  color: #4474F5;
  line-height: 28px;

}

.cb-title .cb-title-info {
  height: 28px;
  font-size: 14px;
  font-weight: normal;
  color: #B0B8CE;
  line-height: 28px;
  padding-left: 10px;
}

.cb-title .cb-title-info span {
  color: #FF9A15;
  font-weight: bold;
}

/* type */
.cb-type {
  width: 100%;
  height: 54px;
  background: #FFFFFF;
}

.cb-type .nav-box {
  width: 100%;
  height: 100%;
  /* margin: 0 auto; */
}

.cb-type .nav-box .nav-mid {
  height: 54px;
  /* margin-bottom: 20px; */
}

.cb-type .nav-box .nav-mid .navbar-nav {
  position: relative;
  display: inline-block;
  float: left;
  padding-left: 20px;
}

.cb-type .nav-box .nav-mid .navbar-nav li {
  float: left;
  height: 54px;
  line-height: 54px;
  margin: 0 24px 0 0;
  text-align: center;
  list-style: none;
}

.cb-type .nav-box .nav-mid .navbar-nav li a {
  min-width: 20px;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  /* font-family: "Microsoft YaHei UI"; */
  /* font-family: "PingFangSC-Semibold, PingFang SC"; */
  color: #41527D;
  height: 54px;
  line-height: 54px;
  padding-bottom: 15px;
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}

.cb-type .nav-box .nav-mid .navbar-nav li a::after {
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  content: "";
  display: block;
  height: 4px;
  background: #4474F5;
  position: absolute;
  bottom: 0;
  opacity: 0.3;
  left: -1px;
  width: calc(102%);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
}

.cb-type .nav-box .nav-mid .navbar-nav li a:hover::after {
  opacity: 1;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

.cb-type .nav-box .nav-mid .navbar-nav li a.active {
  border-bottom: 4px solid #4474F5;
  box-sizing: border-box;
  color: #4474F5;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
}

.cb-type .nav-box .nav-mid .navbar-nav li a.active:hover::after {
  display: none;
}

.cb-type .nav-box .nav-mid .navbar-nav li.last {
  margin-right: 0;
}

.cb-type .nav-box .nav-mid .navbar-nav li.line-item {
  line-height: 87px;
  color: #999;
}

.cb-type .nav-box .nav-mid .navbar-nav.navbar-right li a {
  font-weight: normal;
}


/* item */
/* 船员培训 */
.cb-items {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  /* justify-content: space-between; */
  justify-content: flex-start;
}

.cb-type-0 {
  display: inline-block;
  margin-right: 14px;
}

.cb-type-0:nth-child(4n) {
  margin-right: 0;
}

.cb-item {
  width: 286px;
  height: 168px;
  background: #FFFFFF;
  margin-top: 12px;
  display: inline-block;
}

.cb-item:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
  border: 2px solid #DCE6FF;
  box-sizing: border-box;
  cursor: pointer;
}

.cb-item:hover>.cb-item-title {
  border-left-color: #4474F5;
}

.cb-item>.cb-item-title {
  display: inline-block;
  border-left: 8px solid #DDDDDD;
  padding-left: 16px;
  /* padding-right: 24px; */
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
  color: #1B1B1B;
  line-height: 28px;
  margin-top: 20PX;
  margin-bottom: 10px;
  /* 省略号 */
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.cb-item-content {
  padding: 0 24px;
}

.cb-item-content .row_1>span {
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: normal;
  color: #B0B8CE;
  line-height: 17px;
}

.cb-item-content .row_1>span:first-child {
  /* 省略号 */
  /* width: 60%; */
  width: 55%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.cb-item-content .row_2 {
  height: 28px;
  position: relative;
  margin-top: 5px;
  /* padding-bottom: 8px; */
  /* border-bottom: 1px solid #E8ECF6; */

}

.cb-item-content .row_2 .tag {
  width: 50px;
  height: 20px;
  background: url(../images/yellow_arrow.png) 100% no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
}

.cb-item-content .row_2 .tag>span {
  line-height: 20px;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  padding-left: 5px;
}

.cb-item-content .row_2 .money {
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
  color: #FF9A15;
  line-height: 28px;
  padding-left: 59px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  display: inline-block;
}

.cb-item-content .row_2 .money .unit {
  font-size: 12px;
}

.cb-item-content .row_3 {
  margin-top: 8px;
  border-bottom: 1px solid #E8ECF6;

}

.cb-item-content .row_3 span {
  margin-top: 14px;
  font-size: 14px;
  font-weight: normal;
  font-family: PingFangSC-Regular, PingFang SC;
  /* color: #B0B8CE; */
  height: 20px;
  line-height: 20px;
}

.cb-item-content .row_3 span._f_l{
  width: 40%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  display: inline-block;
}

.cb-item-content .row_3 span._f_r{
  width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  display: inline-block;
}

.cb-item-content .row-more {
  text-align: center;
  padding-top: 44px;
}

.row-more.p-top1 {
  padding-top: 56px;
}

.row-more.p-top2 {
  padding-top: 14px;
}

.cb-item-content .row-more>img {
  width: 48px;
  height: 48px;
}

.cb-item-content .row-more>p {
  margin-top: 10px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #353535;
  line-height: 22px;
}

/* 船员招聘 */
.cb-type-1 {
  display: inline-block;
  margin-right: 14px;
}

.cb-type-1:nth-child(3n) {
  margin-right: 0;
}

.cb-item-1 {
  width: 386px;
  height: 192px;
}

.cb-item-1>.cb-item-title {
  display: inline-block;
  width: 60%;
  color: #0E172F;
}

.cb-item-1 .money {
  display: inline-block;
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
  color: #FF9A16;
  line-height: 28px;
  margin-top: 20px;
  padding-right: 24px;
  width: 40%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
}

.cb-item-1 .money .unit {
  font-size: 12px;

}

.cb-item-1 .row_1 .tag {
  height: 36px;
  background: #E8ECF6;
  padding: 10px 12px;
  border-radius: 20px 20px 20px 0px;
  display: inline-block;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: normal;
  color: #41527D;
  margin-right: 8px;
}

.cb-item-1 .row_1 .tag>span {
  /* display: inline-block; */
}

.cb-item-1 .row_2 {
  margin-top: 9px;
  position: relative;
}

.cb-item-1 .row_2 .ship-img {
  width: 29px;
  height: 16px;
  background: url(../images/ship.png) 0px 0px no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}

.cb-item-1 .row_2 ul {
  display: inline-block;
  padding: 0;
  padding-left: 26px;
  width: 100%;
}

.cb-item-1 .row_2 ul li {
  float: left;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #41527D;
  font-family: PingFangSC-Regular, PingFang SC;
  padding: 0 2px;
  text-align: center;
  list-style: none;
  border-right: 1px solid #E8ECF6;
  width: 25%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.cb-item-1 .row_2 ul li:last-child {
  border-right: 0;
}

/* 体检 */
.cb-type-2 {
  display: inline-block;
  margin-right: 14px;
}

.cb-type-2:nth-child(3n) {
  margin-right: 0;
}

.cb-item-2 {
  width: 386px;
  height: 108px;

}

.cb-item-2>.cb-item-title {
  display: inline-block;
  width: 60%;
  color: #0E172F;
}

.cb-item-2 .money {
  display: inline-block;
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
  color: #FF9A16;
  line-height: 28px;
  margin-top: 20px;
  padding-right: 24px;
  width: 40%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
}

.cb-item-2 .money .unit {
  font-size: 12px;

}

.cb-item-2 .row_3 {
  margin-top: 0px;
  border-bottom: 0;
}

.row .cb-yl{
  padding: 20px;
  padding-bottom: 0;
  background: #fff;
  width: 100%;
  cursor: pointer;

  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #41527D;
  line-height: 20px;
}

.row .cb-yl ul{
  padding: 0;
}

.row .cb-yl ul li{
  width: 187px;
  display: inline-block;
  /* border-right: 1px solid #40527D; */
  /* padding-left: 30px; */
  text-align: center;
  margin-bottom: 20px;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  
}

.row .cb-yl ul li a{
  text-decoration: none;
}

.row .cb-yl ul li:nth-child(6n){
  border-right: none;
}

.row .cb-yl ul li a{
  color: #41527D !important;
}

.row .cb-yl ul li a:hover{
  color: #4474F5 !important;
  font-weight: 600;
}

/* 资讯 */
.zx_box{
  width: 100%;
  /* height: 270px; */
  margin-top: 10px;
  position: relative;
}

.zx_box .cb_content{
  width: 100%;
  height: 215px;
  box-sizing: border-box;
  /* background: #fff; */
}

.zx_box .cb-title .cb-type-0{
  float: right;
}

.zx_box .cb-title .cb-type-0 .title-more{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #41527D;
  line-height: 20px;
}
.zx_box .zx_more{
  position: absolute;
  top: 20px;
  right: 290px;
}

.zx_box .zx_banner{
  width: 348px;
  height: 100%;
  box-sizing: border-box;
  float: left;
  background: #fff;
}

.zx_box .zx_banner .carousel-inner .item img{
  width: 100%;
  height: 100%;
}

.zx_box .zx_right{
  float: left;
  /* width: 838px; */
  width: 537px;
  height: 100%;
  /* display: inline-block; */
  box-sizing: border-box;
  cursor: pointer;
  padding: 10px 22px 13px 25px;
  background: #fff;
}

.zx_box .zx_right .cb-type{
  width: 100%;
  /* height: 20%; */
}

.zx_box .zx_right .cb-type{
  height: 30px;
  position: relative;
}
.zx_box .zx_right .cb-type .zx_btn{
  position: absolute;
  right: 0;
  top: 5px;
}
.zx_box .zx_right .cb-type .zx_btn .glyphicon-chevron-left{
  color: #B0B8CE;
  opacity: 0;
}
.zx_box .zx_right .cb-type .zx_btn .glyphicon-chevron-right{
  color: #B0B8CE;
}
.zx_box .zx_right .cb-type .zx_btn .glyphicon-chevron-left:hover{
  color: #4474f5;
}
.zx_box .zx_right .cb-type .zx_btn .glyphicon-chevron-right:hover{
  color: #4474f5;
}

.zx_box .zx_right .cb-type .nav-mid{
  height: 30px;
  overflow: hidden;
  /* border: 1px solid #ccc; */
  width: 90%;
}
.zx_box .zx_right .cb-type .navbar-nav{
  padding-left: 0;
  height: 100%;
  width: max-content;
}
.zx_box .zx_right .cb-type .navbar-nav li{
  height: 100%;
  line-height: 30px;
  margin-right: 14px;
}
.zx_box .zx_right .cb-type .navbar-nav li h5 a{
  height: 100%;
  /* display: inline-block; */
  line-height: 30px;
  padding-bottom: 0;
}

.zx_box .zx_right .cb_text{
  width: 100%;
  margin-top: 14px;
  /* padding: 0 20px 0 18px; */
}

.zx_box .zx_right .cb_text p{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1B1B1B;
  line-height: 20px;
  position: relative;
}

.zx_box .zx_right .cb_text p .tag_box{
  width: 34px;
  height: 21px;
  display: inline-block;
  background: #4474F5;
  border-radius: 4px;
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 17px;
  text-align: center;
  position: absolute;
  left: 0;
  padding-top: 2px;
}

.zx_box .zx_right .cb_text p>span.text_content:hover{
  color: #4474F5;
}
.zx_box .zx_right .cb_text p>span.text_time:hover{
  color: #4474F5;
}


.zx_box .zx_right .cb_text p .text_content{
  width: 378px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zx_box .zx_right .cb_text p .text_content.first_content{
  margin-left: 40px;
  width: 336px;
}

.zx_box .zx_right .cb_text p .text_time{
  float: right;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #B0B8CE;
  line-height: 20px;
}

/* 资讯轮播 */
.zx_box .cb_content .zx_banner .carousel .carousel-inner{
  height: 100%;
}
.zx_box .cb_content .zx_banner .carousel .carousel-inner .item img{
  height: 100%;
}

.zx_banner.banner{
  margin-left: 0;
}

.html_1{
  display: none;
}

.html_2{
  display: none;
}

.html_3{
  display: none;
}

.html_4{
  display: none;
}

.html_5{
  display: none;
}

/* 11111111 */

.html_1.active{
  display: block;
}

.html_2.active{
  display: block;
}

.html_3.active{
  display: block;
}

.html_4.active{
  display: block;
}

.html_5.active{
  display: block;
}


.job_box  .cb-items .cb-item{
  position: relative;
}
.job_box .cb-item>.cb-item-title {
  border-left: 0;
  padding-left: 24px;
}

.job_box .cb-items .cb-item .tip_box{
  position: absolute;
  top: 19px;
  left: 0;
  width: 8px;
  height: 28px;
  background: #DDDDDD;
  display: inline-block;
}

.job_box .cb-items .cb-item:hover .tip_box{
  background: #4474F5;
}
.job_box .cb-items .cb-item .tip {
  font-size: 15px;
  border-radius: 4px;
  padding: 2px 5px;
  color: #fff;
  margin-left: 9px;
  vertical-align: top;
  font-family: PingFangSC-Semibold, PingFang SC;
}

.job_box .cb-items .cb-item .tip_c_1 {
  background: #4474F5;
}
.job_box .cb-items .cb-item .tip_c_2 {
  background: #FF9A16;
}
.job_box .cb-items .cb-item .tip_c_3 {
  background: #6BBC16;
}
.cb_content .zx_exam{
  width: 286px;
  float: right;
  height: 100%;
  background: #fff;
  padding: 15px 13px;
  cursor: pointer;
}

.zx_box .exam_more{
  position: absolute;
  top: 20px;
  right: 0;
  color: #41527D;
}
.zx_exam .exam_title{
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #4474F5;
  /* line-height: 28px; */
  margin-bottom: 16px;
}
.zx_exam div{
  width: 252px;
  height: 21px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1B1B1B;
  line-height: 21px;
  margin-bottom: 11px;
}
.zx_exam .tag{
  margin-left: 40px;
  position: relative;
  width: 210px;
  z-index: 10;
}
.zx_exam .tag span{
  width: 34px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -40px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  z-index: 100;
}
.zx_exam .tag span.tag-1{
  background: #FF9A16;
}
.zx_exam .tag span.tag-2{
  background: #6BBC16;
}
.zx_exam .tag span.tag-3{
  background: #FA4E1E;
}
.zx_exam p{
  width: 100%;
  /* 省略号 */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.zx_exam p:hover{
  color: #4474F5;
}