/* 中间内容轮播图样式 */
/*视频专栏图片*/
.wonderful-video .video_image img {
  width: 100%;
  height: 213.367px;
}

/*视频部分样式*/
.video-section {
  margin-top: 30px;
  padding: 25px 0 51px;
  background: rgb(236, 236, 236);
}

.swiper2 .swiper-slide {
  /* width: 32.5%; */
  width: 25%;
  overflow: hidden;
}

.swiper2 {
  width: 100%;
}

.swiper2 img {
  width: 100%;
  height: 197px;
  display: block;
}

.swiper3 .swiper-button-prev,
.swiper3 .swiper-button-next,
.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next {
  background-image: url(../image/9.png);
  background-color: rgba(0, 0, 0, .5);
  padding: 7px 0;
}

.swiper3 .swiper-button-prev,
.swiper2 .swiper-button-prev {
  left: 0;
  padding-right: 6px;
  background-position: left center;
}

.swiper3 .swiper-button-next,
.swiper2 .swiper-button-next {
  right: 0px;
  padding-left: 6px;
  transform: rotate(180deg);
  background-position: left center;
}

.swiper3 .swiper-button-next {
  right: 0;
}

/*视频部分左边样式*/
/* .video-section-left{
	width: 802px;
	float: left;
	overflow: hidden;
} */
.video-section-left-mainVideo {
  position: relative;
  width: 100%;
}

.video-section-left-mainVideo-img {
  display: block;
  overflow: hidden;
  position: relative;
}

.video-section-left-mainVideo-img img {
  width: 100%;
  height: 100%;
  transition: all 0.25s linear;
  object-fit: cover;
}

.video-section-left-mainVideo-img:hover img {
  transform: scale(1.1);
}

.video-section-left-mainVideo-img:hover+.play-icon {
  transform: scale(1.1);
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.25s linear;

}

/*.video-section-left-mainVideo-img{
	transition: all 0.25s linear;
}*/

/* .video-section-left-mainVideo-img:hover .play-icon{
	transform: scale(1.2);
} */
.video-section-left-mainVideo-title {
  width: 100%;
  color: rgb(113, 28, 150);
  background: rgb(216, 217, 211);
  box-sizing: border-box;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.video-section-list {
  position: relative;
  width: 100%;
  margin-top: 20px;
  background: rgb(216, 217, 211);
  overflow: hidden;
}

.video-section-list-item {
  position: relative;
  /*transition: transform 0.25s linear;*/
  /*float: left;
    width: 32.2%;*/
}

.video-section-list-item>a {
  display: block;
  position: relative;
}

.video-section-list-item img {
  transition: transform 0.25s linear;
}

.video-section-list-item:hover img {
  transform: scale(1.2);
}

/*.video-section-list-item:not(:first-child){
	margin-left: 13px;
}
.video-section-list-item-img{
	display: block;
	width: 100%;
	height: 197px;
}*/
.play-icon-sm {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin-left: -36px;
  margin-top: -36px;
}

.play-icon-sm img {
  width: 72px;
  height: 72px;
}

.video-list-mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  color: rgb(113, 28, 150);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}

.video-section-list-left,
.video-section-list-right {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 37px;
  height: 68px;
  margin-top: -34px;
  background-color: rgba(0, 0, 0, .5);
  background-image: url(../image/9.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 99;
}

.video-section-list-right {
  right: 0;
  transform: rotate(180deg);
}

.video-section-right {
  /* float: left;
    width: 394px;
    margin-left: 10px; */
  padding-left: 8px;
}

.video-section-right-item img {
  width: 100%;
  display: block;
}

.video-section-right-item p {
  width: 100%;
  color: rgb(113, 28, 150);
  text-align: center;
  box-sizing: border-box;
  background: rgb(216, 217, 211);
}

.video-section-right-item:nth-child(2) {
  margin-top: 20px;
}

/* 精彩视频样式 */
.new-media,
.school-media,
.school-newspaper {
  margin-top: 20px;
}

.wonderful-video .news-list-main-bottom-title-icon {
  background-image: url(../images/iocn1.png);
}

.wonderful-video-content {
  position: relative;
  margin-top: 18px;
  overflow: hidden;
}

.wonderful-video-img {
  width: 100%;
  height: 213.367px;
  display: block;
}

/*.wonderful-video-content a:nth-of-type(1) img{
	transition: transform .5s linear;
}
.wonderful-video-content a:nth-of-type(1) img{
	transform: scale(1.2);
}*/
.wonderful-video-content:hover .wonderful-video-img {
  transform: scale(1.2);
}

.wonderful-video-content:hover .wonderful-video-playIcon {
  transform: scale(1.2);
}

.wonderful-video-img,
.wonderful-video-playIcon {
  transition: transform .25s linear;
}

.wonderful-video-playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
}

