.banner {
  margin-bottom: 30px;
}

.banner .bxslider>li {
  position: relative;
}

.banner .bx-wrapper .bx-viewport{
        overflow:hidden;
}

.banner .banner-title {
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  padding: 16px 0;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
        display:none;
}

.banner .bx-wrapper img {
  width: 100%;
  height: 382px;
  object-fit: cover;
}

.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto {
  bottom: 0px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
  height: 5px;
  width: 20px;
  background: rgba(255, 255, 255, 0.6);
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #ffad23;
  /*opacity: 1;*/
}

.banner .bx-wrapper .bx-controls-direction a {
  width: 23px;
  height: 52px;
}

.banner .bx-wrapper .bx-prev {
  left: 100px;
  background: url(../images/banner_left_arrow.png) no-repeat;
  background-size: 100% 100%;
}

.banner .bx-wrapper .bx-next {
  right: 100px;
  background: url(../images/banner_right_arrow.png) no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 768px) {
  .banner {
    padding-top: 70px;
    margin-bottom: 10px;
  }
  .banner .container {
    width: 100%;
  }
  .banner .bx-wrapper,
  .banner .bx-wrapper img {
    height: 10.0rem;
  }
  .banner .bx-wrapper .bx-controls-direction a {
    /*width: 0.625rem;
    height: 1.3125rem;*/
    display: none;
  }
  .banner .banner-title {
    font-weight: normal;
    font-size: 0.186667rem;
  }
}

.box-news .head {
  padding: 8px 0;
  line-height: 30px;
  background-color: #dcede8;
}

.box-news .head-title {
  position: relative;
  float: left;
  padding-left: 30px;
}

.box-news .head-title a {
  font-size: 18px;
  line-height: 30px;
  color: #058460;
}

.box-news .head .more {
  float: right;
  margin-right: 15px;
}

.box-news .list-news {
  position: relative;
  padding-left: 30px;
  background-color: #f4f4f4;
}

.box-news .list-news:before {
  content: '';
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  background-color: #d2d2d2;
}

.box-news .list-news .list-item {
  position: relative;
  line-height: 55px;
}

.box-news .list-news .list-item:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d2d2d2;
}

.box-news .list-news .list-item-date,
.box-news .list-news .list-item-title {
  float: left;
}

.box-news .list-news .list-item-title:hover {
  color: #058460;
}

.box-news .list-news .list-item-date {
  width: 14%;
  font-size: 12px;
  color: #058460;
  text-align: center;
}

.box-news .list-news .list-item-title {
  width: 86%;
  font-size: 16px;
  color: #000;
  border-bottom: 1px dashed #dcdcdc;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 768px) {
  .box-news .list-news .list-item-title {
    padding-right: 10px;
    font-size: 14px;
  }
}

.box-notice,
.box-activity {
  padding-right: 32px;
}

@media (max-width: 768px) {
  .box-notice,
  .box-activity {
    margin-bottom: 15px;
    padding-right: 0;
  }
}

.content-bottom {
  margin-bottom: 50px;
}

.content-bottom .head {
  padding: 5px 0;
  line-height: 30px;
  border-bottom: 3px solid #dcdcdc;
}

.content-bottom .head-title {
  position: relative;
  float: left;
}

.content-bottom .head-title:after {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 3px;
  background-color: #058460;
}

.content-bottom .head-title a {
  font-size: 18px;
  line-height: 30px;
  color: #058460;
}

.content-bottom .head .more {
  float: right;
  font-size: 14px;
  color: #666;
}

.list-notice {
  padding: 0;
  position: relative;
}

.list-notice>a {
  color: #419ee6;
  font-size: 12px;
  position: absolute;
  right: 24px;
  bottom: 4px;
}

.list-notice li {
  margin-top: 13px;
  overflow: hidden;
}

.list-notice .date {
  float: left;
  width: 64px;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #eee;
}

@media (max-width: 400px) {
  .list-notice .date {
    width: 55px;
  }
}

.list-notice .date h6 {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  background-color: #69b5a0;
}

.list-notice .date p {
  font-size: 12px;
  line-height: 24px;
  background-color: #35af8d;
}

