@charset "utf-8";
/* CSS Document */
/*铁路衔接新增业务介绍 服务专员*/
.tlysxj_ywjs {
  background: #fff;
  width: 100%;
  box-shadow: 0px 13px 20px rgba(104, 122, 163, 0.08);
  padding: 20px 0 20px 0;
  margin-bottom: 30px;
  margin-top: 50px;
}
.tlysxj_ywbg {
  background: url("../img/tlysxj_yw.png") no-repeat right 0px;
  background-size: cover;
  background-size: 240px 180px;
  height: 180px;
}
.tlysxj_yw_tit {
  color: #222;
  font-size: 22px;
  padding-bottom: 25px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}
.tlysxj_yw_tit:before {
  position: relative;
  width: 6px;
  height: 20px;
  background: #e12941;
  left: 0;
  display: inline-block;
  content: '';
  top: 1px;
  margin-right: 15px;
}
.tlysxj_ywjs p {
  font-size: 16px;
  line-height: 34px;
  text-indent: 2em;
  padding: 0 50px;
}
.tlysxj_fuzy {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  padding: 20px 20px 40px 20px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.tlysxj_yw_tittab {
  width: 600px;
  background: #f8f8f8;
  border: 1px solid #e9e9e9;
  height: 32px;
  font-size: 16px;
  border-radius: 40px;
  text-align: center;
  line-height: 32px;
  font-weight: normal;
  margin: 10 auto 20px auto;
}
.tlysxj_yw_tittab a {
  width: 200px;
  display: block;
  float: left;
  border-radius: 40px;
  color: #666;
  cursor: pointer;
}
.tlysxj_yw_tittab a.over {
  background: #df0629;
  color: #fff;
}


/*服务专员*/
.fwzy_tab {
  margin-top: 15px;
}
.fwzy_tab h2 {
  cursor: pointer;
}
.fwzy_tab .out {
  color: #979797;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  background: #f8f8f8;
  padding: 1px 5px;
  display: inline-block;
  font-weight: normal;
  border-radius: 2px;
}
.fwzy_tab .over {
  color: #df0629;
  font-size: 14px;
  border: 1px solid #df0629;
  background: #fff1ef;
  padding: 1px 5px;
  display: inline-block;
  font-weight: normal;
  border-radius: 2px;
}
.fwzy_cont {
  border: 1px solid #ececec;
  width: 1138px;
  height: 230px;
  padding: 0px 10px;
  font-style: normal;
  position: relative;
}
.fwzy_cont em{
    font-style: normal;
}
.fwzy_list {
  width: 1138px;
  overflow: hidden;
}
.fwzy_list li {
  width: 224px;
  border-right: 1px solid #ececec;
  height: 170px;
  float: left;
  padding: 30px 30px;
}
.fwzy_list li:nth-child(4) {
  border-right: 0;
}
.fwzy_list li:last-child {
}
.fwzy_list li .infor {
  position: relative;
  padding-left: 60px;
  padding-bottom: 20px;
}
.fwzy_list li .infor .zy-tou {
  position: absolute;
  left: 0;
}
.fwzy_list li .infor .zy-tou img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.fwzy_list li .infor .name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-bottom: 5px;
  padding-top: 4px;
  padding-left: 10px;
}
.fwzy_list li .infor .bumen {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 140px;
  padding-left: 10px;
}
.fwzy_list li .fwnr {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  padding: 0;
}
.fwzy_list li a {
  color: #df0629;
  border: 1px solid #df0629;
  border-radius: 50px;
  padding: 0px 10px;
  font-size: 14px;
  float: right;
}
.fwzy_list li .ywjs {
  height: 80px;
}
.fwzy_list li .erwm {
  position: relative;
  width: 88px;
  height: 22px;
  float: right;
}
.fwzy_list li .erwm a:hover + .mask {
  opacity: 1;
}
.fwzy_list li .erwm .mask {
  opacity: 0;
  width: 110px;
  height: 110px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10000;
  transition: all 0.5s ease-in-out 0s !important;
  position: absolute;
  bottom: 29px;
  right: 10px;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
}
.fwzy_list li .erwm .mask img {
  width: 110px;
  height: 110px;
}
 .tlzy_next {
  position: absolute;
  bottom: 90px;
  display: inline-block;
  z-index: 90;
  right: -45px;
  background-image: url(../img/btn-fr1.png);
  height: 40px;
  width: 40px;
  background-size: cover;
  cursor: pointer;
}
 .tlzy_next:hover {
  background-image: url(../img/btn-fr2.png);
}
.tlzy_prev {
  position: absolute;
  bottom: 90px;
  display: inline-block;
  z-index: 90;
  left: -45px;
  background-image: url(../img/btn-fl1.png);
  height: 40px;
  width: 40px;
  background-size: cover;
  cursor: pointer;
}
.tlzy_prev:hover {
  background-image: url(../img/btn-fl2.png);
}
.tlysxj_jrfu {
  background: #fff;
  width: 100%;  
  padding: 40px 0 30px 0;
  margin-bottom: 0;
  box-shadow: 0px 13px 20px rgba(104, 122, 163, 0.08);
}
.tlysxj_jrfu p {
  font-size: 16px;
  line-height: 34px;
  text-indent: 0;
  padding: 10px 0 0 0;
}
.jrzx-cp-jrfu{
    width: calc(50% - 0px)!important;
    padding: 30px 45px 45px 45px!important;
}