li {
  list-style: none;
}

.clearfix::after {
  clear: both;
  height: 0;
  display: block;
  content: '';
}

.container .content {
  min-height: 500px;
  padding: 0;
}

.list-wrap .list-title {
  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-wrap .list-title .main {
  width: 160px;
  font-size: 18px;
  font-weight: bold;
  color: #0078C1;
  line-height: 50px;
  text-align: center;
  float: left;
}

.list-wrap .list-title .sub-wrap {
  height: 50px;
  box-sizing: border-box;
  float: right;
  margin-right: 20px;
}

.list-wrap .list-title .sub-wrap .sub {
  font-size: 18px;
  font-weight: bold;
  color: #5C6466;
  line-height: 50px;
  float: left;
  cursor: pointer;
}

.list-wrap .list-title .sub-wrap .sub-line {
  width: 2px;
  height: 20px;
  background: #9EABB2;
  border-radius: 1px;
  float: left;
  margin: 15px 10px;
}

.list-wrap .list-title .sub-wrap .sub.cur-sub {
  color: #E22323;
}

.list-wrap .txt-name {
  font-size: 16px;
  font-weight: 500;
  color: #5C6466;
  line-height: 40px;
  float: left;
  margin-right: 12px;
  text-align: right;
}

.list-wrap .txt {
  width: 380px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #D4D8DB;
  float: left;
  font-size: 16px;
  font-weight: 400;
  margin-right: 20px;
  outline: none;
  box-sizing: border-box;
}

.list-wrap .search-btn {
  /* width: 149px; */
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #FF3333;
  background-image: url("search_btn_bg.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 17px center;
  float: right;
  cursor: pointer;
  padding: 0 42px 0 61px;
  box-sizing: border-box;
}

.list-wrap .list {
  margin-top: 20px;
  border: 1px solid #D4D8DB;
}

.list-wrap .list .tab-td {
  width: 10%;
  color: #5C6466;
  float: left;
  text-align: center;
}



.list-wrap .list .tab-td:nth-child(2){
  width: 70%;
}

.list-wrap .list .tab-td:nth-child(3){
  width: 20%;
}

.list-wrap .list .tab-th {
  height: 50px;
  background: #9EABB2;
  line-height: 50px;
}

.list-wrap .list .tab-tr {
  height: 50px;
  line-height: 50px;
}

.list-wrap .list .tab-th .tab-td {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}

.list-wrap .list .tab-tr .tab-td {
  font-size: 14px;
}

.list-wrap .list .bg {
  background: #F9F9F9;
}

.list-wrap .list .tab-tr .detail {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: #008DFF;
  cursor: pointer;
}

.list-wrap .list .cell1 {
  width: 25%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.list-wrap .list .cell2 {
  width: 25%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.list-wrap .list .cell3 {
  width: 10%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.list-wrap .list .cell4 {
  width: 15%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.list-wrap .page-wrap {
  margin-top: 20px;
}

.list-wrap .page-wrap .page {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #AEBABD;
  border-radius: 6px;
  float: left;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #5C6466;
  margin-left: 10px;
  cursor: pointer;
}

.list-wrap .page-wrap .page.select {
  color: #008DFF;
  border-color: #008DFF;
}

.list-wrap .page-wrap .page-pre {
  background-image: url("page_left.png");
  background-size: 10px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.list-wrap .page-wrap .page-next {
  background-image: url("page_right.png");
  background-size: 10px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.list-wrap .des {
  font-size: 15px;
  font-weight: 400;
  color: red;
  margin-top: 20px;
}

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

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

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

.section_2 .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_2 .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 .section_5_div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

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

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

.section_5 .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;
}

.section_5 .text_12 a {
  color: #ffffff;
}

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

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

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

.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;
}

.xydtTab {
  width: 100%;
  height: auto;
  font-size: .875rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  border-bottom: 1px solid #CFE0EB;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  padding: .375rem 0;
}

.xydtTab li {
  width: 40%;
  height: 2.1875rem;
  text-align: center;
  line-height: 2.1875rem;
  margin: 0 .125rem;
  color: #20AADD;
  border: 1px solid #20AADD;
  border-radius: .125rem;
}

.xydtTab .xydtTab_active {
  color: #FEFEFE;
  background-color: #20AADD;
}

.xydtTab a {
  color: #20AADD;
}

.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;
}

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

.xydtNews .xygsBox {
  padding: .625rem;
  box-sizing: border-box;
}

.xydtNews .xygsBox img {
  width: 8.75rem;
  height: 6.25rem;
}

.xydtNews .xygsBox_active {
  display: block;
}

.xydtNews .inputBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  border-radius: .25rem;
  border: 1px solid #B6C8D0;
  padding-top: .25rem;
  background-color: #fff;
  margin: 10px auto;
}

.xydtNews .inputBox .more,
.xydtNews .inputBox .search {
  width: 1.125rem;
  height: 1.125rem;
  margin: .5rem .625rem;
}

.xydtNews .inputBox .imgmore {
  transform: rotate(180deg);
}

.xydtNews .hr {
  width: 100%;
  height: 3.25rem;
}

.xydtNews .inputCell {
  flex: 1;
  padding: 0;
  margin: 0;
}

.xydtNews .inputCell .inputcell {
  width: 100%;
  height: auto;
  margin-bottom: .125rem;
  display: none;
}

.xydtNews .inputCell .inputcell:nth-child(1) {
  display: block;
}

.xydtNews .inputCell select,
.xydtNews .inputCell input {
  width: 100%;
  height: 2.0625rem;
  outline: none;
  border: none;
  background-color: #DFF0F8;
  border-radius: .25rem;
  text-indent: .25rem;
  font-size: 1rem;
}

.xydtNews .xygsUl {
  width: 100%;
  height: auto;
}

.xydtNews .xygsUl li {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #DFF0F8;
  box-shadow: 1px 1px 3px 0px rgba(7, 101, 139, 0.15);
  border-radius: .25rem;
  font-size: .8125rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #5C6466;
  padding-bottom: .375rem;
  margin-bottom: .625rem;
}

.xydtNews .xygsUl li .label {
  width: 3.75rem;
  height: 1.25rem;
  background: #20AADD;
  border-radius: .375rem 0px 1.25rem 0px;
  text-align: center;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}

.xydtNews .xygsUl li .text {
  padding: .375rem;
}

.xydtNews .xygsUl li span {
  font-family: PingFang SC;
  font-weight: bold;
  color: #5C6466;
}

.pc_div {
  display: block;
}

.app_div {
  display: none;
}

.useOldFixed .pc_div {
  display: none;
}

.useOldFixed .app_div {
  display: block;
}

.loadingBox{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}

.loadingBox .loading{
  width: 200px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #fff;
  text-align: center;
  border-radius: 12px;
  padding-top: 20px;
  font-size: 12px;
}

.loadingBox .loading img{
  width: 60px;
  height: 60px;
}




@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;
  }
}
