/* 回顶部 */
.icon_back {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 10;
  width: 68px;
  height: 68px;
  cursor: pointer;
  display: none;
}

/* 除了首页隐藏背景 */
.index_en_bg>img {
  display: none;
}

/* 头部header */
.header {
  height: 100px;
  min-width: 1600px;
  background-color: rgb(17, 17, 17);
  position: relative;
  background: url('../image/icon_bg_en.png') no-repeat;
  background-size: 100% 100%;
}

.header_inner {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.header_logo {
  display: block;
  margin-top: 31px;
  width: 254px;
  height: 45px;
}

.header_logo>img {
  width: 100%;
  height: 100%;
}

.header_right {
  margin-top: 45px;
}

.header_nav {
  margin-top: 4px;
}

.header_nav_item {
  margin-left: 40px;
}

.header_nav_item>a {
  position: relative;
}

.header_nav_item span {
  font-size: 16px;
  color: white;
}

.header_nav_item span:hover {
  color: #20EAE3;
}

.sub_nav_er {
  position: absolute;
  left: 50px;
  width: 1100px;
  height: 0;
  background: rgba(13, 50, 105, 0.5);
  padding-left: 84px;
  padding-right: 124px;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 20;
}

.sub_nav_er li {
  line-height: 18px;
  margin-right: 90px;
  margin-top: 26px;
}

.sub_lv {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #24FFBF;
  float: left;
  margin-top: 3px;
  margin-right: 11px;
  transition: all 0.3s ease;
}

/* .sub_nav_er>:nth-child(4) {
  margin-right: 0;
} */

.sub_nav_er>:nth-child(n+5) {
  margin-bottom: 0;
}

.sub_nav_er li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}

.sub_nav_er li:hover a {
  color: #20EAE3;
}

.header_search {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}


/* 搜索框 */
.search_content {
  width: 100%;
  height: 0;
  position: absolute;
  top: 100px;
  background: #f4f4f4;
  overflow: hidden;
  z-index: 10;
}

.bottom-dk {
  border-bottom: 1px solid #cccccc;
  height: 45px;
  padding-top: 28px;
  line-height: 50px;
  padding-bottom: 5px;
}

.bottom-dk span {
  font-size: 16px;
  color: #333;
  margin-right: 15px;
  cursor: pointer;
}

.bottom-dk i {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../image/search.png) no-repeat;
  vertical-align: middle;
  cursor: pointer;
}

.bottom-dk input {
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  color: #cccccc;
  font-size: 16px;
  background-color: transparent;
  padding-left: 30px;
  margin-left: 40px;
  height: 35px;
  width: 960px;
}

.bottom-dk b {
  display: block;
  float: right;
  background-image: url(../image/search_j.png);
  width: 18px;
  height: 12px;
  margin-right: 20px;
  margin-top: 18px;
  cursor: pointer;
  transition: all .3s ease;
}

/* 底部 */
.footer_en {
  width: 100%;
  min-width: 1600px;
  height: 68px;
  background: #3C61AB;
}

.footer_en_li a {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}

.footer_en_ul {
  box-sizing: border-box;
  position: relative;
}

.footer_en_li .sub_nav_er {
  bottom: 68px;
}

.footer_en_li {
  height: 68px;
  line-height: 68px;
  padding: 0 36px;
}

.footer_en_li a:hover {
  color: #20EAE3;
}

.footer_b_en {
  padding-top: 46px;
  width: 100%;
  min-width: 1600px;
  height: 141px;
  background: #EFEFEF;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.footer_b_en a {
  color: #999999;
}



/* nav顶部导航 */
.nav {
  height: 40px;
  min-width: 1600px;
  background-color: #004ABA;
}

.nav_list {
  position: relative;
  width: 1200px;
  height: 40px;
  margin: 0 auto;
}

/* .nav_item {
  width: 110px;
  padding-right: 30px;
} */

/* .nav_item:hover>a {
  padding-bottom: 5px;
  background-color: #006CFF;
  transition: all .3s ease-in-out;
} */

.active_nav_item::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: #20EAE3;
  border-radius: 2px;
  bottom: -11px;
  left: 0;
}

/* .nav_item>a {
  position: relative;
  z-index: 10;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
} */

