@charset "UTF-8";
#indexPage {
  /* margin-top: 25px; */
}

.symbol {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/images/icon-videoCenter-arrowRight.png") no-repeat left;
  margin: 0 6px;
}

.videoTitle {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 24px;
  padding-top: 8px;
  height: 52px;
  overflow: hidden;
}

.newsCenterLeft {
  float: left;
  width: 811px;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  margin-top: 146px;
  padding-right: 60px;
}

.newsCenterLeft .page-title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}

.newsCenterLeft .newsList {
  margin-top: 40px;
}

.newsCenterLeft .newInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newsCenterLeft .newInfo .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsCenterLeft .newInfo .title:hover {
  color: #f70;
}

.newsCenterLeft .newInfo h4 {
  font-weight: normal;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #222;
  line-height: 35px;
}

.newsCenterLeft .newInfo .desc {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 18px;
  overflow: hidden;
}

.newsCenterLeft .newsItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin-top: 30px;
}

.newsCenterLeft .newsItem .caption {
  font-weight: normal;
  width: 720px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #222;
}

.newsCenterLeft .newsItem .date {
  font-size: 14px;
  color: #999999;
  font-weight: 300;
}

.newsCenterLeft .newsItem:first-child {
  margin-top: 0;
}

.newsCenterLeft .desc {
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 300;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.thumb {
  width: 257px;
  height: 190px;
  margin-right: 20px;
}

.thumb img {
  width: 257px;
  height: 190px;
  object-fit: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.thumb img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.newsCenterRight {
  float: left;
  width: 384px;
  margin-top: 160px;
}

.articleList {
  margin-bottom: 60px;
}

.articleList .link {
  margin-left: 40px;
  width: 140px;
  height: 32px;
  border: 1px solid #333333;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.articleList .link .icon-arrow-right {
  display: none;
}

.articleList .link:hover {
  border: 1px solid #f70;
  color: #f70;
}

.articleList .link:hover .icon-arrow-right {
  display: inline-block;
}

.articleList-header {
  padding-left: 40px;
  height: 44px;
  line-height: 44px;
}

.articleList-header .art-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
}

.articleList ul {
  padding-left: 60px;
  list-style: square;
  color: #f70;
}

.articleList ul li {
  margin-bottom: 28px;
}

.articleList ul a {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

.articleList ul a:hover {
  color: #f70 !important;
}

.card-item-main {
  width: 1200px;
  margin: 145px auto 0 auto;
  position: relative;
  min-height: 500px;
}

.card-item-main .card-item {
  text-align: center;
}

.card-item-main .card-item .card-item-list {
  margin-top: 52px;
  overflow: hidden;
}

.card-item-main .card-item .card-item-list .card-li {
  width: 387px;
  height: 380px;
  float: left;
  margin: 0 18px 20px 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.card-item-main .card-item .card-item-list .card-li:nth-child(3n) {
  width: 387px;
  float: left;
  margin-right: 0 !important;
}

.card-item-main .card-item .card-item-list .card-pic {
  width: 387px;
  height: 280px;
  overflow: hidden;
  text-align: center;
}

.card-item-main .card-item .card-item-list .card-pic img {
  width: 387px;
  height: 280px;
  object-fit: cover;
}

.card-item-main .card-item .card-item-list .card-box {
  padding: 20px;
}

.card-item-main .card-item .card-item-list .card-name {
  font-size: 16px;
  line-height: 28px;
  color: #222;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  text-align: left;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}

.card-item-main .card-item .card-item-list .card-name:hover {
  color: #f70;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.card-item-main .page-title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}

.card-item-main .sub-page-title {
  margin-top: 12px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.card-item-main .video-item-list {
  margin-top: 50px;
}

.card-item-main .video-item-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-item-main .video-item-list ul li {
  width: 585px;
  height: 430px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.card-item-main .video-item-list ul li .videoThumb {
  height: 330px;
}

.card-item-main .video-item-list ul li a:first-child {
  display: -webkit-inline-box;
  width: 100%;
  position: relative;
}

.card-item-main .video-item-list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-item-main .video-item-list ul li .card-box {
  padding: 20px;
  box-sizing: border-box;
}

.card-item-main .video-item-list ul li .card-name {
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  color: #222;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  text-align: left;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}

.card-item-main .video-item-list ul li .card-name:hover {
  color: #f70;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.videoCover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.4));
}

.videoCover span {
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  font-weight: 300;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 12px;
  z-index: 11;
}

.videoCoverHover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.videoCoverHover i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("/images/icon-newsCenter-play.png") no-repeat repeat;
  vertical-align: middle;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 12;
}

.videoList ul img {
  width: 100%;
  height: 100%;
}

/* 视频内容 */
.videiDetailPage-title {
  font-size: 36px;
  color: #222;
  margin: 25px 0 50px;
}

.video-js {
  width: 1200px;
}

.breadCrumb-small a {
  font-size: 16px;
  color: #222;
}

.breadCrumb-small span {
  font-size: 16px;
  color: #a0a0a0;
}

.breadCrumb-small .symbol {
  position: relative;
  top: 2px;
}

.video-js {
  margin: 0 auto;
}

.video-js .vjs-big-play-button {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.newsDetail-main {
  width: 720px;
  padding-right: 40px;
  border-right: 1px solid #eee;
  float: left;
  padding-top: 125px;
}

.newsDetail-main .newsDetailPage-title {
  font-size: 36px;
  line-height: 56px;
  color: #222;
  padding-top: 20px;
}

.newsDetail-main .newsDetailPage-date {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #a0a0a0;
  margin: 16px 0 36px;
}

.video-empty {
  width: 1200px;
  height: 430px;
  background: url("/images/videobg.png") no-repeat center center;
}

.newsContent {
  color: #222;
  font-size: 18px;
  padding-bottom: 30px;
  min-height: 500px;
}

.newsContent p {
  line-height: 40px;
  margin-bottom: 16px;
  text-indent: 40px;
}

.newsContent img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.videoDetail {
  padding-top: 145px;
}

#header {
  z-index: 9999;
}

.footer {
  margin-top: 0;
}

.bar-box {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
  z-index: 999;
}

.bar-box .item {
  color: #222;
}
