.introduceAndtoDoItems {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 355px;
  padding: 30px 30px 0 30px;
}
.introduceAndtoDoItems .introduce,
.introduceAndtoDoItems .toDoItems {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  height: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 19px 21px 24px 15px;
  background: #FFFFFF;
  border: 0.5px solid #C0E7FF;
  box-shadow: 0px 4px 10px 0px rgba(34, 103, 206, 0.13);
}
.introduceAndtoDoItems .introduce .introduce_hd,
.introduceAndtoDoItems .introduce .toDoItems_hd,
.introduceAndtoDoItems .toDoItems .introduce_hd,
.introduceAndtoDoItems .toDoItems .toDoItems_hd {
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
  border-bottom: 1px solid #CFDAF0;
}
.introduceAndtoDoItems .introduce .introduce_hd a,
.introduceAndtoDoItems .introduce .toDoItems_hd a,
.introduceAndtoDoItems .toDoItems .introduce_hd a,
.introduceAndtoDoItems .toDoItems .toDoItems_hd a {
  display: inline-block;
  width: 125px;
  height: 97%;
  line-height: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.introduceAndtoDoItems .introduce .introduce_hd i,
.introduceAndtoDoItems .introduce .toDoItems_hd i,
.introduceAndtoDoItems .toDoItems .introduce_hd i,
.introduceAndtoDoItems .toDoItems .toDoItems_hd i {
  position: relative;
  display: inline-block;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 27px;
  font-size: 16px;
}
.introduceAndtoDoItems .introduce .introduce_hd i:before,
.introduceAndtoDoItems .introduce .toDoItems_hd i:before,
.introduceAndtoDoItems .toDoItems .introduce_hd i:before,
.introduceAndtoDoItems .toDoItems .toDoItems_hd i:before {
  position: absolute;
  right: 0;
  font-size: 20px;
}
.introduceAndtoDoItems .introduce .introduce_hd a.more,
.introduceAndtoDoItems .introduce .toDoItems_hd a.more,
.introduceAndtoDoItems .toDoItems .introduce_hd a.more,
.introduceAndtoDoItems .toDoItems .toDoItems_hd a.more {
  text-align: right;
}
.introduceAndtoDoItems .introduce .introduce_bd li,
.introduceAndtoDoItems .introduce .toDoItems_bd li,
.introduceAndtoDoItems .toDoItems .introduce_bd li,
.introduceAndtoDoItems .toDoItems .toDoItems_bd li {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 43px;
  line-height: 43px;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.introduceAndtoDoItems .introduce .introduce_bd li:hover span,
.introduceAndtoDoItems .introduce .toDoItems_bd li:hover span,
.introduceAndtoDoItems .toDoItems .introduce_bd li:hover span,
.introduceAndtoDoItems .toDoItems .toDoItems_bd li:hover span {
  margin-left: 5px;
}
.introduceAndtoDoItems .introduce .introduce_bd a,
.introduceAndtoDoItems .introduce .toDoItems_bd a,
.introduceAndtoDoItems .toDoItems .introduce_bd a,
.introduceAndtoDoItems .toDoItems .toDoItems_bd a {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
}
.introduceAndtoDoItems .introduce .introduce_bd i,
.introduceAndtoDoItems .introduce .toDoItems_bd i,
.introduceAndtoDoItems .toDoItems .introduce_bd i,
.introduceAndtoDoItems .toDoItems .toDoItems_bd i {
  margin-right: 10px;
}

.mainContent {
  background: #FFFFFF;
}

.interactive_exchange {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 30px;
}
.interactive_exchange .online_consultation,
.interactive_exchange .solicitationsurvey_WeChat {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
}
.interactive_exchange .online_consultation {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 0.5px solid #C0E7FF;
  box-shadow: 0px 4px 10px 0px rgba(34, 103, 206, 0.13);
}
.interactive_exchange .online_consultation_hd {
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 47px;
  margin: 23px;
  border-bottom: 1px solid #CFDAF0;
}
.interactive_exchange .online_consultation_hd h4 {
  display: inline-block;
  width: 126px;
  height: 97%;
  line-height: 40px;
}
.interactive_exchange .online_consultation_hd h4 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.interactive_exchange .online_consultation_hd a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
}
.interactive_exchange .online_consultation_hd li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 104px;
}
.interactive_exchange .online_consultation_hd li i {
  margin-right: 11px;
  font-size: 22px;
}
.interactive_exchange .online_consultation_hd li i.icon-woyaoxiexin {
  font-size: 25px;
}
.interactive_exchange .online_consultation_hd li:nth-child(2) {
  margin: 0 42px;
}
.interactive_exchange .online_consultation_bd {
  margin: 0 22px;
}
.interactive_exchange .online_consultation_bd a,
.interactive_exchange .online_consultation_bd div,
.interactive_exchange .online_consultation_bd i,
.interactive_exchange .online_consultation_bd p,
.interactive_exchange .online_consultation_bd h4 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.interactive_exchange .online_consultation_bd a {
  display: inline-block;
  width: 100%;
  height: 120px;
  background: rgba(144, 188, 253, 0.06);
  border: 1px solid rgba(34, 103, 206, 0.07);
}
.interactive_exchange .online_consultation_bd a div {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  line-height: 38px;
  margin: 0 16.74px;
}
.interactive_exchange .online_consultation_bd a div.answer {
  border-bottom: 1px solid rgba(34, 103, 206, 0.07);
}
.interactive_exchange .online_consultation_bd a div.time_condition {
  margin-left: 23px;
}
.interactive_exchange .online_consultation_bd a i {
  margin-right: 9px;
  font-size: 24px;
}
.interactive_exchange .online_consultation_bd a i.icon-wenda {
  color: #CE2D22;
}
.interactive_exchange .online_consultation_bd a i.icon-laijianshijian {
  color: #999999;
}
.interactive_exchange .online_consultation_bd a h4 {
  font-weight: bold;
}
.interactive_exchange .online_consultation_bd a p,
.interactive_exchange .online_consultation_bd a span {
  color: #666666;
}
.interactive_exchange .online_consultation_bd a h4,
.interactive_exchange .online_consultation_bd a p {
  line-height: 38px;
  font-size: 16px;
}
.interactive_exchange .online_consultation_bd a .ask_time {
  margin-right: 35px;
}
.interactive_exchange .online_consultation_bd a:nth-child(2) {
  margin: 20px 0;
}
.interactive_exchange .online_consultation_bd div:hover {
  margin-left: 20px;
}
.interactive_exchange .solicitationsurvey {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 0.5px solid #C0E7FF;
  box-shadow: 0px 4px 10px 0px rgba(34, 103, 206, 0.13);
  padding: 23px 13px 17px 19px;
}
.interactive_exchange .solicitationsurvey_hd {
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 38px;
  margin-bottom: 17px;
  border-bottom: 1px solid #CFDAF0;
}
.interactive_exchange .solicitationsurvey_hd a {
  display: inline-block;
  width: 125px;
  height: 97%;
  line-height: 25px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.interactive_exchange .solicitationsurvey_hd i {
  position: relative;
  display: inline-block;
  height: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-right: 27px;
  font-size: 16px;
}
.interactive_exchange .solicitationsurvey_hd i:before {
  position: absolute;
  right: 0;
  font-size: 20px;
}
.interactive_exchange .solicitationsurvey_hd a.more {
  text-align: end;
}
.interactive_exchange .solicitationsurvey_bd a {
  display: inline-block;
  width: 100%;
  height: 130px;
  background: #F9FBFF;
  border: 1px solid rgba(34, 103, 206, 0.07);
}
.interactive_exchange .solicitationsurvey_bd a:nth-child(1) {
  margin-bottom: 16px;
}
.interactive_exchange .solicitationsurvey_bd h4,
.interactive_exchange .solicitationsurvey_bd p {
  padding: 0 20px;
}
.interactive_exchange .solicitationsurvey_bd h4,
.interactive_exchange .solicitationsurvey_bd p,
.interactive_exchange .solicitationsurvey_bd span {
  line-height: 38px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.interactive_exchange .solicitationsurvey_bd h4 {
  line-height: 28px;
  margin-top: 9px;
  font-weight: bold;
}
.interactive_exchange .solicitationsurvey_bd .abstract {
  padding: 0;
  margin: 0 20px;
  border-bottom: 1px solid rgba(34, 103, 206, 0.07);
}
.interactive_exchange .solicitationsurvey_bd p,
.interactive_exchange .solicitationsurvey_bd span {
  color: #999999;
}
.interactive_exchange .solicitationsurvey_bd .solicitationsurvey_time {
  padding: 0 23px 0 8.24px;
}
.interactive_exchange .solicitationsurvey_bd i {
  font-size: 20px;
}
.interactive_exchange .solicitationsurvey_bd .solicitationsurvey_time_condition {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.interactive_exchange .solicitationsurvey_bd :hover h4,
.interactive_exchange .solicitationsurvey_bd :hover p {
  padding-left: 25px;
}
.interactive_exchange .solicitationsurvey_bd :hover .solicitationsurvey_time_condition {
  padding-left: 20px;
}
.interactive_exchange .solicitationsurvey_bd :hover .abstract {
  padding-left: 0;
  margin-left: 25px;
}

@media (max-width: 1200px) {
  .interactive_exchange .online_consultation_hd li:nth-child(2) {
    margin: 0 10px;
  }
}
@media (max-width: 1023px) {
  .interactive_exchange .online_consultation {
    height: auto;
  }
  .interactive_exchange .online_consultation_hd {
    height: auto;
    margin: 10px;
  }
  .interactive_exchange .online_consultation_hd h4 {
    width: auto;
  }
  .interactive_exchange .online_consultation_hd h4 a {
    font-size: 18px;
    text-align: start;
  }
  .interactive_exchange .online_consultation_hd h4,
  .interactive_exchange .online_consultation_hd li {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 8px 0;
  }
  .interactive_exchange .online_consultation_bd {
    margin: 0 10px;
  }
  .interactive_exchange .online_consultation_bd a {
    margin-bottom: 10px;
  }
  .interactive_exchange .online_consultation_bd a:nth-child(2) {
    margin: 0;
    margin-bottom: 10px;
  }
  .interactive_exchange .solicitationsurvey .solicitationsurvey_hd {
    height: 99%;
  }
  .interactive_exchange .solicitationsurvey .solicitationsurvey_hd a {
    width: auto;
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .introduceAndtoDoItems {
    height: auto;
    margin-bottom: 10px;
  }
  .introduceAndtoDoItems .introduce,
  .introduceAndtoDoItems .toDoItems {
    width: 100%;
  }
  .introduceAndtoDoItems .introduce {
    margin-bottom: 20px;
  }
  .introduceAndtoDoItems {
    padding: 10px;
  }
  .interactive_exchange {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 10px;
  }
  .interactive_exchange .online_consultation {
    width: 100%;
    margin-bottom: 20px;
  }
  .interactive_exchange .solicitationsurvey_WeChat {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 515px) {
  .introduceAndtoDoItems .introduce .introduce_bd a,
  .introduceAndtoDoItems .introduce .toDoItems_bd a,
  .introduceAndtoDoItems .toDoItems .introduce_bd a,
  .introduceAndtoDoItems .toDoItems .toDoItems_bd a {
    width: 70%;
  }
}
@media (max-width: 414px) {
  .interactive_exchange .online_consultation_hd ul {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 360px) {
  .interactive_exchange .online_consultation_hd li:nth-child(2) {
    margin: 0;
  }
  .interactive_exchange .online_consultation_bd a div {
    margin: 0;
  }
  .interactive_exchange .online_consultation_bd a div.time_condition {
    margin: 0;
  }
  .interactive_exchange .solicitationsurvey .solicitationsurvey_bd p,
  .interactive_exchange .solicitationsurvey .solicitationsurvey_bd h4,
  .interactive_exchange .solicitationsurvey .solicitationsurvey_bd p,
  .interactive_exchange .solicitationsurvey .solicitationsurvey_bd h4 {
    padding: 0;
  }
  .interactive_exchange .solicitationsurvey .solicitationsurvey_bd .abstract {
    margin: 0;
  }
  .interactive_exchange .solicitationsurvey_WeChat {
    margin-bottom: 10px;
  }
}