.list-notice .text {
  display: table;
  float: right;
  width: 84%;
  border-bottom: 1px solid #eee;
}

.list-notice .text a {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  line-height: 22px;
  font-size: 15px;
  color: #131313;
}

@media (max-width: 768px) {
  .list-notice .text a {
    font-size: 14px;
  }
}

.list-notice .text a:hover {
  color: #058460;
}

@media (max-width: 1200px) {
  .list-notice .text {
    width: 78%;
  }
}

@media (max-width: 768px) {
  .list-notice .text {
    width: 86%;
  }
}

@media (max-width: 400px) {
  .list-notice .text {
    width: 77%;
  }
}

.list-activity>a {
  color: #419ee6;
  font-size: 12px;
  position: absolute;
  right: 24px;
  bottom: 4px;
}

.list-activity .list-item {
  margin-top: 14px;
  padding-bottom: 5px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.list-activity .box-icon-item {
  float: left;
  width: 64px;
  color: #fff;
  text-align: center;
}

.list-activity .box-text {
  float: right;
  width: 84%;
}

@media (max-width: 1200px) {
  .list-activity .box-text {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .list-activity .box-text {
    width: 89%;
  }
}

@media (max-width: 500px) {
  .list-activity .box-text {
    width: 78%;
  }
}

.list-activity .box-text a {
  display: block;
  line-height: 22px;
  font-size: 16px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 768px) {
  .list-activity .box-text a {
    font-size: 14px;
  }
}

.list-activity .box-text a:hover {
  color: #058460;
}

.list-activity .box-text .date {
  padding: 8px 0 6px 32px;
  font-size: 13px;
  color: #666;
  background: url(../images/icon_calendar.png) no-repeat left center;
}

.list-activity .box-text .address {
  padding: 8px 0 6px 32px;
  font-size: 13px;
  color: #666;
  background: url(../images/icon_local.png) no-repeat left center;
}

@media (max-width: 768px) {
  .list-activity .box-text .date,
  .list-activity .box-text .address {
    font-size: 12px;
  }
}

.box-activity .bx-controls-direction {
  display: none;
}

.box-activity .bx-wrapper .bx-pager.bx-default-pager a {
  background: #c9c9c9;
}

.box-activity .bx-wrapper .bx-pager.bx-default-pager a:hover,
.box-activity .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #058460;
}

.box-link {
  padding-top: 42px;
  padding-left: 15px;
  margin-top: -16px;
}

.list-link .list-item {
  line-height: 55px;
  border-bottom: 1px solid #b3c8c2;
  background-repeat: no-repeat;
  background-position: left center;
}

.list-link .list-item a {
  display: block;
  padding-left: 30px;
  font-size: 15px;
  color: #131313;
}

.list-link .list-item a:hover {
  color: #058460;
}

@media (max-width: 768px) {
  .list-link .list-item {
    float: left;
    width: 50%;
  }
  .list-link .list-item a {
    font-size: 14px;
  }
}

.list-banner-box {
  position: relative;
}

.list-banner-box img {
  width: 100%;
}

@media (max-width: 991px) {
  .list-banner-box {
    padding-top: 79px;
  }
  .list-banner-box img {
    width: 100%;
    height: 60px;
    object-fit: cover;
  }
}

.list-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
}

@media (max-width: 991px) {
  .list-nav {
    display: none;
  }
}

.first-nav {
  width: 20%;
}

.first-nav a {
  display: inline-block;
  width: 100%;
  padding: 15px 0 15px 30px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  background-color: #009c70;
}

.aside {
  float: left;
  width: 20%;
}

@media (max-width: 991px) {
  .aside {
    display: none;
  }
}

.nav-side {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .3);
}

.nav-side li {
  line-height: 45px;
}

.nav-side li a {
  display: block;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 16px;
  color: #333;
  border-left: 1px solid #05ae7e;
}

.nav-side .cur-item a {
  color: #05ae7e;
}

.nav-side li a:hover {
  color: #fff;
  background-color: #05ae7e;
}

.nav-side>li.current>a {
  font-weight: bold;
  color: #fff;
  background-color: #05ae7e;
}

