
.videolist_main {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 50px;
}

.swiper_2 {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0 !important;
}

.swiper_2 .swiper-slide {
    text-align: left !important;
    font-size: 1rem;
    /* Center slide text vertically */
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0;
    background: #ffffff;
}

.swiper_2 .swiper-slide a {
    width: 100%;
    height: 200px;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper_2 .swiper-slide p {
    width: 96%;
    height: 30px;
    line-height: 32px;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    font-weight: bold;
    color: #333333;
    text-align: left;
    margin: 5px 2%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper_2 .swiper-slide p img {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.video_list {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
    background-color: #ffffff;
}

.videolist_title {
    width: 94%;
    height: 30px;
    float: left;
    padding: 0 3%;
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px #F5F6FA solid;
}

.videolist_title img {
    width: auto;
    height: 20px;
    float: left;
    margin-top: 5px;
}

.videolist_title p {
    width: auto;
    line-height: 22px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 1.15rem;
    font-weight: bold;
    color: #001451;
    margin: 5px;
}

.video_list_box {
    width: 92%;
    height: auto;
    float: left;
    margin: 10px 4%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.video_box {
    width: 48%;
    height: auto;
    margin-bottom: 15px;
}

.video_pic {
    width: 100%;
    height: 100px;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.video_box p {
    width: 100%;
    height: 20px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

.video_box img {
    width: auto;
    height: 18px;
    float: left;
    margin-top: 1px;
    margin-right: 5px;
}

.video_box span {
    width: auto;
    height: 20px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 0.75rem;
    color: #999999;
    line-height: 20px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video_box span:last-child {
    float: right;
}