.nav_content {
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 30px 0 25px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 5;
  width: 1200px;
  height: 0;
  background-color: rgba(255, 255, 255, 0.85);
}

.nav_content_left {
  box-sizing: border-box;
  padding-right: 40px;
  margin-top: 20px;
  width: 740px;
}

.nav_content_line {
  display: inline-block;
  margin-top: 23px;
  width: 1px;
  height: 170px;
  background-color: #8FA8CF;
}

.nav_content_img {
  width: 303px;
  height: 171px;
  margin-right: 24px;
}

.nav_content_desc {
  margin-top: 10px;
}

.nav_content_desc>p {
  text-indent: 28px;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
}

.nav_content_desc>p>a {
  font-size: 14px;
  color: #006CFF;
}

.nav_content_right {
  width: 400px;
  margin-top: 20px;
}

.nav_content_item {
  width: 180px;
  height: 32px;
  margin-bottom: 8px;
  margin-left: 10px;
  text-align: center;
  line-height: 35px;
  border-bottom: 3px solid transparent;
  background-color: #fff;
}

.nav_content_item::after {
  width: 1px;
  content: "";
  margin: 0 auto;
  background-color: transparent;
  height: 2px;
  display: block;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.nav_content_item:hover::after {
  width: 100%;
  background-color: #4DC3FF;
}

.nav_content_item>a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #004ABA;
}

.nav_news_item {
  box-sizing: border-box;
  width: 33.33%;
  margin-top: 20px;
}

.nav_news_item:first-child {
  padding-right: 14px;
}

.nav_news_item>h1 {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
}

.nav_news_item>h1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 5px;
  height: 18px;
  background-color: #2369D4;
}

.nav_news_desc {
  margin-top: 20px;
  text-indent: 28px;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
}

.nav_news_desc>a {
  color: #006CFF;
}

.nav_news_img {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  width: 185px;
  height: 76px;
}

.nav_news_img:nth-child(2n) {
  margin-right: 0;
}

.nav_news_img>img {
  width: 100%;
  height: 100%;
}

.nav_party_item {
  margin-top: 20px;
}

.nav_party_item:first-child {
  width: 48%;
}

.nav_party_item:last-child {
  box-sizing: border-box;
  padding-left: 5px;
  width: 52%;
}

.nav_party_img {
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 260px;
  height: 80px;
}

.nav_party_img>img {
  width: 100%;
  height: 100%;
}

.nav_party_right_img {
  width: 303px;
  height: 170px;
  margin-right: 20px;
}

.nav_party_list_item {
  position: relative;
  line-height: 32px;
}

.nav_party_list_item::before {
  position: absolute;
  left: -10px;
  top: 14px;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #D92A29;
}

.nav_party_list_item>a {
  font-size: 14px;
  color: #333;
}

.nav_layout_item {
  margin-top: 20px;
  width: 175px;
  height: 160px;
  margin-right: 18px;
  background-color: #fff;
}

.nav_layout_item:last-child {
  margin-right: 0;
}

.nav_layout_item>img {
  width: 175px;
  height: 120px;
}

.nav_layout_item>a {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  color: #004ABA;
}

.nav_duty_list_item::before {
  position: absolute;
  left: -10px;
  top: 14px;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #006CFF;
}


.content {
  height: 300px;
  background-color: yellowgreen;
}

/* banner */
.banner {
  position: relative;
  width: 100%;
  min-width: 1600px;
  height: 350px;
}

.banner_img {
  width: 100%;
  height: 350px;
  margin-top: -5px;
}

.banner_title {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  box-sizing: border-box;
  padding-left: 41px;
  padding-top: 25px;
  width: 1200px;
  height: 110px;
  background-color: rgba(255, 255, 255, 0.8);
}

.banner_title>h1 {
  font-size: 28px;
  color: #333;
}

.banner_title>h1>span {
  color: #206BD1;
}

.banner_title_line {
  width: 108px;
  height: 3px;
  margin: 3px 0;
  background-color: #88CC2F;
}

