.lm_banner {}

.lm_banner img {
  display: block;
  width: 100%;
}

.nymain {
  margin-top: .3rem;
  margin-bottom: .3rem;
  height: auto;
  /* overflow: hidden; */
}

.nymain .px1600 {
  background: #fff;
  padding: 0.2rem;
  border-radius: 5px
}

.nymain .leftNav {
  float: left;
  width: 3rem;
  position: relative;
  margin-right: .46rem;
  padding-bottom: .5rem;
  margin-top: -1.4rem;
}

.nymain .leftNav>h2 {
  line-height: .9rem;
  color: #fff;
  font-size: .3rem;
  overflow: hidden;
  text-align: center;
  background: #084680;
}

.nymain .leftNav>h2 img {
  vertical-align: middle;
  margin-right: .1rem;
  margin-top: -0.05rem;
}

.nymain .leftNav p {
  margin-left: .2rem;
  font-size: .26rem;
  font-weight: 600;
  color: #fff;
  padding: .2rem 0;
}

.nymain .leftNav>ul {
  width: 100%;
  padding: 9px 0;
  background: #F7D065;
}

.nymain .leftNav>ul>li {
  position: relative;
  /* border-bottom: rgba(255, 255, 255, 0.3) 1px solid; */
}

.nymain .leftNav>ul>li:first-child {
  border-top: none;
}

.nymain .leftNav>ul>li:last-child {
  border-bottom: .01rem solid transparent;
}

.nymain .leftNav ul li a {
  display: block;
  font-size: .18rem;
  line-height: .8rem;
  padding-left: .4rem;
  color: #fff;
  font-weight: bold;
}

.nymain .leftNav ul li a:hover {
  color: #084680;
}

.nymain .leftNav>ul>li>span {
  position: absolute;
  width: .25rem;
  height: .25rem;
  right: .2rem;
  top: .3rem;
  line-height: .5rem;
  background: url(../images/sub_left_down.png) no-repeat center center;
  cursor: pointer;
  transition: all 0.3s;
  transform: rotate(90deg);
}

.nymain .leftNav>ul>li.on>span {
  transform: rotate(0deg);
}

.nymain .leftNav>ul>li.on>ul {
  display: block
}

.nymain .leftNav>ul>li.on>a {
  color: #084680;
}

.nymain .leftNav>ul>li.activ {
  background: #dadada;
}

.nymain .leftNav>ul>li.active>a {
  color: #fff;
  font-weight: bold;
  background: #084680;
}

.nymain .leftNav ul li.active>a {
  background-size: 82% 85%;
}

.nymain .leftNav ul li.active ul {
  /* display: block; */
}

.nymain .leftNav ul li a:hover {}

.nymain .leftNav ul li.active>a:hover {
  color: #fff;
}

.nymain .leftNav>ul>li>ul {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
  font-size: .16rem;
  line-height: .5rem;
  padding-left: .65rem;
}

.ny-right {
  overflow: hidden;
  min-height: 6rem;
  padding-bottom: .6rem;
}

.position {
  padding-top: .2rem;
  padding-bottom: .22rem;
  border-bottom: .01rem solid #E7AC38;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.position:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #084680;
  width: 0.05rem;
  height: 0.3rem;
  transform: translateY(-50%);
}

.position>div {
  position: relative;
  text-align: right;
  font-size: 0;
  line-height: .24rem;
}

.position h3 {
  font-size: .24rem;
  line-height: .24rem;
  color: #333;
  text-align: left;
  font-weight: bold;
  padding-left: .2rem;
  font-family: sysong;
}

.position span {
  color: #666666;
  font-size: .14rem;
  vertical-align: middle;
}

.position span:first-child {
  background: url(../images/ico_home.png) left center no-repeat;
  padding-left: .25rem;
}

.position img {
  height: .16rem;
  vertical-align: middle;
  margin-right: .05rem;
}

.position a {
  font-size: .16rem;
  color: #666666;
  margin: 0 .05rem;
  vertical-align: middle;
}

.position a:hover {
  color: #08467f;
}

/*  */
.zzjgbox {
  padding: .3rem 0;
}

.zzjgbox .zzjg_hd {}

