* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
}

ul > li {
  list-style: none;
}

.main {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.main.kechixufazhan {
  overflow: visible;
}

.topTu {
  width: 100%;
  /*height: 542px;*/
  overflow: hidden;
}

.threeTu {
  height: 538px;
}

.imgWrapper {
  width: 100%;
  position: relative;
}

.wordSupernatant {
  position: absolute;
  width: 39%;
  z-index: 3;
  right: 60px;
  top: 58px;
}

.wordSupernatant > img {
  width: auto !important;
}

.imgWrapper > img {
  position: absolute;
  width: 100%;
}

.bottomPic {
  position: absolute;
  top: 329px;
}

.topPic {
  top: -2px;
}

.topPic,
.bottomPic {
  z-index: 2;
}

.midPic {
  z-index: 1;
}

.wordSupernatant > div,
.wordSupernatant > img {
  display: inline-block;
  float: left;
  width: 33.333%;
}

.wordDescribe {
  margin: 0 auto;
  height: 145px;
  writing-mode: vertical-rl;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-rl;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  font-size: 16px;
  /* position: absolute; */
  margin-right: -26px;
  margin-top: 40px;
  line-height: 200%;
  /* width: 26%!important; */
}

.img_wrap > img:first-child {
  width: 100%;
  position: static;
}

.smallTu {
  width: 25% !important;
  position: absolute;
  right: 177px;
  top: 94px;
}
.alltime,.alltime *{ transition: all .8s cubic-bezier(.43,.195,.02,1); -webkit-ttransition: all .8s cubic-bezier(.43,.195,.02,1); -moz-transition: all .8s cubic-bezier(.43,.195,.02,1);}
.knowMore {
  width: 16% !important;
  font-size: 16px;
  background: #4a0095;
  color: #ffffff;
  text-align: center;
  padding: -82px 0;
  height: 74px;
  /* line-height: 74px; */
  letter-spacing: 2px;
  cursor: pointer;
}

.ya-notice-tab {
  width: 100%;
  display: block;
  margin: 40px auto;
  text-align: center;
}

.ya-notice-tab a:hover,
.ya-notice-tab a.active {
  background: #4a0095;
  color: #fff;
}

.ya-notice-tab a:first-child {
  /*margin-right: 10px;*/
}

.ya-notice-tab a {
  position: relative;
  display: inline-block;
  border: 2px solid #4a0095;
  width: 134px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  color: #4a0095;
  cursor: pointer;
  font-size: 16px;
}

.ya-notice-tab a i.ya-notice-iconl {
  left: -120px;
}

.ya-notice-tab a i {
  position: absolute;
  top: 10px;
  width: 101px;
  height: 7px;
  background: url(../images/indexList/icon-line.png) no-repeat;
  background-size: 100%;
}

.ya-notice-tab a i.ya-notice-iconr {
  right: -120px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nextContent {
  width: 100%;
  margin: auto;
  border: 1px solid #ececec;
  margin-bottom: 56px;
}

.secondC {
  overflow: hidden;
  width: 96%;
  margin: auto;
  padding: 2% 0;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 0;
}

.secondC > div {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  /* padding: 0 9%; */
  border: 1px solid #e9e9e9;
  border-left: transparent;
  border-top: transparent;
  padding: 3% 0;
  height: 171px;
}

.innerLeft > img {
  width: 80%;
  margin-top: 4px;
}

.nameTop {
  color: #4a0095;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.innerRight ul {
  overflow: hidden;
}

.openUser:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.openUser {
  *zoom: 1;
}

.openUser {
  overflow: hidden;
  text-overflow: ellipsis;
  /* display:-webkit-box;  */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.innerRight ul li {
  font-size: 16px;
  float: left;
  width: 50%;
  margin-bottom: 10px;
  text-align: left;
}

.innerRight ul li > p {
  width: 77%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

.innerRight ul li > p > a {
  font-size: 16px;
  color: #333333;
}

.innerRight ul li > p > a:hover {
  color: #4a0095 !important;
}

.innerLeft {
  margin-right: 36px;
  width: 12%;
}

.longWord {
  width: 100%;
  margin: auto;
  height: 4rem;
}

.soloStyle {
  margin-left: 16%;
}

.clickLook span {
  color: #cacaca;
  font-size: 12px;
  cursor: pointer;
}

.clickLook span:first-child {
  margin-right: 10px;
}

.clickLook {
  position: absolute;
  right: 39px;
}

.moreW {
  border-bottom: 1px solid #cacaca;
  margin-right: 5px;
}

.transverseLine {
  display: block;
  width: 17.5%;
  height: 2px;
  background: #4a0095;
  margin-left: 35px;
  margin-bottom: 9px;
}

.innerRight {
  position: relative;
  width: 56%;
}

.thirdBox {
  border-bottom: transparent !important;
}

.fourthBox {
  border-right: transparent !important;
  border-bottom: transparent !important;
}

.secondBox {
  border-right: transparent !important;
}

.lastTu > div {
  display: inline-block;
}

.lastTu {
  padding: 36px 0px;
  padding-top: 10px\0;
}

.lastTu > div:first-child {
  margin-bottom: 20px;
}

.lastTu > div:last-child {
  width: 27%;
  margin-right: 0px;
}

.lastTu > div:first-child > img {
  margin-top: 0;
  position: relative;
  top: -33px;
  top: 46px\0;
}

/* 交易手册 */
.shouce > div {
  display: inline-block;
}

.shouce {
  padding: 36px 0px;
  padding-top: 10px\0;
}

.shouce > div:first-child {
  margin-bottom: 20px;
}

.shouce > div:last-child {
  width: 27%;
  margin-right: 0px;
}

.shouce > div:first-child > img {
  margin-top: 0;
  position: relative;
  top: -33px;
  top: 46px\0;
}

.imgWrapper > img {
  width: 100%;
}

.smallTu {
  width: 25% !important;
  position: absolute;
  right: 276px;
  top: 94px;
}

.innerC {
  width: 90%;
  margin: auto;
  overflow: hidden;
  padding: 48px 0;
}

.innerC > ul > li {
  float: left;
  width: 33.33%;
  margin-bottom: 22px;
  overflow: hidden;
}

.innerC > ul > li > a > div {
  width: 89%;
  margin: auto;
  overflow: hidden;
  padding-top: 10px;
  border: 1px solid #f1f1f1;
  border-top: 2px solid #4a0095;
}

.changeHall {
  border: 1px solid #e9e9e9;
}

.innerC > ul > li > a > div > img {
  width: 100%;
}

.innerC > ul > li > a > div > div {
  text-align: center;
  color: #4a0095;
  padding: 8px 0;
  font-size: 18px;
  font-weight: bold;
}

.innerSaft {
  width: 93%;
  overflow: hidden;
  margin: auto;
  /* padding: 20px 0; */
  padding-top: 39px;
}

.innerSaft > ul > li {
  float: left;
  width: 25%;
  margin-bottom: 37px;
}

.innerSaft > ul > li > div {
  width: 90%;
  margin: auto;
}

.innerSaft > ul > li > div > a > img {
  width: 48%;
  display: block;
  margin: auto;
}

.innerSaft > ul > li > div > a > div {
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-top: 15px;
  font-weight: bold;
  width: 100%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.openUser li a {
  font-size: 16px;
  cursor: pointer;
  color: #333333;
}

.openUser li a:hover {
  color: #4a0095;
}

#china-map {
  width: 1000px;
  height: 709px;
  margin: auto;
}

.onlineOning {
  /*padding: 63px;*/
  padding-top: 20px;
}

#china-map > div:first-child > canvas {
  width: 100% !important;
}

.cityList {
  margin: 0 4px;
  font-size: 16px;
  word-wrap: break-word;
  word-break: break-all;
  display: inline-block;
  float: left;
}

.businessDepart {
  width: 400px;
}

.moreList {
  height: 196px;
  line-height: 196px;
  border-top: 1px solid #f1f1f1 !important;
}

.moreList > img {
  width: 64px !important;
  margin: auto;
  display: block;
  vertical-align: middle;
  margin-top: 77px;
}

em {
  /* margin: 0 1em; */
}

.specialLeft {
  margin-left: 101px !important;
  margin-right: 29px;
  width: 6%;
}

.specialRight {
  width: 75% !important;
}

.lastClick {
  right: 0;
}

.switchList_two {
  text-align: center;
}

.switchList_two a {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 33px\0;
  position: relative;
  display: inline-block;
  border: 2px solid #4a0095;
  width: 134px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  color: #4a0095;
  cursor: pointer;
  font-size: 16px;
}

.switchList_two a:hover,
.switchList_two a.active {
  background: #4a0095;
  color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .switchList_two a {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 33px;
  }
}

.switchList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.switchList i {
  width: 100px;
  height: 7px;
  background: url(../images/indexList/icon-line.png) no-repeat;
  background-size: 100%;
  margin: 0 10px;
}

.switchList i.ya-notice-iconr {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* 可持续发展 */
.kechixuContent {
  width: 100%;
  margin: auto;
}
.kechixuContent {
  position: relative;
}
.kechixuContent .index1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 85px;
  line-height: 1.5;
  position: relative;
}
.kechixufazhan .ya-notice-tab {
    margin: auto;
}
.kechixufazhan .ya-notice-tab a {
    width: 160px;
}
.kechixuContent .topTitle {
  height: 38px;
  line-height: 38px;
  background: #ffffff;
  padding: 0 18px;
  text-align: center;
  background: url(../images/index/titleBg.png) no-repeat;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 30px;
}
.kechixuContent .subTitle {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 1.72;
  letter-spacing: 1px;
}
.kechixuContent .index2 {
  background: #f6f6f6;
}
.kechixuContent .index2Inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 85px;
}
.kechixuContent .index2Inner .topTitle {
  margin-bottom: 50px;
}
.kechixuContent .index2Inner .transList .transList_item {
  background: #fff;
  padding: 5.5% 5% 8%;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: space-between;
}
.kechixuContent .index2Inner .transList .transList_item .transList_item_left {
  width: 34%;
}
.kechixuContent
  .index2Inner
  .transList
  .transList_item
  .transList_item_left
  .top {
  display: flex;
  align-items: center;
  color: #6b2ac4;
  font-weight: 900;
  letter-spacing: 1px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 14.5px;
  margin-bottom: 20px;
}
.kechixuContent
  .index2Inner
  .transList
  .transList_item
  .transList_item_left
  .top
  .text {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1px;
}
.kechixuContent
  .index2Inner
  .transList
  .transList_item
  .transList_item_left
  .top
  > img {
  margin-right: 10px;
  width: 40px;
}
.kechixuContent .index2Inner .transList .transList_item .transList_item_img {
  margin: 0 4.5%;
}
.kechixuContent
  .index2Inner
  .transList
  .transList_item
  .transList_item_img
  img {
  width: 100%;
}
.kechixuContent
  .index2Inner
  .transList
  .transList_item
  .transList_item_left
  .bottom
  .text1 {
  color: #6b2ac4;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.kechixuContent
  .index2Inner
  .transList
  .transList_item
  .transList_item_left
  .bottom
  .text2 {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
}
.kechixuContent .index2Inner .transList .transList_item .transList_item_right {
  width: 32%;
}
.kechixuContent
  .index2Inner
  .transList
  .transList_item
  .transList_item_right
  .transList_item_rightList
  .right_item {
  margin-bottom: 50px;
}
.kechixuContent
  .index2Inner
  .transList
  .transList_item
  .transList_item_right
  .transList_item_rightList
  .right_item:last-child {
  margin-bottom: 0;
}
.kechixuContent
  .index2Inner
  .transList
  .transList_item
  .transList_item_right
  .transList_item_rightList
  .right_item
  .right_item_title {
  color: #6b2ac4;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.kechixuContent
  .index2Inner
  .transList
  .transList_item
  .transList_item_right
  .transList_item_rightList
  .right_item
  .right_item_title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 83px;
  background: #6b2ac4;
}
.kechixuContent
  .index2Inner
  .transList
  .transList_item
  .transList_item_right
  .transList_item_rightList
  .right_item
  .right_item_content {
  color: #333;
  font-size: 14px;
  letter-spacing: 1px;
}

.kechixuContent .issueList {
  display: flex;
  align-items: flex-start;
  border: 1px solid #e5e5e5;
  padding: 6.65%;
  margin-top: 50px;
  width: 100%;
  margin-bottom: 80px;
  justify-content: space-between;
  min-height: 320px;
}
.kechixuContent .issueList .issueList_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kechixuContent .issueList .issueList_item .issueList_item_top {
  display: flex;
  padding: 10px 30px 10px 10px;
  align-items: center;
  border-radius: 40px;
  height: 80px;
  background: linear-gradient(270deg, #4b0296 0%, #9423b1 100%);
  margin-bottom: 20px;
}
.kechixuContent .issueList .issueList_item .issueList_item_top span {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.kechixuContent .issueList .issueList_item .issueList_item_top .top_img {
  border-radius: 50%;
  background: #fff;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.kechixuContent .issueList .issueList_item .issueList_item_top .top_img img{
  width: 30px;
  height: 30px;
}
.kechixuContent .issueList .issueList_item .issueList_item_content {
  color: #333;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  width: 285px;
}
.kechixuContent .index4 {
  background: #f6f6f6;
}
.kechixuContent .issueList .arrowImg {
  margin-top: 20px;
}
.kechixuContent .index3,
.kechixuContent .index4 .container,
.kechixuContent .index5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 85px;
}
.kechixuContent .index4 .container{
    padding-bottom: 85px;
}

.kechixuContent .reportList .carousel-inner {
  display: flex;
}
.kechixuContent .reportList .carousel-inner .swiper-slide {
  width: calc(25% - 30px);
  margin-right: 40px;
}
.kechixuContent .reportList .carousel-inner .item:last-child {
  margin-right: 0;
}
.kechixuContent .reportList .reportList_item .reportList_item_img {
  width: 100%;
}
.kechixuContent .reportList .reportList_item .reportList_item_img img {
  width: 100%;
}
.kechixuContent .reportList .reportList_item .reportList_item_title {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 23px 0 20px;
}
.kechixuContent .reportList .reportList_item .reportList_item_bottom {
  display: flex;
  justify-content: space-between;
}
.pre_btn {
  display: flex;
  width: 100px;
  height: 35px;
  justify-content: center;
  gap: 10px;
  color: #4a0095;
  border-radius: 20px;
  border: solid 1px #4a0095;
  align-items: center;
  cursor: pointer;
}
.abtm .alt{width: 44.8%;height: 100%;position: absolute;top: 0;left: 0;}
  
.abtm .alt .img{position: sticky;width: 100%;height: auto;top: 0;left: 0;overflow: hidden;}

.down_btn {
  display: flex;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 17.5px;
  background: url(../images/kechixufazhan/down.svg) center no-repeat;
  background-color: #fff;
  cursor: pointer;
}

.kechixuContent .reportList .reportList_item:hover .reportList_item_title {
  color: #4a0095;
}
.pre_btn:hover {
  border: solid 1px #4a0095;
  color: #fff;
  background: #4b0296;
}
.down_btn:hover {
  background: url(../images/kechixufazhan/downW.svg) center no-repeat;
  background-color: #4b0296;
}
.reportList {
  width: calc(100% - 240px);
  position: relative;
  margin: 0 120px;
  padding: 60px 0;
  overflow: hidden;
  min-height: 570px;
}
.kechixuContent .container1 {
  width: 1440px;
  position: relative;
}
.kechixuContent .btn {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/kechixufazhan/arrG.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -30px;
  z-index: 5;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.kechixuContent .btn.swiper-button-disabled{
    display: none;
}
.kechixuContent .prev1 {
  left: 0;
  right: auto;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.kechixuContent .btn:hover {
  background: url(../images/kechixufazhan/arrP.svg) center no-repeat;
  background-size: cover;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.kechixuContent .prev1:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.reportList .pagination1 {
  bottom: 0;
  z-index: 3;
}

.reportList .pagination1 span {
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background: #dadada;
  margin: 0 2px !important;
  opacity: 1;
}

.reportList .pagination1 span.swiper-pagination-bullet-active {
  background: #6e33aa;
}

.kechixuContent .ya-notice-list {
  width: 100%;
}

.kechixuContent .abtm{position: relative;width: 100%;margin-top: 140px;}

.kechixuContent .alt{width: 44.8%;height: 100%;position: absolute;top: 0;left: 0;}

.kechixuContent .alt .img{position: sticky;width: 100%;top: calc(50vh - var(--width));left: 0;overflow: hidden;}

.kechixuContent .alt .img img{position: absolute;top: 0;left: 0;z-index: 2;opacity: 0;}
.kechixuContent .alt .img img:nth-child(1){
  position: relative;
}
.kechixuContent .alt .img img.act{opacity: 1;}

.abtm .art {
  margin-left: 61%;
  padding-top: 60px;
}

.abtm .art dl dd {
  /* margin-bottom: 180px; */
  opacity: 0.08;
}
.abtm .art dl dd + dd{
  margin-top: 300px;
}
.abtm .art dl dd:last-child{
    margin-bottom: 100px
}
.abtm .art dl dd.act {
  opacity: 1;
}
.abtm .art dl dd .top_img {
  position: relative;
  display: flex;
  align-items: center;

  border-bottom: solid 1px #8753cf;
  margin-bottom: 10px;
}
.abtm .art dl dd .top_img .water {
  position: absolute;
  right: 0;
  bottom: 0;
}
.abtm .art dl dd .top_img .circle {
  margin-left: -50px;
  margin-right: 30px;
}
.abtm .art dl dd .top_img .text {
  padding-bottom: 25px;
}
.abtm .art dl dd .dtt1 {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
}
@media (max-width: 960px){
    .main.kechixufazhan {
        overflow: hidden;
    }
    .kechixufazhan .switchList .switchList_two{
        display: flex;
    }
    .kechixuContent .index1 {
        padding-top: 62px;
    }
    .kechixuContent .index3, .kechixuContent .index4 .container, .kechixuContent .index5 {
        padding-top: 62px;
    }
    .kechixuContent .issueList{
        flex-direction: column;
        align-items: center;
    }
    .kechixuContent .issueList .arrowImg{
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .kechixuContent .issueList .issueList_item:last-child{
        margin-bottom: 0;
    }
    .kechixuContent .abtm {
        margin-top: 60px;
    }
    .kechixuContent .alt {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .kechixuContent .alt .img {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        overflow: visible;
    }
    .kechixuContent .alt .img img {
        width: 100%;
        top: -80px;
    }
    .abtm .art {
        margin-left: 0;
        padding-top: 290px;
        width: 90%;
    }

    .abtm .art dl dd .top_img {
        margin-bottom: 10px;
        margin-left: 25px;
    }
    .abtm .art dl dd .top_img .circle {
        margin-left: -25px;
        margin-right: 10px;
        width: 15px;
    }
    .abtm .art dl dd .top_img .text {
        padding-bottom: 10px;
        height: 50px;
    }
    .abtm .art dl dd {
        opacity: 1;
        margin-bottom: 30px;
        margin-left: 40px;
    }
    .abtm .art dl dd + dd {
        margin-top: 30px;
    }
    .abtm .art dl dd .top_img .water {
        width: 180px;
    }
    .abtm .art dl dd:last-child {
        margin-bottom: 62px;
    }
    .reportList {
        width: 95%;
        margin: 0 60px;
        padding: 0 0 40px;
        overflow: hidden;
    }
    .kechixuContent .index2Inner {
        padding-top: 62px;
    }
    .kechixuContent .index2Inner .transList .transList_item {
        margin-bottom: 30px;
        flex-direction: column;
    }
    .kechixuContent .index2Inner .transList .transList_item .transList_item_left {
        width: 100%;
    }
    .kechixuContent .index2Inner .transList .transList_item .transList_item_left .top > img {
        margin-right: 10px;
        width: 28px;
    }
    .kechixuContent .index2Inner .transList .transList_item .transList_item_left .top .text {
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .kechixuContent .index2Inner .transList .transList_item .transList_item_right {
        width: 100%;
    }
    .kechixuContent .index2Inner .transList .transList_item .transList_item_img {
        margin: 0 4.5%;
        width: 60%;
    }
    .kechixuContent .index2Inner .transList .transList_item .transList_item_img img {
        width: 100%;
        height: 100%;
    }
    .kechixuContent .reportList .carousel-inner .swiper-slide {
        width: calc(50% - 20px);
    }
    .kechixuContent .btn {
        width: 35px;
        height: 35px;
        margin-top: -40px;
    }
    .kechixuContent .index4 .container{
        padding-bottom: 62px;
    }
    .kechixuContent .index5{
        padding-bottom: 12px;
    }
    .kechixuContent .issueList .issueList_item .issueList_item_top {
        padding: 10px 30px 10px 10px;
        border-radius: 35px;
        height: 70px;
        margin-bottom: 20px;
    }
    .kechixuContent .issueList .issueList_item .issueList_item_top .top_img {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    .kechixuContent .issueList {
        min-height: auto;
    }
    .reportList {
        min-height: auto;
    }
}