p {
  margin: 0;
  padding: 0;
}
a {
  box-sizing: border-box;
}
.more a {
  margin-top: 15px;
  color: #999999;
}
a,
a:hover,
.more a:hover {
  text-decoration: none;
}
/* nav */
.kxpj-nav-container {
  /* background-image: url(../images/navbg.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
  /* background-color: #1b50a0; */
  background-color: #4775b1;
  min-width: 1366px;
}

.kxpj-nav {
  font-size: 18px;
  width: 1366px;
  height: 72px;
  overflow: hidden;
}

.kxpj-nav .kxpj-nav-item {
  flex: 1;
  transition: all 0.3s;
}

.kxpj-nav .kxpj-nav-item .nav-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
  overflow: hidden;
}

.kxpj-nav .kxpj-nav-item .nav-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 35px;
  background: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.1)
  );
  overflow: hidden;
}

.kxpj-nav .kxpj-nav-item:last-child .nav-item::after {
  content: "";
  position: absolute;
  background: none;
}

.kxpj-nav .on,
.kxpj-nav .kxpj-nav-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.kxpj-nav .kxpj-nav-item .nav-item:hover {
  text-decoration: none;
}
/* kxpj-news-container */
.kxpj-news-container {
  position: relative;
  padding-bottom: 23px;
}
.kxpj-news-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 520px;
  padding: 15px 120px 15px 18px;
  font-size: 18px;
  overflow: hidden;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}
.kxpj-news-info a {
  display: inline-block;
  width: 100%;
  color: #fff;
}
/* kxpj-news-list */
.kxpj-news-list {
  margin-left: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
}

.kxpj-news-list .news-tabs-more {
  margin-right: 10px;
}

.news-tabs-item {
  position: relative;
  width: 156px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  box-sizing: border-box;
}
.kxpj-news-list .news-tabs-item {
  cursor: pointer;
}
.news-tabs-item.is-active {
  background-image: url(../images/xcpj/xuanchuan_bt1.png);
  background-repeat: no-repeat;
  background-position: left 10px top 17px;
}

.news-tabs-item:hover,
.news-tabs-item.is-active {
  position: relative;
  font-weight: bold;
  color: #3681dd;
}

.news-tabs-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: inline-block;
  width: 0px;
  height: 2px;
  background-color: #3681dd;
  transition: all 0.5s;
}

.news-tabs-item.is-active::before {
  content: "";
  width: 100%;
}

.kxpj-news-list .news-tabs .news-tabs-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #ebebeb;
}
.kxpj-news-list .news-tabs .news-tabs-item:last-child:after {
  content: "";
  width: 0px;
}
.news-tabs .news-tabs-more:hover {
  text-decoration: underline;
}
/* news-list-lines */
.news-list-lines {
  height: 1px;
  overflow: hidden;
  background: #e0e0e0;
}
/* news-list */
.kxpj-news-list .news-list-content .news-list:first-child {
  margin-right: 20px;
}
.kxpj-news-list .news-list {
  flex: 1;
  /* width: calc(1366px - 660px); */
  padding-top: 8px;
  max-height: 399px;
  overflow: hidden;
}
.news-list .list-item {
  position: relative;
  width: 100%;
  padding: 10px 0 10px 35px;
  font-size: 14px;
  color: #333333;
}
.news-list .list-item::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #076efa;
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.news-list .list-item:hover,
.news-list .list-item:hover .time {
  color: #283eeb;
}
.news-list .list-item:hover::before {
  content: "";
  width: 12px;
  background: #283eeb !important;
}
.news-list .list-item .info {
  width: calc(100% - 66px);
  font-size: 16px;
}
.news-list .list-item .time {
  width: 56px;
  color: #b3b3b3;
}

