@charset "UTF-8";

.wrap-y-news {position: relative; background: #f5f9fc;}
.wrap-y-news .area {position: static; display: flex; justify-content: flex-end;}
.wrap-y-news .desc {position: relative; display: flex; flex-direction: column; justify-content: space-between; flex-shrink: 0; width: 50%; padding-left: 100px;}
.wrap-y-news .desc::after {content: ''; position: absolute; left: -10000px; top: 0; width: 10000%; height: 190px; background: #fff;}
.wrap-y-news .title {position: relative; left: -100px; z-index: 1; padding-top: 23px; opacity: 0;}
.wrap-y-news .title .eng {display: block; font-family: pb; font-size: 18px; color: #5a8fc7;}
.wrap-y-news .title strong {display: block; padding-top: 9px; padding-bottom: 10px; font-family: pp; font-size: 40px; line-height: 1.1; color: #212121;}
.wrap-y-news .title p {font-family: ppr; font-size: 18px; color: #666666;}
.wrap-y-news .info {position: relative; left: -100px; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; height: 450px; margin-top: 50px; opacity: 0;}
.wrap-y-news .info .cate {display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 0 20px;border: 2px solid #05367b;color: #05367b;background: #fff;  border-radius: 100px; font-family: ppm; font-size: 19px;}
.wrap-y-news .tab > ul > li.on .cate {background: #05367b;color: #fff;}
.wrap-y-news .tab > ul > li .cate:hover {background: #05367b;color: #fff;}
.wrap-y-news .info strong {overflow: hidden; display: -webkit-box; margin-bottom: 30px; font-family: pps; font-size: 30px; line-height: 1.4; color: #000000; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.wrap-y-news .info strong span {background: linear-gradient(to bottom, transparent 95%, rgba(0,0,0,0.6) 0) left center no-repeat; background-size: 0; transition: 1s;}
.wrap-y-news .info a:hover strong span {background-size: 100% 95%; transition: 1s;}
.wrap-y-news .info p {font-family: ppr; font-size: 18px; color: #666666;}
.wrap-y-news .control {display: flex; justify-content: space-between; align-items: center;}
.wrap-y-news .tab > ul > li  {margin: 36px 0 23px 0;}
.wrap-y-news .control button {width: 70px; height: 70px; text-indent: -99999px; border-radius: 100%;}
.wrap-y-news .control button:hover {box-shadow: 0 0 15px rgba(17, 116, 255, .1);}
.wrap-y-news .control .prev {margin-right: 10px; background: #fff url('../images/btn-news-prev.png') no-repeat left center; transition: .35s;}
.wrap-y-news .control .prev:hover {background-position: right center;}
.wrap-y-news .control .next {background: #fff url('../images/btn-news-next.png') no-repeat right center; transition: .35s;}
.wrap-y-news .control .next:hover {background-position: left center;}
.wrap-y-news .more a {position: relative; display: flex; align-items: center; font-family: pps; font-size: 18px; letter-spacing: 0; color: #1174ff;}
.wrap-y-news .more a::after {content: ''; display: block; width: 8px; height: 8px; margin-left: 7px; background: url('../images/btn-news-more.png') no-repeat center; transition: transform .35s;}
.wrap-y-news .more a:hover::after {transform: rotate(270deg);}
.wrap-y-news .more a::before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #1174ff;}
.wrap-y-news .thumb {overflow: hidden; position: absolute; right: 120%; top: 0px; z-index: 1; display: flex; justify-content: flex-end; width: calc(100% + 240px); height: 100%; opacity: 0;}
.wrap-y-news .thumb .slider {width: 100%;}
.wrap-y-news .thumb .swiper-slide img {width: 100%;height: 100%;object-fit: cover;object-position: center;}
.wrap-y-news .thumb img {max-width: none; height: 100%;}
.wrap-y-news .tab > ul {display: flex;gap: 10px;}


@media screen and (max-width: 1450px) {
  .wrap-y-news .desc {padding-left: 50px;}
  .wrap-y-news .title strong {font-size: 35px;}
  .wrap-y-news .title p {font-size: 16px;}
  .wrap-y-news .info strong {font-size: 25px;}
  .wrap-y-news .info p {font-size: 16px;}
  .wrap-y-news .more a {font-size: 15px;}
}

@media screen and (max-width: 1100px) {
  .wrap-y-news .desc {width: 60%; padding-left: 40px;}
  .wrap-y-news .title strong {font-size: 30px;}
  .wrap-y-news .text .swiper-slide  {width: 100% !important;opacity: 0 !important;}
  .wrap-y-news .text .swiper-slide-active {opacity: 1 !important;}
  .wrap-y-news .info strong {font-size: 20px;}
  .wrap-y-news .tab > ul {flex-wrap: wrap;} 
  .wrap-y-news .tab > ul > li {width: 40%;margin: 35px 0 5px;}
  .wrap-y-news .tab > ul > li:nth-child(n+3) {margin-top: 0;}
  .wrap-y-news .tab > ul > li button {width: 100%;}
  .wrap-y-news .swiper-slide {margin-top: 15px;}
}

@media screen and (max-width: 750px) {
  .wrap-y-news .title {padding-top: 70px;}
  .wrap-y-news .info {position: static;z-index: 2;height: auto; margin-top: 0;}
  .wrap-y-news .info strong {margin-bottom: 20px; -webkit-line-clamp: 1;}
  .wrap-y-news .info p {pointer-events: none;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
  .wrap-y-news .tab > ul  {gap: 10px;}
  .wrap-y-news .tab > ul > li {width: 48%;;margin: 25px 0 0;}
  .wrap-y-news .desc {width: 100%; padding-left: 0;overflow: hidden;}
  .wrap-y-news .desc::after {display: none;}
  .wrap-y-news .thumb {position: static; width: 100%; height: 62vw;border-radius: 10px;overflow: hidden;}
  .wrap-y-news .thumb img {max-width: 100%; height: auto; border-radius: 10px;}
  .wrap-y-news .thumb .swiper-slide  {width: 100% !important;opacity: 0 !important;}
  .wrap-y-news .thumb .swiper-slide-active {opacity: 1 !important;}
  .wrap-y-news .control {margin: 30px 0;}
  .wrap-y-news .swiper-slide {margin-top: 25px;}
  .wrap-y-news .info strong span {background: none;}
  
  .wrap-y-news .info .slider { position: absolute;left: 0;bottom: 0;;width: 100%;border-radius: 0 0 10px 10px;}
  .wrap-y-news .info .slider::before {content: '';position: absolute;left: 0;bottom:0;width: 100%;height: 120px;background: rgba(31,44,71,.8);border-radius: 0 0 10px 10px;}
  .wrap-y-news .info strong {position: absolute;left: 0;bottom: 55px;margin-bottom: 10px;padding: 0 30px;}
  .wrap-y-news .info strong span {font-family: 'ppr';font-size: 22px;color: #fff;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
  .wrap-y-news .info p {position: absolute;bottom: 25px;left: 0;padding: 0 30px;font-family: 'ppr';color: #d4d4d4;font-size: 17px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;pointer-events: none;}
  .wrap-y-news .info .swiper-slide {margin-top: 0;}
  .wrap-y-news .info .swiper-slide a {display: block;height: 62vw;}
  
  .wrap-y-news .control {margin: 0px 0 10px;}
  .wrap-y-news .control .buttons { position: absolute;bottom: 24%;display: flex;justify-content: space-between;width: 100%;z-index: 100;pointer-events: none;}
  .wrap-y-news .control .prev {margin-right: 0;transform: translateX(-35px);background-position: left 12px center;pointer-events: auto;}
  .wrap-y-news .control .next {transform: translateX(35px);background-position: right 16px center;pointer-events: auto;}
  .wrap-y-news .control .prev:hover {background-position: left -59px center;}
  .wrap-y-news .control .next:hover {background-position: right -54px center;}
  .wrap-y-news .control .more {margin-left: auto;}
}

@media screen and (max-width: 650px) {
  .wrap-y-news .info .cate {height: 40px;font-size: 18px;}
  .wrap-y-news .title {padding-top: 40px;}
  .wrap-y-news .title p {font-size: 18px;}
  .wrap-y-news .info strong {bottom: 46px;font-size: 20px;padding: 0 15px;}
  .wrap-y-news .more a {font-size: 17px;}
  .wrap-y-news .info .swiper-slide a {height: 360px;}
  .wrap-y-news .info strong span {font-size: 20px;}
  .wrap-y-news .info p {position: absolute;left: 0;bottom: 25px;font-size: 16px;padding: 0 15px;font-size: 15px;}
  .wrap-y-news .info .slider::before  {height: 110px;}  

  .wrap-y-news .thumb {height: 360px;} 
  .wrap-y-news .thumb .swiper-slide {height: 360px !important;}

  .wrap-y-news .control {margin: 0 0 10px;}
  .wrap-y-news .control .buttons {bottom: auto;top: 69%;}
  .wrap-y-news .control button {width: 50px;height: 50px;}
  .wrap-y-news .control .prev {margin-right: 0;transform: translateX(-30px);background-position: left 17px center;background-size: 78px;}
  .wrap-y-news .control .next {transform: translateX(30px);background-position: right 20px center;background-size: 78px;}
  .wrap-y-news .control .prev:hover {background-position: left -22px center;}
  .wrap-y-news .control .next:hover {background-position: right -20px center;}
}