.header {
  height: 130px;
  background-image: url(../images/top_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-all {
  width: 100%;
  clear: both;
  background: #08809E;
  z-index: 999;
}

.banner {
  width: 63%;
  height: 508px;
  float: left;
  background-color: rgba(189, 216, 231, .7);
}

.index-part1 {
  background-image: url(../images/banner_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.index-part1 .index-bn {
  width: 100%;
  height: 508px;
}

.index-part1 .index-bn .item {
  height: 508px;
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.index-part1 .index-bn .item .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-part1 .index-bn .item .img img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.index-part1 .index-bn .item h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-part1 .index-bn .tit {
  position: absolute;
  width: 100%;
  line-height: 46px;
  padding: 0 28px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}

.index-part1 .index-bn .item:hover .tit {
  color: #fff !important;
}

.index-part1 .slick-dots {
  position: absolute;
  right: 0;
  bottom: 12%;
  padding: 17px 0;
  font-size: 0;
  width: 100%;
  text-align: center;
}

.index-part1 .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #eee;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  margin: 0 4px;
}

.index-part1 .slick-dots li * {
  display: none;
}

.index-part1 .slick-dots .slick-active {
  width: 30px;
  height: 10px;
  background: #08809E;
  border-radius: 5px;
}

/* 左右按钮 */
.index-part1 .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 0;
  z-index: 9;
}

.index-part1 .slick-prev {
  left: 0;
  background: url(../images/banner_btn_left.png) no-repeat center center;
  background-size: 42px 42px;
}

.index-part1 .slick-next {
  right: 0;
  background: url(../images/banner_btn_right.png) no-repeat center center;
  background-size: 42px 42px;
}

.index-part1 .notice {
  float: left;
  width: 37%;
  height: 508px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0px 50px 0px 0px;
  padding: 2.5% 2% 0 3.3%;
}

.index-part1 .notice .notice_title {
  position: relative;
  padding-bottom: 25px;
}

.index-part1 .notice .notice_title::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: url(../images/notice_title_bg.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.index-part1 .notice .notice_title .title {
  float: left;
  width: 80%;
}

.index-part1 .notice .notice_title .title h4 {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #252525;
  margin-right: 12px;
}

.index-part1 .notice .notice_title .title span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #D9D9D9;
}

.index-part1 .notice .notice_title .mores {
  float: right;
  width: 20%;
  text-align: right;
}

.index-part1 .notice .notice_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.index-part1 .notice .notice_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 27px 0 21px;
  border-bottom: 1px solid #E6E6E6;
}

.index-part1 .notice .notice_list ul li a:hover {
  border-bottom: 1px solid #08809E;
}

.index-part1 .notice .notice_list ul li a:hover .title h4 {
  color: #08809E;
}

.index-part1 .notice .notice_list ul li a .time {
  float: left;
  width: 12%;
  height: 56px;
  background: #E8F1F9;
  border-radius: 0px 6px 0px 0px;
  border: 1px solid #B5D9E2;
  text-align: center;
  margin-right: 5%;
    overflow: hidden;
}

.index-part1 .notice .notice_list ul li a .time .mouth {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  width: 100%;
  height: 26px;
  background-color: #08809E;
    padding-top: 4px;
}

.index-part1 .notice .notice_list ul li a .time .day {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #08809E;
  width: 100%;
  height: 28px;
  background-color: #e8f1f9;
}

.index-part1 .notice .notice_list ul li a .title {
  float: left;
  display: flex;
  align-items: center;
  width: 83%;
  height: 45px;
}

.index-part1 .notice .notice_list ul li a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 7px;
}

.index-part2 {
  padding: 27px 0 58px;
}

.index-part2 .news {
  float: left;
  width: 30.3%;
}

.index-part2 .news .news_title {
  position: relative;
  padding-bottom: 22px;
}

.index-part2 .news .news_title::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 186px;
  height: 8px;
  background-image: url(../images/index_title_bg1.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.index-part2 .news .news_title .title {
  float: left;
}

.index-part2 .news .news_title .title p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #D9D9D9;
  padding-bottom: 10px;
}

.index-part2 .news .news_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #252525;
}

.index-part2 .news .news_title .mores {
  float: right;
}

.index-part2 .news .news_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.index-part2 .news .news_list {
  width: 100%;
}

.index-part2 .news .news_list ul li.list_one {
  position: relative;
  overflow: hidden;
}

.index-part2 .news .news_list ul li.list_one a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part2 .news .news_list ul li.list_one a:hover .img img {
  transform: scale(1.1);
}

.index-part2 .news .news_list ul li.list_one a .img {
  width: 100%;
  height: 268px;
}

.index-part2 .news .news_list ul li.list_one a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.index-part2 .news .news_list ul li.list_one a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 91.3%;
  height: 70px;
  background: rgba(8, 128, 158, 0.8);
  border-radius: 0px 20px 0px 0px;
  padding: 10px 35px 10px 21px;
}