.zzjgbox .zzjg_hd h2 {
  background: #084680;
  width: 3.3rem;
  height: 0.66rem;
  line-height: .66rem;
  display: block;
  margin: 0 auto;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: normal;
  color: #FFFFFF;
}

.zzjgbox .zzjg_hd ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  margin: .3rem auto 0 auto;
  padding-top: .3rem;
}

.zzjgbox .zzjg_hd ul:before {
  content: "";
  position: absolute;
  width: calc(100% - .66rem);
  height: .02rem;
  background: #084680;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.zzjgbox .zzjg_hd li:nth-child(-n+3) {
  color: #e7ac38;
  border: 0.01rem solid #e7ac38;
}

.zzjgbox .zzjg_hd li:nth-child(n+4) {
  color: #084680;
  border: 0.01rem solid #084680;
}

.zzjgbox .zzjg_hd li:nth-child(n+4):hover {
  background: #084680;
  color: #fff;
  transition: all 0.3s;
}

.zzjgbox .zzjg_hd li {
  box-sizing: border-box;
  border: 0.01rem solid #d0e6fb;
  width: .66rem;
  /* height: 2.2rem; */
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  color: #333333;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
  line-height: .66rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  letter-spacing: .04rem;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: 600;
}

.zzjgbox .zzjg_hd li:before {
  content: "";
  position: absolute;
  width: 0.01rem;
  height: .3rem;
  background: #084680;
  transform: translateX(-50%);
  left: 50%;
  top: -0.3rem;
}

.zzjgbox .zzjg_hd li:hover {
  background: #E7AC38;
  color: #fff;
  transition: all 0.3s;
}

.zzjgbox .zzjg_hd li.active {}

.zzjgbox .zzjg_tab {}

.zzjgbox .zzjg_ifno {
  background: #fff;
  padding: .07rem;
  box-sizing: border-box;
  border: 0.01rem solid #084680;
  position: relative;
  display: none;
  margin-top: .6rem;
    border-radius: .2rem 0 .2rem 0;
}

.zzjgbox .zzjg_ik {
  padding: .1rem .3rem .3rem .3rem;
}

.zzjgbox .zzjg_ifno.active {
  display: block
}

