* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#navigation .navigation .navigationList .navigationItem a:nth-child(6) p {
  color: #4386db !important;
}
body.active {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .video {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    display: none;
  }
  .video .item {
    width: 60%;
    position: relative;
  }
  .video p {
    font-size: 50px;
    color: white;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 20;
  }
  .video video {
    width: 100%;
    display: block;
  }
  .video.active {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .videoList {
    width: 1200px;
    margin: 0 auto;
  }
  .videoList .listItem {
    width: 100%;
    height: 900px;
    display: flex;
    flex-wrap: wrap;
  }
  .videoList .listItem .item {
    width: 380px;
    height: 450px;
    cursor: pointer;
  }
  .videoList .listItem .item:nth-child(3n-1) {
    margin: 0 30px;
  }
  .videoList .listItem .item .img {
    width: 380px;
    height: 215px;
    position: relative;
  }
  .videoList .listItem .item .img > img:nth-child(1) {
    width: 380px;
    height: 215px;
  }
  .videoList .listItem .item .img > img:nth-child(2) {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 75px;
    left: 165px;
  }
  .videoList .listItem .item p:nth-child(2) {
    font-size: 14px;
    width: 85%;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #222222;
    height: 45px;
    margin-top: 20px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .videoList .listItem .item p:nth-child(3) {
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #aaaaaa;
    margin-bottom: 30px;
  }
  .videoList .listItem .item p:nth-child(4) {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #595757;
    width: 90%;
    height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .videoList .listItem .item > a {
    display: block;
    /* width: 92px;
	height: 30px;
	border: 1px solid rgba(133,133,133,0.7);
	border-radius: 2px; */
  }
  .videoList .listItem .item button {
    display: block;
    width: 92px;
    height: 30px;
    border: 1px solid rgba(133, 133, 133, 0.7);
    border-radius: 2px;
    background-color: white;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: #595757;
    outline: none;
    cursor: pointer;
  }
  .videoList .listItem .item.active button {
    background: #314a69;
    color: #ffffff;
  }
}
@media (max-width: 1199px) {
  .video {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 20;
    display: none;
  }
  .video .item {
    width:90%;
    position: relative;
  }
  .video p {
    font-size: 50px;
    color: white;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 20;
  }
  .video video {
    width: 100%;
    display: block;
  }
  .video.active {
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .videoList {
    margin: 0 auto;
	padding:0 15px;
  }
  .videoList .listItem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .videoList .listItem .item {
    width:calc(50% - 20px);
    cursor: pointer;
	margin:10px;
  }

  .videoList .listItem .item .img {


    position: relative;
  }
   .videoList .listItem .item .img > img:nth-child(1) {
       object-fit:cover;
       height:100%;
   }

  .videoList .listItem .item .img > img:nth-child(2) {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    top: 75px;
    left: 165px;
  }
  .videoList .listItem .item p:nth-child(2) {
    font-size: 14px;
    width: 85%;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #222222;
    margin-top:15px;
	margin-bottom:10px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .videoList .listItem .item p:nth-child(3) {
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #aaaaaa;
    margin-bottom:10px;
  }
  .videoList .listItem .item p:nth-child(4) {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #595757;
    width: 90%;
	margin-bottom:10px;
  }
  .videoList .listItem .item > a {
    display: block;
    /* width: 92px;
		height: 30px;
		border: 1px solid rgba(133,133,133,0.7);
		border-radius: 2px; */
  }
  .videoList .listItem .item button {
    display: block;
    width: 92px;
    height: 30px;
    border: 1px solid rgba(133, 133, 133, 0.7);
    border-radius: 2px;
    background-color: white;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 200;
    color: #595757;
    outline: none;
    cursor: pointer;
  }
  .videoList .listItem .item.active button {
    background: #314a69;
    color: #ffffff;
  }
}
@media (max-width:750px){
  .videoList .listItem .item {
    width:100%;
    margin:10px 0;
  }
}
