.header {
  width: 100%;
  height: auto;
  /* background-color: #000; */
  /* overflow: hidden; */
  position: fixed;
  top: 0;
  z-index: 9998;
  transition: .45s background-color ease-in;
}

.header .top {
  width: 16rem;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.42rem;
  z-index: 10;
  /* position: absolute; */
  left: 50%;
  /* margin-left: -8rem; */
}

.header .top .logo {
  width: 7.77rem;
  height: 0.74rem;
}

.header .top .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.header .top .logo a img {
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}

.header .top .logo a img.show_1 {
  display: none;
}

.header .top .t_r {
  width: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.header .top .t_r .search_box {
  width: 2.48rem;
  height: 0.34rem;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  background: #3097DA;
}

.header .top .t_r .search_box .search_txt {
  width: 2rem;
  height: 100%;
  font-size: 0.16rem;
  padding-left: 0.1rem;
  background: #fff;
  /* border: 0.01rem solid #fff; */
  flex-shrink: 0;
}

.header .top .t_r .search_box .search_btn {
  box-sizing: border-box;
  width: 0.22rem;
  height: 0.22rem;
  padding: 0.08rem 0.1rem;
  background: url(../img/search_btn.png) no-repeat center;
  flex-shrink: 0;
  background-size: cover;
  margin-left: 0.08rem;

}

.header .top .t_r .wxgzh_box {
  width: 1.07rem;
  height: 0.16rem;
  margin-left: 0.3rem;
}

.header .top .t_r .wxgzh_box a {
  display: block;
  width: 100%;
  height: 100%;
}


.header .top .t_r .wxgzh_box a img {
  display: block;
  width: 100%;
  height: 100%;
}

.header .top .t_r .wxgzh_box a img.show_1 {
  display: none;
}

.header .top .t_r .oa_box {
  width: 0.77rem;
  height: 0.16rem;
  margin-left: 0.3rem;
}

.header .top .t_r .oa_box a {
  display: block;
  width: 100%;
  height: 100%;
}

.header .top .t_r .oa_box a img {
  width: 100%;
  height: 100%;
  display: block;
}

.header .top .t_r .oa_box a img.show_1 {
  display: none;
}


.header.white {}





.header .nav_box {
  width: 100%;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #B5D2E9;
  font-size: 0.24rem;
  color: #fff;
  margin-top: 0.5rem;
  z-index: 10;
  /* position: absolute; */
  top: 1.16rem;
}

.header .nav_box .nav {
  width: 14rem;
  height: auto;
  margin: 0 auto;
}

.header .nav_box .nav>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .nav_box .nav>ul>li {
  position: relative;
  display: block;
}

.header .nav_box .nav>ul>li:hover>a {
  border-bottom: 2px solid #f13636;
  padding-bottom: 0.18rem;
}

.header .nav_box .nav>ul>li>a {
  color: #fff;
  letter-spacing: 0.02rem;
  text-align: center;
}

.header .nav_box .nav>ul>li>ul.subnav {
  width: 4.11rem;
  height: 1.93rem;
  background: url(../img/subnav_bg.png) no-repeat;
  background-position-y: bottom;
  padding: 0.1rem 0.5rem;
  position: absolute;
  padding-top: 0.30rem;
  left: -1.6rem;
  top: 0.25rem;
  display: none;
  z-index: 9999;
}

@media (max-width: 1440px) {
  .header .nav_box .nav>ul>li>ul.subnav {
    top: 0.46rem;
  }
}

.header .nav_box .nav>ul>li>ul.subnav>li {
  float: left;
  width: 50%;
  text-align: center;
  color: #5F6468;
}

.header .nav_box .nav>ul>li>ul.subnav>li a {
  color: #256CAE;
}


.header .nav_box .nav>ul>li>ul.subnav>li:nth-child(n+3) {
  margin-top: 0.3rem;
}

.header.white {
  background-color: #fff;
}

.header.white .logo img.hide_1 {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.header.white .logo img.show_1 {
  opacity: 1;
  visibility: visible;
  display: block !important;
}

.header.white .nav_box .nav ul li>a {
  color: #000;
}

.header.white .top .t_r .search_box .search_txt {
  background-color: #ECF4FF;
}

.header.white .top .t_r .wxgzh_box a img.show_1 {
  opacity: 1;
  visibility: visible;
  display: block !important;
}

.header.white .top .t_r .wxgzh_box a img.hide_1 {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.header.white .top .t_r .oa_box a img.show_1 {
  opacity: 1;
  visibility: visible;
  display: block !important;
}

.header.white .top .t_r .oa_box a img.hide_1 {
  opacity: 0;
  visibility: hidden;
  display: none;
}


/* 权属企业subnav样式 */
.qsqy_navli ul.subnav {
  /* display: block !important; */
  width: 5rem !important;
  height: 6.1rem !important;
  background: url(../img/qsqy_subnav_bg.png) no-repeat !important;
  background-size: cover !important;
  padding: 0.02rem 0.1rem !important;
  font-size: 0.18rem;
}


.qsqy_navli ul.subnav li {
  width: 100% !important;
  margin-top: 0.17rem !important;
}











.swiper1 {
  width: 100%;
  height: 6.8rem;
  z-index: 1;
}


.swiper1 .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  opacity: 1;
  background: #fff;
}

.swiper1 .swiper-pagination-bullet-active {
  background: #0178CD;
}

.swiper1 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper1 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.1rem;
}

.swiper1 .swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
}








