﻿@charset "UTF-8";
/*banner*/
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.banner .slick-slide {
  width: 100%;
}
.banner .slick-dots {
  width: 100%;
  margin: 0 auto;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: right;
  box-sizing: border-box;
}
.banner .news_images {
  width: 100%;
}
.banner .news_images a {
  display: block;
  position: relative;
}
.news_images img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .slick-dots {
  bottom: 25px;
  text-align: center;
}
.banner .slick-dots li {
  margin-right: 12px;
}
.banner .slick-dots li,
.banner .slick-dots li button {
  width: 50px;
  height: 6px;
}

.banner .slick-dots li.slick-active button:before {
  width: 50px;
  height: 6px;
  border-radius: 0;
  background: #d9242a;
}
.banner .slick-dots li button:before {
  width: 50px;
  height: 6px;
  content: "";
  opacity: 1;
  border-radius: 0;
  background: #fff;
}
/* 栏目名称 */
h2.lmTit {
  width: 100%;
  box-sizing: border-box;
  font-size: 24px;
  color: #000000;
  line-height: 35px;
  padding-left: 15px;
  border-left: 4px solid #cc3333;
  margin-bottom: 30px;
}

/* 重点聚焦 */
.jj_pt {
  margin: 60px 0;
}
.jj_pt .zdjj,
.jj_pt .xxpt {
  opacity: 0;
  visibility: hidden;
}
.jj_pt.animation .zdjj {
  opacity: 1;
  visibility: visible;
  animation: 0.8s ease 0.3s 1 normal backwards running fadeInLeft;
}
.jj_pt.animation .xxpt {
  opacity: 1;
  visibility: visible;
  animation: 0.8s ease 0.3s 1 normal backwards running fadeInRight;
}
.zdjj {
  width: 100%;
}
.zdjj .zdjj_img {
  width: 60%;
  height: 440px;
  overflow: hidden;
}
.zdjj .zdjj_img a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.zdjj .zdjj_img a img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
  transition: all 1s;
}
.zdjj .zdjj_img a p {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 35px;
  box-sizing: border-box;
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.zdjj .zdjj_img a:hover img {
  transform: scale(1.2);
}
.zdjj .zdjj_img a:hover p {
  color: #d9413e;
}

.zdjj .zdjj_list {
  width: 36%;
}
.zdjj .zdjj_list ul li {
  padding: 14px 0;
  border-bottom: 1px solid #ededed;
}
.zdjj .zdjj_list ul li a {
  display: block;
  width: 100%;
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  background: url(../images/list_icon.png) no-repeat left 10px;
}
.zdjj .zdjj_list ul li .time-view {
  display: flex;
  justify-content: space-between;
}
.zdjj .zdjj_list ul li span:first-child {
  display: block;
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
  background: url(../images/time_icon.png) no-repeat left 10px;
}
.zdjj .zdjj_list ul li span:last-child {
  display: block;
  text-indent: 1.2em;
  font-size: 16px;
  line-height: 30px;
  background: url(../images/liulan.png) no-repeat left 10px;
}
.zdjj .zdjj_list ul li:first-of-type {
  padding-top: 0;
}
.zdjj .zdjj_list ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.zdjj .zdjj_list ul li:hover > span {
  color: #d9413e;
  background: url(../images/time_icon2.png) no-repeat left 10px;
}
.zdjj .zdjj_list ul li a:hover {
  color: #d9413e;
  background: url(../images/list_icon2.png) no-repeat left 10px;
}
/* 信息平台 */
.xxpt {
  width: 24%;
}
.xxpt ul li a {
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 30px;
  padding: 28px 15px;
  background: #f9f6f0;
  margin-bottom: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xxpt ul li a:hover {
  color: #fff;
  background-color: #d9413e;
  box-shadow: 0 0 7px 0 rgba(57, 129, 58, 0.2);
}
.xxpt ul li:last-of-type a {
  margin-bottom: 0;
}

/* tab */
.tab {
  opacity: 0;
  visibility: hidden;
}
.tab.animation {
  opacity: 1;
  visibility: visible;
  animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.tab .tab_in ul {
  font-size: 0;
  text-align: center;
}
.tab .tab_in ul li {
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 24px;
  text-align: center;
  margin: 0 50px;
  cursor: pointer;
  color: #000;
  position: relative;
}
.tab .tab_in ul li img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 20px auto;
}
.tab .tab_in ul li span {
  display: block;
  line-height: 30px;
  margin-bottom: 80px;
}
.tab .tab_in ul li.in a {
  color: #b93f3f;
}
.tab .tab_in ul li.in::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-width: 0 30px 40px;
  border-style: solid;
  border-color: transparent transparent #d9413e;
}
.tab .tab_con {
  padding: 40px 0;
  /*background: #f9f6f0 url(../images/tab_con_bg.png) no-repeat center;*/
  /* background: #f9f6f0; */
  background: #d9413e;
}
.tab .tab_con div.tab_sub {
  display: none;
}
.tab .tab_con div.tab_sub.con {
  /* display: block; */
  animation: 0.5s ease 0.3s 1 normal backwards running fadeInUp;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab .tab_con ul {
  width: 50%;
}
.tab .tab_con ul li {
  /* float: left; */
  width: 98%;
  margin-right: 4%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 25px 18px;
  border-bottom: 1px solid #e2dacb;
  box-sizing: border-box;
}
.tab .tab_con ul li:nth-of-type(2n) {
  margin-right: 0;
}
.tab .tab_con ul li a {
  display: block;
  width: 85%;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tab .tab_con ul li span {
  color: #fff;
  width: 15%;
}

.tab .tab_con ul li:hover > span,
.tab .tab_con ul li:hover > a {
  color: rgba(245, 184, 0, 0.8);
}
/* 党建专题 */
.czcx {
  margin: 60px 0 40px;
  opacity: 0;
  visibility: hidden;
}
.czcx.animation {
  opacity: 1;
  visibility: visible;
  animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.czcx-list {
  overflow: auto;
}

.czcx-item {
  position: relative;
  width: calc(25% - 15px);
  margin-left: 20px;
  height: 225px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.8s ease-out 0s;
}
.czcx-item:first-child {
  height: 470px;
}
.czcx-item img {
  width: 100%;
  height: 100%;
}

.czcx-item:first-child {
  width: calc(50% - 10px);
  margin-left: 0;
}

.czcx-item:nth-child(2),
.czcx-item:nth-child(4) {
  transition-delay: 0.3s;
}

.czcx-item:nth-child(3),
.czcx-item:nth-child(4) {
  transition-delay: 0.6s;
}

.czcx-item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 25px 40px;

  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.czcx-item .h {
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

/* 专题 */
.link_img {
  opacity: 0;
  visibility: hidden;
}
.link_img.animation {
  opacity: 1;
  visibility: visible;
  animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.link_img ul {
  position: relative;
}
.link_img ul li {
  padding: 0 10px;
  box-sizing: border-box;
}
.link_img ul li a,
.link_img ul li a img {
  display: block;
  width: 100%;
  height: 270px;
}
.link_img ul li a img + div {
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.link_img ul li a {
  display: block;
  width: 100%;
  height: 310px;
  overflow: hidden;
  text-align: center;
}
.link_img .slick-dots {
  bottom: -10px;
  text-align: center;
}
.link_img .slick-dots li {
  margin-right: 8px;
}
.link_img .slick-dots li,
.link_img .slick-dots li button {
  width: 10px;
  height: 10px;
}

.link_img .slick-dots li.slick-active button:before {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #be4d4d;
}
.link_img .slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: "";
  opacity: 1;
  border-radius: 100%;
  background: #e5e5e5;
}
.link_img .slick-prev,
.link_img .slick-next {
  width: 18px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.link_img .slick-prev {
  left: -50px;
  background: url(../images/prev.png) no-repeat center;
}
.link_img .slick-prev:hover {
  background: url(../images/prev2.png) no-repeat center;
}
.link_img .slick-next {
  right: -50px;
  background: url(../images/next.png) no-repeat center;
}
.link_img .slick-next:hover {
  background: url(../images/next2.png) no-repeat center;
}
/* 组织数据 */
.zzsj {
  margin: 100px 0;
  opacity: 0;
  visibility: hidden;
}
.zzsj.animation {
  opacity: 1;
  visibility: visible;
  animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.zzsj > div.w1400,
.zzsj ul {
  position: relative;
}
.zzsj ul {
  padding: 50px 40px;
  box-sizing: border-box;
}
.zzsj ul::before {
  display: block;
  content: "";
  width: 55px;
  height: 55px;
  background: url(../images/xh.png) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -25px;
}
.zzsj ul li {
  width: calc(100% / 3);
  float: left;
  padding: 0 40px;
  box-sizing: border-box;
}
.zzsj ul li h2 {
  font-size: 16px;
  line-height: 30px;
  color: #9d9fa0;
  text-align: center;
  font-weight: normal;
  letter-spacing: 5px;
  margin-top: 30px;
}
.zzsj ul li h1 {
  font-size: 100px;
  color: #b93f3f;
  line-height: 1;
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #e9e8e7;
}
.zzsj ul li p {
  font-size: 14px;
  line-height: 30px;
  color: #88898a;
  text-indent: 2em;
  margin: 25px 0;
}
.zzsj p.border_l,
.zzsj p.border_r {
  position: absolute;
  top: 0;
  width: 37px;
  height: 100%;
}
.zzsj p.border_l {
  left: 0;
  background: url(../images/border-l.png) no-repeat left center;
  background-size: auto 100%;
  z-index: 99;
}
.zzsj p.border_r {
  right: 0;
  background: url(../images/border-r.png) no-repeat right center;
  background-size: auto 100%;
  z-index: 99;
}
.zzsj p.border_t {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 34px;
  background: url(../images/border-t.png) no-repeat center top;
}
.zzsj p.border_b {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 38px;
  background: url(../images/border-b.png) no-repeat center top;
}

/* 快速通道 */
.kstd {
  margin: 80px 0 60px;
}
.kstd ul li {
  opacity: 0;
  visibility: hidden;
}
.kstd.animation ul li:nth-of-type(1) {
  opacity: 1;
  visibility: visible;
  animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.kstd.animation ul li:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
  animation: 0.8s ease 0.4s 1 normal backwards running fadeInUp;
}
.kstd.animation ul li:nth-of-type(3) {
  opacity: 1;
  visibility: visible;
  animation: 0.8s ease 0.5s 1 normal backwards running fadeInUp;
}
.kstd.animation ul li:nth-of-type(4) {
  opacity: 1;
  visibility: visible;
  animation: 0.8s ease 0.6s 1 normal backwards running fadeInUp;
}
.kstd ul li {
  width: 23.5%;
  float: left;
  margin-right: 2%;
}
.kstd ul li:nth-of-type(4n) {
  margin-right: 0;
}
.kstd ul li a {
  display: block;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}
.kstd ul li a:hover {
  margin-top: -10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.kstd ul li a p {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  color: #5e5e60;
  padding: 24px 0;
  box-sizing: content-box;
}
.kstd ul li a p span,
.kstd ul li a p img {
  display: inline-block;
}
.kstd ul li a p span {
  margin-left: 20px;
}
.kstd ul li:nth-of-type(1) a {
  background: #edb2ad;
}
.kstd ul li:nth-of-type(2) a {
  background: #afccd0;
}
.kstd ul li:nth-of-type(3) a {
  background: #e2b4cc;
}
.kstd ul li:nth-of-type(4) a {
  background: #ecd1b7;
}

/* 媒体查询 */
@media only screen and (max-width: 1400px) {
  .zzsj {
    padding: 0 50px;
    margin: 80px 0;
  }
  .zzsj > div.w1400 {
    padding: 0;
  }
  .tab .tab_con ul li a,
  .czcx_sub ul li a {
    width: 75%;
  }
  .tab .tab_con ul li span,
  .czcx_sub ul li span {
    width: 22%;
  }
  /* .tab .tab_con ul li,
  .czcx_sub ul li {
    display: block;
  } */
}
@media only screen and (max-width: 1400px) {
  .news_images img {
    height: 400px;
  }
  .zdjj {
    width: 70%;
  }
  .xxpt {
    width: 28%;
  }
  .zdjj .zdjj_img {
    width: 56%;
  }
  .zdjj .zdjj_list {
    width: 40%;
  }
  .zzsj ul li h1 {
    font-size: 80px;
  }
  .zzsj ul li {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1240px) {
  .zzsj {
    padding: 0 30px;
    margin: 60px 0 30px;
  }
  .news_images img {
    height: 350px;
  }
  h2.lmTit {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 22px;
  }
  .czcx,
  .jj_pt {
    margin: 40px 0;
  }
  .kstd {
    margin: 40px 0 40px;
  }
  .zdjj,
  .xxpt {
    width: 100%;
    float: none;
  }
  .zdjj .zdjj_img,
  .zdjj .zdjj_img a img {
    height: 440px;
  }
  .zdjj .zdjj_img a p {
    font-size: 16px;
    padding: 0 15px;
    line-height: 30px;
    bottom: 10px;
  }
  .zdjj .zdjj_list ul li {
    padding: 15px 0;
  }
  .xxpt {
    margin-top: 30px;
  }
  .xxpt ul li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .xxpt ul li:last-of-type {
    margin-right: 0;
  }
  .xxpt ul li a {
    /* padding-left: 60px; */
    font-size: 16px;
    margin-bottom: 15px;
  }
  .xxpt ul li a:hover {
    background: #d9413e;
  }
  .tab .tab_in ul li span {
    margin-bottom: 60px;
  }
  .czcx_sub ul {
    padding: 20px 45% 20px 20px;
  }

  .zzsj ul li h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .news_images img {
    height: 360px;
  }
  .tab .tab_in ul li {
    margin: 0 20px;
    font-size: 22px;
  }
  .tab .tab_in ul li span {
    margin-bottom: 30px;
  }
  .kstd ul li a p {
    padding: 15px 0;
  }
  .czcx_sub {
    width: 100%;
    float: none;
  }
  .czcx,
  .jj_pt {
    margin: 40px 0 20px;
  }
  .zzsj ul li {
    padding: 0 10px;
  }
  .zzsj ul li h1 {
    font-size: 40px;
    padding: 15px 0;
  }
  .zzsj ul li p {
    line-height: 24px;
    margin: 15px 0;
  }
  .link_img ul li a {
    height: 120px;
  }
}

@media only screen and (max-width: 960px) {
  .zzsj {
    padding: 0 30px;
  }
  .news_images img {
    height: 300px;
  }
  .xxpt ul li {
    width: 49%;
  }
  .xxpt ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .xxpt ul li a {
    padding: 20px;
    margin-bottom: 10px;
  }
  .tab .tab_in ul li.in::before {
    border-width: 0 15px 20px;
  }
  .kstd ul li a p {
    font-size: 18px;
  }
  .czcx-list {
    margin-top: 20px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .czcx-item:first-child {
    width: 100%;
  }
  .czcx-item {
    transform: none;
    opacity: 1;
    width: calc(50% - 7.5px);
    margin: 0 0 15px;
  }
  .link_img ul li a {
    height: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .zzsj {
    padding: 0 20px;
  }
  .jj_pt {
    margin: 30px 0 20px;
  }
  .czcx {
    margin: 30px 0 20px;
  }
  .kstd {
    margin: 40px 0 30px;
  }
  .news_images img {
    height: 310px;
  }
  .zdjj .zdjj_img,
  .zdjj .zdjj_list {
    width: 100%;
  }
  .zdjj .zdjj_list ul {
    margin-top: 15px;
  }
  .zdjj .zdjj_list ul li {
    padding: 0;
  }
  .zdjj .zdjj_list ul li a {
    -webkit-line-clamp: 1;
    line-height: 46px;
    height: 46px;
    background: url(../images/list_icon.png) no-repeat left center;
    text-indent: 1.5em;
    font-size: 14px;
  }
  .zdjj .zdjj_list ul li a:hover {
    background: url(../images/list_icon2.png) no-repeat left center;
  }
  .zdjj .zdjj_img a p {
    font-size: 14px;
    line-height: 22px;
  }
  .tab .tab_con {
    padding: 20px 0 30px;
  }
  .tab .tab_con ul li {
    padding: 15px 0;
  }
  .tab .tab_con ul li,
  .czcx_sub ul li {
    display: block;
  }

  .tab .tab_con ul li a {
    font-size: 15px;
    line-height: 20px;
    height: 40px;
    width: 100%;
    margin-bottom: 5px;
  }

  .tab .tab_in ul li {
    width: 25%;
    margin: 0;
    font-size: 18px;
  }
  .tab .tab_in ul li img {
    max-width: 80%;
  }
  .kstd ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .kstd ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .czcx_sub ul {
    padding: 20px;
    background: url(../images/czcx_bg2.png) no-repeat center;
  }
  .zzsj ul {
    padding: 35px;
  }
  .zzsj ul li h2 {
    font-size: 12px;
    margin-top: 15px;
  }
  .zzsj ul li h1 {
    font-size: 30px;
    padding: 5px 0 10px;
  }
  .zzsj ul li p {
    font-size: 12px;
    margin: 10px 0;
    line-height: 20px;
  }
  .zzsj ul li {
    padding: 0 5px;
  }
  .link_img ul li a {
    height: 140px;
  }
}

@media only screen and (max-width: 630px) {
  .zzsj {
    padding: 0 15px;
  }
  .jj_pt {
    margin: 30px 0;
  }
  .news_images img {
    height: 280px;
  }
  .banner .slick-dots {
    bottom: 10px;
  }
  .xxpt {
    margin-top: 15px;
  }
  .tab .tab_in ul li img {
    display: none;
  }
  .tab .tab_con ul li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .tab .tab_con ul li a {
    line-height: 46px;
    height: 46px;
    -webkit-line-clamp: 1;
    font-size: 15px;
  }
  .tab .tab_in ul li.in {
    font-weight: bold;
  }
  .tab .tab_in ul li span {
    margin-bottom: 15px;
  }
  .tab .tab_in ul li.in::before {
    border-width: 0 10px 15px;
  }
  .tab .tab_con ul li:last-of-type {
    border-bottom: 0;
  }
  .czcx_sub ul li a {
    line-height: 46px;
  }
  .czcx_sub ul {
    padding: 0 20px;
  }
  .czcx_sub ul li:last-of-type {
    border-bottom: 0;
  }
  .zzsj ul li {
    width: 100%;
    padding: 0 0 20px;
  }
  .zzsj ul li h2 {
    font-size: 15px;
  }
  .zzsj p.border_l,
  .zzsj p.border_r {
    width: 20px;
    background: url(../images/border-r.png) repeat-y;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 540px) {
  .xxpt ul li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .xxpt ul li a {
    padding: 15px 0 15px 60px;
    margin-bottom: 10px;
  }
  .zdjj .zdjj_img,
  .zdjj .zdjj_img a img {
    height: 280px;
  }
  .zdjj .zdjj_list ul {
    margin-top: 10px;
  }
  .tab .tab_con {
    padding: 0;
  }
  .link_img ul li {
    padding: 0;
  }
}
@media only screen and (max-width: 460px) {
  .news_images img {
    height: 180px;
  }
  .zdjj .zdjj_img,
  .zdjj .zdjj_img a img {
    height: 220px;
  }
  .kstd ul li {
    width: 100%;
    margin-right: 0;
  }
  .kstd {
    margin: 30px 0 20px;
  }
}
