body  {
  background-color: #fff;
}

.main {
  width: 100%;
  padding: 0 15px;
  position: relative;
  word-break: break-all;
}


.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('../../images/entInfo/new-ci.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;
}
.local-nav a.no-active:hover {
  color: #FFFFFF;
  text-decoration: none;
  cursor:auto;
}

.content-left {
  float: left;
  width: 260px;
  min-height: 679px;
}

.content-left .card {
  padding: 24px 0 20px 0;
  min-height: 352px;
  margin: 0;
}
.content-left .card:nth-child(2) {

  min-height: auto;
  padding-bottom: 110px;
}
.comom-card-title {
  border-bottom: 1px solid #E7E9EC;
}
.comom-card-title span {
  position: relative;
   line-height: 30px;
   font-size: 24px;
  font-weight: 500;
  padding: 8px 0;
  color: #292929;
  display: inline-block;
}
.comom-card-title span::after {
  content: '';
  position: absolute;
  background-color:  #646464;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
}

.content-left .card .card-content > div {
  border-bottom: 1px solid #E7E9EC;
  margin-top: 12px;
}
.content-left .card .card-content > div a {
 padding: 12px 0 12px 14px; 
 font-size: 14px;
  line-height: 20px;
  color: #646464;
  display: block;
  background-image: url('../../images/entInfo/arr_no.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px;
}
.content-left .card .card-content > div a.active,
.content-left .card .card-content > div a:hover {
  color: #3C7BFF;
  background-image: url('../../images/entInfo/arr.png');
}
.concat-info {
  padding-top: 18px;
}
.concat-info >div { 
  padding: 6px 0;
  font-size: 14px;
  line-height: 20px;
  color: #646464;
}

.content-right {
  float: right;
  width: 904px;
  overflow: hidden;
}

.news-container {
  padding: 24px 0 0 0;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 24px;
}
.news-list .news-list-item {
  width: 292px;
  float: left;
  margin-right: 14px;
  margin-bottom: 40px;
}
.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: 290px;
  height: 166px;
  position: relative;
  border: 1px solid #EBEBEB;
  box-sizing: content-box;
  overflow: hidden;
  border-radius: 12px;
}
.news-list .news-list-item:hover .news-pic  img{
  transform: scale(1.1);
}

.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('../../images/entInfo/video-ico.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.news-list .news-list-item .news-pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 500ms;
}

.news-list .news-list-item .news-title {
  font-size: 20px;
  line-height: 28px;
  color: #292929;
  margin: 12px 0 0 0;
  height: 28px;
}
.news-list .news-list-item:hover .news-title  {
  color: #3875F6;
}
.news-list .news-list-item  .news-content {
  font-size: 14px;
  line-height: 24px;
  color: #646464;
  margin: 12px 0 0 0;
  height: 48px;
}


.news-detail .news-detail-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #292929;
  text-align: center;
  margin: 36px 0 0 0;
}
.news-detail .news-detail-time {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #9A9EAB;
  margin: 28px 0 12px 0;
}
.news-detail .news-detail-content {
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  min-height: 200px;
  overflow: hidden;
  position: relative;
}

.news-detail .news-detail-content * {
  font-size: 14px;
  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;
}

.m-page-container {
  padding: 50px 0;
}
.m-page-container > div {
  font-size: 14px;
  line-height: 20px;
  color: #646464;
  margin-bottom: 12px;
}
.m-page-container > div a {
  color: #3875F6;
}

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

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

 .loading {
  text-align: center;
  padding: 0px 0 40px;
  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/image/entInfo/no_content-1e9b81382803180504d444d3d8d882ec.png');
  background-size: cover;
  margin: 56px auto 0;
}
.empty-container .empty-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #646464;
  text-align: center;
  padding-top: 260px;
}
.news-list .news-list-item {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
