@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1400
 */

@media screen and (max-width: 1399px) {
  .inner {
    width: 100%;
  }
  .mod {
    padding: 0 20px;
  }
  .nav .wp-menu .menu-item a.menu-link {
    font-size: 18px;
  }
  .nav .sub-menu .sub-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .tucon .swiper-slide .botbox {
    width: 100%;
  }
  .botbox li {
    width: 100%;
  }
  .botbox li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-top: 10px;
  }
  .botbox li a .news_date {
    position: static;
  }
  .botbox li a .info {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }
}
/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {
  .footer2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .wp-search .search-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 0;
  }
  .main1 {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  #header {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .swiper-container .swiper-wrapper {
    height: auto !important;
  }
  .logo3 {
    display: block;
    width: 100%;
    padding-left: 20px;
  }
  .logo3 img {
    width: 100%;
  }
  .logo {
    display: none !important;
  }
  .header .sitelogo .logo::before {
    display: none;
  }
  .head-top {
    padding: 20px 0;
    height: auto;
  }
  .header .head-left {
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .header .sitelogo {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 0 auto;
    float: none;
  }
  .header .head-right {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .wp-search {
    width: 100%;
  }
  .searchbox {
    width: 100%;
  }
  .search-panel {
    float: none;
    padding-top: 40px;
    width: 100%;
  }
  .searchbtn {
    display: none;
  }
  .search-window,
  .wp-search {
    width: 100%;
  }
  .wp-search .search-input {
  }
  .wp-search .search-input input.search-title {
  }
  .wp-search input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #333;
  }
  .sousuo_btn {
    z-index: 10;
  }
  .wp-search form {
    padding-right: 48px;
  }
  .wp-search .search-input {
    height: 44px;
    padding: 4px;
    width: 100%;
  }
  .wp-search .search-input input.search-title {
    height: 36px;
    line-height: 36px;
  }
  .wp-search .search-btn,
  .wp-search .search-btn input.search-submit {
    height: 44px;
    width: 48px;
    border-radius: 0;
  }

  .wp-search .search-btn input.search-submit {
    background-size: 25px 25px;
  }

  .top_nav {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: auto;
    text-align: center;
  }
  .head-nav {
    float: none;
    height: 0;
    padding-top: 0;
    margin-top: 0px;
  }
  .navi-aside-toggle,
  .navi-aside-search {
    display: block;
  }
  /*导航样式：后台绑定时也可以定义配置*/
  .wp-navi .wp-menu {
    display: none;
  }
  .wp-navi-slide .navi-slide-head {
    display: block;
    padding: 0 10px;
    height: 40px;
  }
  .wp-navi-slide .wp-menu {
    background: #fff;
  }
  .wp-navi-slide .wp-menu .menu-item {
    display: inline-block;
    float: none;
    position: relative;
    z-index: 100;
    width: 100%;
    padding-left: 0px;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  .wp-navi-slide .wp-menu .menu-item .menu-switch-arrow {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 6px;
    top: 1px;
    background: url(css/img/icons.png) no-repeat 10px -116px;
  }
  .wp-navi-slide .wp-menu .menu-item a.menu-link {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    color: #343434;
    font-size: 14px;
  }
  .wp-navi-slide .wp-menu .menu-item a.menu-link.hover,
  .wp-navi-slide .wp-menu .menu-item.hover a.menu-link,
  .wp-navi-slide .sub-menu .sub-item.hover > a,
  .wp-navi-slide .sub-menu .sub-item a:hover {
    text-decoration: none;
    color: #000;
    background-color: #eee;
  }
  .wp-navi-slide .sub-menu {
    display: none;
    position: relative;
    left: 0;
    bottom: 0px;
    top: 0px;
    min-width: 0px;
    z-index: 100;
    background: #fff;
    opacity: 0.8;
  }
  .wp-navi-slide .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    border-bottom: 1px solid #eee;
  }
  .wp-navi-slide .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: auto;
    line-height: 40px;
    padding: 0 36px;
    font-size: 14px;
    background: none;
  }
  .wp-navi-slide .sub-menu .sub-item a:hover {
    color: #000;
    background-color: #eee;
    display: block;
  }
  .wp-navi-slide .sub-menu .sub-menu {
    left: 0;
    top: 0;
  }
  .wp-navi-slide .sub-menu .sub-menu .sub-item a {
    padding: 0 52px;
  }
  .index_left,
  .index_right,
  .tucon,
  .index_news {
    width: 100%;
    float: none;
  }
  .tucon {
    height: auto;
  }
  .index_right {
    padding-left: 50px;
  }
}
/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */

