/* 导航 */

.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 {
    width: 368px;
    height: 248px;
    position: relative;
    overflow: hidden;
    background: #e4f0fb;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video .center .upper li .img-box .img {
    height: 191px;
    transition: all 0.5s;
	object-fit: cover;
}
.video .center .upper li .img-box .imgsty{
    width: 100%;
    height: 100%;
}

.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_box{
    width: 368px;
    height: 132px;
    background-color: #f5f6f8;
    overflow: hidden;
}
.video .center .upper li .rubric {
    width: 368px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px 0 26px;
    box-sizing: border-box;
    margin: 30px 0 15px;

}
.video .rubric .date{
    width: 57px;
    height: 57px;
    background: #d50110;
    color:#ffffff ;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.video   .rubric .date h3{
    font-size: 22px;

}
.video   .rubric .date  p{
    font-size: 12px;
}
.video .rubic_r{
    width: 230px;
    color: #212224;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;

}
.video .center .rubric_box .more{
    color: #a1a1a1;
    font-size: 12px;
    width: 100%;
    text-align: right;
    display: block;
    padding-right: 32px;
    box-sizing: border-box;
}
.video .center .rubric_box .more span{
    letter-spacing: -2px;
}
.video .center .rubric_box .more:hover{
  color: rgb(232 14 14);
}