/**
 * @description: 清除浮动
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 响应式图片
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 横向排列，垂直居中布局
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 单行文本超出隐藏
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 多行文本超出隐藏
 * @Author:
 * @param {Number} num 最多要显示几行
 * @return:
 */
/**
 * @description: flex 垂直居中布局
 * @Author:
 * @param {String} cposition 水平排列方式
 * @return:
 */
/**
 * @description: 设置元素尺寸
 * @Author:
 * @param {Number} w 宽度
 * @param {Number} h 高度
 * @return:
 */
/**
 * @description: 2x的雪碧图缩放
 * @Author:
 * @param {Number} spriteW 雪碧图原始宽度
 * @param {Number} spriteH 雪碧图原始高度
 * @param {Number} bgOffsetX 背景定位原始X轴偏移量
 * @param {Number} bgOffsetY 背景定位原始Y轴偏移量
 * @return:
 */
/**
 * @description: 设置字体
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 修改滚动条样式
 * @Author:
 * @param {String} scrollW 滚动条宽度
 * @param {String} scrollC 滚动条背景色
 * @param {String} trackP 滑块背景色
 * @return:
 */
/**
 * @description: 设置背景图
 * @Author:
 * @param {String} url 图片路径
 * @return:
 */
/**
 * @description: 修改输入框占位符的字体颜色
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 禁止选中内容
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 鼠标移入图片放大效果
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 铺满整个容器的绝对定位
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 绝对定位水平垂直居中
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 统一容器,视项目不同,数值有所不同
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 替代flex的inline-block
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 首页栏目标题样式
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 两端对齐辅助元素
 * @Author: 
 * @param {type} 
 * @return: 
 */
div.list-30 {
  background-color: #F9FDFF;
}
div.list-30 .join {
  padding-top: 0.3rem;
}
div.list-30 .join .join-content .join-content-brief {
  margin-top: 3.3rem;
  height: 2.56rem;
  background-color: #99D7FB;
}
@media screen and (max-width: 1024px) {
  div.list-30 .join .join-content .join-content-brief {
    height: auto;
    padding: 0.5rem 0;
    margin-top: 1rem;
  }
}
div.list-30 .join .join-content .join-content-brief .container {
  width: 14rem;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  div.list-30 .join .join-content .join-content-brief .container {
    width: 100%;
    position: static;
  }
}
div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper {
  width: 12rem;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.74rem;
}
@media screen and (max-width: 1024px) {
  div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper {
    width: 100%;
    position: static;
    left: auto;
    transform: translateX(0);
    bottom: 0;
  }
}
div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .img {
  width: 6rem;
  height: 4.5rem;
  float: left;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
}
div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .img img {
  width: 100%;
  height: auto;
}
div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .img .target {
  width: 5.24rem;
  height: 0.78rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  padding-left: 0.2rem;
}
div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .img .target div {
  display: inline-block;
  background: url(../images/join-content-brief-target-icon.png) left center no-repeat;
  background-size: 0.3rem auto;
  font-size: 0.2rem;
  color: #707070;
  padding-left: 0.4rem;
  line-height: 0.78rem;
}
@media screen and (max-width: 1024px) {
  div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .img {
    width: 100%;
  }
  div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .img .target {
    width: 98%;
  }
  div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .img .target div {
    font-size: 0.28rem;
  }
}
div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .test {
  width: 6rem;
  height: 4.5rem;
  padding: 0.4rem 0.3rem 0.4rem 0.4rem;
  background: #FFFFFF;
  border: 1px solid #99D7FB;
  float: left;
}
div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .test .title {
  background: url(../images/join-content-brief-icon.png) left center no-repeat;
  background-size: 0.3rem auto;
  padding-left: 0.4rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
}
div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .test .title span {
  display: inline-block;
  margin-left: 0.05rem;
  color: #E1E1E1;
}
div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .test .desc {
  height: 3rem;
  margin-top: 0.25rem;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
  overflow-y: auto;
}
div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .test .desc.test-1::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .test .desc.test-1::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background: #99D7FB;
  height: 0.5rem;
}
div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .test .desc.test-1::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: #E1E1E1;
}
@media screen and (max-width: 1024px) {
  div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .test {
    width: 100%;
  }
  div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .test .title {
    font-size: 0.3rem;
  }
  div.list-30 .join .join-content .join-content-brief .container .join-content-brief-wrapper .test .desc {
    font-size: 0.28rem;
    line-height: 0.36rem;
    -webkit-line-clamp: 8;
  }
}
div.list-30 .join .join-content .recruit {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
div.list-30 .join .join-content .recruit ul li {
  display: block;
  width: 100%;
  height: 0.7rem;
}
div.list-30 .join .join-content .recruit ul li div {
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.7rem;
  text-align: center;
  border-right: 3px solid #FFFFFF;
  float: left;
}
div.list-30 .join .join-content .recruit ul li div a {
  font-weight: bold;
  border-bottom: 1px solid #333333;
}
div.list-30 .join .join-content .recruit ul li div a:hover {
  color: #0036B3;
  border-bottom: 1px solid #0036B3;
}
div.list-30 .join .join-content .recruit ul li div:last-child {
  border-right: 0;
}
div.list-30 .join .join-content .recruit ul li .position {
  width: 2rem;
}
div.list-30 .join .join-content .recruit ul li .department {
  width: 2rem;
}
div.list-30 .join .join-content .recruit ul li .term {
  width: 4.02rem;
}
div.list-30 .join .join-content .recruit ul li .contacts {
  width: 2.6rem;
}
div.list-30 .join .join-content .recruit ul li .tel {
  width: 3.37rem;
}
div.list-30 .join .join-content .recruit ul li:first-child div {
  font-size: 0.2rem;
  font-weight: bold;
}
div.list-30 .join .join-content .recruit ul li:nth-child(2n-1) {
  background-color: rgba(153, 215, 251, 0.2);
}
div.list-30 .join .join-content .recruit ul li:nth-child(2n) {
  background-color: #F9FDFF;
}
@media screen and (max-width: 1024px) {
  div.list-30 .join .join-content .recruit ul li {
    height: auto;
    padding: 0.15rem 0;
  }
  div.list-30 .join .join-content .recruit ul li div {
    border-right: 1px solid #FFFFFF;
    font-size: 0.26rem;
    line-height: 0.3rem;
  }
  div.list-30 .join .join-content .recruit ul li .position {
    width: 15%;
  }
  div.list-30 .join .join-content .recruit ul li .department {
    width: 15%;
  }
  div.list-30 .join .join-content .recruit ul li .term {
    width: 30%;
  }
  div.list-30 .join .join-content .recruit ul li .contacts {
    width: 18%;
  }
  div.list-30 .join .join-content .recruit ul li .tel {
    width: 22%;
  }
  div.list-30 .join .join-content .recruit ul li:first-child div {
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
}