.index-part2 .news .news_list ul li.list_one a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-part2 .news .news_list ul li.list_one a .icon_arr {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 28px;
}

.index-part2 .news .news_list ul li.list_one a .icon_arr img {
  width: 100%;
  height: 100%;
}

.index-part2 .news .news_list ul li.list_two {
  position: relative;
}

.index-part2 .news .news_list ul li.list_two a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px 0 15px;
  border-bottom: 1px solid #E5E5E5;
}

.index-part2 .news .news_list ul li.list_two a:hover {
  border-bottom: 1px solid #08809E;
}

.index-part2 .news .news_list ul li.list_two a:hover .title h4 {
  color: #08809E;
}

.index-part2 .news .news_list ul li.list_two a .icon {
  position: absolute;
  top: 16px;
  left: 0;
  width: 15px;
  height: 11px;
}

.index-part2 .news .news_list ul li.list_two a .icon img {
  width: 100%;
  height: 100%;
}

.index-part2 .news .news_list ul li.list_two a .title {
  padding-left: 21px;
}

.index-part2 .news .news_list ul li.list_two a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-part2 .political {
  float: left;
  width: 30.3%;
  margin: 0 4.5%;
}

.index-part2 .political .political_title {
  position: relative;
  padding-bottom: 22px;
}

.index-part2 .political .political_title::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 186px;
  height: 8px;
  background-image: url(../images/index_title_bg2.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.index-part2 .political .political_title .title {
  float: left;
}

.index-part2 .political .political_title .title p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #D9D9D9;
  padding-bottom: 10px;
}

.index-part2 .political .political_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #252525;
}

.index-part2 .political .political_title .mores {
  float: right;
}

.index-part2 .political .political_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.index-part2 .political .political_list {
  width: 100%;
}

.index-part2 .political .political_list ul li.list_one {
  position: relative;
  overflow: hidden;
}

.index-part2 .political .political_list ul li.list_one a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part2 .political .political_list ul li.list_one a:hover .img img {
  transform: scale(1.1);
}

.index-part2 .political .political_list ul li.list_one a .img {
  width: 100%;
  height: 268px;
}

.index-part2 .political .political_list ul li.list_one a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.index-part2 .political .political_list ul li.list_one a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 91.3%;
  height: 70px;
  background: rgba(196, 54, 54, 0.8);
  border-radius: 0px 20px 0px 0px;
  padding: 10px 35px 10px 21px;
}

.index-part2 .political .political_list ul li.list_one a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-part2 .political .political_list ul li.list_one a .icon_arr {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 28px;
}

.index-part2 .political .political_list ul li.list_one a .icon_arr img {
  width: 100%;
  height: 100%;
}

.index-part2 .political .political_list ul li.list_two {
  position: relative;
}

.index-part2 .political .political_list ul li.list_two a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px 0 15px;
  border-bottom: 1px solid #E5E5E5;
}

.index-part2 .political .political_list ul li.list_two a:hover {
  border-bottom: 1px solid #08809E;
}

.index-part2 .political .political_list ul li.list_two a:hover .title h4 {
  color: #08809E;
}

.index-part2 .political .political_list ul li.list_two a .icon {
  position: absolute;
  top: 16px;
  left: 0;
  width: 15px;
  height: 11px;
}

.index-part2 .political .political_list ul li.list_two a .icon img {
  width: 100%;
  height: 100%;
}

.index-part2 .political .political_list ul li.list_two a .title {
  padding-left: 21px;
}

.index-part2 .political .political_list ul li.list_two a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-part2 .activities {
  float: left;
  width: 30.3%;
}

.index-part2 .activities .activities_title {
  position: relative;
  padding-bottom: 22px;
}

.index-part2 .activities .activities_title::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 186px;
  height: 8px;
  background-image: url(../images/index_title_bg3.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.index-part2 .activities .activities_title .title {
  float: left;
}

.index-part2 .activities .activities_title .title p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #D9D9D9;
  padding-bottom: 10px;
}

.index-part2 .activities .activities_title .title h4 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #252525;
}

.index-part2 .activities .activities_title .mores {
  float: right;
}

.index-part2 .activities .activities_title .mores a {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.index-part2 .activities .activities_list {
  width: 100%;
}

.index-part2 .activities .activities_list ul li.list_one {
  position: relative;
  overflow: hidden;
}

.index-part2 .activities .activities_list ul li.list_one a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-part2 .activities .activities_list ul li.list_one a:hover .img img {
  transform: scale(1.1);
}

.index-part2 .activities .activities_list ul li.list_one a .img {
  width: 100%;
  height: 268px;
}

.index-part2 .activities .activities_list ul li.list_one a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.index-part2 .activities .activities_list ul li.list_one a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 91.3%;
  height: 70px;
  background: rgba(0, 97, 165, 0.8);
  border-radius: 0px 20px 0px 0px;
  padding: 10px 35px 10px 21px;
}

