/*隐藏轮播图*/
.zyt_banner {
    display: none;
}

.g-main{ width: 100%;
   
    background-repeat: no-repeat;
    background-size: 100% 100%; background-image: url(../picture/body_bg.jpg);}

/*文章列表开始*/
.zyt_main {
    width: 100%;
   
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.banner_img {
    width: 100%;
 
}

.banner_img img {
    max-width: 100%;
    height: auto;
}

/*视频*/
.newsrmation {
    width: 100%;
}

.InformationBox {
    width: 80vw;
    margin: auto;
}

.newsTop {
    width: 100%;
    text-align: center;
    font-size: 2vw;
    color: #000;
    font-weight: bold;
    padding: 1vw 0;
}

.newsCoent {
    width: 100%;
}

.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;
    border-radius: 8px;
}

.lessonBox a {
    display: block;
    width: 100%;
}

.lessonBox:nth-child(3n) {
    margin-right: 0;
}

.subject_top {
    width: 100%;
    position: relative;
}

.subject_img {
    width: 100%;
 
    object-fit: cover;
}

.subject_img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.subject_icon {
    position: absolute;
    top: 5.5vw;
    left: 45%;
    width: 3vw;
    height: 3vw;
}

.subject_icon img {
    width: 100%;
    height: 100%;
}



.beijing {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000005c;
    display: none;
    border-radius: 8px;
}

.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: 1vw;
    color: #000;
}


 

.vips {
    background-color: #dbb887;
    padding: 8px 12px;
    box-sizing: border-box;
    font-size: 16px;
    color: #141411;
    font-weight: 700;
    font-family: fangsong;
    border-radius: 8px;
}

.free{
   background-color: #0066ff;
    padding: 8px 12px;
    box-sizing: border-box;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    font-family: fangsong;
    border-radius: 8px;
}


.durations {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.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;
}

.layui-tab .layui-tab-title li {
    font-size: 1.5vw !important;
    line-height: 4vw !important;
    min-width: 15px !important;
    padding: 0 2vw !important;
}

.layui-tab .layui-tab-title {
    text-align: center;
    height: 4vw !important;
    border-color: #beb8b8;
}

.layui-tab-title .layui-this:after {
    height: 4vw !important;
}

.layui-laypage {
    width: 100%;
    text-align: center;
}

.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
    border: 1px solid #ffb800 !important;
}

.layui-laypage a:hover {
    color: #ffb800 !important;
}

.layui-laypage > a:last-child, .layui-laypage > a:last-child em {
    border-radius: 0 !important;
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: 2px solid #0066ff !important;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: #0066ff !important;
    font-weight: bold;
}

/* 视频保护：隐藏下载按钮 */
.video_conent video,
.video-content video,
.article-content video,
body video {
    pointer-events: auto;
}

/* 隐藏控制栏下载按钮 */
.video_conent video::-webkit-media-controls-enclosure,
.video-content video::-webkit-media-controls-enclosure,
.article-content video::-webkit-media-controls-enclosure,
body video::-webkit-media-controls-enclosure {
    display: none !important;
    -webkit-appearance: none !important;
}

/* 隐藏播放按钮区域 */
.video_conent video::-webkit-media-controls,
.video-content video::-webkit-media-controls,
.article-content video::-webkit-media-controls,
body video::-webkit-media-controls {
    display: none !important;
}

@media (max-width:768px){
	.vips {
	    background-color: #dbb887;
	    padding: 3px 6px;
	    box-sizing: border-box;
	    font-size: 14px;
	    color: #141411;
	    font-weight: 700;
	    font-family: fangsong;
	    border-radius: 8px;
	}
	
	.free{
	   background-color: #0066ff;
	    padding: 3px 6px;
	    box-sizing: border-box;
	    font-size: 14px;
	    color: #ffffff;
	    font-weight: 700;
	    font-family: fangsong;
	    border-radius: 8px;
	}
	.price-row { display:flex; align-items:center; gap:8px; margin-top:4px; }
	.record_num{ font-size:12px; color:#999;}
}