.nav-side .subnav-menu>li>a {
  padding-left: 50px;
}

.aside .box-img {
  position: relative;
  margin-top: 40px;
  border-top: 1px solid #f7a438;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .3);
}

.aside .box-img .head {
  padding: 12px 0;
  font-size: 16px;
  color: #555555;
  text-align: center;
  border-bottom: 1px dashed #e5e5e5;
}

.box-img .head img {
  width: 22px;
  height: 18px;
}

.aside .box-qrcode {
  padding: 10px 0;
  text-align: center;
}

.aside .box-img .column-title {
  position: absolute;
  top: 50px;
  width: 100%;
  padding-bottom: 36px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: url(../images/column-arrow.png) no-repeat bottom center;
}

.wrapper-info {
  float: right;
  width: 75%;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .wrapper-info {
    width: 100%;
  }
}

.wrapper-info-head {
  padding: 12px 0 8px 0;
  border-bottom: 3px solid #d2d2d2;
}

.wrapper-info-head h4 {
  position: relative;
  float: left;
  font-size: 18px;
  color: #05ae7e;
}

.wrapper-info-head h4:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #05ae7e;
}

.crumb {
  float: right;
}

.crumb a {
  font-size: 12px;
  color: #666;
}

.crumb a:first-child {
  padding-left: 20px;
  /* background: url(../images/location-home.png) no-repeat left center; */
}

.wrapper-info .list-news {
  min-height: 360px;
}

.wrapper-info .list-news .list-news-item {
  position: relative;
  line-height: 56px;
  border-bottom: 1px solid #e5e5e5;
}

.wrapper-info .list-news .list-news-item a {
  display: block;
  width: 100%;
  padding-left: 20px;
  padding-right: 150px;
  font-size: 16px;
  color: #000;
  background: url(../images/list_item_circle.png) no-repeat left center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wrapper-info .list-news .list-news-item a {
    padding-right: 80px;
    font-size: 15px;
  }
}

.wrapper-info .list-news .list-news-item a:hover {
  color: #0f6a7b;
}

.wrapper-info .list-news .list-news-date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #767676;
}

.wp_paging .page_nav span,
.wp_paging .page_nav a {
  position: relative;
  width: 30px;
  height: 22px;
}

.wp_paging .page_nav span>img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 22px;
}

.wp_paging .page_jump,
.wp_paging .page_jump a {
  margin-left: 0;
  height: 22px;
  line-height: 22px;
}

.wp_paging li input {
  width: 30px;
  height: 100%;
  margin-top: 0;
}

.wrapper-info-details {
  padding: 15px 0;
}

.wrapper-info-details .title-article {
  padding: 10px 0;
  font-size: 18px;
  line-height: 28px;
  color: #058460;
  text-align: center;
}

.wrapper-info-details .info-article {
  padding: 14px 0;
  font-size: 12px;
  color: #6d6d6d;
  text-align: center;
}

.wrapper-info-details .info-article .publisher {
  margin-left: 6px;
}

.wrapper-info-details .details p {
  font-size: 15px;
  line-height: 30px;
  text-indent: 2em;
}

.box-teacher {
  padding-bottom: 10px;
  padding-top: 20px;
  border-bottom: 1px solid #c9c9c9;
}

.box-teacher .head {
  margin-bottom: 8px;
}

.box-teacher .head span {
  display: inline-block;
  padding: 6px 12px;
  font-size: 15px;
  color: #fff;
  background-color: #19a67e;
  border-radius: 6px;
}

.list-teacher li {
  margin: 12px 0;
  float: left;
  width: 16.66%;
}

@media (max-width: 400px) {
  .list-teacher li {
    width: 25%;
  }
}

.list-teacher li a {
  font-size: 17px;
  font-weight: bold;
  color: #333;
}

@media (max-width: 768px) {
  .list-teacher li a {
    font-size: 15px;
  }
}


/*continue by han*/

.main-content1 {
  width: 100%;
  /*padding-bottom: 20px;*/
}

.main-title {
  margin-bottom: 20px;
  padding: 0 10px;
}

