/* 轮播 */

.carousel {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.carousel img {
    width: 100%;
    height: 100%;
    
}

/* 导航 */

.navigate {
    background: #ffffff;
    border-bottom: 1px solid #dcdcdc;
}

.navigate .center {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
}

.navigate .center img {
    margin-right: 6px;
}

.navigate .center a {
    color: #333333;
}

.navigate .center span {
    margin: 0 6px;
}

/* 视频动态 */

.video {
    background: #ffffff;
}

.video .center {
    width: 1200px;
    margin: 0 auto;
    padding: 46px 0 96px 0;
}

.video .center .upper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 85px;
}

.video .center .upper li {
    position: relative;
    cursor: pointer;
    width: 372px;
    margin-top: 50px;

    margin-left: 42px;
}

.video .center .upper li:nth-child(1) {
    margin-top: 0;
}

.video .center .upper li:nth-child(2) {
    margin-top: 0;
}

.video .center .upper li:nth-child(3) {
    margin-top: 0;
}

.video .center .upper li:nth-child(3n+1) {
    margin-left: 0;
}

.video .center .upper li .img-box {
    position: relative;
    overflow: hidden;
}

.video .center .upper li .img-box .img {
    width: 100%;
    height: 226px;
    transition: all 0.5s;
	object-fit: cover;
}

.video .center .upper li .img-box .img:hover {
    transform: scale(1.2);
}

.video .center .upper li .img-box .play {
    width: 52px;
    height: 52px;
    position: absolute;
    right: 33px;
    bottom: 22px;
}

.video .center .upper li .rubric {
    padding: 0 32px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    background: #4cadff;
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video .center .below {}<!--0.00020885467529297-->