* {
    padding: 0;
    margin: 0;
    list-style: none;
}

body,
html {
    width: 100%;
    height: 100%;
    width: 100%;
    overflow: auto;
}


@font-face {
    font-family: 'Source';
    src: url('../font/title.otf');
}
@font-face {
    font-family: 'PingFang';
    src: url('../font/pingfang.ttf');
}

#app {
    width: 100%;
    user-select: none;
}

#app .top {
    width: 100%;
}

#app .top img {
    width: 100%;
    display: block
}
.main .content{
    width: 100%;
    padding-bottom: 57px;
    background-image: url('../image/topImg.jpg');
    box-sizing: border-box;
    background-size:cover;
    background-repeat: no-repeat;
}
.main .message{
    width: 1200px;
    margin: 0 auto;
    padding-top: 38px;

}
.content .introduce,.lingjichu{
    width: 100%;
}
.content .title{
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    color: #081929;
    font-family: 'Source';
    padding-top: 35px;
}
/* .public-content{
    margin-top: 44px;
} */

.content .SmallTitle{
    font-size: 36px;
    font-family: "Source";
    font-weight: bold;
    color: #9C282B;
    display: flex;
    align-items: center;
    border-bottom: #9C282B 2px solid;
    padding-bottom: 10px;
    max-width: 634.8px;
}
.content .SmallTitle span{
    margin: 0px 7px ;
}
.content .textBox{
    display: flex;
    margin-top: 16px;
}
/*头部*/
.public-content{
    width: 1200px;
    height: 633px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
}
.public-content-introduction{
    display: flex;
    padding-top: 41px;
    padding-left:30px ;
    padding-right: 52px;
}
.public-content-introduction span{
    width: 18px !important;
    height: 18px !important;
    border: 4px solid #9C282B;
    border-radius: 50%;
    margin-top: 11px;
}
.public-content-introduction p{
    flex: 1;
    font-size: 30px;
    font-family: Source Han Serif CN;
    font-weight: 500;
    color: #081929;
    margin-left: 14px;
    line-height: 46px;
}
/* 零基础 */
.content .lingjichubgi{
    width: 1202px;
    height: 118px;
    background-image: url(../image/lingjichubgi.png);
    background-size: 100% 100%;
    font-size: 42px;
    font-family: 'Source';
    font-weight: 600;
    color: #FFFFFF;
    line-height: 128px;
    text-align: center;
    margin-top: 44px;
}


/* 主讲教师 */

.content .teacher{
    background-image: url(../image/teacherbgi.png);
    width: 1202px;
    height: 632px;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 58px 69px;
    margin-top: 37px;

}
.content .teacherTop{
    display: flex;
    justify-content: space-between;
}
.content .teacherTop .userImg{
    width: 243px;
    height: 316px;
    background: #FFF8F3;
    /* border: 1px solid #993023; */
    border-radius: 16px;
    flex-shrink: 0;
}
.content .teacherTop .userInfo{
    display: flex;
    flex-direction: column;
}
.content .teacherTop .userInfo .userName{
    font-size: 30px;
    font-family: 'PingFang';
    font-weight: bold;
    color: #333333;
    line-height: 32px;
}
.content .teacherTop .userInfo .userIntroduce{
    width: 779px;
    height: 96px;
    font-size: 20px;
    font-family: 'PingFang';
    font-weight: 400;
    color: #333333;
    line-height: 38px;
    margin-top: 31px;
    text-align: justify;
}