.main-title h2 {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}
@media (max-width: 1300px){
      .main-title h2{
             margin-right: 6px;
             font-size: 16px;
       }
}

.main-title h2:nth-child(n+2) {
  padding-left:10px;
  border-left: 1px solid #c9c9c9;
}

@media (max-width: 1300px){
.main-title h2:nth-child(n+2) {
  padding-left:6px;
  border-left: 1px solid #c9c9c9;
}
}

.main-title h2.active,
.main-title h2:hover {
  color: #108b99;
}

.main-title .main-more {
  color: #333;
}

.main-title .main-more:hover {
  color: #108b99;
}

.main-content1 ul a {
  display: block;
  padding: 0 10px;
}

.main-content1 h3 {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  text-align: justify;
  padding: 0 3px;
}

.main-ul-tab h3 {
  margin: 10px 0 15px;
}

.main-ul li {
  position: relative;
}
.main-ul li img{
        width: 100%;
        height: 190px;
        object-fit: cover;
}

.main-ul li:hover h3 {
  color: #108b99;
}

.main-bottom {
  margin-bottom: 15px;
}

@media only screen and (min-width:1300px ) {
  .main-content1-a {
    padding-left: 40px;
  }
  .main-content2-a{
    padding-left: 50px !important;
  }
}

.main-ul span {
  display: inline-block;
  color: #fff;
  background: #ffad23;
  padding: 2px 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .main-title h2 {
    font-size: 14px;
  }
  .main-title {
    padding: 0 2px;
  }
  .main-content1 ul a {
    padding: 0 10px;
  }
  .main-title {
    margin-bottom: 10px;
  }
  .main-more {
    font-size: 12px;
  }
  .main-content1 h3 {
    font-size: 12px;
    line-height: 14px;
  }
  .main-ul span {
    font-size: 12px;
    padding: 0;
  }
  .main-title h2 {
    margin-right: 10px;
  }
  .main-title h2:nth-child(n+2) {
    padding-left: 10px;
  }
}

.main-right-list {
        margin-left: -1%;
        margin-right: -1%;
  padding: 0 10px;
}
.list-announcement li.media{
        float: left;
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 0 0 15px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
@media (max-width: 768px){
        .main-right-list li.media{
                width: 100%;
         }
}
.main-right-list .media-left {
  text-align: center;
  width: 64px;
  height: 64px;
  background: #ebebeb;
}

.main-right-list .media-left strong {
  font-size: 21px;
  font-weight: bold;
  color: #006b77;
  display: block;
  margin-top: 6px;
}

.main-right-list .media-left small {
  font-size: 12px;
  color: #666;
}

.main-right-list a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 18px !important;
}

.main-right-list a:hover .media-left {
  background: #108b99;
}

.main-right-list a:hover .media-left strong,
.main-right-list a:hover .media-left small {
  color: #fff;
}

.main-right-list a:hover .media-body h3 {
  color: #006b77;
}

/*.main-right-list a:nth-child(2) {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 10px;
}*/

.main-right-list a:last-child {
  padding-top: 10px;
}

.main-right-list .media-body {
  width: auto;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .main-right-list {
    padding: 0;
  }
  .main-right-list .media-left strong {
    font-size: 16px;
  }
  .main-right-list .media-left {
    width: 55px;
    height: 55px;
  }
}

.main-content2 {
  width: 100%;
  background: #ebebeb;
  padding: 20px 0;
}

.main-content2-d {
  padding: 0 10px;
  display: block;
  padding: 19px;
  /*height: 72px;*/
  background: #ffad23;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
        cursor: pointer;
}

.main-content2-d.main-content2-d2 {
  background: #13a9ba;
}

.main-content2-d img {
  margin-right: 15px;
}

.main-content2-d a {
  color: #fff;
}

.main-content2-d a:hover {
  color: #006b77;
}

.main-content2-d.main-content2-d2 {
  position: relative;
}

@media only screen and (max-width:991px ) {
  .span-hide{
    display: none !important;
  }
  .span-show{
    display: block !important;
  }
}