.wonderful-video-des {
  padding: 20px 0;
  border-bottom: 1px dashed rgb(217, 217, 217);
}

/*视频列表页*/
.video-detail-content,
.video-list-content {
  min-height: 670px;
  background: #fff;
  margin-top: -2px;
}

.video-detail-content .container,
.video-list-content .container {
  padding-top: 0;
}

.video-list-content .news-list-sidebar {
  margin-right: 0;
}

.video-detail-content+.container {
  padding-right: 0;
}

.video-detail-right {
  /*float: left;
    width: calc(100% - 335px);*/
}

/*视频列表*/
.video-list-right ul {
  overflow: hidden;
}

.video-list-item {
  /*float: left;
    width: 32%;*/
  margin-top: 18px;
}

/*.video-list-item:not(:nth-of-type(3n + 1)){
	margin-left: 2%;
}*/
.video-section-list .col-md-4 {
  padding: 0;
}

.video-list-pic {
  position: relative;
  width: 100%;
  height: 186px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .video-list-pic {
    height: 100px;
  }

  .video-list-right ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.video-list-pic a:nth-of-type(1) img {
  transition: transform 0.25s linear;
  height: 186px;
}

.video-list-pic:hover a:nth-of-type(1) img {
  transform: scale(1.2);
}

.video-list-pic a:nth-of-type(2) img {
  transition: transform 0.25s linear;
}

.video-list-pic:hover a:nth-of-type(2) img {
  display: block;
  transform: scale(1.2);
}

.video-list-pic a {
  display: block;
  width: 100%;
}

.video-list-pic a img {
  width: 100%;
  object-fit: cover;
}

.video-list-pic a:nth-of-type(2) img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
}

.video-list-des {
  margin-top: 5px;
  line-height: 30px;
}

.video-list-des span {
  font-size: 14px;
}

@media (max-width: 576px) {
  .video-list-des {
    line-height: 24px;
  }

  .video-list-item {
    margin-top: 0px;
  }
}

.video-list-right .news-list-section-pagination {
  margin: 70px 0 52px;
}

/*视频详情页*/
.video-play-section {
  position: relative;
  margin-top: 20px;
}

.video-detail-content .container {
  padding-bottom: 50px;
}

.video-detail-right .change-article {
  margin-top: 39px;
}

.video-play-section-title {
  position: absolute;
  top: -19px;
  width: 100%;
  /*height: 37px;*/
  line-height: 37px;
  margin-top: 20px;
  padding-left: 10px;
  color: #fff;
  line-height: 35px;
  font-size: 18px;
  background: rgba(0, 0, 0, .5);
  z-index: 9999999;
}

#video {
  margin-top: 0 !important;
}

@media (max-width: 576px) {
  .video-play-section-title {
    font-size: 14px;
    line-height: 30px;
  }

  #video {
    height: 263px !important;
  }
}

.video-detail-content .news-list-sidebar {
  margin-right: 0;
}

.y-modal-title {
  font-size: 18px;
}

.modal-header .y-close {
  font-size: 33px;
  margin-top: -30px;
}

.y-form button:focus,
.y-form textarea:focus,
.y-form input:focus {
  outline: none;
  border-color: #ccc;
  box-shadow: 0 0 0 #fff;
  border-radius: 5px;
}

.y-form textarea {
  min-height: 70px;
}

.infonation-nav-list li:nth-of-type(2) p a:focus {
  outline: none;
  box-shadow: 0 0 0 #fff;
  border: none;
}

/*.campus-news-left .jSlider .slider-content{
	height: 470px;
}*/

.y-arrow-left,
.y-arrow-right {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  width: 31px;
  height: 45px;
  background-image: url(../image/9.png);
  background-color: rgba(0, 0, 0, .5);
  background-repeat: no-repeat;
}

.y-arrow-left {
  left: 0;
  padding-right: 6px;
  background-position: left center;
}

.y-arrow-right {
  padding: 7px 0;
  right: 0px;
  padding-left: 6px;
  background-image: url(../images/right.png);
}

/* 头部轮播图 */
.header-slideImg {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nav-target-one {
  height: auto;
}