@charset "utf-8";
/* CSS Document */

/*News主题内容 开始*/
.News_Main {
  width: 100%;
  padding: 80px 0 140px;
  overflow: hidden;
}

.News_con {
  margin: 0 auto;
}

.News_Main .News_tit {
  text-align: center;
  margin: 0 auto;
}

.News_Main .News_tit ul li {
  display: inline-block;
  padding: 0 40px;
  height: 50px;
  line-height: 48px;
  margin: 0 35px 0 0;
  border-radius: 0 15px;
  background: #fff;
  border: 1px solid #dee2ef;
}

.News_Main .News_tit ul li a {
  display: block;
  font-size: 18px;
  font-weight: lighter;
  color: #222;
  text-align: center;
  position: relative;
}

.News_Main .News_tit ul li:hover {
  background: #ff6b03;
  border: 1px solid #ff6b03;
}

.News_Main .News_tit ul li:hover a {
  color: #fff;
}

.lyNyNews_tj {
  width: 100%;
  overflow: hidden;
  margin: 80px auto;
  padding: 80px 0;
  position: relative;
  border-top: 1px solid #dee2ef;
  border-bottom: 1px solid #dee2ef;
}

.lyNyNews_tj .lyNyNewsTj_time {
  width: 100px;
  height: auto;
  border: 1px solid #dee2ef;
  border-radius: 0 15px 0 15px;
  overflow: hidden;
  float: left;
  text-align: center;
  padding: 30px 0;
}

.lyNyNews_tj .lyNyNewsTj_time span {
  display: block;
  color: #999;
  font-size: 20px;
}

.lyNyNews_tj .lyNyNewsTj_time p {
  font-size: 36px;
  color: #999;
  font-weight: bold;
}

.lyNyNews_tj:hover .lyNyNewsTj_time {
  background: #ff6b03;
  border: 1px solid #ff6b03;
}

.lyNyNews_tj:hover .lyNyNewsTj_time span {
  color: rgba(255, 255, 255, .45);
}

.lyNyNews_tj:hover .lyNyNewsTj_time p {
  color: #fff;
}

.lyNyNewsTj_r {
  width: calc(100% - 160px);
  float: right;
}

.lyNyNews_tj .lyNyNewsTj_img {
  width: 506px;
  height: 300px;
  overflow: hidden;
  float: left;
  border-radius: 0 30px 0 30px;
}

.lyNyNews_tj .lyNyNewsTj_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.lyNyNews_tj .lyNyNewsTj_img a img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyNyNews_tj:hover .lyNyNewsTj_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyNyNews_tj .lyNyNewsTj_text {
  width: calc(100% - 575px);
  height: auto;
  overflow: hidden;
  padding: 0 60px 0 0;
  float: right;
}

