@media only screen and (max-width: 1440px) {
  .content {
    width: 1200px;
  }


  /*首页*/
  .nav{
    width: 1200px;
  }
  .search_bg{
    /* width: 885px; */
    margin-left: 166px;
  }
}


@media only screen and (max-width: 1024px) {
  .content {
    width: 92%;
  }


  /*首页*/
  .top{
    display: none;
  }
  .nav_bg{
    display: none;
  }
  .header{
    width: 60px;
    height: 60px;
    background: linear-gradient(to bottom, #6aa238, #31923c, #00833f);
    border-radius: 50%;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 90;
    display: block;
  }
  .logo{
    width: 60%;
    margin: 2% 0 0 3%;
  }
  .logo img{
    width: 100%;
  }
  .menu {
    position: absolute;
    top: 20px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 30px;
    height: 50px;
    transition: transform 250ms ease;
    cursor: pointer;
    z-index: 200;
    display: block;
  }
  .menu span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 4px;
    background: #fff;
    transition: transform 250ms ease;
    z-index: 200;
  }
  .menu span:nth-of-type(1) {
    transform: translateY(-4px);
  }
  .menu span:nth-of-type(3) {
    transform: translateY(4px);
  }
  #menu {
    display: none;
  }
  #menu:checked ~ .menu {
    background-color: transparent;
    transition: transform 250ms ease;
    top: 40px;
  }
  #menu:checked ~ .menu span {
    background-color: #fff !important;
    transition: transform 250ms ease;
    margin: 0;
  }
  #menu:checked ~ .menu span:nth-of-type(1) {
    transform: translateY(1px) rotate(45deg);
    width: 100% !important;
  }
  #menu:checked ~ .menu span:nth-of-type(2) {
    display: none;
  }
  #menu:checked ~ .menu span:nth-of-type(3) {
    transform: translateY(-1px) rotate(-45deg);
    width: 100% !important;
  }
  #menu:checked ~ .nav01 {
    display: block;
    transition: 500ms ease;
  }
  .nav01 {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px 20px;
    box-sizing: border-box;
    overflow-y: scroll;
    background: linear-gradient(to bottom, #6aa238, #31923c, #00833f);
    transition: 500ms ease;
    z-index: 99;
    display: none;
  }
  .nav01 li {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 70px;
    color: #fff;
  }

  .banner{
    height: 230px;
  }
  .banner img{
    height: 100%;
    object-fit: cover;
  }

  .search_bg{
    width: 67%;
    margin: 0;
  }
  .btn_login,.btn_register{
    width: 15%;
  }
  .dang{
    margin: 0.3rem 0;
  }
  .dang li{
    font-size: 16px;
  }
  .news_txt{
    width: 70%;
  }
  .culture_text{
    width: 70%;
  }
  .ind_text{
    width: 70%;
  }


  /* 详情 */
  .fanye li{
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .fanye li:last-child{
    text-align: left;
  }
  .backlist{
    position: static;
    left: auto;
    bottom: auto;
    transform: translateX(0);
    margin-top: 20px;
  }


  /* 专题专栏 */
  .ztzl li{
    height: 130px;
  }


  /* 注册 */
  .reg_con{
    width: 100%;
  }
  .reg_con .fl,.reg_con .fr{
    float: none;
  }
  .reg_m{
    margin-bottom: 0;
  }
  .name{
    width: 100%;
    margin-bottom: 16px;
  }
  .btn_submit{
    width: 40%;
  }


  /* 登陆 */
  .log_con{
    width:100%;
  }


  /* 个人信息 */
  .int_txt{
    width: 100px;
  }
  .int_r{
    width: calc(100% - 100px);
  }
  .int_con .main_anniu{
    margin-left: 120px;
  }
}


@media only screen and (max-width: 1023px) {
  html {
    font-size: -moz-calc(100vw / 7.5);
    font-size: calc(100vw / 7.5);
  }
  body{
    font-size: 0.28rem;
  }
  img{
    width: 100%;
  }
  .pc{
    display: none;
  }
  .phone{
    display: block;
  }


  /*首页*/
  .header{
    width: 0.8rem;
    height: 0.8rem;
    top: 0.2rem;
    right: 0.2rem;
  }
  .menu {
    right: 0.3rem;
    width: 0.5rem;
    height: 0.5rem;
    top: 0.25rem;
    right: 0.15rem;
  }
  .menu span {
    margin-top: 2px;
  }
  #menu:checked ~ .menu {
    top: 0.5rem;
  }
  .nav01 {
    padding: 0.9rem 0.4rem 0.2rem;
  }
  .nav01 li {
    font-size: 0.34rem;
    line-height: 1rem;
  }

  .banner{
    height: auto;
  }

  .search_box{
    padding: 0.4rem 0 0.3rem;
  }
  .search_bg{
    float: none;
    width: 100%;
    height: 0.9rem;
    border-radius: 0.1rem;
    margin-bottom: 0.3rem;
  }
  .search{
    float: left;
    width: calc(100% - 25%);
    height: 0.9rem;
    padding: 0 0.2rem;
    font-size: 0.28rem;
  }
  .search_btn{
    width: 25%;
    height: 0.9rem;
    font-size: 0.28rem;
  }
  .btn_login{
    width: 47%;
    height: 0.9rem;
    line-height: 0.9rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
    margin-right: 6%;
  }
  .btn_register{
    width: 47%;
    height: 0.9rem;
    line-height: 0.9rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
  }

  .news_bg{
    padding: 0.3rem;
    border-radius: 0.1rem;
    margin-bottom: 0.38rem;
  }
  .news_pic{
    float: none;
    width: 100%;
    height: 4rem;
    margin-bottom: 0.6rem;
  }
  .news_tm{
    height: 1.3rem;
  }
  .news_pictxt{
    line-height: 0.4rem;
    height: 0.4rem;
    left: 0.3rem;
    bottom: 0.2rem;
  }
  .news_pic .swiper-pagination{
    height: 0.15rem;
    right: 0.2rem;
    bottom: 0.45rem;
  }
  .news_pic .swiper-pagination-bullet{
    width: 0.15rem;
    height: 0.15rem;
    margin: 0 0.1rem;
  }
  .news_right{
    float: none;
    width: 100%;
  }
  .news_tbg{
    height: 1rem;
    border-radius: 0.1rem;
  }
  .news_timg{
    width: 1.2rem;
    height: 1rem;
    margin-right: 0.15rem;
  }
  .news_type ul{
    margin-right: -0.44rem;
  }
  .news_type li{
    height: 1rem;
    line-height: 1rem;
    font-size: 0.34rem;
    margin-right: 0.44rem;
  }
  .news_type i{
    width: 0.13rem;
    height: 0.22rem;
    right: -0.3rem;
  }
  .news_more{
    line-height: 1rem;
    /* margin-right: 0.3rem; */
    top: -1rem;
    right: 0.2rem;
  }
  .news_line{
    min-height: auto;
    padding: 0.2rem 0;
    margin-bottom: 0.24rem;
  }
  .news li{
    line-height: 0.7rem;
    height: 0.7rem;
    padding-left: 0.25rem;
  }
  .news i{
    width: 0.08rem;
    height: 0.08rem;
  }
  .news_txt{
    height: 0.7rem;
  }
  .news_date{
    padding-right: 0.1rem;
  }
  .dang{
    padding: 0.05rem;
  }
  .dang li{
    height: 0.9rem;
    font-size: 0.26rem;
  }
  .dang img{
    width: 0.34rem;
    height: 0.34rem;
    margin-right: 0.12rem;
  }

  .culture_bg{
    float: none;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.2rem;
    margin-bottom: 0.44rem;
  }
  .culture_p{
    padding: 0 0.16rem;
  }
  .culture_top{
    height: 0.5rem;
    line-height: 0.5rem;
    margin-bottom: 0.1rem;
  }
  .culture_top img{
    width: 0.34rem;
    height: 0.4rem;
    margin: 0.02rem 0.16rem 0 0;
  }
  .culture_tit{
    font-size: 0.34rem;
  }
  .culture_more img{
    width: 0.3rem;
    height: 0.3rem;
    margin: 0.1rem 0 0 0.1rem;
  }
  .culture_t{
    padding: 0.27rem 0;
  }
  .culture_timg{
    width: 2.65rem;
    height: 1.9rem;
  }
  .culture_tr{
    width: calc(100% - 2.65rem);
    padding-left: 0.22rem;
  }
  .culture_tr h1{
    font-size: 0.3rem;
    line-height: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.1rem;
  }
  .culture_txt{
    line-height: 0.44rem;
    height: 1.32rem;
    -webkit-line-clamp: 3;
  }
  .culture{
    margin-bottom: 0.1rem;
  }
  .culture li{
    height: 0.9rem;
    line-height: 0.9rem;
    padding-left: 0.25rem;
  }
  .culture i{
    width: 0.08rem;
    height: 0.08rem;
  }
  .culture_text{
    height: 0.9rem;
  }
  .culture_pic{
    height: 1.5rem;
    margin-top: 0.1rem;
  }

  .ann_bg{
    float: none;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.36rem;
    margin-bottom: 0.44rem;
  }

  .ind_box{
    float: none;
    width: 100%;
    margin: 0 0 0.4rem 0;
  }
  .ind_box:nth-child(2){
    margin: 0 0 0.4rem 0;
  }
  .ind_box .news_tbg{
    margin-bottom: 0.3rem;
  }
  .ind_tit{
    line-height: 1rem;
    font-size: 0.34rem;
  }
  .ind_box .news_more{
    line-height: 1rem;
    margin-right: 0.2rem;
  }
  .ind_top{
    padding: 0.2rem 0 0.28rem;
    margin-bottom: 0.2rem;
  }
  .ind_pic{
    width: 2.65rem;
    height: 1.9rem;
  }
  .ind_right{
    width: calc(100% - 2.65rem);
    padding-left: 0.22rem;
  }
  .ind_right h1{
    font-size: 0.3rem;
    line-height: 0.48rem;
    height: 0.96rem;
    margin-bottom: 0.1rem;
  }
  .ind_txt{
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .ind{
    margin-bottom: 0.1rem;
  }
  .ind li{
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .ind_text{
    height: 0.7rem;
  }

  .foot_bg{
    padding: 0.5rem 0;
  }
  .copyright{
    float: none;
    width: 100%;
    text-align: center;
    line-height: 0.4rem;
    padding: 0;
    font-size: 0.24rem;
  }
  .code{
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .code ul{
    margin-right: -0.3rem;
  }
  .code li{
    display: inline-block;
    float: none;
    width: 30%;
    margin-right: 0.3rem;
  }
  .code img{
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.1rem;
  }
  .code h1{
    font-size: 0.24rem;
  }


  /* 前锋要闻 */
  .path{
    padding: 0.32rem 0 0.3rem 0.45rem;
    min-height: 0.44rem;
    line-height: 0.44rem;
  }
  .path img{
    width: 0.24rem;
    height: 0.44rem;
    top: 0.32rem;
    left: 0;
  }
  .gray{
    min-height: 5rem;
  }
  .p01{
    padding: 0.1rem 0.3rem 0.3rem;
    margin-bottom: 0.3rem;
  }
  .news_title{
    height: 1rem;
    font-size: 0.34rem;
    margin-bottom: 0.28rem;
  }
  .news_title img{
    width: 0.34rem;
    height: 0.4rem;
    margin: 0.02rem 0.2rem 0 0;
  }
  .news_list li{
    line-height: 0.7rem;
    height: 0.7rem;
  }
  .page{
    padding-bottom: 0.3rem;
  }
  .page a{
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.28rem;
    margin: 0 0.05rem;
  }
  .page a.page_arrow{
    font-size: 0.24rem;
  }


  /* 详情 */
  .p02{
    padding: 0.5rem 0.3rem;
  }
  .show_top{
    font-size: 0.26rem;
    line-height: 0.44rem;
    padding-bottom: 0.26rem;
    margin-bottom: 0.32rem;
  }
  .show_top h1{
    font-size: 0.34rem;
    line-height: 0.54rem;
    margin-bottom: 0.26rem;
  }
  .show{
    line-height: 0.48rem;
  }
  .backlist{
    width: 100%;
    text-align: center;
  }


  /* 专题专栏 */
  .ztzl ul{
    margin-right: 0;
  }
  .ztzl li{
    float: none;
    width: 100%;
    height: 2rem;
    margin: 0 0 0.38rem 0;
  }


  /* 注册 */
  .right{
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .reg_bg{
    min-height: 7rem;
    padding: 0 0.34rem 0.65rem;
  }
  .reg_tit{
    padding: 0.4rem 0;
    font-size: 0.4rem;
    margin-bottom: 0.6rem;
  }
  .name{
    height: 1rem;
    line-height: 1rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
    padding-left: 0.4rem;
  }
  .yzm_bg{
    height: 1rem;
    border-radius: 0.1rem;
    padding: 0 0.15rem 0 0.4rem;
    margin-bottom: 0.6rem;
  }
  .yzm{
    height: 1rem;
    line-height: 1rem;
    font-size: 0.28rem;
  }
  .yzm_img{
    width: 1.5rem !important;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
    float: right;
    margin-top: 0.1rem;
    border-radius: 0.1rem;
  }
  .btn_submit{
    height: 1rem;
    font-size: 0.34rem;
    margin: 0 0.12rem;
    cursor: pointer;
  }

  .mem_list{
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .mem_list ul{
    padding-left: 0.2rem;
    height: 0.4rem;
    display: flex;
    flex-flow: column wrap;
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .mem_list li{
    line-height: 0.4rem;
    font-size: 0.28rem;
    padding: 0 0.1rem;
  }
  .mem_list li.on{
    font-weight: bold;
    color: #007838;
  }


  /* 登陆 */
  .username{
    height: 1rem;
    line-height: 1rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
    padding-left: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .log_con .yzm_bg{
    margin-bottom: 0.34rem;
  }


  /* 发布文章 */
  .main_fabu{
    padding: 0.1rem 0.3rem 0.3rem;
    font-size:0.28rem;
    line-height:0.46rem;
  }
  .main_fabu .reg_tit{
    margin-bottom: 0.4rem;
  }
  .main_fabu table td{
    line-height: 0.6rem;
  }
  .fb01{
    width: 2rem;
  }
  .fb02{
    width: calc(100% - 2rem);
  }
  .main_kuang{
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.1rem;
    margin: 0.1rem 0;
  }


  /* 我的文章 */
  .fabu_tiao{
    float: none;
    width: 100%;
    font-size: 0.26rem;
    padding: 0;
  }
  .fabu_tiao1{
    float: none;
    width: 100%;
    text-align: left;
  }
  .fabu_tiaoa1{
    float: none;
    width: 100%;
    font-size: 0.24rem;
    text-align: left;
  }
  .scrq{
    display: block;
    padding: 0.1rem 0 0.1rem 0;
  }


  /* 个人信息 */
  .int_bg{
    border-radius: 0.1rem;
    padding: 0.2rem;
  }
  .int_box .reg_tit{
    margin-bottom: 0.4rem;
  }
  .int_con{
    margin-bottom: 0.1rem;
  }
  .int_txt{
    width: 1.7rem;
    line-height: 0.44rem;
	  font-size:0.26rem;
  }
  .int_r{
    width: calc(100% - 1.7rem);
    padding-left: 0.1rem;
    line-height: 0.44rem;
	  font-size:0.26rem;
  }
  .int_con .main_anniu{
    margin-left: 1.8rem;
  }
}