


/* --------- more --------- */
.more { display: block; }
.more { margin: 10px 0 30px; text-align: center; font-size: 14px; color: #666; }
.more-link:hover { color: #004eb3; }
/* ========= more ³εΝ» ========= */
.more::before { content: none !important; }


.pc {
  display: none;
}
.mobile {
  display: block;
}
.banner {
  width: 100vw;
  /* height: 254px; */
  margin-bottom: 140px;
  position: relative;
}
.banner .img {
  width: 100%;
  height: 100%;
  background: rgba(0, 78, 179, 0.3);
}
.banner .img img {
  width: 100%;
}
.banner .banner-con {
  position: absolute;
  top: 70%;
  left: 0;
  /* margin-left: -375px; */
  width: 100vw;
  height: 158px;
  border-bottom: 5px solid #ededed;
}
.banner .banner-box {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
  height: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.banner .banner-box .ban-item {
  width: 96px;
  height: 80px;
  padding: 10px 0;
  background: #F4F5F7;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}
.banner .banner-box .ban-item .i-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #004EB3;
  margin: 0 auto;
  padding: 11px 0;
}
.banner .banner-box .ban-item .i-icon img {
  width: 50%;
  margin: 0 auto;
}
.banner .banner-box .ban-item .i-title {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.04px;
  margin: 5px auto;
  text-align: center;
}
.banner .banner-box .ban-item .i-text {
  width: 280px;
  font-size: 14px;
  color: #2A2A2A;
  line-height: 1.6;
  text-align: left;
}
.banner .banner-box .ban-item .i-btn {
  width: 240px;
  height: 44px;
  background: #E5E5E5;
  border-radius: 10px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -120px;
  transition: all 0.3s;
}
.banner .banner-box .ban-item .i-btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #666666;
  font-size: 18px;
  line-height: 42px;
  transition: all 0.3s;
}
.banner .banner-box .ban-item:hover {
  box-shadow: 0 2px 21px 0 rgba(0, 78, 179, 0.36);
}
.banner .banner-box .ban-item:hover .i-btn {
  background: #004EB3;
}
.banner .banner-box .ban-item:hover .i-btn a {
  color: #fff;
}
.yq_container {
  width: 100vw;
  height: auto;
  margin: 0 auto;
  display: block;
}
.yq_container .content {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.yq_container .content .tab-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #999;
  font-size: 16px;
  border-bottom: 1px solid #CDCDCD;
}
.yq_container .content .tab-con .tab-item {
  height: 35px;
  font-size: 16px;
  color: #333;
  line-height: 22px;
  padding: 0 0 20px;
  margin: 0 20px;
  transition: all 0.3s;
  cursor: pointer;
}
.yq_container .content .tab-con .tab-item:first-child {
  margin-left: 0;
}
.yq_container .content .tab-con .active {
  font-size: 22px;
  color: #004EB3;
  border-bottom: 4px solid #004EB3;
}
/* .yq_container .content .list-con {
  padding-top: 28px;
} */
.yq_container .content .list-con .list-item {
  display: none;
  color: #333;
}
.yq_container .content .list-con .list-item .pdnewslist2 {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  transition: all 0.3s;
}
.yq_container .content .list-con .list-item .pdnewslist2:hover {
  background: #f9f9f9;
}
.yq_container .content .list-con .list-item .pdnewslist2 .img {
  float: left;
  width: 170px;
  height: 135px;
}
.yq_container .content .list-con .list-item .pdnewslist2 .img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.yq_container .content .list-con .list-item .pdnewslist2 .right {
  width: 100%;
  float: left;
  min-height: 32px;
  max-height: 150px;
  font-size: 16px;
  color: #666666;
  line-height: 33px;
  padding: 0 10px;
}
.yq_container .content .list-con .list-item .pdnewslist2 .right .line1 {
  /* height: 105px;
  min-height: 32px; */
  font-size: 18px;
  overflow: hidden;
  line-height: 1.5;
  padding: 10px 0 0;
  text-align: justify;
  padding-bottom: 5px;
  color: #555;
  margin-bottom: 6px;
  font-size: 16px;
}
/* .yq_container .content .list-con .list-item .pdnewslist2 .right .line1 a {
  font-size: 30px;
  color: #333;
  line-height: 32px;
  padding: 0;
  transition: all 0.3s;
} */
.yq_container .content .list-con .list-item .pdnewslist2 .right .line1 a:hover {
  color: #004EB3;
}
.yq_container .content .list-con .list-item .pdnewslist2 .right .line2 {
  height: 26px;
  /* text-align: right; */
  font-size: 12px;
  line-height: 26px;
}
.yq_container .content .list-con .list-item .pdnewslist2 .right .line2 span {
  font-size: 12px;
  color: #004eb3;
  margin-right: 18px;
}
.yq_container .content .list-con .list-item .pdnewslist2 .right .line2 .time {
  color: rgba(187, 187, 187, 1);
  margin-left: 30px;
}
.yq_container .content .list-con .list-item .pdnewslist2 .right .line2 .sharebox {
  position: absolute;
  right: 60px;
  bottom: 30px;
  float: right;
}
.yq_container .content .list-con .list-item .pdnewslist2 .right .line2 .sharebox .social-share .social-share-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  padding: 0 0;
  margin: 0 4px;
  color: #bbb;
  border: 1px solid #bbb;
}
.yq_container .content .list-con .list-item .pdnewslist2.noborder {
  border-bottom: none;
}
.yq_container .content .list-con .list-item .focus {
  margin: 10px 0;
}
.yq_container .content .list-con .list-item .pic {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.yq_container .content .list-con .list-item .pic > div {
  width: 200px;
  height: 80px;
  background: #666;
}
.yq_container .content .list-con .list-item .mores {
  text-align: center;
  margin: 50px auto;
}
.yq_container .content .list-con .list-item .mores a {
  font-size: 14px;
  color: #666;
}
.yq_container .content .list-con .list-item .mores a:hover {
  color: #004EB3;
}
.yq_container .content .list-con .active {
  display: block;
}
.column {
  width: 100%;
}
.column .title-con {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #999;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* .column .title-con .title-item {
  height: 36px;
  line-height: 1;
  padding: 0 0 0 20px;
  margin: 0 20px 0 0;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 36px;
  color: #004EB3;
  font-weight: bold;
  border-bottom: 0;
  border-left: 8px solid #004EB3;
} */
.column .title-con .title-item a {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(0, 78, 179, 1);
  line-height: 20px;
  border-left: 3px solid #004eb3;
  padding-left: 10px;
  box-sizing: border-box;
}
.column .title-con .title-more {
  font-size: 24px;
  color: #666;
}
.column .side-con {
  width: 100%;
  margin-bottom: 0;
}
.column .side-con .side-item {
  width: 100%;
  margin: 20px auto;
  padding: 0 10px 0;
  padding-bottom: 20px;
  border-bottom: 5px solid #EDEDED;
}
.column .side-con table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  text-align: center;
}
.column .side-con table thead {
  background: #fff;
}
.column .side-con table thead td {
  color: #000;
  text-align: center;
  font-weight: bold;
}
.column .side-con table td {
  color: #666;
  height: 40px;
  font-size: 14px;
  letter-spacing: 2px;
  border: 1px solid #fff;
}
.column .side-con table td a:hover {
  text-decoration: underline;
  color: #FFB000;
}
.column .side-con table tbody {
  border-top: 2px solid #fff;
}
.column .side-con table tbody tr:first-child td {
  text-align: center;
  padding: 0;
  background: #f6f9f8 !important;
}
.column .side-con table tbody tr:first-child td:nth-child(2) {
  text-align: left;
  padding-left: 55px;
}
.column .side-con table tbody tr td:first-child {
  background: #fff;
}
.column .side-con table tbody tr:nth-child(even) {
  background: #fff;
}
.column .side-con table tbody td {
  font-size: 12px;
  text-align: center;
  padding: 4px 4px;
  color: #333;
  border: 1px solid #ddd;
}
.column .side-con table tbody td:nth-child(2) {
  width: 50%;
  text-align: left;
}
.column .side-con table tbody td:nth-child(3) {
  width: 30%;
  text-align: center;
}
.column .side-focus {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 20px;
  height: auto;
  overflow: hidden;
  text-align: center;
  border-bottom: 5px solid #EDEDED;
}
.column .side-focus .swiper-slide {
  display: block;
  width: 60%;
  /* height: 700px; */
}
.column .side-focus .swiper-slide img {
  width: 100%;
  /* height: 700px; */
}
/* .column .side-btn-con {
  width: 600px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #999;
  font-size: 26px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
} */
.column .side-btn-con div {
  cursor: pointer;
  font-size: 26px;
}











@media (min-width: 1190px) {
  .l-r { float: right; width: 300px; margin-left: 30px; }







  .pc {
    display: block;
  }
  .mobile {
    display: none;
  }
  .nav-bread {
    width: 1200px;
    height: auto;
    margin: 30px auto 80px;
    color: #333;
    font-size: 18px;
    line-height: 1;
    text-align: left;
  }
  .nav-bread a {
    font-size: 18px;
    color: #333;
    line-height: 1;
  }
  .banner {
    width: 100%;
    height: 650px;
    margin-bottom: 220px;
    position: relative;
  }
  .banner .img {
    width: 100%;
    height: 100%;
    background: rgba(0, 78, 179, 0.3);
  }
  .banner .img img {
    height: 100%;
  }
  .banner .banner-con {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 100%;
    border: 0;
  }
  .banner .banner-con .title {
    font-size: 40px;
    text-align: center;
    letter-spacing: 2.57px;
    margin-bottom: 30px;
    color: #fff;
  }
  .banner .banner-con .s-title {
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 2;
    color: #fff;
  }
  .banner .banner-box {
    position: absolute;
    top: 220px;
    /* left: 0; */
    width: 1200px;
    height: 460px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .banner .banner-box .ban-item {
    width: 360px;
    height: 460px;
    padding: 60px 40px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
  }
  .banner .banner-box .ban-item .i-icon {
    width: 70px;
    height: 70px;
    border-radius: 0;
    background-color: transparent;
    margin: 0 auto;
  }
  .banner .banner-box .ban-item .i-icon img {
    width: 100%;
  }
  .banner .banner-box .ban-item .i-title {
    font-size: 24px;
    color: #004EB3;
    letter-spacing: 0.04px;
    margin: 40px auto 25px;
    text-align: center;
  }
  .banner .banner-box .ban-item .i-text {
    width: 280px;
    font-size: 14px;
    color: #2A2A2A;
    line-height: 1.6;
    text-align: left;
  }
  .banner .banner-box .ban-item .i-btn {
    width: 240px;
    height: 44px;
    background: #E5E5E5;
    border-radius: 10px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -120px;
    transition: all 0.3s;
  }
  .banner .banner-box .ban-item .i-btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #666666;
    font-size: 18px;
    line-height: 42px;
    transition: all 0.3s;
  }
  .banner .banner-box .ban-item:hover {
    box-shadow: 0 2px 21px 0 rgba(0, 78, 179, 0.36);
  }
  .banner .banner-box .ban-item:hover .i-btn {
    background: #004EB3;
  }
  .banner .banner-box .ban-item:hover .i-btn a {
    color: #fff;
  }
  .yq_container {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .yq_container .content {
    width: 842px;
  }
  .yq_container .content .tab-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #999;
    font-size: 16px;
    border-bottom: 1px solid #CDCDCD;
  }
  .yq_container .content .tab-con .tab-item {
    height: 35px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    padding: 0 0 20px;
    margin: 0 20px;
    /*transition: all 0.3s;*/
    cursor: pointer;
  }
  .yq_container .content .tab-con .tab-item:first-child {
    margin-left: 0;
  }
  .yq_container .content .tab-con .active {
    font-size: 22px;
    color: #004EB3;
    border-bottom: 4px solid #004EB3;
  }
  .yq_container .content .list-con {
    padding-top: 28px;
  }
  .yq_container .content .list-con .list-item {
    display: none;
    color: #333;
  }
  .yq_container .content .list-con .list-item .pdnewslist2 {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    transition: all 0.3s;
  }
  .yq_container .content .list-con .list-item .pdnewslist2:hover {
    /* background: #f9f9f9; */
  }
  .yq_container .content .list-con .list-item .pdnewslist2 .img {
    float: left;
    padding-right: 10px;
    width: 150px;
    height: 100px;
  }
  .yq_container .content .list-con .list-item .pdnewslist2 .img img {
    width: 100%;
    height: 100%;
  }
  .yq_container .content .list-con .list-item .pdnewslist2 .right {
    width: 460px;
    float: left;
    min-height: 32px;
    max-height: 150px;
    font-size: 16px;
    color: #666666;
    line-height: 33px;
    padding: 0 10px;
  }
  .yq_container .content .list-con .list-item .pdnewslist2 .right .line1 {
    height: 64px;
    min-height: 32px;
    font-size: 18px;
    overflow: hidden;
    line-height: 40px;
    padding: 0px;
    text-align: justify;
  }
  .yq_container .content .list-con .list-item .pdnewslist2 .right .line1 a {
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    padding: 0;
    transition: all 0.3s;
  }
  .yq_container .content .list-con .list-item .pdnewslist2 .right .line1 a:hover {
    color: #004EB3;
  }
  .yq_container .content .list-con .list-item .pdnewslist2 .right .line2 {
    height: 26px;
    text-align: right;
    font-size: 12px;
    line-height: 26px;
  }
  .yq_container .content .list-con .list-item .pdnewslist2 .right .line2 span {
    font-size: 12px;
    color: #666F86;
    float: left;
  }
  .yq_container .content .list-con .list-item .pdnewslist2 .right .line2 .time {
    padding: 0 8px;
      color: #C9CCD4;

  }
  .yq_container .content .list-con .list-item .pdnewslist2 .right .line2 .sharebox {
    position: absolute;
    right: 60px;
    bottom: 30px;
    float: right;
  }
  .yq_container .content .list-con .list-item .pdnewslist2 .right .line2 .sharebox .social-share .social-share-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    padding: 0 0;
    margin: 0 4px;
    color: #bbb;
    border: 1px solid #bbb;
  }
  .yq_container .content .list-con .list-item .pdnewslist2.noborder {
    border-bottom: none;
  }
  .yq_container .content .list-con .list-item .focus {
    margin: 10px 0;
  }
  .yq_container .content .list-con .list-item .pic {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .yq_container .content .list-con .list-item .pic > div {
    width: 200px;
    height: 80px;
    background: #666;
  }
  .yq_container .content .list-con .list-item .mores {
    display: block;
    text-align: center;
    color: #666F86;
    padding: 20px 0;
    cursor: pointer;
    margin-bottom: 20PX;
  }
  .yq_container .content .list-con .list-item .mores a {
    font-size: 14px;
    color: #666;
  }
  .yq_container .content .list-con .list-item .mores a:hover {
    color: #004EB3;
  }
  .yq_container .content .list-con .active {
    display: block;
  }
  /* .column {
    width: 300px;
  } */
  .column .title-con {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #999;
    font-size: 16px;
    border-bottom: 1px solid #CDCDCD;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .column .title-con .title-item a {
    margin-left: 0;
  }
  .column .title-con .title-item {
    height: 35px;
    line-height: 22px;
    padding: 0 0 20px;
    margin: 0 20px 0 0;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 22px;
    color: #004EB3;
    /* border-bottom: 4px solid #004EB3; */
  }
  .column .title-con .title-more {
    font-size: 14px;
    color: #666;
  }
  .column .side-con {
    width: 100%;
    margin-bottom: 50px;
  }
  .column .side-con .side-item {
    margin-top: 35px;
    border: 0;
  }
  .column .side-con table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
  }
  .column .side-con table thead {
    background: #fff;
  }
  .column .side-con table thead td {
    color: #000;
    text-align: center;
    font-weight: bold;
  }
  .column .side-con table td {
    color: #666;
    height: 28px;
    font-size: 14px;
    letter-spacing: 2px;
    border: 1px solid #cccccc;
  }
  .column .side-con table td a:hover {
    text-decoration: underline;
    color: #FFB000;
  }
  .column .side-con table tbody {
    border-top: 2px solid #ccc;
  }
  .column .side-con table tbody tr:first-child td {
    text-align: center;
  }
  .column .side-con table tbody tr td:first-child {
    background: #fff;
  }
  .column .side-con table tbody tr:nth-child(even) {
    background: #f6f9f8;
  }
  .column .side-con table tbody td {
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    color: #333;
  }
  .column .side-con table tbody td:nth-child(2) {
    width: 62%;
    text-align: left;
  }
  .column .side-con table tbody td:nth-child(3) {
    width: 22%;
    text-align: right;
  }
  .column .side-focus {
    width: 200px;
    margin-top: 35px;
    border: 0;
  }
  .column .side-focus .swiper-slide {
    width: 100%;
  }
  .column .side-btn-con {
    /* width: 160px;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #999;
    font-size: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; */

    width: 160px;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    color: #999;
    font-size: 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .column .side-btn-con div {
    cursor: pointer;
    font-size: 14px;
  }
}