.main {
  width: 16rem;
  height: auto;
  margin: 0 auto;
  margin-top: 0.5rem;
}

.tt_box {
  width: 100%;
  height: 1.45rem;
  /* background: url(../img/tt_bg.png) no-repeat center; */
  background: #F8F5EC;
  background-size: cover;
  padding-left: 0.06rem;
  padding-right: 1.15rem;
  display: flex;
  align-items: center;
}

.tt_box>img {
  width: 1.26rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.tt_box .tt_cont {
  width: 100%;
  padding-left: 1.15rem;
}

.tt_box .tt_cont .tit {
  font-size: 0.38rem;
  color: #dd2424;
  display: block;
  text-align: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 550;
}

.tt_box .tt_cont .des {
  width: 100%;
  font-size: 0.18rem;
  color: #8e8e8e;
  margin-top: 0.18rem;
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 0.48rem;
}

.news_box .swiper2 {
  width: 10.44rem;
  margin: 0;
}

.news_box .swiper2 .swiper-slide {
  width: 100%;
}

.news_box .swiper2 .swiper-slide .newsfoc {
  display: block;
  width: 100%;
  height: 5.87rem;
}

.news_box .swiper2 .swiper-slide .newsfoc img {
  width: 100%;
  height: 100%;
}

.news_box .swiper2 .swiper-slide .text_box {
  width: 100%;
  height: 2.12rem;
  background-color: #F3FBFE;
  padding: 0.22rem 0.32rem 0.25rem 0.25rem;
}

.news_box .swiper2 .swiper-slide .text_box .tit {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.24rem;
  color: #272727;
  font-weight: 550;
}

.news_box .swiper2 .swiper-slide .text_box .des {
  display: block;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.18rem;
  color: #878787;
  margin-top: 0.25rem;
  line-height: 1.7;
  /* letter-spacing: 0.01rem; */
  text-align: justify;
}

.swiper2 .swiper-pagination-bullet {
  width: 0.13rem;
  height: 0.13rem;
  opacity: 1;
  background: #E2E0E1;
}

.swiper2 .swiper-pagination-bullet-active {
  background: #F32123;
}

.swiper2 .swiper-horizontal>.swiper-pagination-bullets,
.swiper2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper2 .swiper-pagination-custom,
.swiper2 .swiper-pagination-fraction {
  bottom: 0;
}

.news_box .tab-box {
  width: 4.88rem;
}

.news_box .tab-box .hd {
  width: 100%;
  height: 0.44rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #DFDFDF;
  display: flex;
  justify-content: space-between;
}

.news_box .tab-box .hd ul {}

.news_box .tab-box .hd ul li {
  float: left;
  height: 100%;
}

.news_box .tab-box .hd ul li:nth-child(n+2) {
  margin-left: 0.3rem;
}

.news_box .tab-box .hd ul li a {
  color: #878787;
  font-size: 0.24rem;
  display: block;
}

.news_box .tab-box .hd ul li.on a {
  padding-bottom: 0.13rem;
  border-bottom: 2px solid #dd2424;
  color: #dd2424;
}

.news_box .tab-box .hd a.more {
  font-size: 0.2rem;
  color: #8e8e8e;
  display: block;
  position: relative;
  top: 0.05rem;
}


.news_box .tab-box .bd {
  width: 100%;
  margin-top: 0.24rem;
}

.news_box .tab-box .bd ul {
  width: 100%;
}

.news_box .tab-box .bd ul li {
  height: 0.77rem;
  width: 100%;
  border-bottom: 1px solid #EDEDED;
  /* margin-top: 0.195rem; */
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_box .tab-box .bd ul.szyw li {
  height: 0.73rem;
}

.news_box .tab-box .bd ul li>a {
  color: #272727;
  font-size: 0.22rem;
  display: block;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_box .tab-box .bd ul li>a:hover {
  color: #dd2424;
}

.news_box .tab-box .bd ul>a {
  display: block;
  width: 100%;
  height: 2.68rem;
}

.news_box .tab-box .bd ul>a>img {
  width: 100%;
  height: 100%;
}

/* 光荣榜 */
.grb_box {
  width: 100%;
  height: 2.85rem;
  /* background-color: #FBF5E1; */
  background: url(../img/grb_box_bg.jpg) no-repeat center;
  background-size: cover;
  margin: 0.2rem 0;
  display: flex;
  align-items: center;
}

.grb {
  width: 16rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.grb .tit a img {
  display: block;
  width: 1.13rem;
  height: 2.3rem;
}

.grb .cont {
  padding: 0 35px;
  width: 15.25rem;
  /* height: 100%; */
  display: flex;
  align-items: center;
}

.swiper_grb {
  height: 2.3rem;
  align-items: center;
}

.swiper_grb .swiper-slide {
  width: 3.2rem;
  align-items: center;
  display: flex;
}

.swiper_grb .swiper-slide a {
  display: block;
}

.swiper_grb .swiper-slide a .show_img {
  width: 3.2rem;
  height: 2.1rem;
  display: block;
}

.swiper_grb .swiper-slide a .hidden_img {
  display: none;
}

.ywbk {
  margin-top: 1rem;
  width: 100%;
  background: url(../img/ywbk_bg.png) no-repeat right top;
  padding-top: 0.1rem;
}

.ywbk .tit {
  width: 4.18rem;
  height: 0.81rem;
  margin: 0 auto;
}

.ywbk .tit img {
  width: 100%;
  height: 100%;
}

.ywbk .cont {
  width: 16rem;
  margin: 0 auto;
  margin-top: 0.45rem;
}

.ywbk .cont ul {
  height: 4.27rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ywbk .cont ul li {
  width: 1.72rem;
  height: 3.88rem;
  position: relative;
  transition: background 0.5s ease;
}

.ywbk .cont ul li:hover {
  height: 4.27rem;
}

.ywbk .cont ul li:nth-child(1) {
  background: url(../img/1.png) no-repeat center;
}

.ywbk .cont ul li:hover:nth-child(1) {
  /* height: 5.89rem; */
  background: url(../img/1.1.png) no-repeat center;
}

.ywbk .cont ul li:nth-child(2) {
  background: url(../img/2.png) no-repeat center;
}

.ywbk .cont ul li:hover:nth-child(2) {
  /* height: 5.89rem; */
  background: url(../img/2.1.png) no-repeat center;
}

.ywbk .cont ul li:nth-child(3) {
  background: url(../img/3.png) no-repeat center;
}

.ywbk .cont ul li:hover:nth-child(3) {
  /* height: 5.89rem; */
  background: url(../img/3.1.png) no-repeat center;
}

.ywbk .cont ul li:nth-child(4) {
  background: url(../img/4.png) no-repeat center;
}

.ywbk .cont ul li:hover:nth-child(4) {
  /* height: 5.89rem; */
  background: url(../img/4.1.png) no-repeat center;
}

.ywbk .cont ul li:nth-child(5) {
  background: url(../img/5.png) no-repeat center;
}

.ywbk .cont ul li:hover:nth-child(5) {
  /* height: 5.89rem; */
  background: url(../img/5.1.png) no-repeat center;
}

.ywbk .cont ul li:nth-child(6) {
  background: url(../img/6.png) no-repeat center;
}

.ywbk .cont ul li:hover:nth-child(6) {
  /* height: 5.89rem; */
  background: url(../img/6.1.png) no-repeat center;
}

.ywbk .cont ul li:nth-child(7) {
  background: url(../img/7.png) no-repeat center;
}

.ywbk .cont ul li:hover:nth-child(7) {
  /* height: 5.89rem; */
  background: url(../img/7.1.png) no-repeat center;
}

.ywbk .cont ul li:nth-child(8) {
  background: url(../img/8.png) no-repeat center;
}

.ywbk .cont ul li:hover:nth-child(8) {
  /* height: 5.89rem; */
  background: url(../img/8.1.png) no-repeat center;
}

.ywbk .cont ul li:nth-child(9) {
  background: url(../img/9.png) no-repeat center;
}

.ywbk .cont ul li:hover:nth-child(9) {
  /* height: 5.89rem; */
  background: url(../img/9.1.png) no-repeat center;
}

.ywbk .cont ul li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  /* height: auto; */
  /* position: absolute; */
  /* padding: 0 0.08rem; */
  /* bottom: 0.5rem; */
  /* min-height: 1.82rem; */
  height: 100%;
  overflow: hidden;
}

.ywbk .cont ul li:nth-child(7) a {
  padding: 0 0.1rem;
}

.ywbk .cont ul li:nth-child(9) a {
  padding: 0 0.1rem;
}

.ywbk .cont ul li a .tit {
  width: 100%;
  font-size: 0.26rem;
  color: #fff;
  font-weight: 550;
  text-align: center;
  height: auto;
  /* gai */
  margin-top: 2rem;
}

.ywbk .cont ul li a .line {
  width: 1.23rem !important;
  height: 0.01rem !important;
  margin: 0 auto;
  margin-top: 0.35rem;
  display: none;
}

.ywbk .cont ul li a .line img {
  width: 100%;
  height: 100%;
}

.ywbk .cont ul li a .search_btn {
  width: 0.71rem;
  height: 0.53rem;
  margin: 0 auto;
  margin-top: 0.26rem;
  display: none;
}

.ywbk .cont ul li a .search_btn img {
  width: 100%;
  height: 100%;
}

.zcfg-zgsdt-kpyd {
  width: 100%;
  background: url(../img/zcfg-zgsdt-kpyd_bg.png) no-repeat;
  background-size: cover;
  padding-bottom: 1.08rem;
  margin-top: 1.5rem;

}

.zcfg-zgsdt-kpyd>.cont_b {
  width: 16rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.zcfg-zgsdt-kpyd>.cont_b .newslist {
  width: 5.11rem;
  height: auto;
}

.zcfg-zgsdt-kpyd>.cont_b .newslist .tit {
  width: 100%;
  height: 1.6rem;
  position: relative;
  z-index: 10;
}

.zcfg-zgsdt-kpyd>.cont_b .newslist .tit a {
  /* position: absolute; */
  display: block;
  width: 100%;
  height: 100%;
  /* border-radius: 50%;
  left: 2rem;
  top: 0.3rem; */
}

.zcfg-zgsdt-kpyd>.cont_b .zgsdt .tit a {
  left: 2.4rem;
}

.zcfg-zgsdt-kpyd>.cont_b .zcfg .tit {
  background: url(../img/zcfg_tit.png) no-repeat center;
  background-size: cover;
}

.zcfg-zgsdt-kpyd>.cont_b .zgsdt .tit {
  background: url(../img/zgsdt_tit.png) no-repeat center;
  background-size: cover;
}

.zcfg-zgsdt-kpyd>.cont_b .kpyd .tit {
  background: url(../img/kpyd_tit.png) no-repeat center;
  background-size: cover;
}

.zcfg-zgsdt-kpyd>.cont_b .newslist .cont {
  width: 100%;
  /* margin-top: 0.3rem; */
  background-color: #fff;
  padding: 0 0.25rem;
  padding-bottom: 0.4rem;
  padding-top: 0.3rem;
  position: relative;
  top: -0.16rem;
}

.zcfg-zgsdt-kpyd>.cont_b .newslist .cont ul li {
  width: 100%;
  /* padding: 0 0.25rem; */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #EBE0CF;
}

.zcfg-zgsdt-kpyd>.cont_b .newslist .cont ul li:nth-child(n+2) {
  margin-top: 0.28rem;
}

.zcfg-zgsdt-kpyd>.cont_b .newslist .cont ul li .date {
  padding-right: 0.22rem;
  border-right: 1px solid #E5E5E5;
}

.zcfg-zgsdt-kpyd>.cont_b .newslist .cont ul li .date .md {
  color: #c4ac7e;
  font-size: 0.2rem;
  font-weight: 550;
}

.zcfg-zgsdt-kpyd>.cont_b .newslist .cont ul li .date .y {
  color: #c4ac7e;
  font-size: 0.18rem;
}

.zcfg-zgsdt-kpyd>.cont_b .newslist .cont ul li a {
  padding-left: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.zcfg-zgsdt-kpyd>.cont_b .newslist .cont ul li a span {
  display: block;
}

.zcfg-zgsdt-kpyd>.cont_b .newslist .cont ul li a .title {
  color: #272727;
  font-size: 0.18rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 3.35rem;
}

.zcfg-zgsdt-kpyd>.cont_b .newslist .cont ul li a .icon {
  width: 0.1rem;
  height: 0.19rem;
}

.zcfg-zgsdt-kpyd>.cont_b .newslist .cont ul li a .icon img {
  width: 100%;
  height: 100%;
}

.zzzs {
  width: 100%;
  padding-top: 0.9rem;
}

.zzzs .tit {
  width: 5.34rem;
  height: 0.85rem;
  margin: 0 auto;
}

.zzzs .tit img {
  width: 100%;
  height: 100%;
}

.zzzs .cont {
  box-sizing: content-box;
  margin-top: 0.64rem;
  width: 100%;
  height: 4.12rem;
  position: relative;
  padding-bottom: 0.72rem;
}

.zzzs .cont .swiper3 {
  width: 100%;
  height: 100%;
}

.zzzs .cont .swiper3 .swiper-slide {
  width: 3.01rem;
  height: 100%;
}


.zzzs .cont .swiper3 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.zzzs .cont .swiper3 .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.zzzs .cont .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.12rem;
  height: 0.38rem;
  font-size: 0.2rem;
  position: absolute;
  right: 1.6rem;
  background-color: #F1FAFF;
  color: #5DA0D5;
  bottom: 0;
}

.nljs {
  width: 100%;
  height: 10.63rem;
  background: url(../img/nljs_bg.png) no-repeat center;
  background-size: cover;
  margin-top: 0.58rem;
  padding-top: 0.4rem;
}

.nljs .tit {
  width: 4rem;
  height: 0.81rem;
  margin: 0 auto;
}

.nljs .tit img {
  width: 100%;
  height: 100%;
}

.nljs .cont {
  width: 16rem;
  height: auto;
  margin: 0 auto;
  margin-top: 0.8rem;
}

.nljs .cont .t {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nljs .cont .t .lf {
  width: 6.14rem;
  height: 2.23rem;
}

.nljs .cont .t .lf img {
  width: 100%;
  height: 100%;
}

.nljs .cont .t .rt {
  width: 8.92rem;
  height: 2.29rem;
}

.nljs .cont .t .rt img {
  width: 100%;
  height: 100%;
}

.nljs .cont .b {
  width: 100%;
  margin-top: 0.85rem;
}

.nljs .cont .b .title {
  width: 1.93rem;
  height: 0.53rem;
  margin: 0 auto;
}

.nljs .cont .b .title img {
  width: 100%;
  height: 100%;
}

.swiper4 {
  width: 14.88rem;
  height: auto;
  margin-top: 0.4rem;
}

.swiper4 .swiper-wrapper {
  height: 4rem;
  align-items: center;
}

.swiper4 .swiper-slide {
  width: 2.68rem;
  height: 3.76rem;
}

.swiper4 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper4 .swiper-slide a img {
  width: 100%;
  height: 100%;
}

/* nljs */
.nljs .cont {
  margin-top: .5rem;
}

.nljs .cont .t .lf {
  width: 6.4rem;
  padding-left: .3rem;
  height: 2.59rem;
  display: flex;
  background: url(../img/gjpt-bg.png)center no-repeat;
  align-items: center;
  justify-content: space-between;
}

.nljs .cont .t .rt {
  height: 2.59rem;
  padding-left: .3rem;
  display: flex;
  background: url(../img/sjpt-bg.png)center no-repeat;
  align-items: center;
  justify-content: space-between;
}

.lf div p,
.rt div p {
  font-size: .22rem;
  color: #ffffff;
}

.item-l {
  width: 1.2rem;
  text-align: center;
}

.nljs .cont .t .rt .item-l {
  width: 1.5rem;
}

.lf .item-l p,
.rt .item-l p {
  font-size: .28rem;
}

.item-l h6 {
  font-size: .32rem;
  color: #78FFFA;
  font-weight: bold;
  margin-top: .1rem;
}

.rt .item-l h6 {
  color: #FFEC4A;
}

.line {
  width: 0.01rem !important;
  height: 1.21rem !important;
}

.item-r {
  width: 4.2rem;
}

.nljs .cont .t .rt .item-r {
  width: 6.8rem;
}

.nljs .cont .t .lf .item-r p {
  display: flex;
  align-items: center;
  margin: .25rem 0;
}

.nljs .cont .t .rt .item-r p {
  width: 3.3rem;
  display: flex;
  align-items: center;
  margin: .1rem 0;
}

.nljs .cont .t .lf .item-r p i,
.nljs .cont .t .rt .item-r p i {
  font-size: .28rem;
  font-weight: bold;
  color: #78FFFA;
  margin: 0 .02rem;
}

.nljs .cont .t .rt .item-r p i {
  color: #FFEC4A;
}

.nljs .cont .t .lf .item-r p img,
.nljs .cont .t .rt .item-r p img {
  width: .26rem;
  margin-right: .1rem;
  height: .28rem;
}

.nljs .cont .t .rt .item-r {
  flex-wrap: wrap;
  display: flex;
  height: 2.29rem;
}