.banner_title_en {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

/* footer */
.footer_nav {
  position: relative;
  height: 50px;
  min-width: 1600px;
  background-color: #023A8F;
}

.footer_nav_inner {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
}

.footer_nav_item {
  width: 25%;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.footer_nav_item:hover {
  background-color: #2d68c1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer_nav_item>span {
  font-size: 18px;
  color: #fff;
}

.footer_nav_item>img {
  margin-left: 18px;
  width: 13px;
  height: 7px;
}

.footer_nav_content {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 5;
  width: 100%;
  height: 0;
  background-color: #2d68c1;
}

.footer_nav_content_inner {
  width: 1200px;
  margin: 0 auto;
  line-height: normal;
  text-align: left;
}

.footer_nav_content_inner>a {
  display: inline-block;
  margin-right: 15px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
}

.footer_nav_content_inner>a:hover {
  color: #00EB9B;
}

.footer_center {
  height: 275px;
  min-width: 1600px;
  background-color: #004ABA;
}

.footer_center_inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.footer_center_left {
  width: 70%;
  margin-top: 40px;
}

.footer_webs {
  width: 355px;
  margin-right: 50px;
}

.footer_concact {
  width: 355px;
}

.footer_title {
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}

.footer_title::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #00EB9B;
}

.footer_line {
  width: 100%;
  height: 1px;
  margin-top: 17px;
  background-color: rgba(255, 255, 255, 0.3);
}

.footer_webs_list>a {
  display: inline-block;
  margin-top: 18px;
  margin-right: 20px;
  font-size: 14px;
  color: #fff;
}

.footer_webs_list>a:hover {
  color: #00EB9B;
}

.footer_concact>p {
  margin-top: 18px;
  font-size: 14px;
  color: #fff;
}

.footer_center_right {
  width: 300px;
  margin-top: 40px;
}

.footer_center_right>img {
  width: 155px;
  height: 155px;
}

.footer_center_right>p {
  width: 155px;
  font-size: 14px;
  color: #fff;
  margin-top: 14px;
  text-align: center;
}

.footer_bottom {
  height: 50px;
  min-width: 1600px;
  background-color: #424242;
}

.footer_bottom_inner {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
}

.footer_bottom_inner>p {
  font-size: 14px;
  line-height: 50px;
  color: #fff;
}

.footer_bottom_nav {
  margin-left: 50px;
}

.footer_bottom_nav>a {
  font-size: 14px;
  margin-right: 25px;
  color: #fff;
  line-height: 50px;
}

/* 新闻列表的标题 */
.news_list_title {
  border-bottom: 1px solid #DEDEDE;
}

.news_list_title_left {
  position: relative;
  padding-bottom: 9px;
}

.news_list_title_left>p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.news_list_title_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #88CC2F;
}

.news_list_title_more {
  line-height: 33px;
  font-size: 14px;
  color: #999;
}

.news_list_title_more:hover {
  color: #006cff;
}

/* 面包屑导航 */
.bread_nav {
  width: 1200px;
  margin: 25px auto 0 auto;
  font-size: 14px;
  color: #666;
}

.bread_line {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 16px;
  background-color: #ACACAC;
}

.bread_nav>span {
  margin-right: 25px;
}

.bread_nav_active {
  color: #206BD1;
}

.bread_nav>a:hover {
  color: #206BD1;
}

/* 左侧导航 */
.left_nav {
  width: 220px;
  background-color: #fff;
}

.left_nav_title {
  box-sizing: border-box;
  padding: 23px 20px 18px 40px;
  background-color: #206BD1;
}

.left_nav_title>h1 {
  font-size: 20px;
  color: #fff;
}

.left_nav_line {
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
  margin-top: 8px;
  margin-bottom: 5px;
}

.left_nav_title>span {
  font-size: 16px;
  color: #fff;
}

.left_nav_list {
  box-sizing: border-box;
  padding: 0 10px 20px 10px;
}

.left_nav_item {
  text-align: center;
  line-height: 25px;
  border-bottom: 1px solid #F3F3F3;
  padding: 16px 0;
}

.left_nav_item>a {
  position: relative;
  font-size: 16px;
  color: #666;
  padding-left: 15px;
}

.left_nav_item>a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  content: "";
  background-color: transparent;
  height: 0;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.left_nav_item:hover>a::before {
  height: 100%;
  background-color: #206BD1;
}

.left_nav_item:hover>a {
  color: #206BD1;
  transition: all .3s ease-in-out;
}

.left_nav_item .left_nav_active {
  color: #206BD1;
}

