.webinar_banner {
    padding-top: 80px;
}
.banner_wrap {
    position: relative;
    width: 100%;
    height: 400px;
    background: #f5f5f5;
}
.banner_wrap .banner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    height: 100%;
}
.banner_wrap .bannerBox {
    padding: 115px 0 0 0px;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.banner_wrap .bannerBox .bannerTit {
    font-size: 64px;
    font-weight: 600;
}
.banner_wrap .bannerBox .bannerTit br {
    display: none;
}
.banner_wrap .bannerBox .bannerText {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.5;
}

/* selector */
.webBottom {
    margin-top: 95px;
}

.webBottom .notisort,
.webBottom i {
    transition: transform 0.05s linear;
}
.webBottom i {
    position: absolute;
    top: 12px;
    right: 10px;
    font-size: 24px;
    color: #7f7f81;
}
.webBottom i.rotate {
    transform: rotateZ(180deg);
}
/* learn project */
.webinar_project .section_inner {
    width: 100%;
    max-width: 1230px;
    margin: auto;
}
.webinar_project .section_inner .project_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.webinar_project .section_inner .project_wrap .project_box {
    width: 380px;
    min-height: 410px;
    border: 1px solid #b9b9b9;
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
}
.webinar_project .section_inner .project_wrap .project_box .text_box .p_txt_wrap{display: flex; justify-content: space-between; margin-top: 10px; font-size:14px; color:#969696;}
.webinar_project .section_inner .project_wrap .project_box .text_box .p_txt_wrap .date {display: inline-block;}
.webinar_project .section_inner .project_wrap .project_box .text_box .p_txt_wrap .views {display: inline-block; position: relative; padding-left: 22px;}
.webinar_project .section_inner .project_wrap .project_box .text_box .p_txt_wrap .views:before {content:''; width: 20px; height: 20px; position: absolute; left: 0; top: 50%; display: inline-block; background:url('../images/main/icon_view.png') no-repeat left center; background-size: 100% 100%; transform: translateY(-50%);}
.webinar_project .section_inner .project_wrap .project_box .p_img {
    width: 100%;
    height: 230px;
    background-position: center center;
    font-size: 0;
    text-indent: -1000px;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    background-size: cover;
}
.webinar_project .section_inner .project_wrap .project_box .text_box {
    padding: 0 30px 10px;
    border-radius: 0 0 5px 5px;
}
.webinar_project .section_inner .project_wrap .project_box .text_box .p_name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 28px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}
.webinar_project .section_inner .project_wrap .project_box .text_box .p_product {
    margin-top: 10px;
    font-size: 14px;
    color: #a3a3a3;
}
.webinar_project .section_inner .project_wrap .project_box .text_box .p_product span {
    display: inline-block;
    padding-right: 8px;
    margin-right: 5px;
    background: url("../images/main/bar_h13.png") no-repeat right center;
}
.webinar_project .section_inner .project_wrap .project_box .text_box .p_text {
    margin-top: 10px;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    height: 40px;
}
.webinar_project .section_inner .project_wrap .project_box .text_box .p_detail {
    margin-top: 30px;
    border-top: 1px solid #dddddd;
    font-size: 14px;
    color: #969696;
}
.webinar_project .section_inner .project_wrap .project_box .text_box .p_detail div {
    display: inline-block;
    padding: 8px 7px;
    margin-top: 10px;
    margin-right: 5px;
    background-color: #f3f3f3;
    border-radius: 3px;
}
.webinar_project .section_inner .project_wrap .project_box:hover .p_img {
    transform: scale(1.07);
}

/* more btn */

.more_btn {
    text-align: center;
    margin: 75px 0 115px 0;
}
.more_btn a {
    padding: 15px 40px;
    font-size: 16px;
    color: #fff;
    background-color: #2196f3;
    border-radius: 5px;
}
@media screen and (max-width: 1200px) {
    .webinar_banner {
        padding-top: 50px;
    }
    .banner_wrap .bannerBox {
        padding: 94px 30px 0 30px;
    }
    .webinar_banner .section_banner .banner_txt {
        padding: 40px 7.41% 0;
    }
    .webinar_project .section_inner .project_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .webBottom {
        width: 90%;
        margin: 95px auto 0;
    }
    .innerWrap {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1000px) {
    .banner_wrap .bannerBox {
        padding: 94px 30px 0 30px;
    }
    .banner_wrap .bannerBox .bannerTit {
        font-size: 46px;
    }
    .banner_wrap .bannerBox .bannerText {
        font-size: 14px;
    }

    .webinar_project {
        padding-top: 0px;
    }
    .webinar_project .section_inner {
        width: 92%;
    }
    .webinar_project .section_inner p br {
        display: none;
    }
    .webinar_project .section_inner .project_wrap .project_box {
        width: 100%;
    }
    .webinar_project .section_inner .project_wrap .project_box .text_box .p_name {
        font-size: 20px;
    }
    .webinar_project .section_inner .project_wrap .project_box .text_box .p_detail {
        margin-top: 20px;
        font-size: 11px;
    }
    .webinar_project .section_inner .part_btn {
        position: static;
        margin-top: 20px;
    }

    .webinar_category {
        margin-top: 50px;
    }
    .webinar_category .category_inner {
        width: 92%;
        padding-bottom: 16px;
    }
    .webinar_category .category_inner .category_con {
        display: block;
    }
    .webinar_category .category_inner .category_con:first-child .left_con {
        display: none;
    }
    .webinar_category .category_inner .category_con .left_con {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .banner_wrap .bannerBox .bannerTit {
        font-size: 44px;
    }
    .banner_wrap .bannerBox .bannerTit br {
        display: block;
    }
    .banner_wrap .bannerBox .bannerText {
        font-size: 14px;
    }
}

@media screen and (max-width: 425px) {
    .banner_wrap {
        height: 320px;
    }
    .banner_wrap .bannerBox {
        padding: 64px 30px 0 30px;
    }
    .banner_wrap .bannerBox .bannerTit {
        font-size: 40px;
    }
    .webBottom {
        width: 90%;
        margin: 55px auto 0;
    }
    .webinar_project .section_inner .project_wrap .project_box {
        height: auto;
        font-size: 18px;
        min-height: unset;
    }
    .webinar_project .section_inner .project_wrap .project_box .p_img {
        height: 160px;
    }
    .webinar_project .section_inner .project_wrap .project_box .text_box {
        padding: 0 20px 10px;
    }
    .webinar_project .section_inner .project_wrap .project_box .text_box .p_name {
        padding-top: 15px;
    }
    .webinar_project .section_inner .project_wrap .project_box .text_box .p_detail {
        margin-top: 15px;
    }
}
