.bg_dynamic {
  background: url(../images/dynamic_banner.jpg) right top #072d82;
  background-repeat: no-repeat;
  background-size: auto 480px;
}

.video_dynamic_page {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}

.video_dynamic_page .video_leftbox {
  width: 62%;
  float: left;
  padding-right: 5%;
}

.video_dynamic_page .dynamic_rightbox {
  width: 38%;
  float: left;
}

.video_dynamic_page .tag {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.video_dynamic_page .lightbox>img {
  border-radius: 6px;
}

.video_leftbox .other_info {
  margin-top: 18px;
}

.video_leftbox .other_info span {
  display: block;
}

.video_leftbox .other_info .title {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

.video_leftbox .other_info .desc {
  color: #666;
  font-size: 12px;
  line-height: 20px;
}

.video_leftbox .other_info .text {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.video_dynamic_page .other_btn {
  position: absolute;
  bottom: 0;
  display: block;
  margin-top: 30px;
}

.video_dynamic_page .other_btn>a {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid #000;
  border-radius: 4px;
  line-height: 12px;
  font-size: 12px;
  color: #666;
}

.video_dynamic_page .other_btn>a:hover {
  color: #fff;
  background-color: #236cd7;
  border: 1px solid #236cd7 !important;
}

.dynamic_rightbox .dynamic_newslists {
  list-style: none;
  padding: 0;
}

.dynamic_rightbox .dynamic_newslists li {
  border-top: 1px solid #e9e3e3;
  padding: 18px 0;
}

.dynamic_rightbox .dynamic_newslists li:last-child {
  border-bottom: 1px solid #e9e3e3;
}

.dynamic_newslists .date {
  font-size: 12px;
  line-height: 20px;
  color: #666;
}

.dynamic_newslists a:hover .title {
  color: #004ca7
}

.dynamic_newslists .title {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  font-weight: bold;
  color: #333;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pagemain2 {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  padding: 36px 0px 88px 0px;
}

.dynamic-tag {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
  font-size: 12px;
  color: #999999;
  line-height: 24px;
  margin-bottom: 24px;
  padding-right: 30px;
}

.dynamic-rightbox {}

.dynamic-rightbox ul {
  padding: 0;
  list-style: none;
}

.dynamic-rightbox ul li {
  height: 66px;
  margin-bottom: 6px;
  border-bottom: 1px solid #cccccc;
}

.dynamic-rightbox ul li a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 20px 0;
  padding-left: 0px;
  transition: all 0.3s;
}

.dynamic-rightbox ul li.active {
  border-bottom: 1px solid #014ea9;
}

.dynamic-rightbox ul li.active a {
  font-weight: bold;
}

.dynamic-rightbox ul li:hover a {
  background-color: #f6f6f6;
  padding-left: 30px;
}

.dynamic-leftbox {
  overflow: hidden;
  padding-right: 30px;
}

.dynamic-leftbox .firstNews {
  overflow: hidden;
  width: 100%;
  height: 140px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}

.dynamic-leftbox .firstNews .img {
  display: block;
  height: 100px;
  width: 200px;
  float: left;
  margin-right: 40px;
}

.dynamic-leftbox .firstNews .img img {
  height: 100%;
  object-fit: cover;
}

.dynamic-leftbox .firstNews .content {
  float: left;
  width: calc(100% - 240px);
  height: 100px;
  padding: 15px 0;
}

.dynamic-leftbox .content {
  width: 100%;
  height: 100px;
  padding: 15px 0;
}

.dynamic-leftbox .content .text {
  float: left;
  width: 70%;
}

.dynamic-leftbox .text .title {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}

.dynamic-leftbox .text .desc {
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  color: #999;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}

.dynamic-leftbox .date {
  float: right;
  font-size: 12px;
  color: #999;
  margin-top: 30px;
}

.dynamic-leftbox .content .text>a:hover>.title {
  color: #014ea9
}

.dynamic-leftbox .content .text>a:hover>.desc {
  color: #333
}

.dynamic-leftbox ul {
  padding: 0;
  list-style: none;
}

.dynamic-leftbox ul li {
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}

.dynamic-leftbox .pagenation {
  margin-top: 30px;
}

.pagenation .pagenation_btn {
  display: inline-block;
  font-size: 12px;
  line-height: 48px;
  padding: 0px 20px;
  color: #000;
  border: 1px solid #cccccc;
  background-color: #fff;
  margin-right: 8px;
}

.pagenation .pagenation_btn:hover {
  color: #fff;
  background-color: #496ebe;
}

.pagenation .notclick {
  pointer-events: none;
  background-color: #f1f1f1;
}

.pagenation .canclick {
  cursor: pointer;
}




@media (min-width: 320px) and (max-width:767px) {
  .bg_dynamic {
    background: url(/new/product/xinchuang/images/bg_homebanner_m.jpg) 58% top;
    background-size: auto 500px;
    background-repeat: no-repeat;
    background-color: #0243a9;
  }

  .video_dynamic_page .video_leftbox {
    width: 100%;
    padding-right: 0%;
    /* padding:0 15px; */
  }

  .video_dynamic_page .dynamic_rightbox {
    width: 100%;
    /* padding:0 15px; */
  }

  .video_dynamic_page .other_btn {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%)
  }

  .mobile_margin {
    margin-top: 40px;
  }

  .mobile_run {
    display: none !important;
  }

  .dynamic_rightbox .dynamic_newslists li {
    padding: 10px 0;
  }

  .video_leftbox .other_info .text {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .dynamic_newslists .title {
    font-size: 13px;
  }

  .pagemain2 {
    padding: 24px 0px 66px 0px;
  }

  .pagenation .pagenation_btn {
    line-height: 44px;
  }

  .mobile_control {
    margin-top: 50px;
  }

  .dynamic-tag {
    margin-bottom: 10px;
  }

  .dynamic-leftbox .firstNews {
    height: auto;
    padding: 0px 0;
    border-bottom: 1px solid #cccccc;
  }

  .dynamic-leftbox .firstNews .img {
    width: 100%;
    margin-right: 0px;
  }

  .dynamic-leftbox .firstNews .content {
    width: 100%;
  }

  .dynamic-rightbox ul li {
    height: 48px
  }

  .dynamic-rightbox ul li a {
    padding: 12px 0;
    padding-left: 0px;
  }

  .dynamic-leftbox ul li {
    padding: 0px 0;
  }

  .dynamic-leftbox {
    padding-right: 0px;
  }

  .content .text {
    float: left;
    width: 75%;
  }
}

@media (min-width: 992px) and (max-width:1399px) {
  .dynamic_rightbox .dynamic_newslists li:last-child {
    display: none;
  }

  .dynamic_rightbox .dynamic_newslists li:nth-child(4) {
    border-bottom: 1px solid #e9e3e3;
  }

  .dynamic_rightbox .dynamic_newslists li:nth-child(5) {
    display: none;
  }

  .video_leftbox .other_info .title {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
  }
}

@media (min-width: 1440px) and (max-width:1599px) {
  .text .title {
    font-size: 16px;
    line-height: 26px;
  }

  .content .text {
    width: 75%;
  }

  .dynamic-leftbox ul li {
    padding: 18px 0;
  }
}

@media (min-width: 1200px) and (max-width:1439px) {
  .pagenation .pagenation_btn {
    line-height: 36px;
  }

  .text .title {
    font-size: 15px;
    line-height: 24px;
  }

  .content .text {
    width: 75%;
  }

  .dynamic-leftbox ul li {
    padding: 16px 0;
  }
}

@media (min-width: 1400px) and (max-width:1799px) {
  .dynamic_rightbox .dynamic_newslists li:last-child {
    display: none;
  }

  .dynamic_rightbox .dynamic_newslists li:nth-child(5) {
    border-bottom: 1px solid #e9e3e3;
  }

  .video_leftbox .other_info .title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
  }

  .dynamic_rightbox .dynamic_newslists li {
    padding: 12px 0;
  }

}

@media (min-width:1600px) {
  .text .title {
    font-size: 17px;
    line-height: 28px;
  }

  .content .text {
    float: left;
    width: 75%;
  }
}

@media (min-width: 1800px) {
  .dynamic_rightbox .dynamic_newslists li {
    padding: 15px 0;
  }
}