@charset "UTF-8";
.banner {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.banner-inner {
  position: absolute;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  text-align: center;
}
.banner-inner-img {
  height: 250px;
}
.content {
  padding-bottom: 40px;
}
.strategy-con-pageCode {
  text-align: right;
  margin-top: 20px;
}
.page-menu-box {
  background-color: #fff;
  margin-top: -50px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 6px 16px rgba(192, 201, 208, 0.2);
          box-shadow: 0 6px 16px rgba(192, 201, 208, 0.2);
}
.page-menu-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.page-menu-list-2 {
  position: absolute;
  left: 0;
  right: 0;
  padding: 18px 0;
  background-color: #fff;
  z-index: 3;
  text-align: left;
  top: 80px;
  display: none;
  -webkit-box-shadow: 0 6px 16px rgba(192, 201, 208, 0.2);
          box-shadow: 0 6px 16px rgba(192, 201, 208, 0.2);
}
.page-menu-list-2 a {
  line-height: 36px;
  font-size: 14px;
  color: #647486;
  display: block;
  border-left: 1px solid #fff;
  padding-left: 28px;
}
.page-menu-list-2 a:hover {
  border-color: #ff1a00;
  color: #ff2209;
  background-color: rgba(255, 26, 0, 0.06);
}
.page-menu-item {
  display: table-cell;
  text-align: center;
  height: 80px;
  position: relative;
}
.page-menu-item:hover > .page-menu-list-2 {
  display: block;
}
.page-menu-item + .page-menu-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  background-color: #eee;
  left: 0;
  top: 22px;
}
.page-menu-item {
  font-size: 18px;
  position: relative;
}
.page-menu-link {
  color: #666;
  line-height: 80px;
  display: block;
  height: 80px;
  position: absolute;
  width: 100%;
  letter-spacing: 2px;
}
.page-menu-link:hover {
  color: #ff523f;
  font-weight: bold;
}
.page-menu-link:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(/images/gyrb-menu-icon-2.png) no-repeat;
  vertical-align: -3px;
  margin-right: 5px;
}
.page-menu-link-01:before {
  background-position: 0 0;
}
.page-menu-link-01.current:before {
  width: 29px;
  height: 29px;
  background-position: 0 -34px;
}
.page-menu-link-02:before {
  background-position: -54px 0;
}
.page-menu-link-02.current:before {
  width: 29px;
  height: 29px;
  background-position: -54px -34px;
}
.page-menu-link-03:before {
  background-position: -107px 0;
}
.page-menu-link-03.current:before {
  width: 29px;
  height: 29px;
  background-position: -107px -34px;
}
.page-menu-link-04:before {
  background-position: -161px 0;
}
.page-menu-link-04.current:before {
  width: 29px;
  height: 29px;
  background-position: -161px -34px;
}
.page-menu-link-05:before {
  background-position: -214px 0;
}
.page-menu-link-05.current:before {
  width: 29px;
  height: 29px;
  background-position: -214px -34px;
}
.page-menu-link-06:before {
  background-position: -267px 0;
}
.page-menu-link-06.current:before {
  width: 29px;
  height: 29px;
  background-position: -267px -34px;
}
.page-menu-link .iconfont {
  margin-left: 5px;
  font-size: 20px;
}
.page-menu-link.current {
  top: -9px;
  background: #ff523f url(/images/page-menu-link-bg.png) center center no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 8px rgba(192, 24, 31, 0.2);
          box-shadow: 0 5px 8px rgba(192, 24, 31, 0.2);
}
.page-menu-link.current + .page-menu-list-2 {
  top: 71px;
}
.page-content {
  background-color: #f3f6fb;
}
.page-tit {
  font-size: 26px;
  font-weight: bold;
  color: #3d4c5e;
  line-height: 1;
  position: relative;
  margin: 40px 0;
}
.page-tit:after {
  content: "";
  display: block;
  position: absolute;
  width: 93px;
  height: 4px;
  background: #fc3e34;
  background: -moz-linear-gradient(left, #fc3e34 0%, #fd776b 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fc3e34), color-stop(100%, #fd776b));
  background: -webkit-linear-gradient(left, #fc3e34 0%, #fd776b 100%);
  background: -o-linear-gradient(left, #fc3e34 0%, #fd776b 100%);
  background: -ms-linear-gradient(left, #fc3e34 0%, #fd776b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fc3e34), to(#fd776b));
  background: linear-gradient(to right, #fc3e34 0%, #fd776b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc3e34', endColorstr='#fd776b', GradientType=1);
  bottom: -10px;
  left: 0;
}
.page-tit-c {
  text-align: center;
}
.page-tit-c:after {
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 3px;
  background: #ff1a00;
  background: -moz-linear-gradient(left, #ff1a00 0%, #ff1a00 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff1a00), color-stop(100%, #ff1a00));
  background: -webkit-linear-gradient(left, #ff1a00 0%, #ff1a00 100%);
  background: -o-linear-gradient(left, #ff1a00 0%, #ff1a00 100%);
  background: -ms-linear-gradient(left, #ff1a00 0%, #ff1a00 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff1a00), to(#ff1a00));
  background: linear-gradient(to right, #ff1a00 0%, #ff1a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a00', endColorstr='#ff1a00', GradientType=1);
}
.page-tit .subtit {
  font-size: 16px;
  color: #666;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -40px;
}
.page-tabBtn {
  position: relative;
  font-size: 0;
  background: /* url(/images/whpp-tab-bg.png) center center no-repeat */ #fff;
  background-size: 100% 100%;
  width: 1210px;
  height: 358px;
  margin: 68px 0 0;
  margin-left: -5px;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  -webkit-box-shadow: 0 6px 20px rgba(51, 53, 57, 0.4);
          box-shadow: 0 6px 20px rgba(51, 53, 57, 0.4);
  border: 4px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-tabBtn-tit {
  font-size: 0;
  height: 100%;
}
.page-tabBtn-tit-item {
  width: 112px;
  height: 294px;
  border: 3px solid #fff;
  margin: 0 12px;
  background-color: #a90002;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.page-tabBtn-tit-item.current {
  width: 122px;
  height: 320px;
  margin: 0 6px;
  -webkit-box-shadow: 0 6px 20px rgba(51, 53, 57, 0.4);
          box-shadow: 0 6px 20px rgba(51, 53, 57, 0.4);
}
.page-tabBtn-tit-item-01 {
  margin: 0;
  margin-right: 12px;
  width: 600px;
  height: 100%;
  background: url(/images/whpp-tab-tit-01-3.png) center center no-repeat;
  background-size: 100% 100%;
  border: none;
}
.page-tabBtn-tit-item-01.current {
  width: 600px;
  height: 100%;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 10px;
}
.page-tabBtn-tit-item-02 {
  background: url(/images/whpp-tab-tit-02-3.png) center center no-repeat;
  background-size: 100% 100%;
}
.page-tabBtn-tit-item-03 {
  background: url(/images/whpp-tab-tit-03-3.png) center center no-repeat;
  background-size: 100% 100%;
}
.page-tabBtn-tit-item-04 {
  background: url(/images/whpp-tab-tit-04-3.png) center center no-repeat;
  background-size: 100% 100%;
}
.page-tabBtn-tit-item-05 {
  background: url(/images/whpp-tab-tit-05-3.png) center center no-repeat;
  background-size: 100% 100%;
}
.page-tabBtn-content-item {
  display: none;
  padding: 18px 42px 33px;
  -webkit-box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
          box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
  position: relative;
  z-index: 2;
}
.page-tabBtn-content-item:after {
  content: "";
  display: block;
  position: absolute;
  font-size: 140px;
  line-height: 1;
  font-weight: bold;
  color: rgba(232, 52, 12, 0.05);
  right: 40px;
  top: 0;
}
.page-tabBtn-content-item-01:after {
  content: "01";
}
.page-tabBtn-content-item-02:after {
  content: "02";
}
.page-tabBtn-content-item-03:after {
  content: "03";
}
.page-tabBtn-content-item-04:after {
  content: "04";
}
.page-tabBtn-content-item-05:after {
  content: "05";
}
.page-tabBtn-content-item.current {
  display: block;
}
.page-tabBtn-content-item .content-tit {
  display: inline-block;
  border-radius: 35px;
  font-size: 16px;
  color: #e2370d;
  line-height: 35px;
  background-color: #fff1ee;
  padding: 0 30px 0 50px;
  position: relative;
}
.page-tabBtn-content-item .content-tit span {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  text-align: center;
  line-height: 36px;
  left: 0;
  top: -1px;
  background-color: #e2370d;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.page-tabBtn-content-item .content-con {
  font-size: 16px;
  color: #666;
  margin-top: 25px;
  line-height: 30px;
  text-indent: 2em;
}
.page-tabBtn-content-item .content-con strong {
  color: #e2370d;
}

.page-tabBtn-content-item .content-con .mt40 {
  margin-top: 40px
}

.page-tabBtn-content-item .content-con .tiem2 {
  width: 725px;
  height: 243px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 16px rgb(0 0 0 / 10%);
  box-shadow: 4px 4px 16px rgb(0 0 0 / 10%);
  margin: 40px auto 0;
  border: 1px solid #f6f6f6
}

.page-tabBtn-content-item .content-con .tiem2 .text1 {
  float: left;
  width: 305px;
  padding: 34px 25px;
  text-indent: initial
}

.page-tabBtn-content-item .content-con .tiem2 .text2,
.page-tabBtn-content-item .content-con .tiem2 .text3,
.page-tabBtn-content-item .content-con .tiem2 .text4,
.page-tabBtn-content-item .content-con .tiem2 .text5 {
  float: left;
  width: 305px;
  padding: 77px 25px;
  text-indent: initial
}

.page-tabBtn-content-item .content-con .tiem2 .text6 {
  float: left;
  width: 305px;
  padding: 47px 25px;
  text-indent: initial
}


.page-tabBtn-content-item .content-con .tiem2 .tiem2-1-img {
  background: url(/images/whpp-tab-02-1.png) center no-repeat;
  width: 360px;
  height: 223px;
  margin: 10px 0 10px 10px;
  float: left
}

.page-tabBtn-content-item .content-con .tiem2 .tiem2-2-img {
  background: url(/images/whpp-tab-02-2.png) center no-repeat;
  width: 360px;
  height: 223px;
  margin: 10px 10px 10px 0;
  float: left
}

.page-tabBtn-content-item .content-con .tiem2 .tiem2-3-img {
  background: url(/images/whpp-tab-02-3.png) center no-repeat;
  width: 360px;
  height: 223px;
  margin: 10px 0 10px 10px;
  float: left
}

.page-tabBtn-content-item .content-con .tiem2 .tiem2-4-img {
  background: url(/images/whpp-tab-02-4.png) center no-repeat;
  width: 360px;
  height: 223px;
  margin: 10px 10px 10px 0;
  float: left
}

.page-tabBtn-content-item .content-con .tiem2 .tiem2-5-img {
  background: url(/images/whpp-tab-02-5.png) center no-repeat;
  width: 360px;
  height: 223px;
  margin: 10px 0 10px 10px;
  float: left
}

.page-tabBtn-content-item .content-con .tiem2 .tiem2-6-img {
  background: url(/images/whpp-tab-02-6.png) center no-repeat;
  width: 360px;
  height: 223px;
  margin: 10px 10px 10px 0;
  float: left
}

.page-tabBtn-content-item .content-con .tiem4 {
  width: 725px;
  height: 243px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 16px rgb(0 0 0 / 10%);
  box-shadow: 4px 4px 16px rgb(0 0 0 / 10%);
  margin: 40px auto 0;
  border: 1px solid #f6f6f6
}

.page-tabBtn-content-item .content-con .tiem4 .text {
  float: left;
  width: 305px;
  padding: 47px 25px;
  text-indent: initial
}

.page-tabBtn-content-item .content-con .tiem4 .tiem4-1-img {
  background: url(/images/whpp-tab-04-1.png) center no-repeat;
  width: 360px;
  height: 223px;
  margin: 10px 0 10px 10px;
  float: left
}

.page-tabBtn-content-item .content-con .tiem4 .tiem4-2-img {
  background: url(/images/whpp-tab-04-2.png) center no-repeat;
  width: 360px;
  height: 223px;
  margin: 10px 10px 10px 0;
  float: left
}

.page-tabBtn-content-item .content-con .tiem4 .tiem4-4-img {
  background: url(/images/whpp-tab-04-4.png) center no-repeat;
  width: 360px;
  height: 223px;
  margin: 10px 0 10px 10px;
  float: left
}

.page-tabBtn-content-item .content-con .tiem4-xiao {
  width: 906px;
  height: 290px;
  margin: 40px auto 0 142px
}

.page-tabBtn-content-item .content-con .tiem4-xiao .tiem4-left {
  width: 382px;
  float: left
}

.page-tabBtn-content-item .content-con .tiem4-xiao .tiem4-left .left-div {
  width: 380px;
  height: 250px;
  -webkit-box-shadow: 4px 4px 16px rgb(0 0 0 / 10%);
  box-shadow: 4px 4px 16px rgb(0 0 0 / 10%);
  background-color: #fff;
  float: left
}

.page-tabBtn-content-item .content-con .tiem4-xiao .tiem4-left .left-div .img {
  background: url(/images/whpp-tab-04-3.png) center no-repeat;
  width: 357px;
  height: 227px;
  margin: 10px auto 0
}

.page-tabBtn-content-item .content-con .tiem4-xiao .tiem4-left .left-div .text {
  width: 380px;
  height: 70px;
  margin-top: 30px;
  text-indent: initial;
  text-align: center
}

.page-tabBtn-content-item .content-con .tiem4-xiao .tiem4-right {
  width: 440px;
  float: left
}

.page-tabBtn-content-item .content-con .tiem4-xiao .tiem4-right .right-div {
  width: 380px;
  height: 250px;
  -webkit-box-shadow: 4px 4px 16px rgb(0 0 0 / 10%);
  box-shadow: 4px 4px 16px rgb(0 0 0 / 10%);
  background-color: #fff;
  float: left;
  margin-left: 80px
}

.page-tabBtn-content-item .content-con .tiem4-xiao .tiem4-right .right-div .img {
  background: url(/images/whpp-tab-04-4.png) center no-repeat;
  width: 357px;
  height: 227px;
  margin: 10px auto 0
}

.page-tabBtn-content-item .content-con .tiem4-xiao .tiem4-right .right-div .text {
  width: 440px;
  height: 70px;
  margin-top: 30px;
  text-indent: initial
}

.page-tabBtn-content-item .content-con .tiem4-xiao .left-text {
  height: 30px;
  float: left;
  width: 380px;
  text-align: center;
  margin-top: 20px
}

.page-tabBtn-content-item .content-con .tiem4-xiao .right-text {
  height: 30px;
  float: left;
  text-align: center;
  margin-left: 29px;
  margin-top: 20px
}

.page-tabBtn-content-item .content-con .tiem5 {
  width: 725px;
  height: 243px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 16px rgb(0 0 0 / 10%);
  box-shadow: 4px 4px 16px rgb(0 0 0 / 10%);
  margin: 40px auto 0;
  border: 1px solid #f6f6f6
}

.page-tabBtn-content-item .content-con .tiem5 .text1 {
  float: left;
  width: 305px;
  padding: 47px 25px;
  text-indent: initial
}

.page-tabBtn-content-item .content-con .tiem5 .text2 {
  float: left;
  width: 305px;
  padding: 30px 25px;
  text-indent: initial
}

.page-tabBtn-content-item .content-con .tiem5 .tiem5-1-img {
  background: url(/images/whpp-tab-05-1.png) center no-repeat;
  width: 360px;
  height: 223px;
  margin: 10px 0 10px 10px;
  float: left
}

.page-tabBtn-content-item .content-con .tiem5 .tiem5-4-img {
  background: url(/images/whpp-tab-05-4.png) center no-repeat;
  width: 360px;
  height: 223px;
  float: left
}

.page-tabBtn-content-item .content-con .tiem5 .name-div {
  height: 30px;
  width: 360px;
  float: right;
  margin-top: -10px
}

.page-tabBtn-content-item .content-con .tiem5 .name-div li {
  float: left;
  width: 33.3%;
  font-size: 14px;
}

.page-tabBtn-content-item .content-con .tiem5-xiao {
  width: 845px;
  height: 342px;
  margin: 40px auto 0
}

.page-tabBtn-content-item .content-con .tiem5-xiao .tiem5-left {
  width: 382px;
  height: 338px;
  float: left
}

.page-tabBtn-content-item .content-con .tiem5-xiao .tiem5-left .left-div {
  width: 380px;
  height: 250px;
  -webkit-box-shadow: 4px 4px 16px rgb(0 0 0 / 10%);
  box-shadow: 4px 4px 16px rgb(0 0 0 / 10%);
  background-color: #fff;
  float: left
}

.page-tabBtn-content-item .content-con .tiem5-xiao .tiem5-left .left-div .img {
  background: url(/images/whpp-tab-05-2.png) center no-repeat;
  width: 357px;
  height: 227px;
  margin: 10px auto 0
}

.page-tabBtn-content-item .content-con .tiem5-xiao .tiem5-left .left-div .text {
  width: 380px;
  height: 70px;
  margin-top: 30px;
  text-indent: initial
}

.page-tabBtn-content-item .content-con .tiem5-xiao .tiem5-right {
  width: 440px;
  height: 338px;
  float: left
}

.page-tabBtn-content-item .content-con .tiem5-xiao .tiem5-right .right-div {
  width: 380px;
  height: 250px;
  -webkit-box-shadow: 4px 4px 16px rgb(0 0 0 / 10%);
  box-shadow: 4px 4px 16px rgb(0 0 0 / 10%);
  background-color: #fff;
  float: left;
  margin-left: 80px
}

.page-tabBtn-content-item .content-con .tiem5-xiao .tiem5-right .right-div .img {
  background: url(/images/whpp-tab-05-3.png) center no-repeat;
  width: 357px;
  height: 227px;
  margin: 10px auto 0
}

.page-tabBtn-content-item .content-con .tiem5-xiao .tiem5-right .right-div .text {
  width: 390px;
  height: 70px;
  margin-top: 30px;
  text-indent: initial
}

.jtgs-box {
  background-color: #fff;
  border-radius: 4px;
  height: 300px;
  border-top: 4px solid #dce2ec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
          box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
}
.jtgs-box h2 {
  margin: 0 40px;
  padding-top: 30px;
  line-height: 1;
  font-size: 22px;
  color: #304155;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9ebf2;
  position: relative;
}
.jtgs-box h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  left: 0;
  bottom: -1px;
  background: #ff4530;
  background: -moz-linear-gradient(left, #ff4530 0%, #ffa298 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff4530), color-stop(100%, #ffa298));
  background: -webkit-linear-gradient(left, #ff4530 0%, #ffa298 100%);
  background: -o-linear-gradient(left, #ff4530 0%, #ffa298 100%);
  background: -ms-linear-gradient(left, #ff4530 0%, #ffa298 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4530), to(#ffa298));
  background: linear-gradient(to right, #ff4530 0%, #ffa298 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4530', endColorstr='#ffa298', GradientType=1);
}
.jtgs-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 0;
  line-height: 1;
  padding: 0 10px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.jtgs-list li {
  display: table-cell;
  text-align: center;
  position: relative;
}
.jtgs-list li + li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 60px;
  border-left: 1px dashed #e1e2e6;
}
.jtgs-list .list-icon {
  width: 62px;
  height: 61px;
  margin: 0 auto;
  background: url(/images/link-zgs-icon.png) no-repeat;
}
.jtgs-list .icon-01 {
  background-position: 0 0;
}
.jtgs-list .icon-02 {
  background-position: -132px 0;
}
.jtgs-list .icon-03 {
  background-position: -285px 0;
}
.jtgs-list .icon-04 {
  background-position: -434px 0;
}
.jtgs-list .list-tit {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
.jtgs-list .list-con {
  font-size: 16px;
  color: #666;
  margin-top: 15px;
}
.jtgs-list .list-con a {
  color: #666;
}
.jtgs-list .list-con a:hover {
  color: #ff532b;
  text-decoration: underline;
}
.zgs-list {
  margin: 0 -15px;
  font-size: 0;
}
.zgs-list > li {
  width: 50%;
  font-size: 14px;
  padding: 10px 15px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.zgs-list .detail-card {
  background-color: #fff;
  border: 1px solid #dce2ec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 39px;
  padding-top: 29px;
  height: 260px;
}
.zgs-list .detail-card .name {
  font-size: 22px;
  color: #304155;
  line-height: 1;
  border-bottom: 1px solid #e9ebf2;
  position: relative;
  padding-bottom: 10px;
}
.zgs-list .detail-card .name:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 2px;
  left: 0;
  bottom: -1px;
  background: #ff4530;
  background: -moz-linear-gradient(left, #ff4530 0%, #ffa298 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff4530), color-stop(100%, #ffa298));
  background: -webkit-linear-gradient(left, #ff4530 0%, #ffa298 100%);
  background: -o-linear-gradient(left, #ff4530 0%, #ffa298 100%);
  background: -ms-linear-gradient(left, #ff4530 0%, #ffa298 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4530), to(#ffa298));
  background: linear-gradient(to right, #ff4530 0%, #ffa298 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4530', endColorstr='#ffa298', GradientType=1);
}
.zgs-list .detail-card .label {
  float: left;
  width: 70px;
  position: absolute;
  left: 20px;
  top: 0;
  color: #999;
  text-align: justify;
  vertical-align: top;
}
.zgs-list .detail-card .label:after {
  display: inline-block;
  width: 100%;
  content: '';
  height: 0;
}
.zgs-list .detail-card .label:before {
  font-family: "iconfont";
  display: block;
  position: absolute;
  left: -20px;
  color: #ffbfb0;
}
.zgs-list .detail-card .label-websit:before {
  content: "\e6c6";
}
.zgs-list .detail-card .label-tell:before {
  content: "\e611";
}
.zgs-list .detail-card .label-serve:before {
  content: "\e61d";
}
.zgs-list .detail-card .label-add:before {
  content: "\e602";
}
.zgs-list .detail-card .label-code:before {
  content: "\e69e";
}
.zgs-list .detail-card .detail-list {
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
}
.zgs-list .detail-card .detail-list li {
  padding-left: 90px;
  position: relative;
  color: #666;
  line-height: 30px;
}
.zgs-list .detail-card .detail-list li a {
  color: #666;
}
.zgs-list .detail-card .detail-list li a:hover {
  color: #f54620;
  text-decoration: underline;
}
.cyzd {
  padding-bottom: 60px;
}
.cyzd-page {
  padding-top: 60px;
}
.cyzd-page .tab-box {
  background: #fff url(/images/gyrb-cyzd-content-bg.png) 986px 116px no-repeat;
  height: 370px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 4px solid #dce2ec;
  -webkit-box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
          box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
  margin-top: 75px;
  padding: 0 30px;
}
.cyzd-page .tab-tit-box {
  border-bottom: 1px solid #eee;
  line-height: 1;
  font-size: 14px;
  color: #999;
  padding-bottom: 10px;
  padding-top: 30px;
}
.cyzd-page .tab-tit-list li {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 40px;
  cursor: pointer;
}
.cyzd-page .tab-tit-list li a {
  color: #999;
}
.cyzd-page .tab-tit-list .current {
  font-size: 18px;
  color: #ff3720;
  font-weight: bold;
  position: relative;
}
.cyzd-page .tab-tit-list .current:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 1px;
  background-color: #ff3720;
  left: 50%;
  margin-left: -10px;
  bottom: -11px;
}
.cyzd-page .tab-con-box {
  padding-top: 45px;
}
.cyzd-page .tab-con-list > li {
  display: none;
}
.cyzd-page .tab-con-list .current {
  display: block;
}
.cyzd-tab-list-box {
  font-size: 0;
  margin: 0 -20px;
}
.cyzd-tab-list-list {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cyzd-tab-list-list a {
  line-height: 40px;
  overflow: hidden;
  display: block;
}
.cyzd-tab-list-list a:hover .text {
  color: #f54620;
}
.cyzd-tab-list-list a:hover .text:before {
  background: #f54620;
}
.cyzd-tab-list-list .time {
  float: right;
  font-size: 14px;
  color: #999;
}
.cyzd-tab-list-list .text {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  font-size: 16px;
  padding-right: 30px;
}
.cyzd-tab-list-list .text:before {
  content: "";
  display: inline-block;
  vertical-align: 2px;
  width: 6px;
  height: 6px;
  background-color: #bac1d2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 10px 0 5px;
}
.cyzd-tab-list-list + .cyzd-tab-list-list {
  border-left: 1px dashed #e4e4e4;
}
/* .record-content {
  padding-top: 60px;
} */
.record-content .year-box {
  background-color: #fff;
  width: 120px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
          box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
  padding: 8px 16px;
}
.record-content .year-box-shell {
  width: 120px;
}
.record-content .year-box.active {
  position: fixed;
  left: 50%;
  top: 50px;
  margin-left: -600px;
}
.record-content .year-list {
  line-height: 42px;
}
.record-content .year-list li {
  text-align: center;
  font-size: 16px;
}
.record-content .year-list li + li {
  border-top: 1px dashed #e7e7e7;
}
.record-content .year-list li.upDown {
  border-top: none;
  font-size: 12px;
  height: 18px;
  line-height: 26px;
  cursor: pointer;
  border-bottom-width: 0;
}
.record-content .year-list li.upDown span {
  color: #4981e8;
}



.record-content .year-list li.current a {
  color: #ff1a00;
  font-weight: 700;
  position: relative
}

.record-content .year-list li.current a:hover {
  color: #ff1a00
}

.record-content .year-list li.current a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #ff1a00;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px
}




.record-content .year-list a {
  color: #999;
  display: block;
  height: 100%;
}
.record-content .year-list a:hover {
  color: #ff1a00;
}
/* .record-content .year-list a.current {
  color: #ff1a00;
  font-weight: bold;
  position: relative;
}
.record-content .year-list a.current:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #ff1a00;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
} */
.record-box {
  margin-left: 150px;
  width: 1050px;
  background-color: #fff;
  border-radius: 4px;
  border-top: 4px solid #dce2ec;
  -webkit-box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
          box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
  padding: 34px 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  line-height: 24px;
}
.record-box .month-icon {
  width: 74px;
  height: 74px;
  border-radius: 74px;
  line-height: 74px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background-color: #ff503e;
}
.record-box .day-item {
  font-size: 16px;
  margin-left: 37px;
  border-left: 1px solid #e1e2e6;
  padding: 50px 0;
}
.record-box .day-item li + li {
  margin-top: 40px;
}
.record-box .day {
  display: inline-block;
  vertical-align: top;
  color: #999;
  width: 120px;
  position: relative;
  margin-left: -5px;
}
.record-box .day:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #ffc4bd;
  margin-right: 15px;
}
.record-detail {
  display: inline-block;
  vertical-align: top;
  width: 800px;
  padding-left: 10px;
  position: relative;
}
.record-detail:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #b3bccc;
  position: absolute;
  top: 10px;
  left: 0;
}
.culture-content {
  padding-top: 80px;
}
.culture-content .page-tit {
  margin-top: 70px;
  margin-bottom: 50px;
}
.culture-content .target-box {
  background-color: #fff;
  border-radius: 4px;
  border-top: 4px solid #dce2ec;
  -webkit-box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
          box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
}
.culture-content .target-list {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-top: 45px;
  padding-bottom: 40px;
}
.culture-content .target-item {
  display: table-cell;
  position: relative;
  line-height: 1;
}
.culture-content .target-item i {
  color: #fff8f6;
  position: absolute;
  font-weight: bold;
  font-size: 120px;
  right: 25px;
  bottom: -15px;
  line-height: 1;
}
.culture-content .target-item + .target-item {
  border-left: 1px dashed #e1e2e6;
}
.culture-content .target-icon {
  width: 51px;
  height: 49px;
  margin: 0 auto;
  background: url(/images/gyrb-whpp-torgeticon.png) no-repeat;
  margin-bottom: 20px;
}
.culture-content .target-icon-01 {
  background-position: 0 0;
}
.culture-content .target-icon-02 {
  background-position: -98px 0;
}
.culture-content .target-icon-03 {
  background-position: -211px 0;
}
.culture-content .target-name {
  font-size: 24px;
  color: #3d4c5e;
  text-align: center;
  margin-bottom: 15px;
}
.culture-content .target-slogan {
  text-align: center;
  font-size: 16px;
  color: #ff5a48;
  margin-bottom: 35px;
}
.culture-content .target-con {
  font-size: 16px;
  color: #697889;
  line-height: 28px;
  width: 330px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.culture-content .specific-list {
  padding: 18px 42px 33px 42px;
  -webkit-box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
          box-shadow: 0 6px 40px rgba(51, 53, 57, 0.1);
}
.culture-content .specific-list dt {
  display: inline-block;
  border-radius: 35px;
  font-size: 16px;
  color: #7d4d3e;
  line-height: 35px;
  background-color: #fff1ee;
  padding: 0 30px;
  padding-left: 50px;
  position: relative;
}
.culture-content .specific-list dt span {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  text-align: center;
  line-height: 36px;
  left: 0;
  top: -1px;
  background-color: #ff4630;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.culture-content .specific-list dd {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 25px;
  text-indent: 2em;
}
.culture-content .specific-list .hideF,
.culture-content .specific-list .hideS,
.culture-content .specific-list .hideT {
  display: none;
}
.culture-content .specific-list strong {
  color: #e2370d;
}
.culture-content .specific-list.specific-F {
  background: #fff url(/images/01.png) 994px 18px no-repeat;
}
.culture-content .specific-list.specific-S {
  background: #fff url(/images/02.png) 994px 18px no-repeat;
}
.culture-content .specific-list.specific-T {
  background: #fff url(/images/03.png) 994px 18px no-repeat;
}
.culture-content .video-list {
  font-size: 0;
  margin: 0 -10px;
  line-height: 1;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 50px;
}
.culture-content .video-list li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 16px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.culture-content .video-list li a {
  display: block;
}
.culture-content .video-list li a:hover .iconfont {
  font-size: 60px;
}
.culture-content .video-list-box {
  padding-top: 10px;
}
.culture-content .video-list .img-box {
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.culture-content .video-list .img-box img {
  height: 180px;
}
.culture-content .video-list .img-mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.culture-content .video-list .img-mask .iconfont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 180px;
  color: #fff;
  font-size: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.culture-content .video-name {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  margin-top: 15px;
}
.culture-content .video-con {
  font-size: 14px;
  color: #999;
}
.culture-link {
  width: 260px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  height: 44px;
  line-height: 44px;
  border-radius: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ff1a00;
  overflow: hidden;
}
.culture-link li {
  width: 50%;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.culture-link li a {
  display: block;
  height: 44px;
  color: #ff1a00;
}
.culture-link li a.current {
  color: #fff;
  background-color: #ff1a00;
}
.jtjj-tit {
  display: inline-block;
}
.jtjj-detail {
  font-size: 16px;
  color: #647282;
  line-height: 30px;
  text-indent: 2em;
}
.jtjj-detail p {
  margin: 30px 0;
}
.jtjj-keyword {
  padding-top: 50px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}
.jtjj-keyword .keyword-list {
  width: 730px;
  text-align: right;
  position: relative;
  z-index: 2;
}
.jtjj-keyword .keyword-img {
  position: absolute;
  top: 8px;
  left: 40px;
  width: 409px;
  height: 211px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 20px rgba(192, 201, 208, 0.32);
          box-shadow: 0 10px 20px rgba(192, 201, 208, 0.32);
}
.jtjj-keyword .list-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: 320px;
  height: 136px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(192, 201, 208, 0.3);
          box-shadow: 0 8px 20px rgba(192, 201, 208, 0.3);
  margin-bottom: 17px;
  text-align: left;
  line-height: 1;
  padding: 40px 0;
  padding-left: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.jtjj-keyword .item-icon {
  position: absolute;
  width: 38px;
  height: 40px;
  background-color: #f00;
  left: 30px;
  top: 49px;
  background: url(/images/gyrb-keyword-icon.png) no-repeat;
}
.jtjj-keyword .item-icon-01 {
  background-position: 0 0;
}
.jtjj-keyword .item-icon-02 {
  background-position: -119px 0;
}
.jtjj-keyword .item-icon-03 {
  background-position: -225px 0;
}
.jtjj-keyword .key-word {
  font-size: 30px;
  font-weight: bold;
  color: #ff6554;
  margin-bottom: 10px;
}
.jtjj-keyword .key-word span {
  font-size: 24px;
  vertical-align: 3px;
}
.jtjj-keyword .item-con {
  font-size: 16px;
  color: #697889;
}
.jtjj-keyword .item-none {
  visibility: hidden;
  opacity: 0;
}
.jtjj-content {
  padding-top: 70px;
}
.jtjj-content p {
  text-indent: 2em;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-bottom: 30px;
}
.jtjj-introduce .TRS_Editor {
  text-indent: 2em;
}
.subsidiary-list {
  font-size: 0;
  margin: 0 -10px;
}
.subsidiary-item {
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
.subsidiary-link {
  display: block;
  background: #fff url(/images/gyrb-subsidiary-bg.png) no-repeat;
  -webkit-box-shadow: 0 4px 20px rgba(192, 201, 208, 0.26);
          box-shadow: 0 4px 20px rgba(192, 201, 208, 0.26);
  padding: 23px 0;
  padding-left: 26px;
  border-radius: 4px;
  background-position: 240px 7px;
  position: relative;
  overflow: hidden;
}
.subsidiary-link:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 26px;
  background-color: #ffebe9;
  position: absolute;
  left: 95px;
  top: 40px;
  z-index: 0;
}
.subsidiary-link:hover .subsidiary-name {
  color: #fff;
  text-indent: -70px;
  z-index: 4;
}
.subsidiary-link:hover .subsidiary-mask {
  width: 100%;
}
.subsidiary-link:hover .subsidiary-arrow {
  right: 30px;
}
.subsidiary-icon {
  width: 54px;
  height: 54px;
  border-radius: 54px;
  border: 1px solid #ff6657;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.subsidiary-name {
  font-weight: bold;
  font-size: 18px;
  color: #304155;
  display: inline-block;
  vertical-align: middle;
  margin-left: 23px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.subsidiary-arrow {
  display: block;
  width: 44px;
  height: 44px;
  background: url(/images/gyrb-subsidiary-hover-bg-icon.png) no-repeat;
  position: absolute;
  right: -50px;
  top: 32px;
  -webkit-transition: all 0.36s ease;
  transition: all 0.36s ease;
  z-index: 4;
}
.subsidiary-mask {
  position: absolute;
  background: url(/images/gyrb-subsidiary-hover-bg.jpg) no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  width: 0;
  text-align: center;
  border-radius: 4px;
  z-index: 3;
  -webkit-transition: all 0.36s ease;
  transition: all 0.36s ease;
}
.subsidiary-mask:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.subsidiary-btn {
  width: 140px;
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.zgszp-box .zpxx-list {
  display: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #ffefeb;
  border-top: none;
  background-color: #ffefeb;
}
.zgszp-box .zpxx-list:hover {
  display: block;
}
.zgszp-box .zpxx-list li + li {
  margin-top: 2px;
}
.zgszp-box .zpxx-list a {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
  background-color: #fff;
  color: #999;
  font-size: 14px;
  padding: 0 15px;
}
.zgszp-box .zpxx-list a:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #999;
  margin-right: 10px;
  vertical-align: middle;
}
.zgszp-box .zpxx-list a:hover {
  background-color: #fff;
}
.zgszp-box .zpxx-list a:hover:before {
  background-color: #ff532b;
}
.zgszp-item {
  position: relative;
}
.zgszp-item-box {
  width: 33.3333%;
  padding: 0 8px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
.zgszp-item:hover .haslink {
  background-color: #fffaf9;
  color: #ff532b;
  border-color: #ffefeb;
}
.zgszp-item:hover .haslink i {
  background: #e8340c url(/images/zjtzp-icon.png) left top no-repeat;
}
.zgszp-item:hover .haslink + .zpxx-list {
  display: block;
}
.zgszp-item:hover .haslink + .zpxx-list a {
  color: #999;
  background-color: #fff;
}
.zgszp-item:hover .haslink + .zpxx-list a:before {
  background-color: #999;
}
.zgszp-item:hover .haslink + .zpxx-list a:hover {
  background-color: #fff;
  color: #ff532b;
}
.zgszp-item:hover .haslink + .zpxx-list a:hover:before {
  background-color: #ff532b;
}
.zgszp-list {
  margin: 0 -8px;
  font-size: 0;
  padding-top: 10px;
  padding-bottom: 20px;
}
.zgszp-list a {
  display: block;
  height: 80px;
  line-height: 74px;
  font-size: 16px;
  color: #666;
  border: 3px solid #f5f6f8;
  background-color: #f5f6f8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 90px;
  position: relative;
  border-bottom: none;
}
.zgszp-list a.haslink:hover {
  background-color: #fffaf9;
  color: #ff532b;
  border-color: #ffefeb;
}
.zgszp-list a.haslink:hover i {
  background: #e8340c url(/images/zjtzp-icon.png) left top no-repeat;
}
.zgszp-list a.haslink:hover + .zpxx-list {
  display: block;
}
.zgszp-list i {
  width: 80px;
  height: 65px;
  line-height: 65px;
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: #bcc3d4 url(/images/zjtzp-icon.png) right top no-repeat;
  display: block;
  left: -8px;
  top: 50%;
  margin-top: -32px;
}
.jtgszp-box {
  font-size: 0;
  margin: 0 -30px;
}
.jtgszp-list {
  width: 50%;
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.jtgszp-list a {
  overflow: hidden;
  display: block;
}
.jtgszp-list a:hover .text {
  color: #f54620;
}
.jtgszp-list a:hover .text:before {
  background: #f54620;
}
.jtgszp-list a.new .text:after {
  content: "NEW";
  display: inline-block;
  width: 44px;
  height: 16px;
  background: url(/images/zjtzp-new-icon.png) center center no-repeat;
  text-align: center;
  line-height: 16px;
  color: #fff;
  vertical-align: baseline;
  margin-left: 5px;
  font-size: 12px;
}
.jtgszp-list .time {
  float: right;
  font-size: 14px;
  color: #999;
}
.jtgszp-list .text {
  margin: 0;
  color: #666;
  font-size: 16px;
  position: relative;
  display: inline-block;
  line-height: 40px;
}
.jtgszp-list .text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  background-color: #bac1d2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 10px 0 5px;
}
.jtgszp-list + .jtgszp-list {
  border-left: 1px dashed #e4e4e4;
}
.rczp-content {
  padding: 0 50px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(51, 53, 57, 0.1);
          box-shadow: 0 2px 6px rgba(51, 53, 57, 0.1);
  margin-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
  z-index: 0;
}
.text-tips {
  margin-left: 10px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 12px;
  border-radius: 20px;
  border: 1px solid #f69f95;
  color: #f69f95;
}
.rczp-new {
  display: inline-block;
  width: 44px;
  height: 16px;
  background: url(/images/zjtzp-new-icon.png) center center no-repeat;
  text-align: center;
  line-height: 16px;
  color: #fff;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 0;
}
.jtld-content {
  background-color: #fff;
  margin-top: 45px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 16px rgba(192, 201, 209, 0.2);
          box-shadow: 0 0 16px rgba(192, 201, 209, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 16px;
}
.jtld-list {
  padding: 0 35px;
}
.jtld-item {
  padding: 20px 0;
  font-size: 0;
}
.jtld-img {
  width: 100%;
}
.jtld-img-box {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  height: 196px;
  margin-right: 30px;
  background-size: cover;
  background-position: center top;
}
.jtld-info {
  display: inline-block;
  vertical-align: top;
  height: 196px;
  width: calc(100% - 170px);
  position: relative;
}
.jtld-name {
  line-height: 42px;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 26px;
  color: #000;
}
.jtld-text {
  line-height: 26px;
  font-size: 16px;
  color: #333;
  text-align: justify;
}
.jtld-edu {
  line-height: 20px;
  font-size: 16px;
  color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
