/* 移动端 */
@media screen and (min-width: 1200px) and (max-width:1280px){
  .base-content .title-box {
    padding-top: 30px;
  }
  .base-content .title-box .box {
    margin-top: 0;
  }
  .base-content .title-box .box .column-nav li a {
    height: 70px;
    line-height: 80px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  #main-wrapper {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    min-width: 375px;
  }
  .content-wrapper {
    width: 87%;
    margin: 0 auto;
  }
  .base-header {
    display: none;
  }
  /* 分页 */
  .base-page-wrapper .text, .base-page-wrapper .jump-ipt, .base-page-wrapper .jump-btn {
    display: none;
  }
  
  /* 头部 */
  .m-header {
    display: block;
    position: relative;
    width: 100%;
    height: 70px;
    background: #fff;
    z-index: 10;
    box-sizing: border-box;
  }
  .m-header .m-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .m-header .m-logo {
    width: 220px;
    height: 44px;
  }
  .m-header .m-btn {
    width: 26px;
    height: 20px;
  }
  .m-header .header-line {
    width: 100%;
    height: 7px;
    border-top: solid 4px #00813F;
    border-bottom: solid 1px #00813F;
    box-sizing: border-box;
  }
  /* 移动端菜单 */
  .m-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1D9E5C;
    z-index: 11;
  }
  .m-menu .m-search {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px #dedede;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .m-menu .m-search input {
    flex: 1;
    height: 60px;
    line-height: 60px;
    background: #1D9E5C;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    border-bottom: solid 1px #dedede;
  }
  .m-menu .m-search input::-webkit-input-placeholder {
    color:#fff;
  }
  .m-menu .m-search ::-moz-input-placeholder {
    color:#fff;
  }
  .m-menu .m-search input::-ms-input-placeholder {
    color:#fff;
  }
  .m-menu .m-search .m-search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
  }
  .m-menu .m-search .m-search-btn img {
    width: 20px;
    height: auto;
  }
  .m-menu .m-search span {
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 38px;
  }
  .m-menu ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
  }
  .m-menu ul li.active {
    background: #129050;
  }
  .m-menu ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
  }
  /* 版权 */
  .base-footer {
    display: none;
  }
  .m-footer {
    display: block;
    width: 100%;
    height: 160px;
    line-height: 21px;
    text-align: center;
    color: #6F6F6F;
    margin-top: -160px;
    background: #EEEFF0;
    padding: 20px 0;
    box-sizing: border-box;
	position: relative;
    z-index: 99;
  }
  .base-content {
    padding-bottom: 160px;
    min-height: calc(100% - 70px);
  }
  .base-content .title-box {
    padding-top: 30px;
  }
  .base-content .title-box .en-title {
    display: none;
    font-size: 24px;
  }
  .base-content .title-box .box {
    display: block;
    margin-top: 5px;
  }
  .base-content .title-box .ch-title {
    position: inherit;
    font-size: 24px;
  }
  .base-content .title-box .box .column-nav {
    float: none;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: justify;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }
  .base-content .title-box .box .column-nav li {
    float: none;
    margin: 0;
    margin-right: 20px;
    display: inline-block;
    white-space: nowrap;
  }
  .base-content .title-box .box .column-nav li a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .base-content .title-box .box .column-nav::-webkit-scrollbar {
    display: none;
  }
  .base-content .column-content {
    padding: 30px 0;
  }
  /* 政策资讯 */
  .zczx-column .zczx-item {
    margin-bottom: 30px;
  }
  .zczx-column .zczx-item .img-box {
    width: 150px;
    margin-right: 20px;
  }
  .zczx-column .zczx-item img {
    width: 100%;
  }
  .zczx-column .zczx-item .item-content .subject {
    display: none;
  }
  .zczx-column .zczx-item .item-content .title {
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
    margin: 0;
  }
  /*  智库交流 */
  .base-content .zkjl-column {
    padding: 20px 0;
  }
  .zkjl-column .zkjl-item {
    height: auto;
    padding: 20px 0;
  }
  .zkjl-column .zkjl-item .subject {
    display: none;
  }
  .zkjl-column .zkjl-item .title {
    font-size: 16px;
    text-overflow: unset;
    white-space: unset;
    line-height: 26px;
    margin-bottom: 0;
  }
  .zkjl-column .zkjl-item:hover {
    padding: 20px;
  }
  /* 论坛预告 */
  .ltyg-box {
    flex-direction: column-reverse;
  }
  .ltyg-box .ltyg-left {
    width: 100%;
  }
  .ltyg-box .ltyg-right {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 20px;
  }
  .ltyg-box .ltyg-right .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .ltyg-box .ltyg-right .info {
    font-size: 15px;
    line-height: 24px;
  }
  /* 实践探索 */
  .sjts-column .sjts-item {
    width: 100%;
    margin-right: 0;
  }
  .sjts-column .sjts-item:last-of-type {
    margin-bottom: 0;
  }
  /* 城镇化杂志 */
  .czhzz-column-nav li:nth-child(-n+2) {
    display: none;
  }
  .base-content .czhzz-column {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  .czhzz-column .czhzz-item {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  .czhzz-column .czhzz-item:nth-child(3n) {
    margin-right: 0;
  }
  .czhzz-column .czhzz-item:nth-child(5n) {
    margin-right: 3%;
  }
  /* 概况 */
  .cch-column .item {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .cch-column .item:first-child {
    flex-direction: column-reverse;
  }
  .cch-column .item .bottom-img, .cch-column .item .top-img {
    width: 100%;
  }
  .cch-column .item img {
    width: 100%;
  }
  .cch-column .item .item-content {
    width: 100%;
    margin: 0;
  }
  .ldcy-column .top-box {
    padding: 0;
  }
  .ldcy-column .top-box .top-item {
    width: 100%;
    flex-direction: row;
  }
  .ldcy-column .top-box .top-item img {
    width: 90px;
    height: auto;
    margin-right: 20px;
  }
  .ldcy-column .top-box .top-item .ldcy-info {
    flex: 1;
    width: 0;
  }
  .ldcy-column .top-box .top-item .name {
    font-size: 16px;
    text-align: left;
  }
  .ldcy-column .top-box .top-item .post {
    font-size: 16px;
    text-align: left;
    margin-top: 0;
    line-height: 24px;
  }
  .ldcy-column .bottom-title {
    font-size: 16px;
  }
  .ldcy-column .bottom-title span {
    font-size: 14px;
  }
  .ldcy-column .bottom-box .bottom-item {
    width: 100%;
    margin-bottom: 10px;
  }
  .ldcy-column .bottom-box .bottom-item .post {
    font-size: 16px;
    line-height: 24px;
  }
  .ldcy-column .bottom-box .bottom-item .name {
    font-size: 16px;
    margin-bottom: 10px;
  }
  /* 机构成员 */
  .base-content .column-content.jgsz-column {
    min-height: 0;
  }
  .jgsz-column .pc-image {
    display: none;
  }
  .jgsz-column .mobile-image {
    display: block;
  }
  /* 会员管理 */
  .hygl-box .hygl-top {
    height: 110px;
  }
  .hygl-box .hygl-top li {
    height: 108px;
  }
  .hygl-box .hygl-top li img {
    margin-bottom: 10px;
  }
  .hygl-box .hygl-top li span {
    font-size: 16px;
  }
  .hygl-box .hygl-content {
    padding: 20px;
  }
  .hygl-box .hygl-content .bottom-content {
    font-size: 14px;
    line-height: 22px
  }
  .hyfw-column-nav li {
    margin-right: 20px!important;
  }
  /* .hygl-box .hygl-item .left {
    width: 100px;
  }
  .hygl-box .hygl-item .left span {
    font-size: 16px;
  }
  .hygl-box .hygl-item.hygl-title .right {
    font-size: 16px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
  }
  .hygl-box .hygl-item .right {
    padding: 15px;
  }
  .hygl-box .hygl-item .right .right-content {
    font-size: 14px;
    line-height: 22px;
  } */
  /* 入会申请 */
  .hyfw-column .rhsq-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .rhsq-item:first-of-type {
    margin-bottom: 30px;
  }
  .rhsq-item .item-one .num {
    display: none;
  }
  .rhsq-item .item-one .text {
    font-size: 16px;
    line-height: 26px;
  }
  .rhsq-item .item {
    width: auto;
    margin-top: 14px;
    padding: 0;
  }
  .rhsq-item.finished .item {
    padding: 0;
  }
  .rhsq-item .item .item-name {
    padding-left: 20px;
  }
  .rhsq-item .item .item-name img {
    width: 22px;
    margin-right: 0;
  }
  .rhsq-item .item .item-name span {
    font-size: 16px;
    padding-left: 6px;
    padding-right: 0;
  }
  .rhsq-item .item .item-btn {
    width: 46px;
    border: none;
  }
  .rhsq-item.finished .item .btn-text {
    display: none;
  }
  /* 会员风采 */
  .hydw-box, .check-all-box {
    display: none;
  }
  .hyfc-list-box {
    margin-top: 0;
  }
  /* .hydw-box .item {
    width: calc((100% - 20px)/3);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .hydw-box .item:nth-child(1n) {
    margin-right: 10px;
  } */
  .hydw-box .item:nth-child(3n) {
    margin-right: 0;
  }
  .hyfc-list-box .hyfc-list-item {
    margin-bottom: 30px;
  }
  .hyfc-list-box .hyfc-list-item .img-box {
    width: 150px;
    margin-right: 20px;
  }
  .hyfc-list-box .hyfc-list-item img {
    width: 100%;
  }
  .hyfc-list-box .hyfc-list-item .item-content .subject {
    display: none;
  }
  .hyfc-list-box .hyfc-list-item .item-content .title {
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
    margin: 0;
  }
  /* 会员名录 */
  .base-content .column-content.hyml-column {
    padding-bottom: 0;
  }
  .hyml-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .hyml-box .hyml-item {
    width: 47%;
    height: auto;
    margin-right: 6%;
    margin-bottom: 20px;
  }
  .hyml-box .hyml-item:nth-child(5n) {
    margin-right: 6%;
  }
  .hyml-box .hyml-item:nth-child(2n) {
    margin-right: 0;
  }
  /* 文章详情 */
  .zczx-box .zczx-content .title {
    font-size: 20px;
    line-height: 30px;
  }
  /* 搜索结果页 */
  .search-title-box .input-box {
    width: 100%;
    position: relative;
    top: 20px;
    right: 0;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .search-title-box .input-box p {
    width: 40px;
    height: 40px;
  }
  .search-title-box .input-box p img {
    margin-top: 10px;
  }
  .search-result .result-item {
    min-height: 60px;
  }
  .search-result .result-item p {
    font-size: 16px;
    line-height: 24px;
  }
  .base-content .column-content.search-column {
    padding-bottom: 0;
  }
  .search-nav li:last-of-type {
    display: none;
  }
  .search-nav span {
    line-height: 60px;
  }
  /* 文章详情 */
  .article-detail-body img {
    width: 100% !important;
    height: auto !important;
  }
}