#main #list .article-list .article .body li a {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  padding: 21px 0 21px 15px;
  border-bottom: 1px dashed #bebebe;
  position: relative;
}
#main #list .article-list .article .body li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: var(--main-theme-color);
}
#main #list .article-list .article .body li a:hover {
  border-color: var(--main-theme-color);
}
#main #list .article-list .article .body li a:hover::before {
  background-color: var(--main-subTheme-color);
}
#main #list .article-list .article .body li a:hover .date::before {
  background-color: var(--main-theme-color) !important;
}
#main #list .article-list .article .body li a .date {
  padding-left: 2.5rem;
  position: relative;
  margin-left:5px;
  white-space:nowrap;
}
#main #list .article-list .article .body li a .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 2rem;
  height: 1px;
  background-color: #b5b5b5;
}
#main #list .xrld-list .xrld .body {
  margin-top: 30px;
}
#main #list .xrld-list .xrld .body ul li {
  margin-bottom: 30px;
}
#main #list .xrld-list .xrld .body ul li a {
  padding: 30px;
  background: url(../images/xrld_list_bg.png) no-repeat;
  background-size: cover;
  background-position: right bottom;
  position: relative;
  z-index: 10;
}
#main #list .xrld-list .xrld .body ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27.4%;
  height: 100%;
  background-color: var(--main-theme-color);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 65% 100%, 0% 100%);
}
@media (max-width: 991.98px) {
  #main #list .xrld-list .xrld .body ul li a::before {
    width: 55.4%;
  }
}
#main #list .xrld-list .xrld .body ul li a .image {
  margin-right: 30px;
  max-width:100%;
}

@media (min-width:1px) {
#main #list .xrld-list .xrld .body ul li a .image img {
width:227px;
object-fit: cover;
}
}

@media (min-width:1200px) {
#main #list .xrld-list .xrld .body ul li a .image img {
width:120px;
height:169px;
object-fit: cover;
}
}


#main #list .xrld-list .xrld .body ul li a .content {
  mix-blend-mode: multiply;
  width:100%;
  flex:1;
}
#main #list .xrld-list .xrld .body ul li a .content .title {
  padding: 24px 0 14px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccd5cf;
  position: relative;
}
#main #list .xrld-list .xrld .body ul li a .content .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 21%;
  height: 1px;
  background-color: var(--main-theme-color);
}
#main #list .xrld-list .xrld .body ul li a .content .title h4 {
  font-size: 1.375rem;
}
#main #list .xrld-list .xrld .body ul li a .content .desc {
  min-height: 84px;
}
#main #list .xrld-list .xrld .body ul li a .content .desc p {
  line-height: 1.75;
}
#main #list .xrld-list .xrld .body ul li a:hover::before {
  background-color: var(--main-subTheme-color);
}


#main #list .pic-list .pic .body li a {
  justify-content: space-between;
  font-size: 1rem;
  padding: 21px 0 ;
  border-bottom: 1px dashed #bebebe;
  position: relative;
}
#main #list .pic-list .pic .body li a:hover {
  border-color: var(--main-theme-color);
}
#main #list .pic-list .pic .body li a:hover .date::before {
  background-color: var(--main-theme-color) !important;
}
#main #list .pic-list .pic .body li a:hover .image img {
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
}
#main #list .pic-list .pic .body li a .image {
  overflow: hidden;
}
#main #list .pic-list .pic .body li a .image img {

  transition: all 2s;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
}

@media (min-width:1400px) {
  #main #list .pic-list .pic .body li a .image img {
 width:320px;
height:180px;
  }
}
@media (max-width: 1399.98px) {
  #main #list .pic-list .pic .body li a .image img {
    width: 240px;
  }
}
@media (max-width: 991.98px) {
  #main #list .pic-list .pic .body li a .image img {
    width: 100%;
    margin-bottom: 15px;
  }
}
#main #list .pic-list .pic .body li a .content {
  flex: 1;
}
#main #list .pic-list .pic .body li a .content .title {
  margin-right: 20px;
  font-weight: bold;
}
#main #list .pic-list .pic .body li a .content .date {
  padding-left: 2.5rem;
  position: relative;
  white-space: nowrap;
  font-size: 0.875rem;
  color: #666666;
}
#main #list .pic-list .pic .body li a .content .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 2rem;
  height: 1px;
  background-color: #b5b5b5;
}
#main #list .pic-list .pic .body li a .content .desc {
  font-size: 0.875rem;
  color: #999;
}
#main #list .pic-list .pic .body li a .content .desc p {
  line-height: 1.75;
}
#main #list .szdw-list .szdw .body {
  margin-top: 30px;
}
#main #list .szdw-list .szdw .body .item {
  margin-bottom: 30px;
}
#main #list .szdw-list .szdw .body .item a {
  position: relative;
  display: block;
  width: 100%;
  height:100%;
  color: #fff;
}
#main #list .szdw-list .szdw .body .item a .image{
    padding-top: 150%;
    height: 0;
    width: 100%;
    position: relative;
}

#main #list .szdw-list .szdw .body .item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
height:100%;
object-fit:cover;
}
#main #list .szdw-list .szdw .body .item a .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(9, 102, 150, 0.75);
  padding: 16px 0;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#main #list .szdw-list .szdw .body .item a .title h5 {
  font-weight: bold;
  font-size: 1.125rem;
}
#main #list .szdw-list .szdw .body .item a .info {
  position: absolute;
  inset: 0;
  background-color: rgba(9, 102, 150, 0.75);
  padding: 0 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#main #list .szdw-list .szdw .body .item a .info h5 {
  font-size: 1.125rem;
  margin-top: 3.625rem;
  font-weight: bold;
}
#main #list .szdw-list .szdw .body .item a .info .desc {
  margin-top: 20px;
}
#main #list .szdw-list .szdw .body .item a:hover .title {
  opacity: 0;
  visibility: hidden;
}
#main #list .szdw-list .szdw .body .item a:hover .info {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#main #list .content-detail .detail .body {
  margin-top: 30px;
}
#main #list .content-detail .detail .body .title h5 {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
#main #list .content-detail .detail .body .article-info {
  padding: 25px;
  border-bottom: 1px dashed #bebebe;
  display: flex;
  justify-content: center;
  margin-bottom:30px;
}
#main #list .content-detail .detail .body .article-info span {
  margin: 0 8px;
  font-size: 0.875rem;
}

#main #list .content-detail .detail .body .description .v_news_content {
    display: flex;
    flex-direction: column;
}

#main #list .content-detail .detail .body .description p:has(img) {
text-align:center;
}

/*# sourceMappingURL=ny.css.map */