
body {
 background: #F5F6F8;
}
.main {
  width: 100%;
  padding: 0 15px;
  position: relative;
}
/*列表项出现动效*/
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}



.text-line-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.text-line-2 {
   -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


@media (min-width: 1200px) {
  .main {
    width: 1200px;
    margin: 0 auto;
     padding: 0;
  }
}

.banner-intro {
  width: 100%;
  height: 290px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
  position: relative;
}
.banner-intro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
}
.banner-intro .main {
  position: relative;
  z-index: 2;
}

.banner-intro.news-bg {
   background-image: url('/static/images/entInfo-paid/new-ci-d136865715bc228e4d964b4f4d8c97d1.png');
}

.local-title {
  font-size: 58px;
  font-weight: 500;
  line-height: 58px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}


.local-nav .arrow,
.local-nav a{
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: top;
}
.local-nav a:hover {
  color: #3C7BFF;
  text-decoration: none;
}
.local-nav a.no-active:hover {
  color: #FFFFFF;
  text-decoration: none;
  cursor:auto;
}


.news-container {
  padding: 72px 0 38px 0;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list .news-list-item {
  width: 380px;
  float: left;
  margin-right: 30px;
  margin-bottom: 36px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #FFFFFF;
  transition: all 0.8s ease;
}
.news-list .news-list-item:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}
.news-list .news-list-item a {
  text-decoration: none;
}

.news-list .news-list-item:nth-child(3n) {
  margin-right: 0;
}
.news-list .news-list-item .news-pic {
  width: 100%;
  height: 214px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}

.news-list .news-list-item .news-pic.video-ico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -34px; 
  content: '';
  width: 68px;
  height: 68px;
  background-image: url('/static/images/entInfo-paid/video-ico-1b8ded462467cf3e26299e7019d2741c.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 4;
}
.news-list .news-list-item .news-pic:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(10px);
  z-index: 1;
  filter: brightness(1.2);
}
.news-list .news-list-item .news-pic img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
  position: relative;
  z-index: 2;
}

.news-list .news-list-item:hover .news-pic img {
  transform: scale(1.3);
}

.news-list .news-list-item .news-title {
  font-size: 20px;
  line-height: 28px;
  color: #292929;
  margin: 24px 24px 0;
  height: 28px;
  font-weight: 500;
  transition: all 0.8s ease;
}
.news-list .news-list-item:hover .news-title{
  color: #3875F6;
}

.news-list .news-list-item  .news-content {
  font-size: 16px;
  line-height: 24px;
  color: #646464;
  margin: 12px 24px 0;
  height: 48px;
}
.news-list .news-list-item .look-btn {
   font-size: 16px;
   line-height: 24px;
   color: #3875F6;
  margin: 12px 24px 24px;
  height: 24px;
  /*background-image: url('/static/images/entInfo-paid/look-btn-d3c767571f6bcaba5f11e28093c89114.png');*/
  /*background-repeat: no-repeat;*/
  /*background-size: 72px 13px;*/
  /*background-position: left center;*/
}

.news-list .news-list-item {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  word-break: break-all;
}


 .loading {
  text-align: center;
  padding: 20px;
  color: #4b6cb7;
  display: none;
}

.spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 4px solid rgba(75, 108, 183, 0.3);
  border-radius: 50%;
  border-top-color: #4b6cb7;
  animation: spin 1s linear infinite;
  margin-right: 10px;
  vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


.end-message {
  text-align: center;
  padding: 20px;
  color: #7f8c8d;
  font-style: italic;
  display: none;
}

.empty-container {
  width: 420px;
  height: 332px;
  background-image: url('/static/images/entInfo-paid/no_content-1e9b81382803180504d444d3d8d882ec.png');
  background-size: cover;
  margin: 56px auto 80px;
}
.empty-container .empty-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #646464;
  text-align: center;
  padding-top: 260px;
}

.local-nav a.no-active:hover {
  color: #FFFFFF;
  text-decoration: none;
  cursor:auto;
}