.txh-main * {
  box-sizing: border-box;
}

.txh_welcome_area {
  font-size: 20px;
  color: #ffffff;
  height: 289px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 44px;
  text-align: right;
}
.txh_welcome_area .welcome_title {
  font-size: 45px;
  font-family: SimHei, "Microsoft Yahei", sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-top: 44px;
}
.txh_welcome_area .welcome_title_en {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  font-family: SimHei, "Microsoft Yahei", sans-serif;
  margin-top: 14px;
}
.txh_welcome_area .welcome_search {
  margin-top: 20px;
  width: 100%;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end; /* Align content to the right for IE10/11 */
  justify-content: flex-end; /* Align content to the right for modern browsers */
  text-align: right;
}
.txh_welcome_area .welcome_search .search_area {
  width: 388px;
  height: 50px;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
}
.txh_welcome_area .welcome_search .search_area .search_area_key {
  font-size: 20px;
  font-family: "Adobe Heiti Std", SimHei, sans-serif;
  font-weight: normal;
  color: #666666;
}
.txh_welcome_area .welcome_search .search_btn {
  width: 76px;
  height: 50px;
  background: #6380a3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.txh_welcome_area .welcome_search .search_btn img {
  width: 26px;
  height: 26px;
}

.txh_notice {
  width: 100%;
  height: 40px;
  opacity: 0.9;
  background: #213291;
  border-radius: 5px;
  position: relative;
  font-size: 12px;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 12px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.txh_notice .txh_notice_box {
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
.txh_notice .txh_notice_box img {
  height: 30px;
  width: 30px;
  margin-right: 15px;
}
.txh_notice .txh_notice_box .txh_notice_title {
  font-size: 20px;
  font-family: "Adobe Heiti Std", SimHei, sans-serif;
  font-weight: normal;
  color: #919de4;
  min-width: 68px;
  white-space: nowrap;
}
.txh_notice .swiper-container {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.txh_notice .text {
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  font-family: "Adobe Heiti Std", SimHei, sans-serif;
  font-weight: normal;
  color: #cedcff;
  line-height: 40px;
}
.txh_notice .text a {
  display: inline-block;
  height: 100%;
  max-width: 100%;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.txh_notice .text:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 50%;
  vertical-align: middle;
}
.txh_notice .more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.txh_notice .more a {
  display: inline-block;
  color: #919de4;
  font-size: 16px;
  line-height: 40px;
}

.common_title {
  font-size: 20px;
  font-family: SimHei, "Microsoft Yahei", sans-serif;
  font-weight: bold;
  color: #163ea3;
  letter-spacing: 2px;
  height: 60px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 12px;
}
.common_title:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #b0c4de;
}
.common_title .more {
  position: absolute;
  right: 12px;
  top: 0;
  z-index: 2;
}
.common_title .more a {
  display: inline-block;
  font-weight: 400;
  color: #808080;
  font-size: 16px;
  line-height: 60px;
}

.txh_main {
  background: url(topic_bg.png) no-repeat;
  background-size: contain;
}

.txh_main_news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 570px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.txh_main_news .left_main_news {
  width: 720px;
  height: 100%;
  background-color: #ffffff;
}
.txh_main_news .left_main_news .main_news_content {
  padding-top: 35px;
  padding-left: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.txh_main_news .left_main_news .main_news_content .main_news_content_box {
  box-sizing: border-box;
  height: 240px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.txh_main_news .left_main_news .main_news_content .news_item {
  margin-bottom: 26px;
}
.txh_main_news .left_main_news .main_news_content .news_item a {
  display: inline-block;
  height: 18px;
  font-size: 18px;
  font-family: SimHei, "Microsoft Yahei", sans-serif;
  font-weight: 400;
  color: #454545;
  letter-spacing: 1.8px;
  max-width: 630px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.txh_main_news .left_main_news .main_news_content .main1 {
  margin-bottom: 25px;
}

.txh_main_news .left_main_news .main_news_content .main1 a {
  height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #163ea3;
}
.txh_main_news .left_main_news .main_news_content .main1 {
  margin-bottom: 33px;
}
#newsCq .news_item {
  margin-bottom: 25px;
}
.txh_main_news .left_main_news .main_news_content .main2 a {
  height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 2.4px;
}
.txh_main_news .right_main_news {
  width: 670px;
  height: 100%;
}
.txh_main_news .right_main_news_item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}
.txh_main_news .right_main_news_item a .right_main_news_item_box {
  height: 56px;
  line-height: 56px;
  padding-left: 8px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 400;
}
.txh_main_news .right_main_news_item a .right_main_news_item_box p {
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.txh_main_news .right_main_news .right_main_news-pagination {
  height: 10px;
}
.txh_main_news .right_main_news .right_main_news-pagination {
  position: absolute;
  width: auto;
  left: auto;
  right: 18px;
  bottom: 22px;
  color: #fff;
  font-size: 16px;
  z-index: 2;
}
.txh_main_news .right_main_news .right_main_news-pagination span {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #dddddd;
}
.txh_main_news
  .right_main_news
  .right_main_news-pagination
  .swiper-pagination-bullet-active {
  background: #ff0000;
}

.txh_introduce {
  margin-bottom: 52px;
}
.txh_introduce .txh_introduce_content {
  margin-top: 30px;
  height: 170px;
  font-size: 20px;
  font-family: AlibabaPuHuiTi_3_55_Regular, sans-serif;
  font-weight: 400;
  color: #3e3e3e;
  line-height: 30px;
}
.txh_introduce .txh_introduce_content p {
  text-align: justify;
  text-indent: 2em;
}

.txh_subs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px;
}
.txh_subs .sub_item {
  width: 460px;
  height: 580px;
  background: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
}
.sub_item_title {
  display: block;
  font-size: 20px;
  color: #163ea3;
  margin-top: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub_item_title:first-child {
  margin-top: 0;
}
.sub_item_text {
  font-size: 14px;
  margin-top: 25px;
  color: #656565;
  line-height: 30px;
}
.txh_subs .sub_item .sub_item_content {
  box-sizing: border-box;
  padding: 30px 0;
}
.txh_subs .sub_item .sub_item_content .sub_item_content_first {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  height: 256px;
  margin-bottom: 16px;
}
.txh_subs .sub_item .sub_item_content .sub_item_content_first img {
  width: 300px;
  height: 190px;
  margin-bottom: 16px;
}
.txh_subs
  .sub_item
  .sub_item_content
  .sub_item_content_first
  .content_first_title {
  max-width: 300px;
  max-height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #163ea3;
  line-height: 25px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.txh_subs .sub_item .sub_item_content .sub_item_content_box {
  height: 218px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
}
.txh_subs .sub_item .sub_item_content .sub_item_content_box .content_li {
  width: 353px;
  font-size: 20px;
  font-family: "Adobe Heiti Std", SimHei, sans-serif;
  font-weight: normal;
  color: #3e3e3e;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 20px;
  margin-bottom: 26px;
}
.txh_subs .sub_item .sub_item_content .sub_item_content_box .content_li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #163ea3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.txh_subs .sub_item .sub_item_content_box1 {
  padding: 30px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  height: 460px;
}
.txh_subs .sub_item .sub_item_content_box1 .content_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.txh_subs .sub_item .sub_item_content_box1 .content_item img {
  width: 200px;
  height: 130px;
}
.txh_subs .sub_item .sub_item_content_box1 .content_item .content_item_title {
  width: 218px;
  font-size: 20px;
  max-height: 75px;
  font-family: "Adobe Heiti Std", SimHei, sans-serif;
  font-weight: normal;
  color: #163ea3;
  line-height: 25px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.txh_special {
  margin-bottom: 42px;
}
.txh_special .txh_special_content {
  padding: 30px 0 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.txh_special .txh_special_content .index_zt {
  height: 310px;
  width: 1278px;
  box-sizing: border-box;
}
.txh_special .txh_special_content .index_zt a {
  display: block;
  width: 300px;
  height: 100%;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}
.txh_special .txh_special_content .index_zt a .index_zt_item_title {
  margin-top: 16px;
  margin-bottom: 22px;
  width: 268px;
  font-size: 20px;
  font-family: SimHei, "Microsoft Yahei", sans-serif;
  font-weight: 400;
  color: #163ea3;
  line-height: 30px;
  text-align: center;
}
.txh_special .txh_special_content .index_zt a img {
  width: 300px;
  height: 190px;
}
.txh_special .txh_special_content .ztSwiper-btn {
  position: absolute;
  top: 105px;
  cursor: pointer;
  z-index: 2;
  width: 22px;
  height: 40px;
}
.txh_special .txh_special_content .ztSwiper-prev {
  left: 0;
}
.txh_special .txh_special_content .ztSwiper-next {
  right: 0;
}
.txh_special .txh_special_content .ztSwiper-btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: initial;
}

.txh_1 {
  margin-bottom: 30px;
}
.txh_1 img {
  width: 100%;
  height: 110px;
}
.txh_2 {
  margin-bottom: 70px;
}
.txh_2 img {
  width: 100%;
  height: 134px;
}

@media screen and (max-width: 768px) {
  .txh_welcome_area {
    padding-top: 0.2rem;
    padding-right: 0.24rem;
    height: 2.4rem;
  }
  .txh_notice .txh_notice_box {
    width: 1.15rem;
  }
  .txh_notice .text {
    width: 85%;
    font-size: 0.24rem;
  }
  .txh_notice .more a {
    font-size: 0.2rem;
  }
  .txh_notice .txh_notice_box img {
    height: 0.3rem;
    width: 0.3rem;
  }
  .txh_introduce .txh_introduce_content {
    height: auto;
  }
  .txh_welcome_area .welcome_title {
    font-size: 0.45rem;
    margin-top: 0;
  }
  .welcome_title_en {
    font-size: 0.14rem;
  }
  .welcome_search {
    max-width: 6.64rem !important;
    height: 0.5rem !important;
  }
  .txh_notice {
    margin: auto;
    width: calc(100% - 0.32rem);
  }
  .txh_notice_title {
    font-size: 0.24rem !important;
  }
  .txh_main_news {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .txh_main_news .left_main_news {
    width: 100%;
    height: auto;
  }
  .main_news_content {
    padding: 0.35rem 0.16rem !important;
  }
  .main_news_content_box {
    width: 100%;
  }
  .txh_main_news .left_main_news .main_news_content .news_item a {
    width: 100%;
  }
  .txh_main_news .right_main_news {
    height: 5.7rem;
    width: 100% !important;
  }
  .txh_introduce_content {
    padding: 0 0.16rem;
  }
  .txh_subs {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txh_subs .sub_item {
    width: 100%;
  }
  .content_li {
    padding: 0 0.64rem;
    width: calc(100% - 1.28rem) !important;
  }
  .content_li a {
    display: block;
    width: 100%;
  }
}
