@charset "UTF-8";
body {
  background-color: #f9fdff;
  background-image: url(../images/yj-wx-jjpc-img-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
body img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.header {
  background: none !important;
}
.header .top .fr a.btn {
  background-color: #156cbd !important;
}
.header .search {
  padding-bottom: 0;
}
.header .search .box {
  background: rgba(255, 255, 255, 0.2);
}
.header .logo {
  padding-bottom: 0;
}

.footer {
  background-color: #307fca !important;
}
.footer .link {
  border-bottom-color: #5b91ca !important;
}

.jjpc-container * {
  box-sizing: border-box;
  line-height: 1;
  position: relative;
}
.jjpc-container .head-text {
  display: block;
  margin: 84px auto;
  width: 75.57142%;
  height: auto;
}
.jjpc-container .section-title-container {
  margin: 70px auto;
  background-image: url(../images/yj-wx-jjpc-img-section-title-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65.71428% auto;
}
.jjpc-container .section-title-container img {
  display: block;
  margin: 0 auto;
}
.jjpc-container .pcyw-container {
  *zoom: 1;
}
.jjpc-container .pcyw-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.jjpc-container .pcyw-container .left-container {
  width: 51.07142%;
  float: left;
}
.jjpc-container .pcyw-container .left-container .swiper-slide {
  box-sizing: border-box;
}
.jjpc-container .pcyw-container .left-container #pcyw-swiper-1 {
  height: 402px;
}
.jjpc-container .pcyw-container .left-container #pcyw-swiper-1 .swiper-slide {
  position: relative;
}
.jjpc-container .pcyw-container .left-container #pcyw-swiper-1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.jjpc-container .pcyw-container .left-container #pcyw-swiper-1 .swiper-slide img:hover {
  transform: scale(1.02);
}
.jjpc-container .pcyw-container .left-container #pcyw-swiper-1 .swiper-slide .title {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(18, 86, 150, 0.5);
  padding: 0 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.jjpc-container .pcyw-container .left-container #pcyw-swiper-2 {
  margin-top: 17px;
  height: 102px;
  padding: 0 5px;
}
.jjpc-container .pcyw-container .left-container #pcyw-swiper-2 .swiper-slide {
  position: relative;
  padding: 5px 0;
}
.jjpc-container .pcyw-container .left-container #pcyw-swiper-2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 6px 0 transparent;
  border: solid 1px transparent;
}
.jjpc-container .pcyw-container .left-container #pcyw-swiper-2 .swiper-slide.active img {
  box-shadow: 0 0 6px 0 #71a4ed;
  border: solid 1px #7db1e2;
}
.jjpc-container .pcyw-container .right-container {
  float: right;
  width: 47.71428%;
  padding-right: 18px;
}
.jjpc-container .pcyw-container .right-container .list {
  background-image: linear-gradient(to bottom, #fff, #edf7ff);
  padding: 6px 22px 3px;
}
.jjpc-container .pcyw-container .right-container .list a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 20px 0;
  width: 100%;
  border-bottom: dashed 1px #b7d1eb;
}
.jjpc-container .pcyw-container .right-container .list a .date-container {
  position: absolute;
  left: 0;
  top: 20px;
  width: 90px;
  height: 80px;
  background-color: #d3e4f3;
  text-align: center;
  padding-top: 10px;
  overflow: hidden;
}
.jjpc-container .pcyw-container .right-container .list a .date-container::after {
  content: "";
  background-color: #bbd3e8;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%) rotate(45deg);
}
.jjpc-container .pcyw-container .right-container .list a .date-container .day {
  font-size: 32px;
  color: #72a7d9;
}
.jjpc-container .pcyw-container .right-container .list a .date-container .year {
  font-size: 16px;
  color: #72a7d9;
  margin-top: 10px;
}
.jjpc-container .pcyw-container .right-container .list a .title {
  padding-left: 105px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-weight: bold;
}
.jjpc-container .pcyw-container .right-container .list a .desc {
  padding-left: 105px;
  font-size: 14px;
  color: #666;
  line-height: 1.57;
  margin-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
}
.jjpc-container .pcyw-container .right-container .list a:hover .date-container {
  background-color: #4a8ecd;
}
.jjpc-container .pcyw-container .right-container .list a:hover .date-container .day,
.jjpc-container .pcyw-container .right-container .list a:hover .date-container .year {
  color: #fff;
}
.jjpc-container .pcyw-container .right-container .list a:nth-last-of-type(1) {
  border-bottom: none;
}
.jjpc-container .pcyw-container .right-container::before {
  content: "";
  background-color: #72a9dd;
  width: calc(100% - 18px);
  position: absolute;
  right: 0;
  top: 0;
  height: 515px;
}
.jjpc-container .tzgg-container {
  *zoom: 1;
  background-image: radial-gradient(#eef5fb, #f8fdff);
}
.jjpc-container .tzgg-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.jjpc-container .tzgg-container .item {
  width: 48.82142%;
  float: left;
  padding-left: 8px;
  margin-left: 2.35714%;
  margin-top: 40px;
}
.jjpc-container .tzgg-container .item:nth-child(1), .jjpc-container .tzgg-container .item:nth-child(2) {
  margin-top: 0;
}
.jjpc-container .tzgg-container .item:nth-child(2n+1) {
  margin-left: 0;
}
.jjpc-container .tzgg-container .item a {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 189px;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 #d9e5f6;
  background-color: #fff;
}
.jjpc-container .tzgg-container .item a .title-container {
  height: 87px;
  border-bottom: dashed 1px #f1f1f1;
}
.jjpc-container .tzgg-container .item a .title-container .time {
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  background-image: linear-gradient(to right, #48a4e4, #307fca);
  height: 40px;
  line-height: 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 104px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.jjpc-container .tzgg-container .item a .title-container .time::before {
  content: "";
  background-image: url(../images/yj-wx-jjpc-img-tzgg-time-bg.png);
  width: 8px;
  height: 6px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -6px;
  left: 0;
}
.jjpc-container .tzgg-container .item a .title-container .title {
  padding-left: 114px;
  padding-right: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #4a8ecd;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
}
.jjpc-container .tzgg-container .item a .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  margin-top: 18px;
  margin-left: 22px;
  margin-right: 22px;
  line-height: 1.88;
  font-size: 16px;
  color: #999;
}
.jjpc-container .tzgg-container .item a:hover {
  box-shadow: 0 0 16px 0 #d4e2f5;
}
.jjpc-container #img-video-swiper {
  padding: 15px 0;
}
.jjpc-container #img-video-swiper .swiper-slide-active {
  box-shadow: 0 0 13px 0 rgba(213, 215, 216, 0.6);
  background-color: #fff;
  z-index: 100;
  padding: 12px;
  transform: none !important;
}
.jjpc-container #img-video-swiper .swiper-slide {
  width: 53%;
  height: 496px;
  transition: all 0.3s ease;
  transform: scale(0.9);
}
.jjpc-container #img-video-swiper .swiper-slide a {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.jjpc-container #img-video-swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.jjpc-container #img-video-swiper .swiper-slide a .title {
  height: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(18, 86, 150, 0.5);
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 15px;
}
.jjpc-container #img-video-swiper .swiper-slide a:hover img {
  transform: scale(1.02);
}
.jjpc-container .xzzq-list {
  *zoom: 1;
}
.jjpc-container .xzzq-list:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.jjpc-container .xzzq-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 31.92857%;
  margin-left: 2.107145%;
  margin-bottom: 30px;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 #d9e5f6;
  background-color: #fff;
  padding: 20px;
}
.jjpc-container .xzzq-list a:nth-child(3n+1) {
  margin-left: 0;
}
.jjpc-container .xzzq-list a .title {
  font-size: 18px;
  line-height: 1.67;
  color: #454545;
  border-bottom: dashed 1px #f1f1f1;
  height: 80px;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
}
.jjpc-container .xzzq-list a .time-container {
  margin-top: 20px;
  *zoom: 1;
  z-index: 1;
}
.jjpc-container .xzzq-list a .time-container:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.jjpc-container .xzzq-list a .time-container span:nth-child(1) {
  color: #999;
  font-size: 14px;
  float: left;
}
.jjpc-container .xzzq-list a .time-container span:nth-child(2) {
  color: #999;
  font-size: 14px;
  float: right;
}
.jjpc-container .xzzq-list a:hover .title,
.jjpc-container .xzzq-list a:hover .time-container span:nth-child(2) {
  font-weight: bold;
  color: #4a8ecd;
}
.jjpc-container .xzzq-list a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #cad9e8;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  right: 0;
  border-radius: 3px;
  z-index: 0;
}
.jjpc-container .xzzq-list a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 3px;
  z-index: 0;
}