.zzjgbox .zzjg_ifno h2 {
  /* font-family: Microsoft YaHei; */
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.6rem;
  letter-spacing: normal;
  color: #084680;
}
.zzjg_tab .zzjg_ifno:nth-child(-n+6) h2{color:#e7ac38}
.zzjgbox .zzjg_ifno p {
font-family: "Noto Sans SC" !important;
  font-size: 0.18rem !important;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: normal;
  color: #333333;
}

.zzjgbox .zzjg_ifno p span {
font-family: "Noto Sans SC" !important;
font-family: "Noto Sans SC" !important;
  font-size: 0.18rem !important;
  line-height: 0.32rem;
}

.zzjgbox .zzjg_ifno p img {
  max-width: 100%;
  height: auto;
}



.ldcy ul {
  font-size: 0;
  padding-bottom: .1rem;
  /* padding-left: .03rem; */
  padding-right: .03rem;
}

.ldcy ul li:nth-child(1) {

  width: 50%;

  /* margin-left: 0!important; */

  margin: 0 auto !important;

  display: block;

  margin-top: .4rem !important;
}

.ldcy ul li {
  padding: 0;
  /* transition: all 1s; */
  width: 48%;
  display: inline-block;
  /* border: solid .01rem #e5e5e5; */
  margin-top: .35rem;
  /* box-shadow: 0rem .1rem .24rem 0rem rgba(0, 0, 0, 0.15); */
}

.ldcy ul li:hover {
  /* border: none; */
  /* box-shadow: 0rem 0rem .1rem 0rem rgba(0, 0, 0, 0.1); */
}

.ldcy ul li:hover a {
  border-color: transparent;
  /* border: none; */
  box-shadow: 0rem .1rem .18rem 0rem rgba(0, 0, 0, 0.15);
}

.ldcy ul li:hover h4 {
  color: #08467f;
}

.ldcy ul li:nth-child(2n+1) {
  margin-left: 4%;
}

.ldcy ul a {
  display: block;
  overflow: hidden;
  border: solid .01rem #e5e5e5;
}

.ldcy ul a .tu {
  float: left;
  width: 1.5rem;
  margin-right: .18rem;
}

.ldcy ul a .pic {
  padding-top: 135%;
}

.ldcy ul .info {
  overflow: hidden;
}

.ldcy ul .info>span {
  width: .3rem;
  height: .05rem;
  background-color: #08467f;
  display: block;
  margin-top: .3rem;
  margin-bottom: .17rem;
}

.ldcy ul .info h4 {
  /* font-weight: normal; */
  font-size: .2rem;
  line-height: .2rem;
  margin-bottom: .1rem;
  color: #333333;
}

.ldcy ul .info h4 .ldzw {
  margin-left: .15rem;
}

.ldcy ul .info>p {
  font-size: .16rem;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: .3rem;
  color: #666666;
  padding-right: .05rem;
}

.timg-list ul li a {
  display: block;
  transition: all 0.3s;
}

.timg-list ul li a h3 {
  font-size: .2rem;
  /* font-weight: normal; */
  line-height: .32rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: .12rem;
}

.timg-list ul li a>div {
  overflow: hidden;
}

.timg-list-img {
  float: left;
  width: 3rem;
  margin-right: .3rem;
}

.timg-list ul {
  overflow: hidden;
}

.timg-list ul li {
  padding-top: .4rem;
  padding-bottom: .4rem;
  padding-right: 0;
  padding-left: 0;
  border-top: .01rem solid #d2d2d2;
}

.timg-list ul li:first-child {
  border-top: 0;
}

.timg-list ul li a .pic {
  padding-top: 62.8%;
}

.timg-linfo {
  overflow: hidden;
}

.timg-linfo>p {
  font-size: .14rem;
  font-weight: normal;
  line-height: .24rem;
  color: #999999;
  max-height: .5rem;
  overflow: hidden;
  margin-top: .14rem;
  max-height: .9rem;
  text-align: justify;
}

.timg-linfo .lbmore {
  text-align: right;
}

.timg-linfo span {
  display: block;
  line-height: .22rem;
  color: #5f4253;
  margin-top: .13rem;
  font-size: .18rem;
}

.timg-list ul li:hover {
  border-top: .03rem solid #f7d065;
}



.timg-list ul li:hover h3 {
  color: #084680;
}

.timg-list ul li:hover .time p {}

.timg-list ul li:hover .time span {
  font-size: 0.2rem;
}



.timg-linfo .time {
  font-size: 0;
}

.timg-linfo .time p {
  display: inline-block;
  font-family: Bebas;
  font-size: 0.38rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #E7AC38;
}

.timg-linfo .time>span {
  display: inline-block;
  margin-left: .09rem;
  margin-top: 0;
  vertical-align: bottom;
  font-family: Bebas;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.2rem;
  letter-spacing: normal;
  color: #E7AC38;
}

/*Ã§Â¿Â»Ã©Â¡Âµ*/
.pb_sys_style1 .p_no_d {
  border: 1px solid #08467F !important;
  color: #fff;
  background-color: #08467F !important;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
  padding: 10px 12px !important;
  height: 33px !important;
  font-size: 16px !important;
  border-radius: 5px !important;
  margin: 6px 0px 0px 5px !important;
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a {
  padding: 10px 12px !important;
  height: 33px !important;
  font-size: 16px !important;
  border-radius: 5px !important;
  margin: 6px 0px 0px 5px !important;
}

.pb_sys_common .p_goto input {
  width: 33px !important;
  height: 33px !important;
  text-align: center !important;
  border-radius: 5px !important;
  position: relative !important;
  top: 3px !important;
  border: 1px solid #ccc !important;
  font-size: 16px !important;
}

.pb_sys_common .p_t {
  font-size: 16px;
  margin-right: 5px !important;
  position: relative;
  top: 4px;
}


.pagination {
  text-align: center;
  font-size: 0;
  /* padding-top: .21rem;
              padding-bottom: 1.05rem; */
  padding-top: .5rem;
  /* padding-bottom: .6rem; */
}

.pagination a {
  display: inline-block;
  border: .01rem solid #dcdcdc;
  padding: 0 .12rem;
  height: .35rem;
  font-size: .14rem;
  line-height: .35rem;
  text-align: center;
  color: #666;
  margin: 0 .07rem;
}

.pagination a.active {
  background: #08467f;
  color: #fff;
  border: .01rem solid #08467f;
}

.pagination a:hover {
  background: #08467f;
  color: #fff;
  border: .01rem solid #08467f;
}

.pagination span {
  display: inline-block;
  font-size: .14rem;
}

.wzlby {
  background-color: #f8f8f8;
}

.wzlby .position {
  padding-top: .6rem;
}

.img-lists ul {
  overflow: hidden;
  margin-left: -2%;
  margin-right: -2%;
}

.img-lists ul li {
  float: left;
  width: 29%;
  margin: .4rem 2% 0 2%;
  border: .01rem solid #eee;
  transition: all 0.3s;
  position: relative;
  top: 0;
}

.img-lists ul li:hover {
  box-shadow: 0 0 .1rem rgba(51, 51, 51, 0.16);
  top: -0.1rem;
}

.img-lists ul li a {
  display: block;
  width: 100%;
}

.img-lists ul li a .pic {
  padding-top: 70%;
}

.img-lists ul li a>img {
  display: block;
  width: 100%;
  height: 1.96rem;
}

.img-lists ul li a>div.info {
  padding: .1rem;
  font-size: 0;
  text-align: center;
}

.img-lists ul li a>div.info p {
  color: #333;
  font-size: .16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .05rem;
}

.img-lists ul li:hover a>div.info p {}

.wslb {}

.wslb li {
  margin-top: .2rem;
  margin-bottom: 0.2rem;
  background-color: #fff;
  padding: .3rem 0;
  border-bottom: 0.01rem solid #e5e5e5;
}

.wslb li:hover {

  border-bottom: none;
}

.wslb a {
  display: flex;
  justify-content: space-around;
  padding: 0 .35rem;
}

.wslb .lbt {
  position: relative;
  /* padding-bottom: .3rem; */
  flex: 1;
  min-width: 0;
}

.wslb .lbt h4 {
  font-weight: normal;
  font-size: .2rem;
  padding-right: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  font-weight: bold;
}

.wslb .wtime {
  margin-left: .3rem;
  width: 0.92rem;
  height: 0.92rem;
  border: 0.01rem solid rgba(120, 0, 9, 0.21);
  font-family: Bebas;
  font-size: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  color: #E7AC38;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: .08rem;
  flex-wrap: wrap;
}

.wslb .wtime span {
  display: block;
  font-family: Bebas;
  font-size: 0.16rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: normal;
  color: #333333;
  width: 100%;
}

.wslb a p {
  max-height: .48rem;
  overflow: hidden;
  margin-top: .13rem;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #666666;
  height: .52rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 定义文本的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.wslb li:hover {
  background-color: #084680;
}

.wslb li:hover .lbt h4 {
  color: #fff;
}

.wslb li:hover a>p {
  color: rgba(255, 255, 255, 0.68);
}

.wslb li:hover .lbt {
  border-color: rgba(229, 229, 229, 0.4);
}

.wslb li:hover .lbt p {
  color: #fff;
}

.wslb li:hover .lbt p span {
  color: rgba(255, 255, 255, 0.6);
}

.wslb li:hover .wtime {
  color: #fff;
  border: #fff 1px solid
}

.wslb li:hover .wtime span {
  color: #fff;
}

.jjy {
  margin-top: .28rem;
}

.jjy p {
  font-size: .18rem !important;
  line-height: .32rem !important;
  color: #333333;
  line-height: .32rem !important;
  text-indent: 2em;
   font-family: "Noto Sans SC" !important;
    margin: .2rem 0;
}

.jjy p span {
  font-size: .18rem !important;
  line-height: .32rem !important;
  color: #333333;
  line-height: .32rem !important;
  text-indent: 2em;
font-family: "Noto Sans SC" !important;
}

.jjy p img {
  max-width: 80% !important;
  display: block;
  margin: 0 auto;
}

.lists {
  padding: .3rem 0;
}

.lists li {
  padding-right: 1rem;
  background-position: left center;
  position: relative;
  font-size: .16rem;
  border-bottom: .01rem solid #dfdfdf;
  line-height: .6rem;
  background: url(../images/ico_list.png) left center no-repeat;
  padding-left: 0.2rem;
}

.lists li:hover {
  background-color: #f8f8f8;
}

.lists li a {
  display: block;
  color: #303030;
  font-size: .18rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lists li a:hover {
  color: #08467f;
}

.lists li a span:last-child {
  position: absolute;
  right: .1rem;
  font-size: .16rem;
  color: #999999;
}

/*  */
.szlb-list {
  margin-top: .3rem;
}

.szlb-list .jg-title {
  font-size: .24rem;
  padding-bottom: .1rem;
  border-bottom: solid .01rem #ddd;
}

.szlb-list .jg-title a {
  color: #333;
  position: relative;
}

.szlb-list .jg-title a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.12rem;
  width: .5rem;
  height: .03rem;
  background: #08467f;
}

.szlb-list .jg-title span {
  float: left;
  width: .5rem;
}

.szlb-list .jg-ul li {
  float: left;
  height: .6rem;
  min-width: .62rem;
  margin: 0 .31rem;
}

.szlb-list .jg-ul li a {
  display: block;
  font-size: .16rem;
  color: #333;
  text-align: justify;
}

.szlb-list .jg-ul {
  margin-top: .3rem;
  margin-bottom: .1rem;
  height: auto;
  overflow: hidden;
}

.szlb-list .jg-ul li a:hover {
  color: #08467f;
}

.szlb-list .jg-ul li a:after {
  display: inline-block;
  content: '';
  padding-left: 100%;
}

/*leaderbox */
.leaderbox {
  margin-top: .3rem;
}

.leaderbox * {
  transition: all 0.3s;
}

.leaderbox .ld_item {
  background: #F6F6F6;
  margin: .3rem auto;
  padding: .1rem .3rem .3rem .3rem;

}

.leaderbox .ld_p {
  display: flex;
  border-bottom: rgba(231, 231, 231, 0.6) 1px solid;
  padding: .24rem 0;
}

.leaderbox .ld_title {
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  min-width: 0.6rem;
}

.leaderbox .ld_content {
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
}

.ld_item:hover {
  background: #084680;
}

.ld_item:hover * {
  color: #fff !important;
}

.ld_item:hover .ld_p {
  border-bottom: rgba(231, 231, 231, 0.1) 1px solid;
}

/*  */
/*n_content*/
.n_con_tit h2 {
  margin-bottom: .15rem;
  font-family: Source Han Sans CN;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.36rem;
  text-align: center;
  letter-spacing: normal;
  color: #333333;
}

.n_con_tit p {
  font-size: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.04);
}

.n_con_tit p span {
  display: inline-block;
  font-size: .16rem;
  color: #999999;
  line-height: 2em;
  margin: 0 .59rem;
}

.n_con_tit {
  padding-bottom: .2rem;
}

.n_con_txt p {
  font-size: .18rem !important;
  color: #333333 !important;
  line-height: 0.32rem !important;
  font-family: "Noto Sans SC" !important;
  text-indent: 2em;
  margin: .15rem 0 !important;
}

.n_con_txt p span {
  font-size: .18rem !important;
  color: #333333 !important;
  line-height: 0.32rem !important;
font-family: "Noto Sans SC" !important;
}

.n_con_txt span, .n_con_txt div, .n_con_txt h1 {
  font-size: .18rem !important;
  color: #333333 !important;
  text-indent: 2em !important;
font-family: "Noto Sans SC" !important;
  margin: 0 !important;
}

.n_con_txt table {
  margin: 0 auto;
}

.n_con_txt table td {
  /* display: flex; */
  /* align-content: center; */
}

.n_con_txt table p {
  text-indent: 0em;
  margin-bottom: 0;
  text-align: center;
  padding: 3px 5px;
  line-height: 20px;
}

.n_con_txt {
  padding: 0 0;
}

.n_content {
  padding-top: .5rem;
}

.n_con_txt img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: auto !important;
}

@media screen and (max-width: 1400px) {
  .wslb li {
    padding: .35rem .25rem .3rem;
  }
}

@media screen and (max-width: 1320px) {
  .ldcy ul a .tu {
    margin-right: .24rem;
  }

  .ldcy ul a .tu {
    width: 1.3rem;
  }

  .ldcy ul .info>span {
    margin-top: .1rem;
    margin-bottom: .1rem;
  }

  .ldcy ul li {
    margin-top: .4rem;
  }
}

@media screen and (max-width: 1220px) {
  .zzjgbox .zzjg_img img {
    width: 100%
  }

  .timg-list-img {
    width: 2.6rem;
  }

  .timg-list ul li a h3 {
    margin-top: .08rem;
  }

  .timg-linfo>p {
    line-height: .26rem;
    max-height: .78rem;
    margin-top: .1rem;
  }

  .ldcy ul .info h4 {
    font-size: .18rem;
  }
}

@media screen and (max-width: 1024px) {
  .lm_banner {
    margin-top: 0
  }

  .position {
    padding-top: .4rem;
    padding-bottom: .15rem;
  }

  .nymain .leftNav {
    margin-right: .3rem;
  }

  .nymain .leftNav ul li a {
    line-height: .55rem;
  }

  .nymain .leftNav>ul>li>span {
    top: .15rem;
  }

  .position h3 {
    font-size: .26rem;
  }

  .wzlby .position {
    padding-top: .3rem;
  }

  .wslb li {
    padding: .1rem 0;
    margin: .1rem 0;
  }

  .wslb .lbt h4 {
    font-size: .18rem;
  }

  .wslb .lbt p {
    font-size: .14rem;
    bottom: .14rem;
  }

  .wslb .lbt {
    padding-bottom: .14rem;
  }

  .ldcy ul .info h4 {
    font-size: .18rem;
  }

  .ldcy ul a .tu {
    margin-right: .14rem;
  }

  .ldcy ul .info>p {
    font-size: .15rem;
    padding-right: 0.05rem;
  }

  .ldcy ul li {
    width: 100%;
  }

  .ldcy ul li:nth-child(1) {
    width: 100%;
    width: 50%;
    /* margin-left: 0 !important; */
    margin: 0 auto !important;
    display: block;
    margin-top: .4rem !important;
  }

  .ldcy ul li:nth-child(2n+1) {
    margin-left: 0;
  }

  .ldcy ul li:nth-child(1) {
    width: 100%;
  }

  .timg-list ul li {
    padding-top: .3rem;
    padding-bottom: .3rem;
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .timg-list ul li a h3 {
    font-size: .17rem;
    line-height: .26rem;
  }

  .timg-list-img {
    margin-right: .2rem;
    width: 2.3rem;
  }

  .timg-linfo .time p {
    font-size: .22rem;
  }

  .timg-linfo>p {
    font-size: .15rem;
    line-height: .24rem;
    max-height: .72rem;
    margin-top: .08rem;
  }
}

@media screen and (max-width: 768px) {
  .zzjgbox .zzjg_hd ul:before {
    width: calc(100% - .5rem);
  }

  .zzjgbox .zzjg_hd li {
    width: .5rem;
    line-height: .5rem;
  }

  .szlb-list .jg-ul li {
    width: 30%;
    margin: 0;
  }

  .szlb-list .jg-ul li a {
    text-align: center;
  }

  .img-lists ul li {
    width: 46%;
    margin: .2rem 2% 0 2%;
  }

  .nymain .leftNav>h2 {
    line-height: .46rem;
    font-size: .18rem;
    text-align: left;
    padding-left: .15rem;
    font-weight: 600;
    padding-top: 0;
    background: #08467f;
  }

  .nymain .leftNav>h2 span {
    float: right;
    width: .3rem;
    height: .3rem;
    margin-top: .08rem;
    background: url(../images/sub_left_down2.png) no-repeat center center;
    background-position: center center;
    margin-right: .1rem;
    transition: all 0.3s;
  }

  .nymain .leftNav>h2 span.on {
    transform: rotateZ(45deg);
  }

  .nymain {
    /* padding: .1rem 0; */
    margin: 0;
  }

  .nymain .leftNav {
    float: none;
    width: auto;
    top: 0;
    margin-right: 0;
    margin-top: .15rem;
    padding-bottom: 0.1rem;
  }

  .nymain .leftNav>p {
    font-size: .18rem;
    padding: .1rem 0;
  }

  .ny-right {
    float: none;
    width: auto;
  }

  .position {
    padding: .16rem 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .position>div {
    text-align: left;
    /* line-height: .4rem; */
  }

  .position:before {
    display: none
  }

  .position h3 {
    left: 0;
    width: auto;
    height: .45rem;
    font-size: .2rem;
    line-height: .45rem;
    position: relative;
    left: 0;
    margin-bottom: .1rem;
    font-weight: 600;
    display: none;
  }

  .position h3::after {
    width: .37rem;
    height: .37rem;
    right: -0.1rem;
    bottom: -0.15rem;
  }

  .pagination {
    padding-top: .5rem;
  }

  .pagination a {
    padding: 0 .05rem;
    height: .2rem;
    line-height: .2rem;
    font-size: .12rem;
    margin: 0 .03rem;
  }

  .nymain .leftNav ul {
    display: none;
    /* background: #fff; */
    padding: 0.2rem 0 0.2rem 0;
  }

  .nymain .leftNav ul li a {
    line-height: .45rem;
    padding-left: .2rem;
    font-size: .16rem;
  }

  .nymain .leftNav>ul>li>span {
    top: .1rem;
  }

  .nymain .leftNav>ul>li>ul>li>a {
    font-size: .15rem;
    line-height: .4rem;
  }

  .jjy>p {
    line-height: .3rem;
  }

  .jjy {
    margin-top: .2rem;
  }

  .wzlby .position {
    padding-top: .3rem;
  }

  .wslb li {
    margin: 0;
    padding: 0;
  }

  .wslb .lbt h4 {
    font-size: .17rem;
  }

  .wslb li {
    padding: .18rem 0;
  }

  .wslb li a {
    padding: 0;
  }

  .ny-right {
    padding-bottom: .3rem;
  }

  .wzlby .channl-menu {
    display: none;
  }

  .ldcy ul li {
    width: 48%;
  }

  .ldcy ul li:nth-child(2n+1) {
    margin-left: 4%;
  }

  .ldcy ul li:nth-child(1) {
    width: 100%;
    width: 50%;
    /* margin-left: 0 !important; */
    margin: 0 auto !important;
    display: block;
    margin-top: .4rem !important;
  }

  .ldcy ul a .tu {
    width: 1.1rem;
  }

  .ldcy ul .info>span {
    margin-top: .05rem;
    margin-bottom: .05rem;
  }

  .ldcy ul .info>p {
    line-height: .27rem;
  }
}

@media screen and (max-width: 620px) {
  .ldcy ul li {
    width: 100%;
  }


  .ldcy ul li:nth-child(2n+1) {
    margin-left: 0;
  }

  .ldcy ul li:nth-child(1) {
    width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .jjy>p {
    font-size: .15rem;
  }

  .wslb .lbt h4 {
    font-size: .15rem;
  }

  .wslb .lbt p {
    font-size: .18rem;
  }

  .wslb .lbt p span {
    font-size: .13rem;
    margin-left: .05rem;
  }

  .wslb a>p {
    margin-top: .1rem;
  }

  .wslb .lbt {}

  .wslb .lbt p {
    bottom: .1rem;
  }

  .wslb li {
    padding: .15rem 0;
    margin-top: 0;
  }

  .ldcy ul .info>p {
    font-size: .14rem;
  }

  .ldcy ul .info h4 {
    font-size: .16rem;
    margin-bottom: .06rem;
  }

  .ldcy ul .info>span {
    height: .03rem;
    width: .2rem;
  }

  .timg-list-img {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: .2rem;
  }

  .timg-list ul li a h3 {
    font-size: .16rem;
  }

  .timg-linfo .time p {
    font-size: .3rem;
  }

  .timg-linfo>p {
    font-size: .14rem;
  }

  .timg-list ul li {
    padding-left: .15rem;
    padding-right: .15rem;
  }
}