.quick-news {
  display: none;
  width: 100%;
  overflow: hidden;
  padding: 15px;
  background: #fff;
  border: 1px solid #13a9ba;
  border-top: 4px solid #13a9ba;
  border-bottom: none;
  position: absolute;
  bottom: 68px;
  text-align: justify;
  left: 0;
  font-size: 16px;
  font-weight: normal;
  z-index: 9999;
}

@media only screen and (max-width: 1300px) and (min-width: 991px) {
  .quick-news {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .quick-news {
    font-size: 12px;
  }
}

.quick-news li {
  padding: 15px 0;
  background: url(../images/button_icon_link2.png) 5px 19px no-repeat;
  list-style-position: inside;
  border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 1300px) and (min-width: 991px) {
  .quick-news li {
    background: url(../images/button_icon_link2.png) 5px 17px no-repeat;
  }
}

@media (max-width: 991px) {
  .quick-news li {
    background: url(../images/button_icon_link2.png) 5px 20px no-repeat;
  }
}

.quick-news li:last-child {
  border-bottom: none;
  padding-bottom: 30px;
}

.quick-news a {
  color: #131313;
  padding-left: 30px;
}

.main-content2-d span {
  display: inline-block;
  margin: 0 5px;
        /*vertical-align: middle;*/
    height: 31px;
    line-height: 31px;
}

.main-content2-d span.span-show {
  display: none;
}


/*bxslide*/

.mobile-bottom-banner .bxslider li {
  position: relative !important;
}

.mobile-bottom-banner .bxslider li img {
  margin-bottom: 0;
  width: 100%;
}

.mobile-bottom-banner .bx-wrapper .bx-prev {
  background: url(../images/arrow_button_l.png) no-repeat !important;
  background-size: cover;
}

.mobile-bottom-banner .bx-wrapper .bx-next {
  background: url(../images/arrow_button_r.png) no-repeat !important;
  background-size: cover;
}

.mobile-bottom-banner .bxslider li a {
  display: block;
    position: absolute;
    left: 0;
    top: 0;
    /* margin-top: -25px; */
    font-size: 15px;
    width: 100%;
    height: 100%;
    font-weight: bold;
    /*line-height: 103px;*/
    /* margin: 0 auto; */
    /* padding: 45px 20px 0 20px; */
    /* line-height: 111px; */
    /* background-color: #000; */
    color: #fff;
    /* opacity: 1; */
    text-align: center;
    /* font-size: 15px; */
    transition: all 0.3s ease-in;
}

.mobile-bottom-banner .bxslider li a span{
  display: block;
  height: 60px;
  width: 200px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 50%;
  margin-top: -30px;
}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .mobile-bottom-banner .bxslider li a {
      font-size: 13px;
  }
  .mobile-bottom-banner .bxslider li a span{
    width: 140px;
      margin-left: -70px;
      height: 36px;
      line-height: 17px;
      margin-top: -18px;
  }
}


/*
.mobile-bottom-banner .bxslider li:hover a {
  display: block;
  opacity: .6;
}*/

.main-content2-a {
  padding: 0 10px;
}