@media screen and (max-width: 1220px) {
  .jjpc-container #img-video-swiper .swiper-slide {
    height: 350px;
  }
  .jjpc-container .xzzq-list a .title {
    height: 67px;
  }
}
@media screen and (max-width: 779px) {
  body {
    background-size: 300% auto;
  }
  .header .search .box {
    background: rgba(18, 86, 150, 0.4);
  }
  .jjpc-container .head-text {
    display: block;
    margin: 20px auto;
    width: 85%;
    height: auto;
  }
  .jjpc-container .section-title-container {
    margin: 20px auto;
    background-image: none;
  }
  .jjpc-container .section-title-container img {
    display: block;
    margin: 0 auto;
    width: 100px;
  }
  .jjpc-container .pcyw-container .left-container {
    width: 100%;
    float: none;
  }
  .jjpc-container .pcyw-container .left-container #pcyw-swiper-1 {
    height: 200px;
  }
  .jjpc-container .pcyw-container .left-container #pcyw-swiper-1 .swiper-slide {
    position: relative;
  }
  .jjpc-container .pcyw-container .left-container #pcyw-swiper-1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease;
  }
  .jjpc-container .pcyw-container .left-container #pcyw-swiper-1 .swiper-slide img:hover {
    transform: scale(1.02);
  }
  .jjpc-container .pcyw-container .left-container #pcyw-swiper-1 .swiper-slide .title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(18, 86, 150, 0.5);
    padding: 0 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .jjpc-container .pcyw-container .left-container #pcyw-swiper-2 {
    display: none;
  }
  .jjpc-container .pcyw-container .right-container {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .jjpc-container .pcyw-container .right-container .list {
    background-image: none;
    padding: 0;
  }
  .jjpc-container .pcyw-container .right-container .list a {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 15px 0;
    width: 100%;
    border-bottom: dashed 1px #b7d1eb;
  }
  .jjpc-container .pcyw-container .right-container .list a .date-container {
    position: absolute;
    left: 0;
    top: 15px;
    width: 70px;
    height: 70px;
    background-color: #d3e4f3;
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
  }
  .jjpc-container .pcyw-container .right-container .list a .date-container::after {
    content: "";
    background-color: #bbd3e8;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%) rotate(45deg);
  }
  .jjpc-container .pcyw-container .right-container .list a .date-container .day {
    font-size: 26px;
    color: #72a7d9;
  }
  .jjpc-container .pcyw-container .right-container .list a .date-container .year {
    font-size: 14px;
    color: #72a7d9;
    margin-top: 10px;
  }
  .jjpc-container .pcyw-container .right-container .list a .title {
    padding-left: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
  }
  .jjpc-container .pcyw-container .right-container .list a .desc {
    padding-left: 85px;
    font-size: 14px;
    color: #666;
    line-height: 1.57;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
  }
  .jjpc-container .pcyw-container .right-container .list a:hover .date-container {
    background-color: #4a8ecd;
  }
  .jjpc-container .pcyw-container .right-container .list a:hover .date-container .day,
  .jjpc-container .pcyw-container .right-container .list a:hover .date-container .year {
    color: #fff;
  }
  .jjpc-container .pcyw-container .right-container .list a:nth-last-of-type(1) {
    border-bottom: none;
  }
  .jjpc-container .pcyw-container .right-container::before {
    display: none;
  }
  .jjpc-container .tzgg-container {
    *zoom: 1;
  }
  .jjpc-container .tzgg-container:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .jjpc-container .tzgg-container .item {
    width: 100%;
    float: none;
    padding-left: 8px;
    margin-left: 0;
    margin-top: 15px;
  }
  .jjpc-container .tzgg-container .item:nth-child(1) {
    margin-top: 0;
  }
  .jjpc-container .tzgg-container .item:nth-child(2) {
    margin-top: 15px;
  }
  .jjpc-container .tzgg-container .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .jjpc-container .tzgg-container .item a {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 135px;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 #d9e5f6;
    background-color: #fff;
  }
  .jjpc-container .tzgg-container .item a .title-container {
    height: 70px;
    border-bottom: dashed 1px #f1f1f1;
  }
  .jjpc-container .tzgg-container .item a .title-container .time {
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    background-image: linear-gradient(to right, #48a4e4, #307fca);
    height: 30px;
    line-height: 30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 85px;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }
  .jjpc-container .tzgg-container .item a .title-container .time::before {
    content: "";
    background-image: url(../images/yj-wx-jjpc-img-tzgg-time-bg.png);
    width: 8px;
    height: 6px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -6px;
    left: 0;
  }
  .jjpc-container .tzgg-container .item a .title-container .title {
    padding-left: 90px;
    padding-right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #4a8ecd;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
  }
  .jjpc-container .tzgg-container .item a .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 1.5;
    font-size: 14px;
    color: #999;
  }
  .jjpc-container .tzgg-container .item a:hover {
    box-shadow: 0 0 16px 0 #d4e2f5;
  }
  .jjpc-container #img-video-swiper {
    padding: 5px;
  }
  .jjpc-container #img-video-swiper .swiper-slide-active {
    box-shadow: 0 0 13px 0 rgba(213, 215, 216, 0.6);
    background-color: #fff;
    z-index: 100;
    padding: 5px;
    transform: none !important;
  }
  .jjpc-container #img-video-swiper .swiper-slide {
    width: 100%;
    height: 200px;
    transition: all 0.3s ease;
    transform: scale(0.9);
  }
  .jjpc-container #img-video-swiper .swiper-slide a {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .jjpc-container #img-video-swiper .swiper-slide a img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease;
  }
  .jjpc-container #img-video-swiper .swiper-slide a .title {
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(18, 86, 150, 0.5);
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 15px;
  }
  .jjpc-container #img-video-swiper .swiper-slide a:hover img {
    transform: scale(1.02);
  }
  .jjpc-container .xzzq-list {
    *zoom: 1;
  }
  .jjpc-container .xzzq-list:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .jjpc-container .xzzq-list a {
    display: block;
    box-sizing: border-box;
    position: relative;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 #d9e5f6;
    background-color: #fff;
    padding: 10px;
  }
  .jjpc-container .xzzq-list a:nth-child(3n+1) {
    margin-left: 0;
  }
  .jjpc-container .xzzq-list a .title {
    font-size: 16px;
    line-height: 1.67;
    color: #454545;
    border-bottom: dashed 1px #f1f1f1;
    height: 55px;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; /*设置对齐模式*/
    -webkit-line-clamp: 2; /*设置多行的行数*/
  }
  .jjpc-container .xzzq-list a .time-container {
    margin-top: 10px;
    *zoom: 1;
    z-index: 1;
  }
  .jjpc-container .xzzq-list a .time-container:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .jjpc-container .xzzq-list a .time-container span:nth-child(1) {
    color: #999;
    font-size: 14px;
    float: left;
  }
  .jjpc-container .xzzq-list a .time-container span:nth-child(2) {
    color: #999;
    font-size: 14px;
    float: right;
  }
  .jjpc-container .xzzq-list a:hover .title,
  .jjpc-container .xzzq-list a:hover .time-container span:nth-child(2) {
    font-weight: bold;
    color: #4a8ecd;
  }
  .jjpc-container .xzzq-list a::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #cad9e8;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    right: 0;
    border-radius: 3px;
    z-index: 0;
  }
  .jjpc-container .xzzq-list a::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-radius: 3px;
    z-index: 0;
  }
}