.container .content .search-wrap {
  padding-bottom: 19px;
  border-bottom: 1px solid #F4C7C7;
}

.container .content .list-nav {
  width: 160px;
  height: 40px;
  background: #B8B8B8;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  float: left;
  margin-right: 2px;
  cursor: pointer;
}

.container .content .list-nav.select {
  background: #E22323;
  color: #FFFFFF;
}

.container .content .txt {
  width: 500px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #B8B8B8;
  border-radius: 4px;
  box-sizing: border-box;
  float: left;
  margin-left: 34px;
  padding-left: 14px;
  outline: none;
}

.container .content .search-btn {
  width: 100px;
  height: 40px;
  background: #E22323;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  float: right;
  cursor: pointer;
}

.container .content .news-list .news-item {
  border-bottom: 1px dashed #F4C7C7;
  overflow: hidden;
}

.container .content .news-list .news-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2E3233;
  margin-top: 20px;
  display: block;
  text-indent: 20px;
}

.container .content .news-list .news-word {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2E3233;
  line-height: 24px;
  margin: 10px 0;
  text-indent: 20px;
}

.container .content .news-list .news-time {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9F9F9F;
  text-align: right;
  margin-bottom: 19px;
}

.list-title {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  background: #fff;
  margin-bottom: 20px;
  background-image: url("list_title_bg.png");
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

.list-title .main {
  width: 160px;
  font-size: 18px;
  font-weight: bold;
  color: #0078C1;
  line-height: 50px;
  text-align: center;
  float: left;
}

.section_2 {
  width: auto;
  height: 7.5rem;
  background-image: url("index_header_app.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.section_3 {
  width: 100%;
  min-height: 1.75rem;
  background-color: rgba(0, 0, 0, 0.3);
  padding: .375rem .625rem;
  align-items: center;
}

.section_4 {
  width: fit-content;
  height: .75rem;
  line-height: .75rem;
  color: #ffffff;
  font-size: .75rem;
  font-family: Microsoft YaHei;
}

.section_4:last-child {
  width: 7.5rem;
  height: 1.875rem;
  border-radius: .25rem;
  background-color: #ec940a;
  text-align: center;
  line-height: 1.875rem;
  font-size: 1.125rem;
  font-weight: bold;
}

.section_4_hr {
  width: 1px;
  height: .75rem;
  background-color: #fff;
  margin: 0 .375rem;
}

.section_5 {
  width: 100%;
  background-image: linear-gradient(0deg, #0078c1 0%, #1e9bca 100%);
}

.section_5_div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.section_5_div:last-child {
  border-bottom: none;
}

.text-wrapper {
  background-color: rgba(0, 0, 0, 0.1);
}

.text_12 {
  width: 25%;
  height: 1.88rem;
  color: #ffffff;
  font-size: .8125rem;
  font-family: PingFang;
  line-height: 0.91rem;
  text-align: center;
  padding: 0.47rem 0 0.5rem;
}

.text_12 a {
  color: #fff;
}

.xydtTitle {
  width: 100%;
  height: 2.5rem;
  background: #FFFFFF;
  box-shadow: 0px 0.125rem 0.1875rem 0px rgba(0, 52, 82, 0.15);
  font-size: .875rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #128EC6;
  padding-left: .8125rem;
}

.xydtTitle .xydtTitleIcon {
  width: .9375rem;
  height: .9375rem;
  margin-right: .5rem;
}

.xydtTab {
  width: 100%;
  height: 3.4375rem;
  font-size: .875rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  border-bottom: 1px solid #CFE0EB;
}

.xydtTab li {
  width: 32%;
  height: 1.875rem;
  text-align: center;
  line-height: 1.875rem;
  background-color: #CBCBCB;
  margin: 0 .125rem;
}

.xydtTab li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.xydtTab .xydtTab_active {
  background-color: #E22323;
}

.xydtNews {
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
}

.xydtNews .xydtNewsBox {
  width: 100%;
  height: auto;
  padding: 0 .8125rem;
  box-sizing: border-box;
}

.xydtNews .xydtNewsBox li {
  width: 100%;
  height: auto;
  padding-top: .9375rem;
  padding-bottom: .375rem;
  border-bottom: 1px dotted #CFE0EB;
}

.xydtNews .xydtNewsBox li .title {
  font-size: .9375rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #2E3233;
  text-indent: 0.4rem;
}

.xydtNews .xydtNewsBox li .text {
  font-size: .875rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #2E3233;
  line-height: 1.4375rem;
  text-indent: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xydtNews .xydtNewsBox li .txt {
  font-size: .75rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #9F9F9F;
  line-height: 0.75rem;
  text-align: right;
}

.section_20 {
  padding: 1.56rem 0.8rem;
  background-color: #0078C1;
}

.section_20 .group_53 {
  line-height: 0.94rem;
}

.section_20 .text_127 {
  color: #ffffff;
  font-size: 0.75rem;
  font-family: PingFang;
  line-height: 0.94rem;
}

.section_20 .text_127 a img {
  width: .875rem;
  height: .875rem;
}

.section_20 .image_55 {
  width: 1.59rem;
  height: 1.91rem;
}

.section_20 .image_56 {
  width: 3.97rem;
  height: 1.91rem;
}

.section_20 .group_54 {
  height: auto;
  margin-top: 1rem;
}

.pc_div {
  display: block;
}

.app_div {
  display: none;
}

@media (max-width: 960px) {
  .pc_div {
    display: none;
  }
  .app_div {
    display: block;
  }
  .section_5_elder,
  .section_20_elder {
    display: none;
  }
  .section_5_app,
  .section_20_app {
    display: block;
  }
}