.lyNyNews_tj .lyNyNewsTj_text a.lyNyNewsTj_name {
  display: block;
  color: #222;
  font-size: 30px;
  margin: 0 auto;
  max-height: 95px;
  overflow: hidden;
  line-height: 50px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lyNyNews_tj:hover .lyNyNewsTj_text a.lyNyNewsTj_name {
  color: #ff6b03;
}

.lyNyNews_tj .lyNyNewsTj_text p {
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 18px;
  font-weight: lighter;
  text-align: justify;
  margin: 30px auto 60px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lyNyNews_tj .lyNyNewsTj_text .lyNyNewsTj_btn {
  display: block;
  width: 160px;
  height: 50px;
  overflow: hidden;
  float: left;
  position: relative;
  background: #ff6b03 url(../images/jt07.png) no-repeat 80% center;
  border-radius: 0 15px;
  padding-left: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 50px;
}

.lyNyNews_tj .lyNyNewsTj_text .lyNyNewsTj_btn a {
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  display: block;
  width: 100%;
  height: 100%;
}

.lyNyNews_tj .swiper-pagination {
  text-align: right;
  width: 40% !important;
  margin: 0 auto;
  bottom: 0 !important;
  left: inherit !important;
  right: 45px !important;
}

.lyNyNews_tj .swiper-pagination-bullet {
  width: 48px;
  height: 48px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50px !important;
  opacity: 1 !important;
  margin: 0 10px !important;
  position: relative;
}

.lyNyNews_tj .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #dee2ef;
  top: 20px;
  left: 19px;
  border-radius: 50px !important;
}

.lyNyNews_tj .swiper-pagination-bullet-active {
  background: none;
  opacity: 1;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border: 1px solid #ff6b03;
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(-30deg, #ff6b03, #e5e8f2);
  position: relative;
  border-radius: 50px !important;
}

.lyNyNews_tj .swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ff6b03;
  top: 20px;
  left: 19px;
  border-radius: 50px !important;
}

.lyNyNews_list ul li {
  width: 46%;
  float: left;
  margin: 0 8% 80px 0;
}

.lyNyNews_list ul li:nth-child(2n+2) {
  margin: 0 0 80px;
}

.lyNyNews_list ul li .lyNyNews_time {
  width: 100px;
  height: auto;
  border: 1px solid #dee2ef;
  border-radius: 0 15px;
  overflow: hidden;
  float: left;
  text-align: center;
  padding: 30px 0;
}

.lyNyNews_list ul li .lyNyNews_time span {
  display: block;
  line-height: 30px;
  color: #999;
  font-size: 20px;
}

.lyNyNews_list ul li .lyNyNews_time p {
  line-height: 40px;
  font-size: 36px;
  color: #999;
  font-weight: bold;
}

.lyNyNews_list ul li .lyNyNews_text {
  width: calc(100% - 160px);
  height: auto;
  overflow: hidden;
  float: right;
}

.lyNyNews_list ul li .lyNyNews_text a.lyNyNews_name {
  display: block;
  line-height: 40px;
  color: #222;
  font-size: 24px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyNyNews_list ul li:hover .lyNyNews_text a.lyNyNews_name {
  color: #ff6b03;
  background: url(../images/jt06.png) no-repeat right 5px;
  text-decoration: underline;
}

.lyNyNews_list ul li .lyNyNews_text p {
  width: 100%;
  height: 64px;
  overflow: hidden;
  line-height: 32px;
  color: #555;
  font-size: 18px;
  font-weight: lighter;
  text-align: justify;
  margin: 20px auto 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lyNyNews_list ul li:hover .lyNyNews_time {
  background: #ff6b03;
  border: 1px solid #ff6b03;
}

.lyNyNews_list ul li:hover .lyNyNews_time span {
  color: rgba(255, 255, 255, .45);
}

.lyNyNews_list ul li:hover .lyNyNews_time p {
  color: #fff;
}

.nyPage {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.nyPage a {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #666;
  font-size: 16px;
  margin: 0 5px;
  padding: 0 20px;
  border: 1px solid #eaeaea;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 10px 0 10px;
}

.nyPage a:hover {
  color: #fff;
  background-color: #ff6b03;
  border: 1px solid #ff6b03;
}

.nyPage span.PgAll {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  color: #666;
  font-size: 14px;
  margin: 0 2px;
  padding: 0 20px;
  background-color: #f2f4f9;
  vertical-align: top;
  border-radius: 0 10px 0 10px;
}

@media (max-width:1680px) {}

@media (max-width:1600px) {
  .lyNyNews_tj .lyNyNewsTj_text a.lyNyNewsTj_name {
    font-size: 32px;
  }
}

@media (max-width:1560px) {
  .News_Main {
    padding: 80px 0 160px;
  }

  .lyNyNews_tj .lyNyNewsTj_text a.lyNyNewsTj_name {
    font-size: 30px;
  }

  .lyNyNews_list ul li {
    margin: 0 5% 70px 0;
  }
}

@media (max-width:1440px) {
  .lyNyNews_tj .lyNyNewsTj_text a.lyNyNewsTj_name {
    font-size: 28px;
  }

  .lyNyNews_list ul li .lyNyNews_text {
    width: calc(100% - 140px);
    padding: 0 30px 0 0;
  }
}

@media (max-width:1366px) {
  .News_Main {
    padding: 70px 0 150px;
  }

  .lyNyNews_tj .lyNyNewsTj_text a.lyNyNewsTj_name {
    font-size: 26px;
  }
}

@media (max-width:1280px) {
  .lyNyNews_tj .lyNyNewsTj_text a.lyNyNewsTj_name {
    font-size: 24px;
  }

  .lyNyNews_list ul li {
    margin: 0 5% 60px 0;
  }
}

@media (max-width:1200px) {
  .News_Main {
    padding: 60px 0 140px;
  }

  .lyNyNews_tj {
    margin: 60px auto;
    padding: 60px 0;
  }

  .lyNyNews_list ul li .lyNyNews_time {
    height: 130px;
    padding-top: 30px;
  }

  .lyNyNews_tj .lyNyNewsTj_time p {
    font-size: 32px;
  }

  .lyNyNews_tj .lyNyNewsTj_time span {
    font-size: 18px;
  }

  .lyNyNewsTj_r {
    width: calc(100% - 140px);
  }

  .lyNyNews_tj .lyNyNewsTj_img {
    width: 100%;
  }

  .lyNyNews_tj .lyNyNewsTj_text {
    width: 100%;
    padding: 40px 0 0;
  }

  .lyNyNews_tj .lyNyNewsTj_text a.lyNyNewsTj_name {
    font-size: 22px;
  }

  .lyNyNews_tj .lyNyNewsTj_text p {
    font-size: 17px;
    margin: 20px auto 50px;
  }

  .lyNyNews_list ul li .lyNyNews_time {
    height: 130px;
    padding-top: 30px;
  }

  .lyNyNews_list ul li .lyNyNews_text {
    width: calc(100% - 130px);
    padding: 0 10px 0 0;
  }

  .lyNyNews_list ul li .lyNyNews_text a.lyNyNews_name {
    font-size: 22px;
  }

  .lyNyNews_list ul li .lyNyNews_text p {
    font-size: 17px;
  }

  .lyNyNews_list ul li .lyNyNews_time span {
    font-size: 18px;
  }

  .lyNyNews_list ul li .lyNyNews_time p {
    font-size: 32px;
  }
}

@media (max-width:1080px) {}

@media (max-width:1024px) {
  .News_Main {
    padding: 50px 0 130px;
  }

  .News_Main .News_tit ul li {
    padding: 0 25px;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
  }

  .News_Main .News_tit ul li a {
    font-size: 15px;
  }

  .lyNyNews_tj {
    margin: 50px auto;
    padding: 50px 0;
  }

  .lyNyNews_tj .lyNyNewsTj_time {
    width: 90px;
    height: 120px;
    padding-top: 28px;
  }

  .lyNyNews_tj .lyNyNewsTj_time p {
    font-size: 30px;
  }

  .lyNyNewsTj_r {
    width: calc(100% - 120px);
  }

  .lyNyNews_tj .lyNyNewsTj_img {
    width: 100%;
    height: 280px;
  }

  .lyNyNews_tj .lyNyNewsTj_text {
    width: 100%;
    padding: 30px 0 0;
  }

  .lyNyNews_tj .lyNyNewsTj_text a.lyNyNewsTj_name {
    font-size: 18px;
    line-height: 35px;
    max-height: 60px;
    height: auto;
  }

  .lyNyNews_tj .lyNyNewsTj_text p {
    font-size: 15px;
    line-height: 26px;
    height: 50px;
    margin: 10px auto 20px;
  }

  .lyNyNews_tj .lyNyNewsTj_text .lyNyNewsTj_btn {
    width: 140px;
    height: 45px;
    line-height: 45px;
  }

  .lyNyNews_tj .lyNyNewsTj_text .lyNyNewsTj_btn a {
    font-size: 14px;
  }

  .lyNyNews_tj .swiper-pagination-bullet-active,
  .lyNyNews_tj .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
  }

  .lyNyNews_tj .swiper-pagination-bullet:after,
  .lyNyNews_tj .swiper-pagination-bullet-active:after {
    top: 15px;
    left: 15px;
  }

  .lyNyNews_list ul li {
    width: 100%;
    margin: 0 5% 50px 0;
  }

  .lyNyNews_list ul li .lyNyNews_time {
    width: 90px;
    height: 120px;
    padding-top: 28px;
  }

  .lyNyNews_list ul li .lyNyNews_time p {
    font-size: 30px;
  }

  .lyNyNews_list ul li .lyNyNews_text {
    width: calc(100% - 120px);
    padding: 0;
    margin-top: 8px;
  }

  .lyNyNews_list ul li .lyNyNews_text a.lyNyNews_name {
    font-size: 18px;
  }

  .lyNyNews_list ul li .lyNyNews_text p {
    font-size: 15px;
    height: 60px;
    line-height: 28px;
  }

  .News_Main .nyPage {
    margin: 0 auto 20px;
  }
}

@media (max-width:920px) {
  .News_Main {
    padding: 40px 0 120px;
  }

  .lyNyNews_tj {
    margin: 40px auto;
    padding: 40px 0;
  }

  .PgNum,
  .nyPage span.PgAll {
    display: none;
  }

  .nyPage a {
    font-size: 15px;
  }

  .News_Main .nyPage {
    margin: 0 auto 10px;
  }
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .News_Main {
    padding: 30px 0;
  }

  .News_Main .News_tit ul li {
    width: 30%;
    margin: 0 2% 20px 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
  }

  .News_Main .News_tit ul li:nth-child(3n+3) {
    margin-right: 0;
  }

  .News_Main .News_tit ul li a {
    font-size: 14px;
  }

  .lyNyNews_tj {
    margin: 10px auto 30px;
    padding: 30px 0;
  }

  .lyNyNews_tj .lyNyNewsTj_time {
    display: none;
  }

  .lyNyNewsTj_r {
    width: 100%;
  }

  .lyNyNews_tj .lyNyNewsTj_img {
    height: 220px;
  }

  .lyNyNews_tj .lyNyNewsTj_text a.lyNyNewsTj_name {
    font-size: 16px;
    line-height: 32px;
    max-height: 60px;
  }

  .lyNyNews_tj .lyNyNewsTj_text p {
    font-size: 14px;
  }

  .lyNyNews_list ul li {
    margin: 0 5% 40px 0;
  }

  .lyNyNews_list ul li .lyNyNews_time {
    width: 80px;
    height: 95px;
    padding-top: 20px;
  }

  .lyNyNews_list ul li .lyNyNews_time span {
    font-size: 16px;
  }

  .lyNyNews_list ul li .lyNyNews_time p {
    font-size: 28px;
  }

  .lyNyNews_list ul li .lyNyNews_text {
    width: calc(100% - 100px);
    padding: 0;
  }

  .lyNyNews_list ul li .lyNyNews_text a.lyNyNews_name {
    font-size: 16px;
  }

  .lyNyNews_list ul li .lyNyNews_text p {
    font-size: 14px;
    height: 50px;
    line-height: 26px;
    margin: 10px auto 0;
  }

  .PgNum,
  .nyPage span.PgAll {
    display: none;
  }

  .nyPage a {
    padding: 0 15px;
    font-size: 14px;
  }
}

@media (max-width:390px) {
  .nyPage a {
    padding: 0 12px;
  }
}

@media (max-width:320px) {}

@media (max-width:280px) {}

/*News主题内容 结束*/