.left_nav_item .left_nav_active::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  content: "";
  background-color: #206BD1;
  height: 100%;
  display: inline-block;
}

/* 没有新闻时显示的内容 */
.no-practice {
  text-align: center;
  min-height: 300px;
  line-height: 300px;
}

/* 旋转 */
.route360 {
  transform: rotate(360deg);
}

.route90 {
  transform: rotate(90deg);
}


/* 分页公共样式抽出 */
.pagination {
  text-align: center;
  margin: 30px 0;
}

.pagination a,
.pagination span {
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
  padding: 0 10px;
  min-width: 16px;
}

.pagination a {
  border-radius: 5px;
  border: 1px solid #D0CFCF;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.pagination .prev,
.pagination .next {
  padding: 0 8px;
}

.pagination .curpage {
  background: #258CFF;
  color: #fff;
  border-radius: 5px;
}

.paging {
  text-align: center;
}

#page2 {
  display: inline-block;
}

#page2>li {
  float: left;
}

#page2>li {
  border-bottom: none !important;
}

#news_list .empty {
  display: block;
  margin: 30px auto;
}

.pagination .active {
  background: #258CFF;
  color: #fff;
  border-radius: 5px;
}

/* pc端隐藏手机样式 */
@media screen and (min-width: 900px) {

  .mobile-inner,
  .footer_wap_en,
  .icon_back_wap {
    display: none;
  }

}

