
body {
 background: #fff;
}
.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;
}

.main-content {
  padding: 48px 0 114px;
}

.news-detail {
  float: left;
  width: 850px;
}


.news-detail .news-detail-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #292929;
  margin: 0;
}
.news-detail .news-detail-time {
  font-size: 16px;
  line-height: 24px;
  color: #9A9EAB;
  margin: 12px 0 18px 0;
}
.news-detail .news-detail-content {
  font-size: 16px;
  line-height: 24px;
  color: #646464;
  min-height: 200px;
  overflow: hidden;
  position: relative;
}

.news-detail .news-detail-content * {
  font-size: 16px;
  line-height: 24px !important;
   color: #646464 !important;
}

.news-detail .news-detail-content p { 
  margin-bottom: 12px !important;
}

.news-detail .news-detail-content img {
  max-width: 100% !important;
  height: auto !important;
}

.video-container {
  width: 850px;
  height: 521px;
}

.video-container video {
  width: 100%;
  height: 100%;
  background-color: #000;
  /* object-fit: contain; */
}


.m-page-container {
  padding: 48px 0 0;
}
.m-page-container > div {
  font-size: 16px;
  line-height: 24px;
  color: #646464;
  margin-bottom: 12px;
}
.m-page-container > div:last-child {
  margin-bottom: 0;
}
.m-page-container > div a {
  color: #3875F6;
}

.related-news {
  float: right;
  width: 308px;
  padding: 6px 24px 10px;
  border: 1px solid #DBDEE2;
  border-radius: 12px;
}

.related-news-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  color: #292929;
  padding: 18px 0;
  border-bottom: 1px solid #DBDEE2;
  position: relative;
}

.related-news-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 72px;
  height: 1px;
  background-color: #3C7BFF;
}

.related-news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  word-break: break-all;
}
.related-news-list .related-news-item {
  padding: 12px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #DBDEE2;
}
.related-news-list .related-news-item:last-child {
  border-bottom: none;
}
.related-news-list .related-news-item:hover a {
  text-decoration: none;
}

.related-news-list .related-news-item .rel-content {
  font-size: 16px;
  line-height: 24px;
  color: #292929;
  margin: 0;
}
.related-news-list .related-news-item:hover .rel-content {
  color: #3875F6;
}

.related-news-list .related-news-item .rel-time {
  font-size: 16px;
  line-height: 24px;
  color: #9A9EAB;
  margin-top: 3px;
}

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