/*lyNews_head start*/
.lyNews_head {
  padding: 40px 0;
  background: url(../images/lyNewsHead_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.lyNews_head .lyNewsHead_main {
  margin: 0 auto;
}

.lyNewsHead_main h3 {
  line-height: 40px;
  color: #fff;
  font-size: 32px;
}

.lyNewsHead_main em {
  display: block;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  margin: 10px auto 20px;
}

.lyNewsHead_main a.more {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  color: #ff6b03;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 0 8px;
}

.lyNewsHead_main a.more i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -2px 0 0 4px;
  background: url(../images/arrowIco_right1.png) center center no-repeat;
}

.lyNewsHead_main a.more:hover i {
  margin: -2px 0 0 12px;
}

/*lyNews_head end*/


/*lyNews_main start*/
.lyNews_main {
  margin: 80px auto;
}

.lyNews_main .lyNews_left {
  width: calc(100% - 540px);
  padding: 0 60px 0 0;
  float: left;
}

.lyNews_left .lyNews_tab {
  border-bottom: 1px solid #e8e8e8;
}

.lyNews_tab ul li {
  line-height: 40px;
  color: #222;
  font-size: 28px;
  margin: 0 40px -1px 0;
  padding: 0 0 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  float: left;
}

.lyNews_tab ul li.cur {
  color: #ff6b03;
  border-bottom: 2px solid #ff6b03;
}

.lyNews_list {
  margin-bottom: 40px;
}

.lyNews_list ul li {
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 1px solid #e8e8e8;
}

.lyNews_list ul li .lyNews_date {
  width: 80px;
  margin: 5px 0;
  padding: 12px 0;
  border: 1px solid #e8e8e8;
  border-radius: 0 15px;
  float: left;
}

.lyNews_list ul li:hover .lyNews_date {
  background-color: #ff6b03;
  border: 1px solid #ff6b03;
}

.lyNews_list ul li .lyNews_date em {
  display: block;
  line-height: 24px;
  color: #999;
  font-size: 16px;
  font-style: normal;
  text-align: center;
}

.lyNews_list ul li .lyNews_date span {
  display: block;
  line-height: 36px;
  color: #999;
  font-size: 32px;
  text-align: center;
}

.lyNews_list ul li:hover .lyNews_date em {
  color: rgba(255, 255, 255, 0.45);
}

.lyNews_list ul li:hover .lyNews_date span {
  color: #fff;
}

.lyNews_list ul li .lyNews_text {
  width: calc(100% - 80px);
  padding-left: 20px;
  float: right;
}

.lyNews_list ul li .lyNews_text .lyNews_name {
  height: 32px;
  overflow: hidden;
  line-height: 30px;
  color: #222;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}

.lyNews_list ul li .lyNews_text .lyNews_name a {
  display: inline-block;
  padding-right: 20px;
  color: #222;
  font-size: 24px;
  position: relative;
}

.lyNews_list ul li:hover .lyNews_text .lyNews_name a {
  color: #ff6b03;
  text-decoration: underline;
}

.lyNews_list ul li:hover .lyNews_text .lyNews_name a::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../images/jt1.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 8px;
  right: 0;
  display: none;
}

.lyNews_list ul li:hover .lyNews_text .lyNews_name a::after {
  display: block;
}

.lyNews_list ul li .lyNews_text p {
  height: 56px;
  overflow: hidden;
  line-height: 28px;
  color: #666;
  font-size: 16px;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.lyNews_main .lyNews_right {
  width: 540px;
  float: right;
}

.lyNews_right .lyNewsRight_title {
  margin: 0 auto 20px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

.lyNewsRight_title span {
  display: inline-block;
  line-height: 40px;
  color: #222;
  font-size: 28px;
  vertical-align: top;
  margin: 0 0 -1px;
  padding: 0 0 10px;
  border-bottom: 2px solid #ff6b03;
}

.lyArticle_list ul li {
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
}

.lyArticle_list ul li .lyArticle_img {
  width: 140px;
  height: 96px;
  float: left;
}

.lyArticle_list ul li .lyArticle_img a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyArticle_list ul li .lyArticle_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyArticle_list ul li:hover .lyArticle_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyArticle_list ul li .lyArticle_text {
  width: calc(100% - 140px);
  padding-left: 20px;
  float: right;
}

.lyArticle_list ul li .lyArticle_text a {
  display: block;
  height: 30px;
  overflow: hidden;
  line-height: 28px;
  color: #222;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyArticle_list ul li:hover .lyArticle_text a {
  color: #ff6b03;
}

.lyArticle_list ul li .lyArticle_text span {
  display: block;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  margin: 3px auto;
}

.lyArticle_list ul li .lyArticle_text p {
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #222;
  font-size: 16px;
  font-weight: lighter;
}

.lyArticle_list ul li .lyArticle_text p svg {
  width: 16px;
  height: 16px;
  margin: 7px 6px 7px 0;
  float: left;
}

/*lyNews_main end*/


/*lyNews_bottom start*/
.lyNews_bottom {
  padding: 80px 0;
  background-color: #ff6b03;
  position: relative;
  z-index: 1;
  text-align: center;
}

.lyNews_bottom .lyNewsBottom_main {
  margin: 0 auto;
}

.lyNewsBottom_main p {
  line-height: 54px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin: 0 auto 20px;
}

.lyNewsBottom_main a {
  display: inline-block;
  line-height: 54px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin: 0 auto;
}

.lyNewsBottom_main a i {
  display: inline-block;
  width: 74px;
  height: 54px;
  vertical-align: top;
  margin: 0 20px 0 0;
  background: url(../images/jt3.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyNewsBottom_main a:hover i {
  margin: 0 30px 0 0;
}

/*lyNews_bottom end*/


@media (max-width:1680px) {
  .lyNewsHead_main h3 {
    font-size: 30px;
  }

  .lyNews_main {
    margin: 60px auto;
  }

  .lyNews_tab ul li,
  .lyNewsRight_title span {
    font-size: 24px;
  }

  .lyNews_list ul li .lyNews_date span {
    font-size: 30px;
  }

  .lyNews_list ul li .lyNews_text .lyNews_name,
  .lyNews_list ul li .lyNews_text .lyNews_name a {
    font-size: 22px;
  }

  .lyNews_bottom {
    padding: 60px 0;
  }

  .lyNewsBottom_main p {
    line-height: 44px;
    font-size: 36px;
  }

  .lyNewsBottom_main a {
    font-size: 36px;
  }
}

@media (max-width:1600px) {
  .lyNewsHead_main h3 {
    font-size: 28px;
  }

  .lyNews_tab ul li,
  .lyNewsRight_title span {
    font-size: 22px;
  }

  .lyNews_tab ul li {
    margin: 0 30px -1px 0;
  }

  .lyNews_right .lyNewsRight_title {
    margin: 0 auto 10px;
  }

  .lyNews_list ul li {
    padding: 30px 0;
  }

  .lyNews_list ul li .lyNews_text .lyNews_name,
  .lyNews_list ul li .lyNews_text .lyNews_name a {
    font-size: 20px;
  }

  .lyNewsBottom_main p {
    line-height: 40px;
    font-size: 32px;
  }

  .lyNewsBottom_main a {
    line-height: 42px;
    font-size: 32px;
  }

  .lyNewsBottom_main a i {
    width: 60px;
    height: 44px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyNewsHead_main h3 {
    line-height: 32px;
    font-size: 24px;
  }

  .lyNewsHead_main em {
    line-height: 24px;
    font-size: 14px;
  }

  .lyNewsHead_main a.more {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .lyNews_main .lyNews_left {
    width: calc(100% - 500px);
    padding: 0 40px 0 0;
  }

  .lyNews_main .lyNews_right {
    width: 500px;
  }

  .lyNews_tab ul li,
  .lyNewsRight_title span {
    line-height: 32px;
    font-size: 20px;
  }

  .lyNews_tab ul li {
    margin: 0 25px -1px 0;
  }

  .lyNews_list ul li {
    padding: 20px 0;
  }

  .lyNews_list ul li .lyNews_date {
    margin: 3px 0;
    padding: 10px 0;
  }

  .lyNews_list ul li .lyNews_date em {
    font-size: 14px;
  }

  .lyNews_list ul li .lyNews_date span {
    font-size: 28px;
  }

  .lyNews_list ul li .lyNews_text .lyNews_name,
  .lyNews_list ul li .lyNews_text .lyNews_name a {
    font-size: 18px;
  }

  .lyNews_list ul li .lyNews_text p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }

  .lyNews_right .lyNewsRight_title {
    margin: 0 auto;
  }

  .lyArticle_list ul li .lyArticle_img {
    width: 128px;
    height: 88px;
  }

  .lyArticle_list ul li .lyArticle_text {
    width: calc(100% - 128px);
  }

  .lyArticle_list ul li .lyArticle_text a {
    font-size: 18px;
  }

  .lyArticle_list ul li .lyArticle_text span {
    height: 28px;
    line-height: 26px;
    font-size: 14px;
    margin: 0 auto;
  }

  .lyArticle_list ul li .lyArticle_text p {
    font-size: 14px;
  }

  .lyNews_bottom {
    padding: 40px 0;
  }

  .lyNewsBottom_main p {
    line-height: 36px;
    font-size: 28px;
  }

  .lyNewsBottom_main a {
    line-height: 36px;
    font-size: 28px;
  }

  .lyNewsBottom_main a i {
    width: 55px;
    height: 40px;
  }
}

@media (max-width:1366px) {
  .lyNews_main .lyNews_left {
    width: calc(100% - 480px);
  }

  .lyNews_tab ul li {
    margin: 0 20px -1px 0;
  }

  .lyNews_main .lyNews_right {
    width: 480px;
  }
}

@media (max-width:1280px) {
  .lyNewsHead_main h3 {
    line-height: 30px;
    font-size: 22px;
  }

  .lyNews_main {
    margin: 40px auto;
  }

  .lyNews_main .lyNews_left {
    width: calc(100% - 420px);
  }

  .lyNews_main .lyNews_right {
    width: 420px;
  }

  .lyNews_tab ul li,
  .lyNewsRight_title span {
    line-height: 30px;
    font-size: 18px;
  }

  .lyNews_list {
    margin-bottom: 20px;
  }

  .lyNews_list ul li .lyNews_date {
    padding: 7px 0;
  }

  .lyNews_list ul li .lyNews_date span {
    font-size: 26px;
  }

  .lyNews_list ul li .lyNews_text .lyNews_name,
  .lyNews_list ul li .lyNews_text .lyNews_name a {
    font-size: 16px;
  }

  .lyNews_list ul li .lyNews_text .lyNews_name {
    height: 30px;
    line-height: 28px;
    margin-bottom: 4px;
  }

  .lyArticle_list ul li .lyArticle_text a {
    font-size: 16px;
  }

  .lyArticle_list ul li .lyArticle_img {
    width: 119px;
    height: 82px;
  }

  .lyArticle_list ul li .lyArticle_text {
    width: calc(100% - 119px);
  }

  .lyArticle_list ul li .lyArticle_text a {
    height: 28px;
    line-height: 26px;
  }

  .lyArticle_list ul li .lyArticle_text span {
    height: 26px;
    line-height: 24px;
  }

  .lyArticle_list ul li .lyArticle_text p {
    height: 28px;
    line-height: 26px;
  }

  .lyArticle_list ul li .lyArticle_text p svg {
    margin: 5px 5px 5px 0;
  }

  .lyNewsBottom_main p {
    line-height: 32px;
    font-size: 24px;
  }

  .lyNewsBottom_main a {
    line-height: 30px;
    font-size: 24px;
  }

  .lyNewsBottom_main a i {
    width: 44px;
    height: 32px;
  }
}

@media (max-width:1200px) {
  .lyNews_main .lyNews_left {
    width: calc(100% - 400px);
  }

  .lyNews_main .lyNews_right {
    width: 400px;
  }
}

@media (max-width:1080px) {
  .lyNews_main .lyNews_left {
    width: calc(100% - 360px);
  }

  .lyNews_main .lyNews_right {
    width: 360px;
  }

  .lyNews_bottom {
    padding: 30px 0;
  }

  .lyNewsBottom_main p {
    line-height: 30px;
    font-size: 22px;
  }

  .lyNewsBottom_main a {
    line-height: 30px;
    font-size: 22px;
  }

  .lyNewsBottom_main a i {
    margin: 0 10px 0 0;
  }

  .lyNewsBottom_main a:hover i {
    margin: 0 20px 0 0;
  }
}

@media (max-width:1024px) {
  .lyNews_main .lyNews_left {
    width: 100%;
    margin: 0 auto 40px;
    padding: 0;
    float: inherit;
  }

  .lyNews_main .lyNews_right {
    width: 100%;
    float: inherit;
  }

  .lyNews_tab ul li {
    margin: 0 30px -1px 0;
  }

  .lyArticle_list {
    overflow: hidden;
  }

  .lyArticle_list ul {
    margin: 0 -10px;
  }

  .lyArticle_list ul li {
    width: 50%;
    margin: 0;
    padding: 20px 10px;
    float: left;
  }
}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width: 767px) {
  .lyNews_head {
    padding: 20px 0;
  }

  .lyNewsHead_main h3 {
    line-height: 26px;
    font-size: 16px;
  }

  .lyNewsHead_main em {
    line-height: 20px;
    font-size: 12px;
    margin: 5px auto 15px;
  }

  .lyNewsHead_main a.more {
    width: 110px;
    height: 36px;
    line-height: 35px;
    font-size: 12px;
  }

  .lyNews_main {
    margin: 10px auto 20px;
  }

  .lyNews_main .lyNews_left {
    margin: 0 auto 20px;
  }

  .lyNews_tab ul li,
  .lyNewsRight_title span {
    line-height: 26px;
    font-size: 16px;
    margin: 10px 30px -1px 0;
    padding: 0 0 5px;
  }

  .lyNews_list ul li .lyNews_date {
    width: 64px;
    padding: 6px 0;
  }

  .lyNews_list ul li .lyNews_date em {
    line-height: 20px;
    font-size: 12px;
  }

  .lyNews_list ul li .lyNews_date span {
    line-height: 32px;
    font-size: 24px;
  }

  .lyNews_list ul li .lyNews_text {
    width: calc(100% - 64px);
    padding-left: 12px;
  }

  .lyNews_list ul li .lyNews_text .lyNews_name {
    margin-bottom: 2px;
  }

  .lyNews_list ul li .lyNews_text p {
    height: 40px;
    line-height: 20px;
    font-size: 12px;
  }

  .lyArticle_list ul {
    margin: 0;
  }

  .lyArticle_list ul li {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    float: inherit;
  }
}

@media (max-width: 390px) {}

@media (max-width: 320px) {}