/*@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  .mobile-bottom-banner .bxslider li a {
    font-size: 14px;
  }
}*/

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
  /*.main-content2-d {
    height: 64px;
  }*/
  .quick-news {
    bottom: 64px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  /*.main-content2-d {
    height: 57px;
  }*/
  .quick-news {
    bottom: 57px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .main-content2-d {
    padding: 16px;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
  .main-content2-d {
    padding: 15px;
    margin-bottom: 13px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1300px) {
  .main-content2-d {
    padding: 12px;
    /*height: 46px;*/
    margin-bottom: 12px;
  }
  .quick-news {
    bottom: 46px;
  }
  .main-content1 h3 {
    font-size: 14px;
  }
  /*.mobile-bottom-banner .bxslider li a {
    font-size: 13px;
  }*/
  .main-content2-d {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .main-content2-d {
    padding: 10px;
    /*height: 46px;*/
    font-size: 12px;
    line-height: 26px;
    margin-bottom: 13px;
  }
  .main-content2-a {
    clear: both;
    padding-top: 15px;
  }
  .quick-news {
    bottom: 46px;
  }
  .mobile-bottom-banner .bx-wrapper .bx-controls-direction a {
    top: -13px !important;
  }
  .mobile-bottom-banner .bxslider li a {
    font-size: 1.2rem;
  }
  /*.main-content2-a {
    padding-left: 0;
    padding-right: 0;
  }*/
}


/*@media only screen and (min-width: 628px) and (max-width: 768px) {
  .mobile-bottom-banner .bxslider li a {
    padding: 13px 20px 0 20px;
    font-size: 12px;
  }
}*/


/*@media only screen and (min-width: 500px) and (max-width: 628px) {
  .mobile-bottom-banner .bxslider li a {
    padding: 7px 20px 0 20px;
    font-size: 12px;
  }
}

@media (max-width: 500px) {
  .mobile-bottom-banner .bxslider li a {
    padding: 6px 20px 0 20px;
    font-size: 12px;
  }
}*/

.mobile-bottom-banner .bx-wrapper .bx-controls-direction a {
  top: -25px;
}

.mobile-bottom-banner .bx-wrapper .bx-prev {
  left: auto;
  right: 25px;
}

.mobile-bottom-banner .bx-wrapper .bx-next {
  right: -7px;
}

.mobile-bottom-banner {
  padding: 0 10px;
}
.mobile-bottom-banner .bxslider{
        background-color: #ebebeb;
}

/*列表*/

.list-all {
  width: 100%;
  height: 100%;
  background: url(../images/list_banner_news.jpg) top center no-repeat !important;
}

.mobile-subShow{
  font-size: 20px;
    color: #febe51;
    float: right;
  display: none;
  width: 100%;
    margin-bottom: 18px;
    text-align: right;
    /*z-index: 999;*/ 
    border-bottom: 2px solid #febe51; 
}

.mobile-subShow span{
    font-size: 15px;
    display: inline-block;
    padding: 5px;
    background: #febe51;
    color: #fff;
    margin-top: -2px;
    margin-bottom: -1px;
}

@media (min-width: 991px) {
  .mobile-subhide{
    display: block !important;    
  }
}
    
@media (max-width: 991px) {
  .mobile-subShow{
    display: block;   
  }
  .mobile-subhide{
    display: none;    
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list-all {
    padding-top: 75px;
  }
}

.common-title h2 {
  font-size: 25px;
  color: #006b77;
  border-left: 5px solid #006b77;
  padding-left: 20px;
  margin: 50px 0 25px 0;
}

.link-local {
  padding-left: 30px;
  color: #333;
  font-size: 13px;
  margin-bottom: 30px;
}

.link-local a {
  margin: 0 5px;
  color: #333;
}

.link-local a:hover {
  color: #006b77;
}

.list-content {
  width: 100%;
  padding: 20px 30px;
  min-height: 600px;
  background: #fff;
  border-top: 2px solid #ffbe51;
}

.list-content .list-left-ul>li {
  position: relative;
  margin-bottom: 10px;
}

.list-content .list-left-ul li a {
        position: relative;
  display: block;
  background: #f1f1f1;
  color: #333;
  font-size: 16px;
  padding: 10px 30px;
  text-align: left;
}

.list-content .list-left-ul .sanjiao {
  width: 10px;
  height: 10px;
  background-image: url(../images/list-sanjiao.png);
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 20px;
  top: 16px;
  display: none;
  transition: all .3s ease-in;
}

.list-content .list-left-ul li a:hover,
.list-content .list-left-ul li:hover>a,
.list-content .list-left-ul li a.active {
  background-color: #2796a3;
  color: #fff;
}

.list-content .list-left-ul li:hover .sanjiao,
.list-content .list-left-ul li a.active .sanjiao,
.list-content .list-left-ul li:active .sanjiao {
  display: block;
}
.list-content .list-left-ul li a.active:after{
        content: '';
        position: absolute;
        width: 10px;
  height: 10px;
  background-image: url(../images/list-sanjiao.png);
  background-repeat: no-repeat;
  background-position: center center;
  right: 20px;
  top:0;
        bottom: 0;
        margin: auto;
}

.list-left-ul2 {
  overflow: hidden;
  display: none;
}
.list-content .list-left-ul .list-left-ul2 a{
        padding: 10px 50px;
}
.list-left-link {
        display: none;
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}

.list-left-link a {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  margin-right: 20px;
  background: #f1f1f1;
        margin-bottom: 5px;
}

.list-left-link a img {
  display: block;
  margin: 10px auto;
}

.list-left-link a.list-left-a1 {
  color: #ffad23;
}

.list-left-link a.list-left-a2 {
  color: #13a9ba;
}

.list-div {
  padding: 10px;
  padding-top: 0;
}

.list-div h4 {
  color: #333;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 25px;
  transition: all 0.3s ease-in;
}

.media-middle {
  overflow: hidden;
}

.list-media-list {
  margin-bottom: 30px;
  transition: all 0.3s ease-in;
}

.list-media-list .media-middle img {
        width: 100%;
        height: 190px;
        object-fit: cover;
  transition: all 0.3s ease-in;
}

.list-div h4 small {
  float: right;
  display: inline-block;
  margin: 5px;
}

.list-div p {
  line-height: 27px;
  text-align: justify;
}
.info-article{
        margin-bottom: 14px;
        font-size: 13px;
        color: #999;
        text-align: center;
}
.info-article .publisher{
        margin-left: 10px;
}
.list-div .list-bottomline {
  margin-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
}

.list-div .list-bottomline img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  right: 40px;
  transition: all 0.3s ease-in;
}

.list-media-list h4:hover {
  color: #2796a3;
}

.list-media-list:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.list-media-list:hover h4 {
  margin-top: 12px;
}

.list-media-list:hover .list-div .list-bottomline img {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.list-media-list:hover .media-middle img {
  transform: scale(1.1, 1.1);
}

.list-detail-right {
  padding-bottom: 30px;
}

.list-detail-title h4 {
  font-size: 19px;
  color: #006b77;
  text-align: center;
  border-bottom: 1px solid #31a2af;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.list-detail-content p {
  text-align: justify;
  /*text-indent: 2em;*/
  line-height: 26px;
}

.list-detail-bottom img {
  margin: 20px auto 0;
}

.list-detail-bottom h6 {
  text-align: center;
  margin: 10px 0;
}

.list-detail-all {
  background: url(../images/list_banner_content.jpg) top center no-repeat !important;
}

.announce-all {
  background: url(../images/list_banner_notice.jpg) top center no-repeat !important;
}

.announce-right h3 {
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  text-align: justify;
  padding: 0 3px;
  max-height: 48px;
  overflow: hidden;
}

@media only screen and (max-width:768px) {
  .announce-right h3 {
    font-size: 14px;
  }
}


.role-all {
  background: url(../images/list_banner_jsll.jpg) top center no-repeat !important;
}

.role-title {
  border-bottom: 5px solid #eee;
  margin-bottom: 10px;
}

.role-title h3 {
  font-size: 18px;
  color: #2796a3;
  padding-bottom: 8px;
  display: inline-block;
  border-bottom: 5px solid #31a2af;
  margin-bottom: -5px;
}

.role-right ul li {
  list-style: disc;
  list-style-position: inside;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
}

.role-right ul {
  margin-bottom: 25px;
}

.role-right ul li:last-child {
  border-bottom: none;
}

.role-right a {
  color: #131313;
}

.role-right a:hover {
  color: #31a2af;
}

.role-div {
  padding: 0 35px 0 0;
}

.history-footer{
  display: none;
}

.history-nav{
  border-top: none;
}
.history-navlist>li.active>a span::before, .history-navlist>li>a:hover span::before {
    background: none;
}

.history-container{
  padding: 10px 0 !important;
}
.history-header-left{
  margin-top: 0;
}
@media (max-width: 991px){
.history-box-icon {
    left: 14px;
}
.history-footer{
  display: block;
}
}

@media (min-width: 1300px){
.history-nav{
  margin-top: 17px;
}
}
@media (max-width: 768px){
 .pgwSlideshow .ps-current .ps-prev,.pgwSlideshow .ps-current .ps-next{
        display: none !important;
 }
}
.footer-mobile{
       display: none;
}
@media (max-width: 768px){
       .footer-mobile{
               display: block;
       }
}