/* link */
.kxpj-link-container div.flex1 {
  overflow: hidden;
}
.kxpj-link-container a {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kxpj-link-container .fit {
  height: 115px;
  transition: all 0.5s;
}
.kxpj-link-container .fit:hover {
  transform: scale(1.08);
}
.kxpj-link-container .ml20 {
  margin-left: 20px;
}

/* sykj */
.kxpj-syjs-container,
.kxpj-nzxx-container,
.kxpj-kjhd-container {
  width: 32%;
  box-sizing: border-box;
}
.kxpj-syjs-container .news-tabs-item,
.kxpj-nzxx-container .news-tabs-item {
  width: 138px;
}
.kxpj-syjs-container .news-tabs-item:first-child {
  background-image: url(../images/xcpj/xuanchuan_bt2.png);
  background-position: left 2px top 17px;
}
.kxpj-nzxx-container .news-tabs-item:first-child {
  background-image: url(../images/xcpj/xuanchuan_bt3.png);
  background-position: left 2px top 17px;
}
.kxpj-kjhd-container .news-tabs-item:first-child {
  width: 160px;
  background-image: url(../images/xcpj/xuanchuan_bt1.png);
  background-position: left 2px top 17px;
}

.kxpj-syjs-container .news-list,
.kxpj-nzxx-container .news-list,
.kxpj-kjhd-container .news-list {
  max-height: 276px;
  padding-top: 12px;
  overflow: hidden;
}
.kxpj-syjs-container .news-list .list-item,
.kxpj-nzxx-container .news-list .list-item,
.kxpj-kjhd-container .news-list .list-item {
  padding: 12px 0 12px 20px;
  border-bottom: none;
}
.kxpj-syjs-container .news-list .list-item::before,
.kxpj-nzxx-container .news-list .list-item::before,
.kxpj-kjhd-container .news-list .list-item::before {
  content: "";
  left: 5px;
  background-color: #cccccc;
}
.kxpj-syjs-container .news-list .list-item .info,
.kxpj-nzxx-container .news-list .list-item .info,
.kxpj-kjhd-container .news-list .list-item .info {
  width: calc(100% - 90px);
  font-size: 15px;
}
.kxpj-syjs-container .news-list .list-item .time,
.kxpj-nzxx-container .news-list .list-item .time,
.kxpj-kjhd-container .news-list .list-item .time {
  width: 80px;
  font-size: 12px;
}
/* kxpj-hdjl-container */
.kxpj-hdjl-container {
  width: 420px;
  min-height: 325px;
  padding-top: 35px;
  padding-bottom: 12px;
}
.hdjl {
  position: relative;
  height: 100%;
  padding: 50px 20px 20px 20px;
  border: 1px solid #e0e0e0;
}
.hdjl-title {
  position: absolute;
  top: -20px;
  width: 100%;
  height: 43px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-image: url(../images/schd/shuangchuang_bt1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
.hdjl-item a {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  color: #333333;
}
.hdjl-item .zx {
  padding: 2px;
  background-color: #cccccc;
}
.hdjl-item .text {
  display: inline-block;
  width: calc(100% - 60px);
  padding-left: 10px;
  font-size: 14px;
}
.hdjl-item .date {
  color: #b3b3b3;
}
.hdjl-item a:hover .text {
  color: #283eeb;
}
.hdjl-email a {
  display: inline-block;
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.hdjl-email a img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.hdjl-email a:hover img {
  transform: scale(1.1);
}
/* kxpj-kphd-container */
.kphd {
  position: relative;
  border: 1px solid #b8cdf3;
}
.kphd-more {
  position: absolute;
  top: 0px;
  right: 45px;
}
.kxpj-title {
  position: absolute;
  top: -20px;
  left: calc(50% - 50px);
  width: 199px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 20px;
  color: #3681dd;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s;
}
.kphd-title {
  background-image: url(../images/xcpj/xuanchuan_bt51.png);
}
.kphd-title.is-active {
  font-weight: bold;
  color: #fff;
  background-image: url(../images/xcpj/xuanchuan_bt5.png);
}
.kpzl-title {
  left: 700px;
  background-image: url(../images/xcpj/xuanchuan_bt61.jpg);
}
.kpzl-title.is-active {
  font-weight: bold;
  color: #fff;
  background-image: url(../images/xcpj/xuanchuan_bt8.png);
}
.kphd-focus-title {
  width: 300px;
  padding: 5px 0px;
  font-size: 14px;
  text-align: center;
  color: #333333;
}

/* kxpj-news-swiper */
.kxpj-news-swiper .swiper-container {
    width: 520px;
    height: 350px;
}

.swiper-pagination.kxpj-news-pagination {
  padding-right: 20px;
  bottom: 20px;
  text-align: right;
}
.kxpj-news-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background: #ffffff;
  opacity: 1;
}
.kxpj-news-pagination .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 10px;
  background: #1c5fc1;
}

.news-slide-item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.news-slide-item img {
    width: 100%;
    height: 100%;
}

/* kphd-swiper */
.kphd-swipers {
  width: 1304px;
  height: 248px;
  margin: 0 auto;
}
.kphd-swipers .swiper-slide {
  width: 25%;
  text-align: center;
}
.kphd-item {
    display: inline-block;
    width: 300px;
}
.kphd-swipers .swiper-slide .kphd-focus-img {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
}
.kphd-swipers .swiper-slide .kphd-focus-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.kphd-swipers .swiper-slide:hover img {
  transform: scale(1.1);
}
.kphd-prev, .kphd-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 66px;
  background-size: 100% 100%;
  cursor: pointer;
}
.kphd-prev {
    left: 0;
    background-image: url(../images/zwfw/left.png);
}
.kphd-next {
    right: 0;
    background-image: url(../images/zwfw/right.png);
}
.swiper-pagination.kphd-pagination {
    bottom: 0px;
}
.kphd-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 1;
}
.kphd-pagination .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 10px;
  background: #1c5fc1;
}

/* kxpj-news-focus */
.kxpj-news-focus,
.kxpj-news-focus ul li,
.kxpj-news-focus ul li img {
  width: 520px;
  height: 350px;
}
.kxpj-news-focus .btn {
  right: 10px;
  bottom: 33px;
  text-align: right;
}
.kxpj-news-focus .btn span {
  margin-left: 8px;
  background: #ffffff;
}
.kxpj-news-focus .btn span.on {
  background: #1c5fc1;
}
/* kphd swipers */
.kphd-focus.focus,
.kphd-focus.focus ul {
  width: 1366px;
  height: 260px;
  box-sizing: border-box;
}
.kphd-focus ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1366px;
  height: 260px;
  padding: 0 30px;
  background: transparent !important;
}
.kphd-focus ul li a {
  display: inline-block;
  width: 24%;
  height: 100%;
  margin: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.kphd-focus .kphd-focus-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.kphd-focus .kphd-focus-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.kphd-focus a:hover img {
  transform: scale(1.1);
}
.kphd-focus .btn span {
  margin-left: 8px;
  background: #cde0f8;
}
.kphd-focus .btn span.on {
  width: 10px;
  background: #1c5fc1;
}
.kphd-focus .preNext {
  display: block !important;
  position: absolute;
  top: 67px;
  width: 26px;
  height: 66px;
  background-size: 100% 100%;
}
.kphd-focus .preNext.pre {
  left: 0;
  background-image: url(../images/zwfw/left.png);
}
.kphd-focus .preNext.next {
  right: 0;
  background-image: url(../images/zwfw/right.png);
}
