.content-item-wrap {
  background: #fff;
  padding: 120px 0 100px 0;
  text-align: center;
}
.content-item-wrap .responsibility-title-header {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-bottom: 40px;
  color: #252423;
}
.content-item-wrap .content-item-title {
  text-align: center;
  margin-bottom: 120px;
  margin-bottom: 100px;
  line-height: 14px;
  color: #959492;
}
.content-item-wrap .content-item-img-wrap {
  min-width: 1240px;
}
.content-item-wrap .content-item-img-wrap .graph-box {
  position: relative;
}
.content-item-wrap .content-item-img-wrap .graph-box .graph {
  height: 250px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-item-wrap .content-item-img-wrap .graph-box p {
  position: absolute;
  bottom: 22px;
  z-index: 10;
  color: #fff;
  line-height: 32px;
  height: 32px;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out;
}
.content-item-wrap .content-item-img-wrap .graph-box a {
  display: block;
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.content-item-wrap .content-item-img-wrap .graph-box a .hover-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 410px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-color: #FF983F;
  -webkit-transform-origin: left;
          transform-origin: left;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.2, 1);
}
.content-item-wrap .content-item-img-wrap .graph-box a .btn-arrow {
  position: absolute;
  bottom: 22px;
  opacity: 0;
  right: 30px;
  z-index: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.3s ease-out, translate 0.4s ease-out;
  transition: opacity 0.3s ease-out, translate 0.4s ease-out;
  z-index: 13;
}
.content-item-wrap .content-item-img-wrap .graph-box a .info {
  display: inline-block;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-item-wrap .content-item-img-wrap .graph-box a:hover .hover-bg {
  opacity: 0.8;
  z-index: 1;
  filter: alpha(opacity=80);
  left: 0;
}
.content-item-wrap .content-item-img-wrap .graph-box a:hover .btn-arrow {
  opacity: 1;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.content-item-wrap .content-item-img-wrap .graph-box a:hover .info {
  -webkit-transform: translateX(-95%);
          transform: translateX(-95%);
  text-align: left;
}
.content-item-wrap .content-item-img-wrap .graph-box a .hover-bg-leave {
  left: -410px !important;
}
.content-item-wrap .content-item-img-wrap .graph-box .hover-leave .hover-bg {
  z-index: 1;
  right: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.honor-wrap {
  height: 652px;
  width: 100%;
  padding: 0;
  background-color: #FBFBFB;
}
.honor-wrap .honor-wrap-detail {
  position: relative;
  height: 100%;
}
.honor-wrap .honor-wrap-detail .honor-title-wrap {
  position: relative;
  padding-top: 100px;
  margin-bottom: 80px;
  font-size: 36px;
  font-weight: 600;
  color: #252423;
  text-align: left;
}
.honor-wrap .honor-wrap-detail .honor-title-wrap a {
  cursor: pointer;
}
.honor-wrap .honor-wrap-detail .honor-title-wrap .btn-arrow {
  position: absolute;
  right: 0;
}
.honor-wrap .honor-wrap-detail .honor-title-wrap .btn-arrow-hover {
  display: none;
}
.honor-wrap .honor-wrap-detail .honor-title-wrap:hover .btn-arrow-right {
  display: none;
}
.honor-wrap .honor-wrap-detail .honor-title-wrap:hover .btn-arrow-hover {
  display: inline-block;
}
.honor-wrap .honor-wrap-detail .honor-img-wrap .graph-box {
  height: auto;
}
.honor-wrap .honor-wrap-detail .honor-img-wrap .graph-box .graph {
  height: 250px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: -webkit-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.honor-wrap .honor-wrap-detail .honor-img-wrap .graph-box .desc {
  margin-top: 30px;
  text-align: center;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #252423;
}
.honor-wrap .honor-wrap-detail .honor-img-wrap .graph-box:hover .graph {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: rgba(250, 140, 22, 0.12) 0px 12px 24px;
          box-shadow: rgba(250, 140, 22, 0.12) 0px 12px 24px;
}
.responsibility-news-wrap {
  height: 742px;
  background: #fff;
}
.responsibility-news-wrap .responsibility-news-detail-wrap {
  position: relative;
  height: 100%;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .left {
  float: left;
  display: inline-block;
  width: 490px;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .right {
  float: left;
  width: 630px;
  float: right;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .right .content {
  float: left;
  width: 100%;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .right .content-img-wrap {
  display: inline-block;
  width: 295px;
  float: left;
  overflow: hidden;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .right .content-img-wrap a {
  display: block;
  font-size: 0;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .right .content-img-wrap:hover .img-wrap {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.responsibility-news-wrap .responsibility-news-detail-wrap .right .img-wrap {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 295px;
  height: 180px;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .right .img-desc {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 30px;
  color: #252423;
  font-size: 16px;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .title-wrap {
  margin-top: 100px;
  font-size: 36px;
  font-weight: 600;
  color: #252423;
  margin-bottom: 60px;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .content {
  position: relative;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .content .line {
  position: absolute;
  width: 1px;
  height: 100%;
  border-right: 1px solid #e3e3e3;
  height: 362px;
  left: 8px;
  top: 10px;
  top: 4px;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .content .content-wrap {
  margin-left: 24px;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .content .content-wrap .item {
  width: 462px;
  height: 60px;
  line-height: 60px;
  position: relative;
  top: -20px;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  cursor: pointer;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .content .content-wrap .item a {
  display: block;
  color: #252423;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .content .content-wrap .item a:hover {
  background: #FF983F;
  color: #fff;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .content .content-wrap .item a:hover i {
  width: 16px;
  height: 16px;
  left: -23px;
  background-image: url('/assets/img/icon/icon_diamond@2x.png');
  background-size: 100% 100%;
  background-color: transparent;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .content .content-wrap .item i {
  position: absolute;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #e3e3e3;
  left: -18px;
  top: 22px;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .content .content-wrap .item .content-time {
  display: inline-block;
  height: 60px;
  margin: 0 36px 0 12px;
  font-size: 20px;
  font-weight: 600;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .content .content-wrap .item .p {
  float: right;
  width: 320px;
  font-size: 16px;
  height: 60px;
  margin-right: 20px;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .content .content-wrap .current {
  background: #FF983F;
  color: #fff;
}
.responsibility-news-wrap .responsibility-news-detail-wrap .content .content-wrap .current i {
  width: 16px;
  height: 16px;
  left: -23px;
  background-image: url('/assets/img/icon/icon_diamond@2x.png');
  background-size: 100% 100%;
  background-color: transparent;
}
.common-statement-wrap .common-statement-detail-wrap .right .btn-arrow {
  bottom: 0px;
}
<!--0.0001680850982666-->