/*
  * 最外层main 与 outer-box
  * 新需求 要求中间内容两侧留白 顶部底部两侧撑满
*/
#main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main #outer-box {
  width: 1260px;
}
  /* 鏉烆喗鎸遍崶锟� */
.hero-slider .single-slide {
  height: 360px;
  background-size: 100% 100%;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .hero-slider .single-slide {
    height: auto;
    padding: 60px 30px 100px;
    z-index: 1;
  }

  .hero-slider .single-slide::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #f1f4f9;
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider .single-slide {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}

.hero-slider .single-slide h2 {
  color: #fff;
  font-size: 50px;
  line-height: 67px;
  margin: 0 0 25px;
  font-weight: 700;
}

.hero-slider .single-slide p {
  color: #fff;
  font-size: 20px;
  line-height: 67px;
  margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
  .hero-slider .single-slide h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

.hero-slider .owl-dots {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-slider .owl-dots .owl-dot {
  background-color: #f1f1f1;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 10px;
}

.hero-slider .owl-dots .owl-dot.active {
  width: 40px;
  background-color: #fff;
}

.hero-slider .owl-nav>div {
  position: absolute;
  left: 0;
  top: 50%;
  height: 90px;
  width: 50px;
  background-color: rgba(255, 255, 255, .3);
  text-align: center;
  line-height: 90px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.hero-slider .owl-nav>div.owl-next {
  left: auto;
  right: 0;
}

/* 头条 */
.head-news {
  width: 100%;
  height: 135px;
  background-color: #FFF;
  border:1px solid #e4e4e4;
  margin: 30px 0 0 0;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-news .head-title {
  width: 95px;
  height: 74px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  border-right: 2px solid #5051c7;
}
.head-news .head-title div {
  color: #c00000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 8px;
}
.head-news .head-content {
  width: 1050px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  color: #5051c7;
  display: flex;
  align-items: center;
}
.head-news .head-more {
  width: 95px;
  height: 100%;
  box-sizing: border-box;
  padding-right: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.head-news .head-more a {
  font-size: 13px;
  color: #000;
  cursor: pointer;
}

.head-news .head-more a:hover {
  color: #5051c7;
}
  /* 閺備即妞堢仦鏇犮仛 */
.news-box {
  width: 100%;
  height: 505px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-top: 30px;
}

.news-box .news-content {
  width: 100%;
  height: calc(100% - 70px);
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-slider-box {
  width: 50%;
  height: 100%;
}

.right-list-box {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.left-slider-box .single-slide {
  height: 400px;
  background-size: 100% 100%;
  background-position: center center;
  position: relative;
}

.left-slider-box .single-slide .slide-bot-box {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  background-color: #5051c7;
  z-index: 999999;
}

.left-slider-box .single-slide .slide-bot-box .bot-text {
  width: 62%;
  height: 40px;
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.left-slider-box .owl-dots {
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 23px;
}

.left-slider-box .owl-dots .owl-dot {
  background-color: rgba(255, 255, 255, .3);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 8px;
}

.left-slider-box .owl-dots .owl-dot.active {
  background-color: #fff;
}

.left-slider-box .owl-nav>div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.left-slider-box .owl-nav>div.owl-prev {
  left: 2%;
}

.left-slider-box .owl-nav>div.owl-next {
  right: 2%;
}

.right-list-box .item-link {
  width: 100%;
  height: 33px;
  margin-bottom: 1px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.right-list-box .left-box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/*.right-list-box .left-box>img {
  width: 10px;
  height: 10px;
  margin-right: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}*/

.right-list-box .left-box .title-dot {
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #2708a3;
}

.right-list-box .left-box .list-item-title {
  width: calc(100% - 15px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.right-list-box .left-box .list-item-title a {
  height: 100%;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.right-list-box .left-box .list-item-title a:hover {
  color: #4c24ea;
  text-decoration: none !important;
}

/*.right-list-box .right-box {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 17px;
}

.right-list-box .right-box .list-item-time {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}*/

.news-panel-box {
  width: 100%;
  height: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

/* 党纪学习 字体颜色 红色 */
.news-panel-box .dj-panel .red-font {
  color: #c10000 !important;
}

.news-panel-box .panel {
  width: 32%;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}

.news-panel-box .panel .panel-content {
  width: 100%;
  height: calc(100% - 70px);
  margin-top: 20px;
}

.news-panel-box .panel .panel-content .panel-item {
  width: 100%;
  height: 32px;
  float: left;
  cursor: pointer;
}

.news-panel-box .panel .panel-content .panel-item a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: left;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 16px;
}

.news-panel-box .panel .panel-content .panel-item a:hover {
  color: #4c24ea;
  text-decoration: none !important;
}

  /*
  .tab {
    width: 100%;
    height: 400px;
  }

  .tab_list {
    height: 49px;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .more li {
    color: #4e4e4e;
    font-size: 16px;
    cursor: pointer;
  }

  .more li:hover {
      color: #0191FF;
  }

  .tab_list .menu {
    padding: 0;
  }

  .tab_list .menu li {
    float: left;
    height: 49px;
    margin-right: 40px;
    text-align: center;
    line-height: 49px;
    cursor: pointer;
    color: #000;
    font-size: 18px;
  }

  .tab_list .menu .current {
    color: #0191FF;
    font-weight: bold;
    border-bottom: 3px solid #0191FF;
  }

  .item_info {
    padding: 20px 0 0 20px;
  }

  .item {
    display: none;
  }

  .tab-part-content {
    width: 100%;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .tab-part-content .top-part {
    width: 100%;
    height: 45%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .tab-part-content .top-part .top-part-title {
    width: 100%;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: bold;
  }

  .tab-part-content .top-part .top-part-desc {
    width: 100%;
    height: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 1.2;
  }

  .tab-part-content .bot-part {
    width: 100%;
    height: 55%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .tab-part-content .bot-part .list-item {
    width: 100%;
    height: 16.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .tab-part-content .bot-part .list-item:hover {
    color: #0191FF;
  }

  .tab-part-content .bot-part .list-item .list-item-left-box {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .tab-part-content .bot-part .list-item .list-item-left-box>img {
    width: 10px;
    height: 10px;
    margin-right: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .tab-part-content .bot-part .list-item .list-item-left-box .list-item-title {
    width: calc(100% - 15px);
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .tab-part-content .bot-part .list-item .list-item-left-box .list-item-title a {
    color: #000;
    font-size: 17px;
    text-decoration: none;
  }

  .tab-part-content .bot-part .list-item .list-item-left-box .list-item-title a:hover {
      color: #0191FF;
    text-decoration: none !important;
  }

  .tab-part-content .bot-part .list-item .list-item-right-box {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 17px;
  }

  .tab-part-content .bot-part .list-item .list-item-right-box .list-item-time {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  */


/* 中间横幅 */
/*.center-banner-box {
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  !* padding-left: 45px;*!
  !* padding-right: 45px;*!
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-banner-box .banner-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}*/

/* 专题栏目 轮播 */
.center-swiper-box {
  width: 100%;
  height: 200px;
  box-sizing: border-box;
 /* padding-left: 45px;
  padding-right: 45px; */
  margin-top: 20px;
 /* display: flex;
  justify-content: center;
  align-items: center;*/
}

.center-swiper-box .top-title-box {
  width: 100%;
  height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.center-swiper-box .top-title-box>img {
  width: 15px;
  height: 15px;
  margin-right: 15px;
}
.center-swiper-box .top-title-box .top-title-text {
  width: 90px;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  float: left;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-swiper-box .top-title-box span:first-of-type {
  color: #c10000 !important;
}

.slideBox {
  width: 100%;
  height: calc(100% - 50px);
  overflow: hidden;
  position: relative;
  display: block
}

.slide-adv {
    box-sizing: border-box;
    overflow: hidden;
    zoom: 1;
    padding: 10px 42px;
    position: relative;
    border: none;
}

.slide-adv .slider-outer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-adv .slider-outer ul {
    overflow: hidden;
    zoom: 1;
}

.slide-adv ul li {
    width: 330px;
    height: 130px !important;
    margin: 0 8px;
    float: left;
    display: inline;
    overflow: hidden;
    text-align: center;
}

.slide-adv ul li .pic {
    text-align: center;
    width: 330px;
    height: 100%;
}

.slide-adv ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    padding:0px;
    border-radius:6px;
}

.slide-adv ul li .pic a:hover img {
    border-color: #999;
}

.slide-adv ul li .title {
    line-height: 24px;
}

.slide-adv .sPrev,
.slide-adv .sNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 100%;
    background-repeat: no-repeat;
}

.slide-adv .sPrev {
  left: 5px;
  right: auto;
  background-image: url(../images/icon-left.png);
  background-position: left center;
}

.slide-adv .sNext {
    left: auto;
    right: 5px;
    background-image: url(../images/icon-rt.png);
    background-position: right center;
}

.slide-adv .sPrev:hover,
.slide-adv .sNext:hover {
    border-color: #f60;
}

/* 主营业务 */
.job-box {
  width: 100%;
  height: 205px;
  box-sizing: border-box;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.job-box .job-title {
  color: #9e9494;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.job-box .line {
  width: 60px;
  height: 3px;
  background-color: #0191FF;
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
}

.job-box .job-list {
  width: 100%;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.job-box .job-list .job-item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-right: 70px;
}

.job-box .job-list .job-item:last-of-type {
  margin-right: 0px;
}

.job-box .job-list .job-item .item-icon {
  width: 125px;
  height: 125px;
  border-radius: 15px;
  background-color: #fbfbfb;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.job-box .job-list .job-item .item-name {
  color: #000;
  font-size: 18px;
}

.job-box .job-list .job-item .item-name a {
  color: #000;
}

.job-box .job-list .job-item .item-name a:hover {
  color: #0191FF;
}

/* 主页快捷导航 */
.kj-box {
  width: 100%;
  height: 205px;
  box-sizing: border-box;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.kj-box .job-title {
  color: #9e9494;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.kj-box .line {
  width: 60px;
  height: 3px;
  background-color: #0191FF;
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
}

.kj-box .job-list {
  width: 100%;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.kj-box .job-list .job-item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  /* margin-right: 70px; */
}

.kj-box .job-list .job-item:last-of-type {
  margin-right: 0px;
}

.kj-box .job-list .job-item .item-icon {
  width: 225px;
  height: 125px;
  border-radius: 15px;
  background-color: #fbfbfb;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  box-shadow: 0 0 20px 0 #cecdd3;
}

.kj-box .job-list .job-item .item-name {
  color: #000;
  font-size: 18px;
}

.kj-box .job-list .job-item .item-name a {
  color: #000;
}

.kj-box .job-list .job-item .item-name a:hover {
  color: #0191FF;
}

.kj-box .job-list .job-item .item-icon>img {
	width: 50px;
	height: 50px;
	margin-bottom: 12px;
}

.kj-box .job-list .job-item .item-icon>span {
	font-size: 15px;
	font-weight: bold;
	color: #878787;
}

/* 中间板块 党群建设 纪检监察 公告公示 */

.panel-list-box {
  width: 100%;
  height: 450px;
  /*background: url('../images/panel-list-bg.png') no-repeat center center / 100% 100%;*/
  box-sizing: border-box;
 /* padding-left: 45px;
  padding-right: 45px;*/
  padding-bottom: 30px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel-list-box .panel-left-part {
  width: 32%;
  height: 100%;
  border: 1px solid #E4E4E4;
  /*border-top: 6px solid #F7B501;*/
}

.panel-list-box .panel-mid-part {
  width: 32%;
  height: 100%;
  border: 1px solid #E4E4E4;
  /*border-top: 6px solid #44D7B6;*/
}

.panel-list-box .panel-right-part {
  width: 32%;
  height: 100%;
  border: 1px solid #E4E4E4;
  /*border-top: 6px solid #6DD401;*/
}

.panel-list-box .panel {
  box-sizing: border-box;
  padding: 15px;
}

/* 党纪学习 字体颜色 红色 */
.panel-list-box .red-font {
  color: #c10000 !important;
}

/*.panel-list-box .title {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel-list-box .title .left-text {
  width: 60%;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.panel-list-box .title .left-text>img {
  width: 12px;
  height: 12px;
}

.panel-list-box .title .left-text>.text {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
}

.panel-list-box .title .right-text {
  width: 20%;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.panel-list-box .title .right-text:hover {
	color: #0191FF;
}*/

.panel-list-box .list {
  width: 100%;
  height: calc(100% - 55px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.panel-list-box .list .list-item {
  width: 100%;
  height: 14%;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #efefef;
}

.panel-list-box .list .list-item .info-title {
  width: 100%;
  height: 50%;
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.panel-list-box .list .list-item .info-title a {
  color: #000;
  cursor: pointer;
}

.panel-list-box .list .list-item .info-title a:hover {
  color: #2708a3;
}

.panel-list-box .list .list-item .info-time {
  width: 100%;
  height: 30%;
  color: #999999;
  font-size: 15px;
  text-align: right;
  display: none;
}

/* 娑擃參妫挎导浣风瑹閺傚洤瀵� + 娴间椒绗熷鍌氬枌 */
/*
.culture-box {
  width: 100%;
  height: 350px;
  background-color: #e5e5e5;
  box-sizing: border-box;
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.culture-box .culture-img-part {
  width: 25%;
  height: 100%;
}

.culture-box .culture-info-part {
  width: 25%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.culture-box .culture-info-part .info-top {
  width: 100%;
  height: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.culture-box .culture-info-part .info-top .title {
  color: #9e9494;
  font-size: 25px;
  font-weight: bold;
}

.culture-box .culture-info-part .info-top .title a {
	color: #9e9494;
}

.culture-box .culture-info-part .info-top .title a:hover {
	color: #0191FF;
}

.culture-box .culture-info-part .info-top .line {
  width: 39px;
  height: 3px;
  background-color: #0191FF;
  margin-top: 5px;
}

.culture-box .culture-info-part .info-mid {
  width: 80%;
  height: 65%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  text-align: left;
  word-break: break-all;  
}

.culture-box .culture-info-part .info-bot {
  width: 60%;
  height: 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}*/

/* 娑擃參妫挎稉鎾活暯閺嶅繒娲� */
.subject-box {
  width: 100%;
  height: 253px;
  background-color: #fff;
  box-sizing: border-box;
 /* padding-left: 45px;
  padding-right: 45px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.subject-box  .top-title-box {
  width: 100%;
  height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.subject-box  .top-title-box>img {
  width: 15px;
  height: 15px;
  margin-right: 15px;
}
.subject-box  .top-title-box .top-title-text {
  width: 90px;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  float: left;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subject-box  .top-title-box span:first-of-type {
  color: #c10000 !important;
}

.subject-list {
  width: 100%;
  height: 205px;
  margin-bottom: 10px;
}

.slideBox2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: block
}

#slide-adv2 {
  box-sizing: border-box;
  overflow: hidden;
  zoom: 1;
  padding: 10px 0;
  position: relative;
  border: none;
}

#slide-adv2  ul {
  overflow: hidden;
  zoom: 1;
}

#slide-adv2  ul li {
  width: 330px;
  height: 180px !important;
  margin: 0 8px;
  float: left;
  display: inline;
  overflow: hidden;
  text-align: center;
}

#slide-adv2  ul li .pic {
  text-align: center;
  width: 330px;
  height: 100%;
}

#slide-adv2  ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  padding: 0;
  border-radius:6px;
}

#slide-adv2  ul li .pic a:hover img {
  border-color: #999;
}

#slide-adv2  ul li .title {
  line-height: 24px;
}

/* 閸忔湹绮い鐢告桨 妞ゅ爼鍎村Ο顏勭畽 */
.outer-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-banner {
  width: 1260px;
  height: 360px;
}

/*
.top-banner .img-banner {
  width: 100%;
  height: 100%;
}

.top-banner .title-banner {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  position: absolute;
  left: 10%;
  top: 35%;
  letter-spacing: 15px;
}
*/

.aside-menu {
  position: sticky;
  top: 68px;
  margin-top: 16px;
  z-index: 3;
}

.aside-nav-top {
  width: 100%;
  height: 50px;
  border-bottom: 4px solid #0b5394;
  margin-bottom: 15px;
  background-color: rgba(207, 226, 243, 0.3);
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  /* padding: 0 0 0 18px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 
.aside-nav-top>img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
} */

.aside-nav {
  /*position: relative;
  margin: 0;
  padding: 0;*/
  list-style: none;
  color: #666666;
}

.aside-nav__item {
  /*position: relative;*/
  padding: 0 30px 0 0;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
.children_inner_items {
  width: 100%;
  height: auto;
  color: #666666;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  transition: all 0.2s;
}

.children_inner_items .children_inner_item {
  width: 100%;
  height: auto;
  padding: 6px 32px 6px 60px;
  background-image: url('../images/ico7.png');
  background-size: 14px 12px;
  background-repeat: no-repeat;
  background-position: 38px center;
  cursor: pointer;
}

.children_inner_items .inner_item_active {
  color: #666666;
}

.aside-active .aside-nav__link {
  color: #fff !important;
  font-weight: bold;
  background-color: rgb(61, 133, 198) !important;
}

.aside-nav__link {
  color: #000;
  display: block;
  padding: 12px 32px 12px 52px;
  transition: all 0.2s;
  background-image: url('../images/ico7.png');
  background-size: 14px 12px;
  background-repeat: no-repeat;
  background-position: 24px center;
}

.aside-nav__link:link {
  color: #666666;
}

.aside-nav__link:hover {
  color: #fff;
  font-weight: bold;
  background-color: rgb(61, 133, 198) !important;
}

.aside-nav__link:visited {
  color: #666666;
}

.nav-top {
  width: 100%;
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #efefef;
}
.nav-top .aside-content-title {
  margin-top: 5px;
  margin-bottom: 2px;
  padding: 0 0 0 0;
  color: #666666;
  font-size: 16px;
  /* background: url('../images/ico8.jpg') left center no-repeat; */
}

.nav-top .aside-content-title .aside-content-title1 {
  display: inline-block;
  margin-right: 5px;
}

.nav-top .aside-content-title .aside-content-title2 {
  display: inline-block;
  margin-left: 5px;
}

.aside-content .aside-content-box {
  padding: 15px 15px 0;
  color: #666666;
  min-height: 400px;
}

.arrow2 {
  margin: 3px 8px 4px 0;
  border-left: 5px dashed transparent;
  border-bottom: 5px dashed transparent;
  border-top: 5px dashed transparent;
  border-right: 5px solid #ccc;
  display: inline-block;
  vertical-align: middle;
}

.arrow3 {
  margin: 3px 0 4px 8px;
  border-top: 5px dashed transparent;
  border-bottom: 5px dashed transparent;
  border-right: 5px dashed transparent;
  border-left: 5px solid #ccc;
  display: inline-block;
  vertical-align: middle;
}

/*.sub-title-banner {
  height: 120px;
  box-sizing: border-box;
  padding-left: 30px;
  background-color:  rgba(207, 226, 243, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.sub-title-banner .en-title {
  color: #bbbbbb;
  font-size: 28px;
}

.sub-title-banner .ch-title {
  color: #0b5394;
  font-size: 28px;
}*/

.sub-content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
}

.sub-content-box .sub-aticle-title {
  color: #000;
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.sub-content-box .sub-aticle-info {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5c5c5c;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 2px;
  border-bottom: 1px solid  #e4e4e4;
}

.sub-content-box p {
  color: #000;
  font-size: 20px;
}

.list-box {
  width: 100%;
  height: 660px;
  box-sizing: border-box;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.list-box .list-item {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  font-size: 16px;
  cursor: pointer;
}

.list-box .list-item:hover {
  font-size: 18px;
}

.list-box .list-item .list-item-left-box {
  width: 85%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.list-box .list-item .list-item-left-box>img {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-box .list-item .list-item-left-box .list-item-title {
  width: 75%;
  height: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-box .list-item .list-item-right-box {
  width: 15%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.list-box .list-item .list-item-right-box .list-item-time {
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-pagination {
  margin-top: 30px;
}