<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}
 .swiper-container {
       width: 568px;
    	height: 300px;
    }
   .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
  
a {
    color: #333;
    text-decoration: none;
}
.clear{
    clear: both;
}
.box{
    width: 1200px;
    margin: 0 auto 25px;
    padding-top: 15px;

}
.yhksp_top{
    background: #fff;
    padding-top: 15px;
    width: 865px;
}
.yhksp_top ul{
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-bottom: 20px;
}
.rmtjfont{
    color: #333;
    margin-right: 5px;
    padding: 0px 8px;
    border-left: 4px #F00 solid;
    padding-left: 10px;
    margin-left: 15px;
    font-weight: bold;
    
}
.yhksp_title_a{
    font-size: 16px;
    line-height: 26px;
    margin-left: 25px;
    float: left;
}
.active{
    color: #00cbbf;
    border-bottom: 2px solid #00cbbf;
    font-weight: bold;
}
.yhksp_title_a_r{
    float: right;
    line-height: 26px;
    margin-right: 15px;
}
.yhksp_con{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.yhksp_left{
	background:#fff;
}
.yhksp_left_one{
    width: 865px;
    margin-top: 15px;
    box-sizing: border-box;
   
}
.yhksp_left_one_flex{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	box-sizing: border-box;
	padding-left:15px;
}
.yhksp_right{
    width: 320px;
	height:715px;
    padding: 50px 0 0 15px;
    box-sizing: border-box;
	position:relative;
	margin-top: -60px;
	background:#fff;
}
.yhksp_right_a{
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 140px;
    display: block;
    float: left;
    text-align: center;
}
.on{
    color: #E60012;
}
.yhksp_right_con{
    width: 100%;
    margin-top: 15px;
	background: #fff;
	padding-top: 10px;
}
.yhksp_right_con_top{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	margin-top:5px;
}
.yhksp_right_con_top img{
    width: 120px;
}
.yhksp_right_con_box{
    width: 100%;
    height: 30px;
    background: url('images/video.jpg') top left no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    margin-top: 22px;

}
.yhksp_right_con_box a{
    margin-left: 15px;
    font-size: 14px;
    line-height: 46px;
}
.yhksp_right_con_box_a{
	font-size:16px;
	position:absolute;
	right:15px;
	bottom:25px;
	
}
.yhksp_left_one_hot{
    width: 535px;
    height: 300px;
    margin:0 15px 15px 0;
}
.yhksp_left_one_nm{
    width: 260px;
    height: 300px;
    margin: 0 15px 0 0;
	background:#fff;
    
}
.yhksp_left_one_nm:nth-child(1){
    margin-left: 15px !important;
}
.lessonImg{
    width: 100%;
}
.yhksp_left_one_nm_name{
    display: block;
    font-size: 18px;
    text-indent: 20px;
    width: 275px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 0;
    font-weight: bold;

}
.yhksp_left_one_nm_tag{
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 2px;
    padding: 2px 8px;
    font-size: 12px;
    color: #A6AEBA;
    cursor: pointer;
    margin-right: 12px;
}
.yhksp_left_one_nm p{
    margin-left: 20px;
}
.bottom_money{
    width: 250px;
    margin: 12px auto 0;
    border-top: 1px solid #f5f5f5;
}
.bottom_money a{
	display: block;
    width: 100px;
    height: 30px;
    background: #00cbbf;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5PX;
}
.bottom_money small {
    font-size: 22px;
    color: #F67640;
    line-height: 48px;
}
.bottom_money h5 {
    padding-top: 6px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    float: right;
}

.bottom_money h5 p {
    font-size: 12px;
    color: #A6AEBA;
}
.swiper img{
	width:100%;
}</pre></body></html>