/* 小屏 */
@media (max-width: 400px) {
	.mmore{
		      position: relative;
		      /* top: 11px; */
		      left: 305px !important;
		      bottom: 883px !important;
	  }
	  
}
@media (max-width: 767px) {
  .col-lg-12,
  .col-xs-12 {
    margin: 0;
    padding: 0;
  }
  body {
    position: relative;
    overflow-x: hidden;
  }
  /* .container-journal {
    width: 100%;
  } */
  /* .container{padding: 0;} */
  .mt40 {
    margin-top: 40px;
  }
  .mt30 {
    display: none;
  }
  /* .container::after,.container::before{
    display: none;
  } */

  /* 头部 */

  .bg-header {
    background: url(../images2/headerbg.jpg) center;
    background-repeat: no-repeat;
  }
  .header {
    height: 85px;
    display: flex;
    align-items: center;
    /* background-position-x: 65px;
    background-position-y: bottom;
    background-size: 150%; */
  }
  .sthj-logo img {
    /* max-width: 100%; */
    width: 360px;
    height: auto;
    padding-left: 50px;
  }

  .header-right{
    display: none;
  }

  /* nav */
  .bg-nav {
    background: none;
  }

  #wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
  }
  #wrapper.toggled {
    padding-left: 220px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 220px;
  }
  #wrapper.toggled #page-content-wrapper {
    margin-right: -220px;
    position: absolute;
  }
  #sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #003164;
    height: 100%;
    left: 220px;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
  }
  /* 自定义浏览器滚动条 */
  /* .wrapper::-webkit-scrollbar {
    display: none;
  }
  body::-webkit-scrollbar {
    display: none;
  } */
  #page-content-wrapper {
    /* width: 100%; */
  }
  /*-------------------------------*/
  /*     Sidebar nav styles        */
  /*-------------------------------*/

  .sidebar-nav {
    position: absolute;
    top: 35px;
    width: 220px;
  }
  .sidebar-nav > li {
    width: 100%;
    position: relative;
    line-height: 20px;
    background-color: #06468d;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #02496f;
  }

  .sidebar-nav li:hover:before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
  }
  .sidebar-nav li a {
    color: #fff;
    display: block;
    /* padding: 10px 15px 10px 30px; */
    /* text-decoration: none; */
    width: 70%;
  }
  .icon-dropdown{
    width: 30%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: rotate(90deg);
  }
  .sidebar-nav li.open .sub__menu {
    transition: all 0.35s ease-in;
  }
  .iconfont.icon-youjiantou{
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.35s ease-in;
  }
  .open .icon-youjiantou{
    transform: rotate(270deg);
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: transparent;
  }
  .open {
    background-color: #005399 !important;
  }
  

  .sidebar-nav li.open:hover:before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
  }

  .sidebar-nav .dropdown-menu {
    background-color: #005399;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    padding-left: 20px;
  }

  .dropdown-menu li {
    height: 35px;
    display: flex;
    align-items: center;
  }
  .dropdown-menu li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .sidebar-brand-header {
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    padding-left: 20px;
    /* color: rgba(255, 255, 255, 0.6); */
	color: #fff;
  }
  /*-------------------------------*/
  /*       Hamburger-Cross         */
  /*-------------------------------*/
  .hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 27px;
    /* margin-left: 25px; */
    position: fixed;
    line-height: 27px;
    top: 5px;
    width: 20px;
    z-index: 99999;
  }

  .hamburger.is-closed:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    content: "";
    display: block;
    line-height: 25px;
    height: 25px;
    opacity: 0;
    text-align: center;
    width: 100px;
  }

  /*-------------------------------*/
  /*          Dark Overlay         */
  /*-------------------------------*/
  .overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
  }

  span.iconfont.icon-fenlei {
    font-size: 2.6rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .is-closed {
    margin-left: 10px;
  }
  .is-open {
    left: 170px;
  }
  .is-open span.iconfont.icon-fenlei {
    color: rgba(255, 255, 255, 0.6);
  }

  /* 大图 */
  /* .banner .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
  }
  .swiper-pagination-bullet-active {
    background-color: rgba(0, 92, 57, 0.8);
  } */

  #banner{
    /* height: 200px !important; */
  }
  .slide-wrap{
    width: 100% !important;
    height: 200px !important;
  }
  .slide-container{
    width: 100% !important;
    height: 200px !important;
  }
  /* 内容部分 */
  .bg-container {
    /* padding: 0 20px; */
    /* background: url(../images/bg.jpg) no-repeat center / cover; */
  }
  /* 新闻动态 */
  .xinwen{
	  width: 360px !important;
  }
  .mmore{
	      position: relative;
	      /* top: 11px; */
	      
		  left: 340px;
		      bottom: 866px;
  }
  .sthj-news {
    padding: 20px 20px 0 20px;
  }
  .news-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #e9e9e9;
  }
  .news__head__title {
    font-size: 2rem;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
  }
  .news__head__title span {
    font-size: 1.2rem;
    color: #999;
    padding-left: 5px;
  }

  .news__head__more {
    /* display: flex;
    align-items: center; */
  }
  .news__head__more span {
    font-size: 1.2rem;
    color: #085f8e;
  }
  .news__head__more span .icon-iconmore-copy {
    font-size: 1.2rem;
    padding-left: 5px;
  }
  .sthj-news .news-content {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .sthj-news .news-content li:last-child {
    padding-top: 20px;
  }
  .sthj-news .news-content .news-title {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .dongtaititle{
	  padding-left: 18px;
  }
  .sthj-news .news-content .news-title a {
    line-height: 20px;
    font-size: 1.6rem;
  }
  .sthj-news .news-content .news-detail a {
    font-size: 1.4rem;
    color: #999;
  }
  /* 通知公告 */
  .sthj-notice {
    padding: 20px 16px 30px 18px;
  }
  .notice__content{
	  column-gap: 10px !important;
  }

  .notice-header {
    display: flex;
    justify-content: space-between;
	padding-bottom: 15px;
  }

  .notice__head__more span {
    font-size: 1.2rem;
    color: #999999;
  }
  .notice__head__more span .icon-iconmore-copy {
    font-size: 1.2rem;
    padding-left: 5px;
  }
  .notice__content {
    padding-top: 20px;
  }

  .notice__content li {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding-top: 5px;
	margin-bottom: 15px;
  }

  .notice__content li .time {
    width: 50px;
    /* height: 70px; */
    /* border: 1px solid rgba(0, 92, 57, 0.8); */
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    border-radius: 3px;
  }

  .notice__content li .time .date {
    font-size: 2rem;
    color: #085f8e;
    position: relative;
	text-align: center;
  }
  .notice__content li .time .date::after {
    position: absolute;
    left: -5px;
    bottom: 0;
    /* content: ""; */
    width: 33px;
    height: 1px;
    background-color: #085f8e;
  }
  .notice__content li .time .month {
    font-size: 1.2rem;
    color: #085f8e;
    /* padding-top: 5px; */
	width: 45px;
	        text-align: center;
  }
  .notice__content li .summary {
    width: 100%;
    padding-left: 20px;
  }
  .notice__content li .summary a {
    font-size: 1.4rem;
    line-height: 24px;
  }

  /* 党建工作 */
  .keyan {
  	left: 10px;
  }
  .sthj-djgz {
    padding: 0 20px 30px 10px;
  }
  .djgz-header {
    display: flex;
    justify-content: space-between;
  }
  .box4more{
	  
  }
  .djgz__head__title {
    font-size: 2rem;
  }

  .djgz__head__more span {
    font-size: 1.2rem;
    color: #085f8e;
  }
  .djgz__head__more span .icon-iconmore-copy {
    font-size: 1.2rem;
    padding-left: 5px;
  }
  .djgz__content {
    padding-top: 20px;
  }

  .djgz__content li {
    /* display: flex; */
    justify-content: space-between;
    line-height: 3.2rem;
  }
  .yidong li{
	  display: flex;
	  justify-content: space-between;
	  line-height: 3.2rem;
  }

  .djgz__content li a {
    font-size: 1.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .djgz__content li span {
    font-size: 1.2rem;
    color: #666;
	width: 88px;
	display: none;
  }

  .flex-box-3 {
    padding: 20px;
  }
  .flex-box-3 ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }

  .flex-box-3 ul li {
    width: 48%;
    padding-top: 10px;
  }

  .flex-box-3 ul li a {
    width: 100%;
    height: 150px;
    display: flex;
    text-align: end;
    position: relative;
  }
  .flex-box-3 ul li a span {
    position: absolute;
  }
  .flex-box-3 ul li a span:first-child {
    font-size: 1.4rem;
    left: 20px;
    bottom: 20px;
    color: rgba(255, 255, 255, 1);
  }
  .flex-box-3 ul li a span:last-child {
    font-size: 2rem;
    right: 15px;
    bottom: 13px;
    color: rgba(255, 255, 255, 0.4);
  }
  .flex-box-3 ul li:first-child a {
    background: url(../images/bg_zsxx.jpg);
  }
  .flex-box-3 ul li:nth-child(2) a {
    background: url(../images/bg_jyzx.jpg);
  }
  .flex-box-3 ul li:nth-child(3) a {
    background: url(../images/bg_bszn.jpg);
  }
  .flex-box-3 ul li:nth-child(4) a {
    background: url(../images/bg_xzzx.jpg);
  }

  .bg-header-h145 {
    /* height: 150px; */
    background: url(../images2/footerbg.jpg) no-repeat center / cover;
  }
  
  .flex-box-4{
	  height: 340px;
	  padding: 40px 0 0 10px;
  }
/*  .nav-header-more{
	  padding:20px 0 0 0;
	  position: absolute;
	  left: 360px;
	  bottom: 412px;
	  border: 0px !important;
  } */
  .nav-header-more{
	  position: relative !important;
	      left: 320px !important;
	      bottom: 21px !important;
  }
  .kptitle{
	  width: 220px !important;
  }
  .flex-box-4 ul {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }

  .flex-box-4 ul li {
    width: 100%;
    height: 50px;
    margin-top: 15px;
  }
  .flex-box-4 ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* padding-left: 42px; */
    background-position: left center;
  }

/* .flex-box-4 ul li:first-child a {
    background: url(../images/jiduan.png) no-repeat;
  }
 .flex-box-4 ul li:nth-child(2) a {
    background: url(../images/icon01.png) no-repeat;
  }
  .flex-box-4 ul li:nth-child(3) {
    background: url(../images/xiufu.png) no-repeat;
  }
  .flex-box-4 ul li:nth-child(4) {
    background: url(../images/shenyuan.png) no-repeat;
  }
  .flex-box-4 ul li:nth-child(5) {
    background: url(../images/icon03.png) no-repeat;
  }
  .flex-box-4 ul li:nth-child(6) {
    background: url(../images/cehui.png) no-repeat;
  }
  .flex-box-4 ul li:nth-child(7) {
    background: url(../images/icon04.png) no-repeat;
  }
  .flex-box-4 ul li:nth-child(8) {
    background: url(../images/icon02.png) no-repeat;
  } */


  .flex-box-4 li a span {
    padding-left: 15px;
    font-size: 1.4rem;
    line-height: 22px;
    color: rgba(255, 255, 255, 1);
  }

  /* 底部 */
  .footer-pc {
    display: none;
  }
  .footer {
    /* height: 80px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #003164;
	width: 100%;
	height: 150px;
  }

  .footer-mobile div {
    font-size: 1.2rem;
    text-align: center;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
  }

  /* listcolumn */
  .bg-list {
    min-height: calc(100vh - 200px);
    padding: 0 20px;
    /* background: url(../images/bg.jpg) no-repeat center / cover; */
  }
  .col-menu__list {
    display: none;
  }
  .col-news__head {
    display: none;
  }

  .col-menu__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #f6f6f8;
  }
  .col-menu__title h2 {
    font-size: 2rem;
    font-weight: 600;
    padding: 20px 0;
    color: #00578f;
    position: relative;
  }
  .col-menu__title h2::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    width: 150px;
    height: 3px;
    background-color: #00578f;
  }

  .list-content {
    padding-top: 20px;
  }
  .wp_articlecontent {
    padding: 10px 0 30px;
  }
  .wp_articlecontent .MsoNormal {
    margin-top: 20px;
    line-height: 25px;
  }

  .col-news__list > ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    /* transition: all 0.2s ease-in-out; */
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
  }
  .col-news__list > ul li:hover a {
    color: #00578f;
  }
  .news-date{
	width: 90px;  
  }
  .col-news__list .news-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .col-news__list .news-title a {
    font-size: 1.3rem;
    transition: all 0.3s ease-in-out;
  }

  .col-news__list .news-date {
    font-size: 1.2rem;
    color: #616161;
  }

  .col-news__list .wp_paging {
    padding: 35px 0 50px;
  }

  .col-news__list .wp_paging .per_count,
  .col-news__list .wp_paging em.all_count,
  .col-news__list .wp_paging .curr_page {
    font-size: 1.3rem;
    color: #333;
    font-weight: 600;
  }

  /* displayinfo */
  .bg-dis {
    min-height: calc(100vh - 200px);
    padding: 0 20px;
    /* background: url(../images/bg.jpg) no-repeat center / cover; */
  }
  .dis-wrap {
    padding-top: 20px;
    padding-right: 15px;
    min-height: calc(100vh - 200px);
  }
  .dis-close {
    display: none;
  }
  .dis-wrap-h1 {
    font-size: 2.2rem;
    color: #00578f;
    text-align: center;
    font-weight: 500;
  }

  .dis-wrap-release {
    height: 38px;
    margin-top: 25px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f8;
  }

  .dis-wrap-release p {
    font-size: 1.2rem;
    color: #999;
  }

  .dis-wrap-release span {
    font-size: 1.2rem;
    color: #999;
  }

  .dis-wrap-content {
    padding: 35px 0 55px;
    border-bottom: 1px solid #f6f6f6;
    overflow: hidden;
  }

  .dis-wrap-content p {
    font-size: 1.4rem;
    text-indent: 2em;
    line-height: 25px;
    margin-top: 30px;
  }

  .dis-wrap-content p:first-child {
    margin-top: 0;
  }
  .dis-wrap-content img {
    width: 100%;
    height: auto;
  }
  .close {
    display: none;
  }
  .focus-title{
  	  display: none;
  }
  #banner{
	  margin-top: 0;
  }
  .notice__content{
	  column-count: 1 !important;
  }
}