@media screen and (max-width: 860px) {
  .header .sitelogo .logo img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .news_tu li {
    width: calc(33.3% - 15px);
  }
  .news_tu li .title {
    width: 90%;
    height: 46px;
    font-size: 18px;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 768px) {
  .mlink {
    width: 100%;
  }
  .botbox li a .info {
    width: 70%;
  }
  .swiper-container {
    padding-bottom: 0px !important;
  }
  .main1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .f4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .f4 li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .F {
    margin-bottom: 30px;
  }
  /*内页*/
  #l-container .inner,
  #d-container .inner {
    padding: 0px 0px;
  }
  #l-container.wrapper .inner .mod,
  #d-container.wrapper .inner .mod {
    padding: 0;
  }

  .column-switch {
    display: block;
  }

  .col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 40px;
    padding: 0px 5px 0px 12px;
    font-size: 17px;
  } /**栏目名称图标**/
  .col_menu {
    width: 100%;
    float: none;
    margin-right: 0px;
    position: relative;
  }
  .col_menu .col_menu_con {
    display: none;
    border: 0px solid #e4e4e4;
  }
  .col_metas .col_title h2 {
    font-size: 18px;
  } /**当前栏目名称**/

  .col_news {
    width: 100%;
    min-height: 0px;
    float: none;
  } /**栏目新闻**/
  .col_news .col_news_box {
    margin-left: 10px;
    margin-right: 10px;
  }
  .col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
  }
  .col_news_con .news_list li.news {
    line-height: 24px;
    padding: 4px 0px;
  }
  .col_news_con .news_list li.news span.news_title {
    line-height: 24px;
    margin-right: 0px;
  } /*标题*/
  .col_news_con .news_list li.news span.news_meta {
    margin-left: 0px;
  } /*属性*/

  .wp_paging li.pages_count,
  .wp_paging li.page_jump {
    display: none;
  }

  .infobox {
    width: auto;
    padding: 0px;
    margin: 0 10px;
  }

  .col_news_list .wp_entry img,
  .article .entry .read img {
    max-width: 100%;
    height: auto !important;
    width: 100%;
  } /**文章阅读部分图片大小限制**/

  /*图列表*/
  .news_tu .news_list li.news {
    width: 50%;
  }
  /*组织机构*/
  .inss .part_xy .sub-list .sub-item {
    width: 50%;
  }
}

@media screen and (max-width: 720px) {
  .header .sitelogo .logo {
    width: 360px;
  }
  .header .head-right {
    font-size: 20px;
  }
}

@media screen and (max-width: 676px) {
  .news_tu li .title {
    width: 100%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 540px) {
  .header .sitelogo .logo {
    width: 320px;
  }
  .header .head-right {
    font-size: 16px;
    margin-top: 10px;
  }
  .news_tu li {
    width: 45%;
    margin-top: 40px;
  }
  .news_tu li:first-child,
  .news_tu li:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 490px) {
}
/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {
  .news_tu li {
    width: 47%;
  }
  .article h1.arti_title {
    line-height: 28px;
    font-size: 18px;
  }
  .article h2.arti_title {
    line-height: 28px;
    font-size: 16px;
  }
  .copyright_wz {
    font-size: 13px;
  }
}
@media screen and (max-width: 414px) {
}
/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 350px) {
}
