/*文章列表开始*/
.zyt_main {
    width: 100%;
    background-image: url(/assets/img/zyt_main.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*关于我们*/
.zyt_about {
    width: 100%;
    height: auto;
    padding: 4vw 0;
    box-sizing: border-box;
}

.zyt_about_box {
    width: 70vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.zyt_about_left {
    width: 45%;
}

.zyt_about_name {
    font-size: 1.8vw;
    color: #000;
}

.zyt_about_title {
    font-size: 0.8vw;
    line-height: 1.5vw;
    color: #000;
    margin: 1.5vw 0;
    text-align: justify;
}

.zyt_about_bottom a {
    font-size: 0.8vw;
    color: #000;
}

.zyt_about_bottom a:hover {
    color: #d19544;
}

.zyt_about_right {
    width: 45%;
    height: 15vw;
}

.zyt_about_right img {
    width: 100%;
    height: 100%;
}

/*视频课程*/
.zyt_video {
    width: 100%;
    margin-bottom: 2.5vw;
}

.zyt_video_box {
    width: 70vw;
    margin: auto;
}
.zyt_video_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zyt_video_top_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zyt_video_name {
    font-size: 1.8vw;
    color: #000;
}

.layui-tab-title {
   margin-left: 2vw;
}

.zyt_video_top_right {
    font-size: 0.9vw;
    color: #dddddd;

}
.newsList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.lesson {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.lessonBox {
    width: 32.5%;
    margin-right: 0.5vw;
    background-color: #fff;
    border: 0.1vw solid #dddddd;
    margin-top: 2vw;
}

.lessonBox a {
    display: block;
    width: 100%;
}

.lessonBox:nth-child(3n) {
    margin-right: 0;
}

.subject_top {
    width: 100%;
    position: relative;
}

.subject_img {
    width: 100%;
    height: 14vw;
    object-fit: cover;
}

.subject_img img {
    width: 100%;
    height: 100%;
}

.subject_icon {
    position: absolute;
    top: 6.5vw;
    left: 45%;
    width: 2.5vw;
    height: 2.5vw;
}

.subject_icon img {
    width: 100%;
    height: 100%;
}

.beijing {
    position: absolute;
    top: 0;
    width: 100%;
    height: 14vw;
    background-color: #0000005c;
    display: none;
}

.subject_bottom {
    width: 100%;
    padding: 1vw;
    box-sizing: border-box;
}

.subject_biaoti {
    width: 100%;
    margin-bottom: 1vw;
    display: flex;
    justify-content: space-between;
}
.subject_biaoti {
    font-size: 0.8vw;
    color: #000;
}
.vips {
    background-color: #dbb887;
    padding: 5px 8px;
    box-sizing: border-box;
    font-size: 12px;
    color: #141411;
    font-weight: 700;
    font-family: fangsong;
}

.free{
    background-color: #4bab4b;
    padding: 5px 8px;
    box-sizing: border-box;
    font-size: 12px;
    color: #ffffff;
    font-weight: 700;
    font-family: fangsong;
}

.durations {
    width: 100%;
    display: flex;
}

.duration_time, .record_num {
    font-size: 0.8vw;
    color: #000;
}

.duration_time:hover {
    font-size: 0.8vw;
    color: red;
}

.record_num {
    margin-left: 3vw;
}


.lessonBox_a:hover .beijing {
    display: block;
}

.newsBottom {
    width: 100%;
    margin-bottom: 2vw;
}

a:hover {
    color: inherit !important;
}

/*行业咨询*/
.zyt_article {
    width: 70vw;
    margin: auto;
}

.zyt_news {
    font-size: 1.8vw;
    color: #000;
    margin-bottom: 2.5vw;
}

.zyt_dus {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.zyt_art_list {
    width: 48%;
    margin-right: 4%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2vw;
}

.zyt_art_list:nth-child(2n) {
    margin-right: 0;
}


.zyt_art_left {
    width: 12%;
}

.zyt_arte_moon {
    font-size: 1.5vw;
    color: #000;
}

.zyt_arte_year {
    font-size: 1vw;
    color: #000;
    margin-top: 1vw;
}

.zyt_art_right {
    width: 85%;
}

.zyt_art_title {
    width: 100%;
    font-size: 0.9vw;
    color: #000;
    font-weight: bold;
}

.zyt_art_brief {
    width: 100%;
    font-size: 0.8vw;
    color: #7d7d7d;
    margin-top: 1vw;
    line-height: 1.5vw;
}

.layui-layer-title {
    text-align: center !important;
    padding: 0 !important;
   font-size: 1vw !important;
    font-weight: bold;
}
.layui-btn {
    background-color: #dbb887 !important;
}
.layui-form-item a {
    float: right;
}
