.boshi_about{

}
.boshi_top{
    /* margin-top: 16px; */
}
.boshi_top ul li{
    float: left;
    display: block;
    height: 62px;
    line-height: 62px;
    letter-spacing: 3px;
    font-size: 14px;
    color: #999;
    padding-left: 12px;
    box-sizing: border-box;
}
/* .boshi_top ul li:first-child::before{
    content: "";
    width: 6px;
    height: 6px;
    background-color: red;
    top: 0px;
    left: 0px;
} */


/* 左侧部分 */
.boshi_about_left{
    width: 880px;
    padding: 16px 16px 32px 16px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    box-shadow: 2px 1.5px #999;
}
.boshi_about_tip ul{
   width: 896px;
}
.boshi_about_tip ul li{
    float: left;
    font-size: 16px;
    height: 32px;
    width: 200px;
    background-color: #e7e7e7;
    margin-right: 16px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}
.boshi_about_tip ul li.tab{
    background-color: #c4503e;
    color: #fff;
}
/* 左侧内容部分 */
.boshi_about_left .content{
    margin-top: 12px;
}
.content .content_jj{
    font-size: 14px;
    color: #232323;
    letter-spacing: 2px;
    line-height: 26px;
    text-align: justify !important;
}
.content .content_jj ul li{
    margin-top: 20px;
}
.content .content_jj ul li:first-child span{
    font-weight: normal;
    font-size: 14px;
    text-indent: 28px;
}
.content .content_jj ul li span{
    display: block;
    line-height: 34px;
    font-weight: 800;
    font-size: 16px;
}
.content .content_jj ul li i{
    font-weight: 800;
    font-size: 16px;
}
.boshi_about_left .content .qq{
    display: none;
}
.boshi_about_left .content .div_show{
    display: block;
}
/* .content .content_hj ul{
    width: 896px;
}
.content .content_hj ul li{
    float: left;
    height: 178px;
    width: 200px;
    margin-top: 30px;
    margin-right: 16px;
}
.content .content_hj ul li img{
    height: 150px;
    width: 200px;
}
.content .content_hj ul li span{
    display: block;
    height: 28px;
    line-height: 50px;
    width: 200px;
    font-size: 16px;
    letter-spacing: 2px;
} */
.content .content_ts ul li {
    font-size: 16px;
    color: #232323;
    margin-top: 24px;
    letter-spacing: 3px;
}
.content .content_ts ul li h3{
    font-size: 16px;
    color: #232323;
}
.content .content_ts ul li p{
    margin-top: 12px;
    line-height: 24px;
}
.content .content_lx ul{
    width: 914px;
}
.content .content_lx ul li{
    float: left;
    width: 260px;
    height: 195px;
    margin-top: 40px;
    margin-right: 34px;
    background-color: #f9e0e0;
    text-align: center;
    letter-spacing: 3px;
}
.content .content_lx ul li:first-child{
    background-color: #dcf3f2;
}
.content .content_lx ul li:last-child{
    background-color: #eaf3db;
}
.content .content_lx ul li i{
    margin-top: 34px;
    display: block;
    color: #c4503e;
    font-size: 34px;
}
.content .content_lx ul li p{
    margin-top: 16px;
    color: #666;
    font-size: 14px;
}
.content .content_lx ul li span{
    display: block;
    margin-top: 20px;
    font-size: 20px;
    color: #232323;
}
/* 右侧部分 */
.boshi_about_right{
    margin-left: 40px;
    letter-spacing: 2px;
}
.hot_course {
    padding: 20px 20px;
    background:rgba(248,248,248,1);
    box-shadow:1px 1px 3px 0px rgba(131,131,131,0.75);
    box-sizing: border-box;
}
.hot_course_tip{
    /* width: 280px;
    border-bottom: 1px solid #ccc; */
    font-size:24px;
    font-weight:bold;
    font-family:Microsoft YaHei;
    padding-bottom: 4px;
    box-sizing: border-box;
    color: #c4503a;
}
.hot_course_tip span:last-child{
    display: block;
    height: 4px;
    width: 60px;
    background-color: #c4503e;
    margin-top: 16px;
}
.hot_course .hot_course_content{

}
.hot_course .hot_course_content ul li{
    margin-top: 20px;
}
.hot_course .hot_course_content ul li a img{
    display: block;
    width: 240px;
    height: 180px;
}
.hot_course .hot_course_content ul li a span{
    display: block;
    width: 240px;
    height: 30px;
    font-size: 16px;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