.index-part2 .activities .activities_list ul li.list_one a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*想省略几行就写几*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-part2 .activities .activities_list ul li.list_one a .icon_arr {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34px;
  height: 28px;
}

.index-part2 .activities .activities_list ul li.list_one a .icon_arr img {
  width: 100%;
  height: 100%;
}

.index-part2 .activities .activities_list ul li.list_two {
  position: relative;
}

.index-part2 .activities .activities_list ul li.list_two a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px 0 15px;
  border-bottom: 1px solid #E5E5E5;
}

.index-part2 .activities .activities_list ul li.list_two a:hover {
  border-bottom: 1px solid #08809E;
}

.index-part2 .activities .activities_list ul li.list_two a:hover .title h4 {
  color: #08809E;
}

.index-part2 .activities .activities_list ul li.list_two a .icon {
  position: absolute;
  top: 16px;
  left: 0;
  width: 15px;
  height: 11px;
}

.index-part2 .activities .activities_list ul li.list_two a .icon img {
  width: 100%;
  height: 100%;
}

.index-part2 .activities .activities_list ul li.list_two a .title {
  padding-left: 21px;
}

.index-part2 .activities .activities_list ul li.list_two a .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.footer .link_code {
  padding: 36px 0;
  background: linear-gradient(-90deg, #0061A5, #08809E);
}

.footer .link_code .left_link {
  float: left;
  width: 42%;
}

.footer .link_code .left_link .left {
  float: left;
  width: 57%;
}

.footer .link_code .left_link .left li:last-child a {
  padding-bottom: 0;
}

.footer .link_code .left_link .left li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}

.footer .link_code .left_link .left li a span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}

.footer .link_code .left_link .right {
  float: left;
  position: relative;
  width: 43%;
  padding-left: 40px;
}

.footer .link_code .left_link .right::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 140px;
  background: #A9C4CE;
}

.footer .link_code .left_link .right::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 140px;
  background: #A9C4CE;
}

.footer .link_code .left_link .right li:last-child a {
  padding-bottom: 0;
}

.footer .link_code .left_link .right li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}

.footer .link_code .left_link .right li a span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}

.footer .link_code .right_code {
  float: left;
  padding-left: 2%;
  width: 58%;
}

.footer .link_code .right_code ul li {
  float: left;
  width: 16.5%;
  height: auto;
  background: #208AA9;
  border-radius: 0px 10px 0px 0px;
  padding: 16px 6px 0 6px;
  margin-left: 3.5%;
  text-align: center;
}

.footer .link_code .right_code ul li .img {
  width: 88px;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
}

.footer .link_code .right_code ul li .img img {
  width: 100%;
  height: 100%;
}

.footer .link_code .right_code ul li .title {
  text-align: center;
  padding: 10px 0 6px;
}

.footer .link_code .right_code ul li .title h4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 18px;
}

.footer .footer_other {
  padding: 7px 0;
  background: #066f8f;
}

.footer .footer_other .other_left {
  float: left;
}

.footer .footer_other .other_left span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 30px;
  opacity: 0.6;
}

.footer .footer_other .other_right {
  float: right;
}

.footer .footer_other .other_right span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 30px;
  opacity: 0.6;
}

@media (max-width: 991px) {
  .header {
    height: 76px;
  }

  .box-icon .icon,
  .box-icon-other span,
  .box-icon.open .icon-collapse,
  .mobile-search-icon {
    color: #1f678d;
  }

  .mobile-navlist .nav-item.on>a {
    background-color: #1f678d;
  }

  .mobile-form-search {
    border: 1px solid #1f678d;
  }

  .banner {
    width: 100%;
  }

  .index-part1 .notice {
    width: 100%;
    margin-top: 25px;
  }

  .index-part2 .news,
  .index-part2 .political,
  .index-part2 .activities {
    width: 100%;
    margin: 10px 0;
  }

  .footer .link_code .left_link,
  .footer .link_code .right_code {
    width: 100%;
  }

  .footer .link_code .right_code {
    padding-left: 0;
    margin-top: 20px;
  }

  .footer .link_code .right_code ul li {
    margin-left: 3%;
  }

  .footer .footer_other .other_left,
  .footer .footer_other .other_right {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 500px) {

  .banner,
  .index-part1 .index-bn,
  .index-part1 .index-bn .item {
    height: 300px;
  }

  .index-part1 .index-bn .item h4 {
    height: 48px;
    line-height: 48px;
    font-size: 17px;
  }

  .index-part1 .notice .notice_title .mores {
    text-align: left;
  }

  .index-part1 .notice {
    height: auto;
  }

  .index-part1 .notice .notice_list ul li a {
    padding: 15px 0;
  }

  .footer .link_code .left_link .left,
  .footer .link_code .left_link .right {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }

  .footer .link_code .left_link .right::before,
  .footer .link_code .left_link .right::after {
    display: none;
  }

  .footer .link_code .right_code ul li {
    width: 29.5%;
    margin-bottom: 10px;
  }
}