/* 手机端公共的样式 */
@media screen and (max-width: 900px) {

  /* 返回顶部图标 */
  .icon_back_wap {
    width: 0.7rem;
    height: 0.7rem;
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    display: none;
    z-index: 999;
  }

  /* 搜索图标 */
  .header_search {
    vertical-align: bottom;
    margin-right: 10px;
  }

  /* 二级菜单乱 */
  .sub_nav_er li {
    display: flex;
  }

  /* 隐藏pc端导航 */
  .header,
  .footer_en,
  .footer_b_en,
  .index_en_bg,
  .bread_nav,
  .search_content,
  .icon_back {
    display: none;
  }

  .mobile-inner {
    height: 1.03rem;
    width: 100%;
    position: relative;
  }

  .mobile-inner-header {
    background-color: white;
    width: 100%;
    height: 1.03rem;
    position: absolute;
    box-sizing: border-box;
    top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 0px;
    padding: 0 0.38rem 0 0.39rem;
  }

  .mobile-inner-header-setup {
    display: flex;
    align-items: center;
  }

  .mobile-inner-header a {
    display: flex;
  }

  .mobile-inner-header-icon {
    transition: all .3s ease;
    margin-left: 0.25rem;
  }

  .mobile-inner-header>a>:nth-child(1) {
    width: 2.90rem;
    height: 0.51rem;
  }

  .mobile-inner-header>:nth-child(2) .mobile-inner-header-icon img {
    width: 0.4rem;
    height: 0.33rem;
  }

  .setup_sousuo {
    width: 0.35rem;
    height: 0.35rem;
  }

  .mobile-inner-nav {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 1.03rem;
    left: 0px;
    display: none;
    padding: 0 0.2rem 0.3rem 0.2rem;
    background: url(../image/icon_nav_bg.png);
    background-size: 100% 9.45rem;
    z-index: 10;
  }

  /* 开始修改导航 */

  .nav_item {
    box-sizing: border-box;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    padding-right: 0.2rem;
  }

  .nav_item .nav_item_s {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
  }

  .nav_item>.nav_item_s>a {
    box-sizing: border-box;
    font-size: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1rem;
    height: 100%;
    width: 100%;
    display: block;
    padding-left: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav_item_bg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 12%;
    height: 100%;
  }

  .nav_icon1 {
    width: 0.29rem;
    height: 0.29rem;
  }

  .nav_icon2 {
    width: 0.29rem;
    height: 0.03rem;
  }

  .sub_nav {
    width: 100%;
    background: rgba(51, 176, 255, 0.3);
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 0.35rem;
  }


  .sub_nav_li {
    margin: 0.4rem 0.4rem 0.4rem 0;
  }

  .sub_nav_li a {
    display: block;
    font-size: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
  }

  .sub_nav>:nth-child(4n) {
    margin-right: 0;
  }

  .sub_nav>:nth-child(n+5) {
    margin-top: 0;
  }

  .sub_nav>:nth-child(-n+3) {
    margin-bottom: 0;
  }

  .mobile-inner-nav>:nth-child(5) .sub_nav>:nth-child(3) {
    margin-bottom: 0.4rem;
  }

  /* 头部搜索 */
  .cn_search_wai {
    position: absolute;
    left: 0;
    top: 1.03rem;
    width: 100%;
    height: 1.2rem;
    z-index: 5;
  }

  .cn_search {
    background: #2A5DC2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .cn_search input {
    width: 5.35rem;
    height: 0.6rem;
    background: #FFFFFF;
    border-radius: 0.3rem;
    margin-right: 0.29rem;
    outline: none;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }

  .cn_search_div {
    width: 1.3rem;
    height: 0.6rem;
    background: #48B77C;
    border-radius: 0.3rem;
  }

  .cn_search_div a {
    width: 100%;
    display: block;
    height: 100%;
    font-size: 0.28rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.6rem;
    text-align: center;
  }


  /* 与pc端冲突的样式清除 */
  .nav_item {
    /* width: auto; */
    /* padding-right: 0; */
  }

  .nav_item:hover>a {
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: none;
  }

  /* 点击添加的类 */
  .addShow {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .border {
    border-bottom: solid 1px #33B0FF;
  }

  /* 底部 */
  .footer_wap_en {
    width: 100%;
    height: 3rem;
    background: #3C61AB;
  }

  .footer_wap_en a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.26rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.5rem;
    text-align: center;
    padding-top: 0.4rem;
    padding-left: 0.56rem;
    padding-right: 0.69rem;
  }

  /* 手机版头部 */
  .contact_us_wap {
    width: 100%;
    height: 3.5rem;
  }

  .contact_us_wap img {
    width: 100%;
    height: 100%;
  }

  /* 二级背景 */
  .erji_bg {
    width: 100%;
    height: 3.5rem;
  }

  .erji_bg>img {
    width: 100%;
    height: 100%;
  }

  /* 二级下拉 */
  .er_nav {
    height: 1rem;
    background: #206BD1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
  }

  .er_nav img {
    width: 0.19rem;
    height: 0.36rem;
    margin-right: 0.35rem;
    transition: all .3s ease;
  }

  .er_nav_first {
    width: 0.06rem;
    height: 0.28rem;
    background: #88CC2F;
    margin-right: 0.12rem;
  }

  .er_nav_title {
    font-size: 0.34rem;
    font-weight: bold;
    color: #FFFFFF;
  }

  .er_nav_left {
    display: flex;
    align-items: center;
    margin-left: 0.24rem;
  }

  .er_nav_list {
    position: absolute;
    top: 1rem;
    background: #2A5DC2;
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    padding-bottom: 0.25rem;
  }

  .er_nav_list li {
    border-bottom: solid 0.01rem #33B0FF;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  .er_nav_list .left_nav_item {
    text-align: left;
    line-height: 0;
    padding: 0;
  }

  .er_nav_list .left_nav_item>a {
    padding-left: 0;
  }

  .er_nav_list a {
    display: block;
    font-size: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.94rem;
  }

  /* 新闻列表 */
  .news_list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.24rem;
  }

  .news_list_ul {
    width: 100%;
  }

  .news_list_li {
    width: 100%;
    margin-top: 0.43rem;
  }

  .news_list_li a {
    width: 100%;
    display: block;
    border-bottom: 0.01rem solid #D3D3D3;
    padding-bottom: 0.43rem;
  }

  .news_list_li h1 {
    font-size: 0.34rem;
    font-weight: bold;
    color: #333333;
  }

  .news_list_date {
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
    margin-top: 0.28rem;
    margin-bottom: 0.25rem;
  }

  .news_list_desc {
    font-size: 0.28rem;
  }

  /* 查看更多 */
  .list_more {
    width: 2.8rem;
    height: 0.88rem;
    background: #206BD1;
    margin: 0.42rem auto 0.6rem auto;
  }

  .list_more a {
    height: 100%;
    display: block;
    font-size: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.88rem;
  }

  /* 暂无更多 */
  .no-practice {
    font-size: 0.34rem;
    min-height: 2rem;
    line-height: 2rem;
  }

  #news_list_wap .empty {
    display: block;
    margin: 0 auto;
  }
}