.content .teacherBottom{
    /* border: 1px springgreen solid; */
    margin-top: 45px;

}
.teacherBottom ul{
    display: flex;
    justify-content: space-evenly  ;
}
.teacherBottom ul li{
    /* border: 1px solid; */
    width: 120px;
    height: 120px;
}
.teacherBottom .teacherBor{
    width: 113px;
    height: 113px;
    background: #FAF0E9;
    border: 2px solid #9C282B;
    border-radius: 50%;
    position: relative;
}
.teacherBottom .teacherbor2{
    width: 113px;
    height: 113px;
    background: #FAF0E9;
    border: 2px solid #FAF0E9;
    border-radius: 50%;
    position: relative;
}
.teacherBottom .teacherBorErr{
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 24px solid #9C282B;
    position: absolute;
    top: -24px;
    left: 40%;
}
.teacherBottom .teacherBorErr2{
    width: 0;
    height: 0;
    position: absolute;
    top: -24px;
    left: 40%;
}
.teacherBottom .teacherName{
    width: 72px;
    height: 26px;
    background: #9C282B;
    font-size: 18px;
    font-family: 'PingFang';
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
.teacherBottom .teacherImg{
    width: 113px;
    height: 113px;
    /* border: 1px solid red; */
    position:absolute;
    top: 24px;
    left: -59px;
}
.teacherBottom .teacherImg2{
    width: 113px;
    height: 113px;
    /* border: 1px solid red; */
    position:absolute;
    top: 24px;
    left: -45px;
}
.teacherBottom .teacherName2{
    width: 72px;
    height: 26px;
 
    font-size: 18px;
    font-family: 'PingFang';
    font-weight: 500;
    color: #333;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
.old .oldImg{
    width: 1200px;
    /* border: 1px solid red; */
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.old .oldImg img{
    width: 577px;height: 291px;
    margin-bottom: 45px;
}
.content .liji{
    width: 1200px;
    display: flex;
    justify-content: center;
   margin-top: 30px;
   user-select:none;
   cursor:pointer;
}



.samlltitle{
    font-size: 34px;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #9C282B;
    display: flex;
    align-items: center;
}
.samlltitle span{
    margin: 0 9px;
}


/*表格*/
.content .message .table .classArrangement {
    user-select: none;
}
.content .message .table .classArrangement .detail{
    display: flex;
    margin-top: 21px;
}
.content .message .table .classArrangement .detail span{
    display: inline-block;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 31px;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #040000;
    border: 1px solid #502F20;
    border-bottom: none;
}
.content .message .table .classArrangement .stagetitle{
    height: 59px;
    line-height: 59px;
    display: flex;
    font-size: 31px;
    font-family: Source Han Serif CN;
    font-weight: 600;
    color: #040000;
    text-align: center;
    background-color: #f2e9e3;
}
.content .message .table .classArrangement .stagetitle span{
    border: 1px solid #502F20;
    border-bottom: none;
}
.content .message .table .classArrangement .left{
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    text-align: center;
    font-size: 31px;
    font-family: Source Han Serif CN;
    font-weight: 600;
    color: #323333;
    border: 1px solid #502F20;
    border-bottom: none;
    border-right: none;
}
.content .message .table .classArrangement .first{
    display: flex;
}
.content .message .table .classArrangement .first .leftone{
    width: 254px;
    display: flex;
    flex-direction: column;
    font-size: 31px;
    font-family: Source Han Serif CN;
    font-weight: 500;
    color: #040000;
}
.content .message .table .classArrangement .first .leftone span{
    border: 1px solid #502F20;
    border-bottom: none;
    border-right: none;
    padding-left: 27px;
    display: flex;
    align-items: center;
}
.content .message .table .classArrangement .first .right{
    flex: 1;
    display: flex;
    flex-direction: column;
    font-size: 31px;
    font-family: Source Han Serif CN;
    font-weight: 500;
    color: #040000;
}
.content .message .table .classArrangement .first .right span{
    padding-left: 21px;
    display: flex;
    align-items: center;
    border: 1px solid #502F20;
    border-bottom: none;
}


.content .message .table .quancheng {
    user-select: none;
}
.content .message .table .quancheng .detail{
    height: 70px;
    border: 1px solid #502f20;
    font-size: 34px;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #A31F1D;
    text-align: center;
    line-height: 70px;
    border-bottom: none;
}
.content .message .table .quancheng .banxing{
    display: flex;
    font-size: 32px;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #040000;  
}
.content .message .table .banxing span{
    border: 1px solid #502f20;
    border-bottom:none;
    display: flex;

}
.content .message .table .shoufei{
    user-select: none;
}
.content .message .table .shuoming{
    display: flex;
    font-size: 32px;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #040000;
}
.content .message .table .shuoming span{
    display: flex;
    border: 1px solid #502f20;
    border-bottom: none;
}


/* .ness li div p{
    font-size: 14px !important;
}
.fLink dd a{
    font-size: 14px !important;
} */

.shoufei .detail{
    height: 70px;
    border: 1px solid #502f20;
    font-size: 34px;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #A31F1D;
    text-align: center;
    line-height: 70px;
    border-bottom: none;
}
