@media screen and (max-width: 768px) {
  .w {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
 .sxp{
      height:auto;
  }
 .sxp .w{
      display:block;
  }
  .header {
    display: none;
  }
  .sj_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.3rem;
    box-sizing: border-box;
    width: 100%;
    height: 1.2rem;
  }
  .sj_header .sj_logo {
    width: 5.32rem;
    height: 0.77rem;
    display: block;
  }
  .sj_header .sj_logo img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sj_header .wapbtnbox {
    width: 0.4rem;
    height: 1.2rem;
    margin-left: 0.2rem;
    position: relative;
  }
  .sj_header .wapbtnbox div {
    width: 0.4rem;
    height: 0.04rem;
    background: #008fd6;
    position: absolute;
    left: 0;
    border-radius: 0.03rem;
    transition: 0.5s ease-in-out 0s;
  }
  .sj_header .wapbtnbox div:nth-of-type(1) {
    top: 0.44rem;
  }
  .sj_header .wapbtnbox div:nth-of-type(2) {
    top: 0.58rem;
  }
  .sj_header .wapbtnbox div:nth-of-type(3) {
    top: 0.72rem;
  }
  .sj_header .wapbtnbox.cur div:nth-of-type(1) {
    top: 0.6rem;
    transform: rotate(45deg);
  }
  .sj_header .wapbtnbox.cur div:nth-of-type(2) {
    opacity: 0;
  }
  .sj_header .wapbtnbox.cur div:nth-of-type(3) {
    top: 0.6rem;
    transform: rotate(-45deg);
  }
  .navleft {
    display: block;
    width: 100%;
    height: calc(100% - 1.2rem);
    border-top: 1px solid #f0f0f0;
    margin-left: 0;
    background-color: #fff;
    position: fixed;
    left: 100%;
    top: 1.2rem;
    z-index: 25;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    overflow-y: auto;
  }
  .navleft.cur {
    left: 0;
  }
  .navleft .sj_nav ul li {
    border-bottom: 0.01rem solid #ebebeb;
  }
  .navleft .sj_nav ul li .fvb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .navleft .sj_nav ul li .fvb a {
    display: block;
    flex: 1;
    color: #333;
    font-size: 0.36rem;
  }
  .navleft .sj_nav ul li .fvb span {
    width: 0.4rem;
    height: 100%;
    display: block;
    margin-left: 0.2rem;
    position: relative;
  }
  .navleft .sj_nav ul li .fvb span::before {
    content: "";
    width: 0.04rem;
    height: 0.4rem;
    background-color: #a4a4a4;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    margin-top: -0.2rem;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
  }
  .navleft .sj_nav ul li .fvb span::after {
    content: "";
    width: 0.4rem;
    height: 0.04rem;
    background-color: #a4a4a4;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.02rem;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
  }
  .navleft .sj_nav ul li .fvb.cur span::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
  }
  .navleft .sj_nav ul li .sj_navlist {
    height: auto;
    display: none;
    width: 100%;
    opacity: 1;
    visibility: visible;
    padding: 0 0.3rem;
    box-sizing: border-box;
    background: #f9f9f9;
  }
  .navleft .sj_nav ul li .sj_navlist a {
    display: block;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #333;
    font-size: 0.32rem;
  }
  .navleft .sj_nav ul li .sj_navlist a.on {
    color: #008fd6;
    font-weight: 700;
  }
  .banner {
    height: 4.56rem;
  }
  .module2 .home1 {
    padding: 0 0 0.5rem 0;
    background: none;
  }
  .module2 .home1 .homeleft {
    float: none;
    width: 100%;
    padding: 0 0.3rem;
  }
  .module2 .home1 .homeleft .qual1top {
    text-align: center;
  }
  .module2 .home1 .homeleft .qual1top .entitle {
    font-size: 0.44rem;
  }
  .module2 .home1 .homeleft .qual1top .cntitle {
    font-size: 0.32rem;
    margin: 0.1rem 0 0.4rem;
  }
  .module2 .home1 .homeleft .homenews .p {
    width: 100%;
    font-size: 0.3rem;
  }
  .module2 .home1 .homeleft .homenews .homenewslist .date {
    font-size: 0.46rem;
    margin-bottom: 0.3rem;
  }
  .module2 .home1 .homeleft .homenews .homenewslist .title {
    font-size: 0.32rem;
    line-height: 1.3;
  }
  .module2 .home1 .homeleft .homenewsmore {
    display: block;
    width: 100%;
    background: #f0f0f0;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.32rem;
    padding-right: 0;
  }
  .module2 .home1 .homeright {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 0.5rem;
    background: none;
    height: auto;
  }
  .module2 .home1 .homeright .top {
    display: block;
  }
  .module2 .home1 .homeright .top .qual1top {
    padding: 0;
    text-align: center;
    margin-top: 0;
  }
  .module2 .home1 .homeright .top .qual1top .entitle {
    color: #008fd6;
    font-size: 0.42rem;
  }
  .module2 .home1 .homeright .top .qual1top .cntitle {
    color: #008fd6;
    font-size: 0.32rem;
    margin: 0.1rem 0 0.4rem;
  }
  .module2 .home1 .homeright .top .homesolnav {
    margin-left: 0;
  }
  .module2 .home1 .homeright .top .homesolnav .homesolnavlist .title {
    font-size: 0.34rem;
    font-weight: 400;
  }
  .module2 .home1 .homeright .homesolbox .homesollist .img {
    width: 100%;
    float: none;
    height: 7.38rem;
  }
  .module2 .home1 .homeright .homesolbox .homesollist .textbox {
    width: 100%;
    padding: 0.9rem 0.3rem 0.4rem;
  }
  .module2 .home1 .homeright .homesolbox .homesollist .textbox .cntitle {
    font-size: 0.4rem;
  }
  .module2 .home1 .homeright .homesolbox .homesollist .textbox .text {
    width: 100%;
    font-size: 0.3rem;
    line-height: 1.4;
  }

  .module2 .home1 .homeright .homesolbox .homesollist .textbox .text p{
  font-size: 0.3rem;
  line-height: 1.4;
}
  .module2 .home1 .homeright .homesolbox .homesollist .textbox .more {
    margin-top: 0.4rem;
    width: 0.6rem;
    height: 0.42rem;
  }
  .module3 .home2 {
    padding: 0;
  }
  .module3 .home2 .home2box {
    background: #fafafa;
    width: 100%;
  }
  .module3 .home2 .home2box .list {
    margin-right: 2%;
    margin-bottom: 0.2rem;
    width: 49%;
  }
  .module2 .home1 .homeright .top .homesolnav .homesolnavlist{
    width: 33.3%;
  }
  .module2 .home1 .homeright .top .homesolnav .homesolnavlist .icon{
    width: 0.6rem;
    height: 0.6rem;
  }
  .module3 .home2 .home2box .list .box .wapimg {
    display: block;
  }
  .module3 .home2 .home2box .list .box .pcimg {
    display: none;
  }
  .module3 .home2 .home2box .list .box .textbox .titlebox .cntitle {
    width: 100%;
    font-size: 0.3rem;
    line-height: 1.5;
    padding-bottom: 0;
  }
  .module3 .home2 .home2box .list .box .textbox .titlebox .cntitle::before {
    display: none;
  }
  .module3 .home2 .home2box .list .box .textbox .titlebox .entitle {
    display: none;
  }
  .module3 .home2 .home2box .list .box .textbox .more {
    width: 0.6rem;
    height: 0.42rem;
  }
  .module3 .home2 .home2box .list.cur {
    width: 49%;
  }
  .module3 .home2 .home2box .list:nth-child(2n+2) {
    margin-right: 0;
  }
  .footer {
    width: 100%;
    background: #fff;
    padding: 0.6rem 0 0.2rem 0;
  }
  .footer .w {
    display: block;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .footer .w .foot_left {
    width: 100%;
  }
  .footer .w .foot_left .img {
    width: 2rem;
  }
  .footer .w .foot_left .img img {
    width: 1.7rem;
    height: 1.7rem;
  }
  .footer .w .foot_left .img p {
    font-size: 0.28rem;
  }
  .footer .w .foot_left .info .p1 {
    font-size: 0.28rem;
  }
  .footer .w .foot_left .info h1 {
    font-size: 0.42rem;
  }
  .footer .w .foot_left .info .link {
    width: 4rem;
    margin-top: 0.4rem;
  }
  .footer .w .foot_left .info .link .link_box a {
    font-size: 0.28rem;
  }
  .footer .w .foot_left .info .link .link_box img {
    width: 0.14rem;
    height: 0.24rem;
  }
  .footer .w .foot_left .info .link .link_list {
    padding: 0.3rem;
  }
  .footer .w .foot_left .info .link .link_list a {
    font-size: 0.3rem;
  }
  .footer .w .foot_right {
    width: 100%;
    align-items: flex-start;
    margin-top: 0.3rem;
  }
  .footer .w .foot_right .db_logo {
    width: 5rem;
    height: 0.7rem;
    margin: 0 auto;
  }
  .footer .w .foot_right ol {
    margin-top: 0.2rem;
  }
  .footer .w .foot_right ol li a {
    font-size: 0.23rem;
  }
  .footer .w .foot_right .p_c {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.2rem;
  }
  .footer .w .foot_right .p_c a {
    font-size: 0.28rem;
    margin: 0.1rem 0;
  }
  .zy_ban {
    height: auto;
  }
  .zy_ban .swiper {
    height: 2.56rem;
  }
  .zy_ban .zy_nav {
    display: none;
  }
  .zy_ban .sj_nav {
    display: flex;
    width: 100%;
    height: 0.96rem;
    align-items: center;
    background: #008fd6;
    padding: 0 0.3rem;
    box-sizing: border-box;
    position: relative;
  }
  .zy_ban .sj_nav h2 {
    line-height: 0.96rem;
    color: #fff;
    font-size: 0.34rem;
    width: 100%;
    position: relative;
  }
  .zy_ban .sj_nav h2::before {
    content: "";
    width: 0.3rem;
    height: 0.04rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.01rem;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
  }
  .zy_ban .sj_nav h2::after {
    content: "";
    width: 0.04rem;
    height: 0.3rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0.13rem;
    margin-top: -0.13rem;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
  }
  .zy_ban .sj_nav .sj_nav_list {
    position: absolute;
    top: 0.96rem;
    left: 0;
    max-height: 4rem;
    width: 100%;
    overflow-y: auto;
    padding: 0;
    display: none;
    background: #fff;
    z-index: 10;
    box-shadow: 0px 6px 28px rgba(0, 0, 0, 0.08);
  }
  .zy_ban .sj_nav .sj_nav_list a {
    display: block;
    line-height: 0.8rem;
    color: #333;
    font-size: 0.3rem;
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
  .zy_ban .sj_nav .sj_nav_list a.on {
    color: #008fd6;
    font-weight: 700;
  }
  .zy_ban .sj_nav.active h2::before {
    transform: rotate(45deg);
  }
  .zy_ban .sj_nav.active h2::after {
    transform: rotate(45deg);
  }
  .qual1top {
    margin-top: 0.5rem;
  }
  .qual1top .entitle {
    font-size: 0.42rem;
  }
  .qual1top .cntitle {
    font-size: 0.42rem;
  }
  .ys_list .ys_jj ul {
    margin-top: 0.5rem;
    display: block;
  }
  .ys_list .ys_jj ul li {
    width: 100%;
    margin-right: 0;
  }
  .ys_list .ys_jj ul li .img {
    height: 5.16rem;
  }
  .ys_list .ys_jj ul li .nr {
    padding: 0.3rem;
    box-sizing: border-box;
  }
  .ys_list .ys_jj ul li .nr h2 {
    font-size: 0.32rem;
  }
  .ys_list .ys_jj ul li .nr p {
    font-size: 0.28rem;
  }
  .ys_list .ys_jj .ys_cont p {
    font-size: 0.28rem;
  }
  .jj_list {
    margin-top: 0.5rem;
  }
  .jj_list .gk_list p {
    font-size: 0.28rem;
  }
  .jj_list .gk_list .nr {
    display: block;
  }
  .jj_list .gk_list .nr .left {
    width: 100%;
  }
  .jj_list .gk_list .nr .right {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 0.3rem;
  }
  .jj_list .ry_list .w .ry_jj {
    display: block;
  }
  .jj_list .ry_list .w .ry_jj .left {
    width: 100%;
  }
  .jj_list .ry_list .w .ry_jj .right {
    width: 100%;
    padding-left: 0;
  }
  .jj_list .ry_list .w .ry_jj .right p {
    font-size: 0.28rem;
  }
  .jj_list .ry_list .w .ry_swi {
    margin-top: 0.3rem;
    padding: 0;
    margin-bottom: 0;
  }
  .jj_list .ry_list .w .ry_swi .img {
    width: 100%;
    height: 5.12rem;
  }
  .jj_list .ry_list .w .ry_swi .img img {
    width: 6rem;
    height: auto;
    max-height: 100%;
  }
  .jj_list .ry_list .w .ry_swi::before {
    background: none;
  }
  .jj_list .ry_list .syg {
    left: 0;
    background: url(../img/icon24.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.8rem;
    height: 0.56rem;
  }
  .jj_list .ry_list .xyg {
    right: 0;
    background: url(../img/icon25.png) no-repeat center;
    background-size: 100% 100%;
    width: 0.8rem;
    height: 0.56rem;
  }
  .jj_list .ry_list .more_z {
    margin-top: 0.3rem;
  }
  .jj_list .ry_list .more_z em {
    font-size: 0.28rem;
  }
  .jj_list .zz_list .zz_jj {
    display: block;
  }
  .jj_list .zz_list .zz_jj .left {
    width: 100%;
  }
  .jj_list .zz_list .zz_jj .right {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
  }
  .jj_list .zz_list .zz_jj .right p {
    font-size: 0.28rem;
  }
  .jj_list .zz_list .zz_nr {
    margin-top: 0.3rem;
  }
  .hz_list {
    margin-top: 0.5rem;
  }
  .hz_list .hz_nr {
    background: url(../img/icon28.png) no-repeat center;
    background-size: contain;
  }
  .hz_list .hz_nr .jj_gd {
    justify-content: space-between;
  }
  .hz_list .hz_nr .jj_gd .jj_time {
    margin: 0;
  }
  .hz_list .hz_nr .jj_gd .jj_time h1 sub {
    font-size: 0.28rem;
  }
  .hz_list .hz_nr .jj_gd .jj_time h5 {
    font-size: 0.24rem;
  }
  .hz_list .hz_nr .hz_cont p {
    font-size: 0.28rem;
  }
  .hz_list .hz_nr .slider {
    overflow: hidden;
  }
  .yj_list {
    margin-top: 0.5rem;
  }
  .yj_list ul li .box {
    flex-direction: column-reverse;
  }
  .yj_list ul li .box .img {
    width: 100%;
    height: 2.44rem;
  }
  .yj_list ul li .box .img img {
    width: 100%;
  }
  .yj_list ul li .box .nr {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.3rem;
  }
  .yj_list ul li .box .nr h2 {
    font-size: 0.42rem;
  }
  .yj_list ul li .box .nr i {
    width: 0.5rem;
    margin: 0.3rem 0;
  }
  .yj_list ul li .box .nr .p1 {
    font-size: 0.42rem;
    color: #008fd6;
  }
  .yj_list ul li .box .nr p {
    font-size: 0.28rem;
  }
  .yj_list ul li:nth-child(even) .box {
    flex-direction: column-reverse;
  }
  .fw_list {
    margin-top: 0.5rem;
  }
  .fw_list .fw_nr {
    display: block;
  }
  .fw_list .fw_nr .left {
    width: 100%;
    padding-right: 0;
  }
  .fw_list .fw_nr .left .name_title {
    background: url(../img/icon30.png) no-repeat left center;
    background-size: 100% 100%;
    font-size: 0.36rem;
  }
  .fw_list .fw_nr .left .fw_jj p {
    font-size: 0.28rem;
  }
  .fw_list .fw_nr .right {
    margin-top: 0.3rem;
    width: 100%;
  }
  .sb_list {
    margin-top: 0.5rem;
  }
  .sb_list ul li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .sb_list ul li a .img {
    height: 5rem;
  }
  .sb_list ul li a .nr {
    width: 100%;
    height: auto;
    padding: 0.3rem;
  }
  .sb_list ul li a .nr h2 {
    font-size: 0.3rem;
  }
  .sb_list ul li a .nr i {
    width: 1rem;
    margin: 0.2rem 0;
  }
  .sb_list ul li a .nr p {
    font-size: 0.28rem;
    height: auto;
  }
  .sb_list ul li a .nr .more {
    margin-top: 0.2rem;
    width: 0.8rem;
    height: 0.56rem;
  }
  .sbxq_list .xq_img {
    height: auto;
  }
  .sbxq_list .xq_img .img {
    height: 3.78rem;
  }
  .sbxq_list .xq_img .sb_intro {
    width: 100%;
    height: auto;
    position: initial;
    padding: 0.3rem;
    box-sizing: border-box;
  }
  .sbxq_list .xq_img .sb_intro .bb {
    display: block;
  }
  .sbxq_list .xq_img .sb_intro .bb .sb_img {
    width: 100%;
  }
  .sbxq_list .xq_img .sb_intro .bb .nr {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .sbxq_list .xq_img .sb_intro .bb .nr h1 {
    font-size: 0.4rem;
  }
  .sbxq_list .xq_img .sb_intro .bb .nr p {
    font-size: 0.28rem;
  }
  .sbxq_list .sbxq_cont .tab {
    margin-top: 0.5rem;
    height: 1rem;
    line-height: 1rem;
  }
  .sbxq_list .sbxq_cont .tab span {
    font-size: 0.3rem;
  }
  .sbxq_list .sbxq_cont .tab_nr .sbxq_xq p {
    font-size: 0.28rem;
  }
  .zj_list {
    margin-top: 0.5rem;
  }
  .zj_list ul li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .zj_list ul li a .img {
    width: 100%;
    height: 5rem;
  }
  .zj_list ul li a .nr {
    padding: 0.3rem;
  }
  .zj_list ul li a .nr .left {
    width: calc(100% - 0.8rem);
  }
  .zj_list ul li a .nr .left h2 {
    font-size: 0.32rem;
  }
  .zj_list ul li a .nr .left i {
    width: 1rem;
    margin: 0.2rem 0;
  }
  .zj_list ul li a .nr .left p {
    font-size: 0.28rem;
  }
  .zj_list ul li a .nr .right {
    width: 0.8rem;
  }
  .zj_list ul li a .nr .right .more {
    width: 0.8rem;
    height: 0.56rem;
  }
  .fc_list {
    margin-top: 0.5rem;
  }
  .fc_list ul li {
    width: 100%;
    margin-right: 0;
    float: none;
    padding: 0.3rem;
  }
  .fc_list ul li a .img {
    width: 100%;
    height: 4.68rem;
  }
  .fc_list ul li a h2 {
    font-size: 0.32rem;
    margin-top: 0.3rem;
  }
  .lxwm_list {
    padding-top: 0.5rem;
    background: url(../img/icon36.png) #fff no-repeat bottom right;
    background-size: contain;
  }
  .lxwm_list .lxwm_nr {
    display: block;
  }
  .lxwm_list .lxwm_nr .left {
    width: 100%;
    height: 5.2rem;
  }
  .lxwm_list .lxwm_nr .right {
    width: 100%;
    padding-left: 0;
  }
  .lxwm_list .lxwm_nr .right ul li .zy_logo {
    width: 5.32rem;
    height: 0.77rem;
  }
  .lxwm_list .lxwm_nr .right ul li .nr p {
    font-size: 0.28rem;
  }
  .lxwm_list .lxwm_nr .right ul li .nr h1 {
    font-size: 0.28rem;
  }
  .xw_list {
    margin-top: 0.5rem;
  }
  .xw_list ul li {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .xw_list ul li a .date {
    width: 1rem;
  }
  .xw_list ul li a .date span {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.4rem;
  }
  .xw_list ul li a .date p {
    font-size: 0.28rem;
    margin-top: 0.2rem;
  }
  .xw_list ul li a .nr {
    width: calc(100% - 1rem);
    padding-left: 0.5rem;
  }
  .xw_list ul li a .nr h2 {
    font-size: 0.32rem;
  }
  .xw_list ul li a .nr p {
    font-size: 0.28rem;
  }
  .cjwt_list {
    margin-top: 0.5rem;
  }
  .cjwt_list ul li .top span {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-right: 0.2rem;
  }
  .cjwt_list ul li .top span::before {
    font-size: 0.6rem;
    top: 45%;
  }
  .cjwt_list ul li .top h2 {
    width: calc(100% - 2.9rem);
    font-size: 0.3rem;
  }
  .cjwt_list ul li .top em {
    width: 2rem;
    font-size: 0.28rem;
    margin-left: 0.2rem;
  }
  .cjwt_list ul li .bot p {
    font-size: 0.28rem;
  }
  .wzdt_list {
    overflow: hidden;
    background: url(../img/dt_bg.jpg) no-repeat center;
    background-size: cover;
    height: auto;
    padding-bottom: 0.8rem;
  }
  .wzdt_list .dqwz {
    display: none;
  }
  .wzdt_list .title {
    margin-top: 0.4rem;
  }
  .wzdt_list .title::before {
    display: none;
  }
  .wzdt_list .title::after {
    display: none;
  }
  .wzdt_list ul {
    margin-top: 0.5rem;
    display: block;
  }
  .wzdt_list ul li {
    text-align: left;
    margin-bottom: 0.4rem;
  }
  .wzdt_list ul li > a {
    font-size: 0.34rem;
  }
  .wzdt_list ul li .dt_nav {
    text-align: left;
    overflow: hidden;
    margin-top: 0.3rem;
  }
  .wzdt_list ul li .dt_nav a {
    display: block;
    font-size: 0.3rem;
    float: left;
    margin-right: 0.3rem;
  }
  .xq_list {
    overflow: hidden;
  }
  .xq_list .dqwz {
    display: none;
  }
  .xq_list .xq_info {
    display: none;
  }
  .xq_list .linz {
    border-left: none;
    padding: 0 0.3rem;
  }
  .xq_list .xq_box {
    margin-top: 0.4rem;
  }
  .xq_list .xq_box .xq_tit {
    font-size: 0.34rem;
    line-height: 1.6;
  }
  .xq_list .xq_box .lll {
    margin-top: 0.3rem;
  }
  .xq_list .xq_box .lll span {
    font-size: 0.26rem;
    margin-right: 0.2rem;
    line-height: 1.4;
  }
  .xq_list .xq_box .xq_con {
    margin-top: 0.3rem;
  }
  .xq_list .xq_box .xq_con p {
    font-size: 0.28rem;
  }
.sxp .w a {
    font-size: 0.28rem;
    width: 100%;
}
.sxp .w a:nth-child(2){
  text-align: left;
}
.tj ol li {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
.tj ol li a .date {
    width: 1rem;
  }
.tj ol li a .date span {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.4rem;
  }
.tj ol li a .date p {
    font-size: 0.28rem;
  }
.tj ol li a .nr {
    width: calc(100% - 1rem);
    padding-left: 0.5rem;
  }
.tj ol li a .nr h2 {
    font-size: 0.32rem;
  }
.tj ol li a .nr p {
    font-size: 0.28rem;
  }
  .fy {
    flex-wrap: wrap;
  }
  .fy a {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    margin: 0.1rem;
  }
}
