*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.mainBody{
    width: 100%;
    overflow: hidden;
}
.mainTop{
    width: 100%;
    height: 150px;
    background-image: url("../images/topBg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 15px 0;
}
.sizhengBox{
    width: 85%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.mainTopLeft{
    float: left;
    height: 70px;
    padding: 10px;
}
.mainTopRight{
    float: right;
    height: 50px;
    padding: 10px;
}
.mainTopLeftTitle1{
    display: inline-block;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    color: #be0108;
    margin-right: 20px;
    float: left;
}
.mainTopLogoBox{
    height: 60px;
    text-align: center;
}
.mainTopLeftTitle2{
    display: inline-block;
    font-size: 30px;
    color: #be0108;
    margin-right: 20px;
    line-height: 50px;
    float: left;
}
.mainTopLeftTitle3{
    font-size: 36px;
    color: #be0108;
    line-height: 60px;
    float: left;
    font-weight: bold;
    height: 60px;
    text-align: center;
    width: 100%;
}
.verticalPart1{
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    background: #be0108;
}
.verticalPart1TitleBox{
    width: 100%;
    height: 60px;
}
.verticalPart1Title{
    height: 50px;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.verticalPart1Sub{
    width: 10%;
    text-align: center;
    float: left;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 15px;
}
.verticalPart1Sub:hover{
    font-weight: bold;
}
.verticalPart1SubOnselect{
    background-color: #fff;
    color: #be0108;
    font-weight: bold;
}
.courseTypeBox{
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
}
.courseTypeItem{
    width: 21%;
    margin: 0 2%;
    padding: 10px;
    float: left;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.2);
}
.courseTypeItemInner{
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 10px;
}
.courseTypeItemInner div{
    width: 100%;
    text-align: center;
    color: #3061e1;
}
.courseTypeItemInnerImg{
    height: 100px;
}
.courseTypeItemInnerText1{
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    font-weight: bold;
}
.courseTypeItemInnerText2{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
.courseTypeItemInnerText3{
    height: 50px;
    line-height: 50px;
    font-size: 30px;
}
.courseTypeItemInnerText4{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}
.part2Title{
    width: 100%;
    height: 80px;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #0c3dbd;
    font-weight: bold;
}
.adPartBox{
    width: 100%;
    padding: 0 20px;
    height: 210px;
    margin-bottom: 30px;
}
.adPartItem{
    float: left;
    width: 29.33%;
    margin: 0 2%;
    height: 200px;
    border-radius: 15px;
    box-shadow: 2px 2px 12px 2px #ddd;
    cursor: pointer;
}
.adPartItemTitle{
    margin-top: 50px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.adPartItemSub{
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin-top: 10px;
}
.courseListTitle{
    width: 100%;
    padding: 0 calc(20px + 2%);
    height: 100px;
    margin-bottom: 30px;
}
.courseListTitle1{
    display: inline-block;
    float: left;
    height: 80px;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    color: #0c3dbd;
    font-weight: bold;
    margin-right: 50px;
}
.courseListTitleItem{
    display: inline-block;
    float: left;
    height: 80px;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    color: #3061e1;
    font-weight: bold;
    margin-left: 30px;
    padding: 0 20px;
    border-radius: 15px;
    cursor: pointer;
}
.courseListTitleItemSelected{
    border: 2px solid #0c3dbd;
    box-shadow: 1px 1px 6px 1px #ddd;
}
.conditionBox{
    width: 100%;
    padding: 0 calc(20px + 2%);
    margin-bottom: 20px;
}
.conditionWrap{
    width: 100%;
    overflow: hidden;
}
.conditionWrapTitle{
    width: 140px;
    float: left;
}
.conditionWrapSub{
    width: calc(100% - 140px);
    float: left;
}
.conditionWrap span{
    margin-right: 30px;
    font-size: 20px;
    line-height: 40px;
}
.conditionWrapSub span{
    cursor: pointer;
}
.courseList{
    width: 100%;
    padding: 10px calc(20px + 2%);
    overflow: hidden;
}
.courseItem{
    float: left;
    width: 29.33%;
    margin: 0 2%;
    border-radius: 15px;
    height: 380px;
    box-shadow: 1px 1px 12px 1px #ddd;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
}
.courseImgBox{
    width: 100%;
    height: 250px;
    background-color: aliceblue;
    position: relative;
}
.courseName{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px;
}
.courseInfo{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #aaa;
    padding: 0 20px;
    margin-top: 30px;
}
.courseImgBox img{
    width: 100%;
    height: 100%;
}
.jingpinke{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background: linear-gradient(to right, #f8a549, #fe0a26);
    color: #fff;
    border-radius: 5px;
}
.verticalPart2{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
.part3Title{
    width: 100%;
    height: 40px;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    color: #be0108;
    font-weight: bold;
}
.courseList2{
    width: 100%;
}
.courseItem2Left{
    width: 24%;
    float: left;
    height: 570px;
    background-color: #cc533d;
    margin: 0 1% 0 0;
    text-align: center;
}
.courseItem2Right{
    width: 24%;
    float: left;
    margin: 0 0 0 1%;
}
.courseItem2{
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}
.courseImgBox2{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;

}
.courseImgBox2 img{
    width: 100%;
    height: 100%;
}
.courseInfo2{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    opacity: 0.7;
    font-weight: bold;
}
.part3Sub{
    width: 100%;
    height: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
    color: #be0108;
    font-weight: bold;
}
.part3Sub span{
    color: #999;
    margin: 0 20px;
}
.verticalPart3{
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    background-color: #fff;
}
.verticalPart4{
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    background-color: #f7f8fd;
}
.courseInfo3{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.viewList{
    width: 100%;
    padding: 140px calc(20px + 2%) 50px;
    overflow: hidden;
}
.viewItem{
    width: 46%;
    margin: 0 2%;
    background-color: #ddd;
    border-radius: 15px;
    float: left;
    height: 400px;
    box-shadow: 1px 1px 12px 1px #ddd;
    position: relative;
    padding-top: 100px;
}
.viewCircle{
    width: 200px;
    height: 200px;
    border: 10px solid #f5f5f5;
    border-radius: 100px;
    margin: 0 auto;
    position: absolute;
    top: -120px;
    left: calc(50% - 100px);
}
.viewTitle{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}
.viewSub{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.schoolList{
    width: 100%;
    overflow: hidden;
    padding: 50px calc(20px + 2%);
}
.schoolItem{
    width: 23%;
    margin: 1%;
    float: left;
    border-radius: 10px;
    box-shadow: 1px 1px 12px 1px #ddd;
    height: 80px;
}
.lunboBox{
    width: 100%;
}
.lunboBox img{
    width: 100%;
}
.redBoxBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}
.redBoxBg img{
    width: 100%;
    height: 100%;
}
.noticeBox{
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin: 50px 0;
    padding: 50px;
    overflow: hidden;
}
.noticeLeft{
    float: left;
    width: 50%;
    overflow: hidden;
    padding: 0 20px;
}
.noticeRight{
    float: left;
    width: 50%;
    overflow: hidden;
    padding: 0 20px;
}
.noticeListTitle{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.noticeListTitleText{
    float: left;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: #be0108;
    border-left: 4px solid #be0108;
    padding-left: 5px;
    font-weight: bold;
}
.noticeListTitleMore{
    float: right;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #be0108;
    cursor: pointer;
}
.noticeItem{
    width: calc(100% - 50px);
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #eee;
    cursor: pointer;
    margin-left: 50px;
}
.noticeItemTitle{
    width: calc(100% - 100px);
    float: left;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.noticeItemTime{
    width: 100px;
    float: left;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #aaa;
    text-align: right;
}
.noticeItem.selectFirst{
    margin-left: 0;
    height: 60px;
}
.noticeItem.selectFirst .noticeItemFirstTime{
    display: block;
}
.noticeItem.selectFirst .noticeItemTitle{
    font-weight: bold;
}
.noticeItem.selectFirst .noticeItemTime{
    display: none;
}
.noticeItem:first-child{
    margin-left: 0;
    height: 60px;
}
.noticeItem:first-child .noticeItemFirstTime{
    display: block;
}
.noticeItem:first-child .noticeItemTitle{
    font-weight: bold;
}
.noticeItem:first-child .noticeItemTime{
    display: none;
}
.noticeItemFirst{
    width: 100%;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}
.noticeItemFirstTime{
    display: none;
    float: left;
    width: 40px;
    height: 60px;
    background-color: #be0108;
    color: #fff;
    margin-right: 10px;
    padding: 10px 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.noticeItemFirstTitle{
    width: calc(100% - 50px);
    float: left;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #eee;
    font-weight: bold;
}
.noticeItemFirstTime div{
    width: 100%;
    line-height: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold;
}
.lookMoreBig{
    display: inline-block;
    padding: 0 20px;
    border: 2px solid #fff;
    height: 40px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    margin: 290px auto;
}
.courseInfo2Left{
    width: calc(100% - 0px);
    float: left;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.courseInfo2Right{
    width: 100px;
    float: left;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    font-weight: normal;
    color: #999;
}
.resourceList{
    width: 100%;
    overflow: auto;
}
.resourceListInner{
    width: 2520px;
}
.resourceItem{
    width: 270px;
    float: left;
    margin-right: 10px;
    height: 270px;
    overflow: hidden;
}
.resourceItem2{
    width: 24%;
    float: left;
    margin-right: 1%;
    height: 270px;
    overflow: hidden;
    margin-bottom: 10px;
}
.resourceItem3{
    width: 24%;
    float: left;
    margin-right: 1%;
    height: 420px;
    overflow: hidden;
    margin-bottom: 10px;
}
.shifankeBtnBox{
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.shifankeBtn{
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 3px;
    font-weight: bold;
}
.anlikuBtn{
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    cursor: pointer;
    border-radius: 3px;
    margin: 0 3px;
    font-weight: bold;
}
.onelectsfkoralkbtn{
    background-color: #be0108;
    color: #fff;
    border: 1px solid #be0108;
}
.moreBox{
    width: 100%;
    height: 30px;
    overflow: hidden;
}
.more{
    float: right;
    display: inline-block;
    padding: 0 10px;
    color: grey;
    cursor: pointer;
}
.redBottom{
    width: 100%;
    height: 150px;
    background-color: #B5030A;
    color: #fff;
    margin-top: 50px;
    padding: 40px;
}
.redBottomLeft{
    text-align: center;
    width: 50%;
    height: 70px;
    float: left;
    border-right: 1px solid #ffd3d5;
}
.redBottomRight{
    width: 50%;
    height: 70px;
    float: left;
}
.redBottomText{
    float: none;
    color: #fff !important;
    vertical-align: middle;
}
.redBottomLeftTop{
    width: 100%;
    height: 50px;
    text-align: center;
}
.redBottomLeftBottom{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.redBottomRight1{
    padding-left: 150px;
    margin-bottom: 10px;
    font-size: 12px;
}
.redBottomRight1 img{
    width: 14px;
    height: 14px;
}
.contentMainBox{
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}
body{
    background: #f9f9f9;
}
.contentLeft{
    float: left;
    width: 18%;
    margin-right: 2%;
    overflow: hidden;
}
.leftNavTitle{
    width: 100%;
    height: 60px;
    background-color: #FFE2E3;
    color: #B0080E;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.leftNavList{
    width: 100%;
    background-color: #fff;
}
.leftNavItem{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    color: #B0080E;
    font-size: 20px;
    cursor: pointer;
}
.onselectNav{
    cursor: default;
    background-color: #B0080E;
    color: #fff;
}
.contentRight{
    width: 80%;
    float: left;
}
.breadBox{
    width: 100%;
    height: 62px;
    border-bottom: 2px solid #B0080E;
    padding: 10px;
}
.breadBox span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.breadBox .colorGrey{
    cursor: pointer;
}
.breadBox .colorGrey:hover{
    color: #B0080E;
    font-weight: bold;
}
.colorGrey{
    color: #999;
}
.docBox{
    width: 100%;
    padding: 20px;
    overflow: hidden;
    background-color: #fff;
}
.docBox table{
    width: 100%;
    table-layout: fixed;
}
.docBox th{
    height: 50px;
    font-weight: bold;
    background-color: #ffefef;
    font-size: 14px;
    text-align: center;
}
.docBox td{
    height: 50px;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
}
.docBox tr:nth-child(2n + 1) td{
    background-color: #f9f9f9;
}
.expContentItemTitle{
    width: 100%;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.expContentItemTitle div{
    display: inline-block;
    line-height: 30px;
    height: 24px;
    border-bottom: 7px solid #f8bcdb;
    font-weight: bold;
    font-size: 24px;
    padding-right: 10px;
    color: #333;
}
.expContentItemTxt{
    width: 100%;
    font-size: 20px;
    color: #555;
    padding-left: 10px;
    margin-bottom: 20px;
}
.docItem{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #eee;
    cursor: pointer;
}
.docItemTitle{
    width: calc(100% - 150px);
    float: left;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.docItemTime{
    width: 150px;
    float: left;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #aaa;
    text-align: right;
}
.redDot{
    color: #B0080E;
    font-weight: bold;
    font-size: 20px;
    margin-right: 5px;
}
.bigTitleBox{
    width: 100%;
    padding: 10px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}
.bigTitleBoxInner{
    display: inline-block;
    overflow: hidden;
}
.bigTitleBoxSub{
    width: 100%;
    text-align: center;
    color: #999;
    margin-bottom: 20px;
}
.bigTitleLeft{
    display: inline-block;
    float: left;
    width: 100px;
    height: 10px;
    background-image: linear-gradient(to right, #fff, #B0080E);
    margin-top: 10px;
    margin-right: 10px;
}
.bigTitleText{
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    font-size: 28px;
}
.bigTitleRight{
    display: inline-block;
    float: left;
    width: 100px;
    height: 10px;
    background-image: linear-gradient(to left, #fff, #B0080E);
    margin-top: 10px;
    margin-left: 10px;
}
.searchBox{
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.searchBox span{
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.searchBox input{
    width: 150px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 10px;
    margin-right: 10px;
}
.searchBox select{
    width: 150px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 10px;
}
.redBtn{
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #b4030b;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
}
.searchContent{
    width: 100%;
    overflow: hidden;
}
.searchContentLeft{
    float: left;
    width: 25%;
    margin-right: 2%;
    height: 600px;
    background-color: #f9f9f9;
    padding: 10px;
}
.searchContentRight{
    float: left;
    width: 73%;
    overflow: hidden;
}
.sizhengItem{
    float: left;
    width: 49%;
    height: 200px;
    margin-right: 1%;
    margin-bottom: 10px;
    cursor: pointer;
}
.sizhengItemLeft{
    width: 50%;
    float: left;
    height: 100%;
}
.sizhengItemLeft img{
    width: 100%;
    height: 100%;
}
.sizhengItemRight{
    width: 50%;
    float: left;
    height: 100%;
}
.sizhengTitle{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #b4030b;
    background-color: #ffe2e4;
    font-weight: bold;
}
.sizhengInfo{
    width: 100%;
    height: calc(100% - 30px);
    background-color: #f9f9f9;
    padding: 10px;
}
.sizhengInfo div{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sffsBigItem{
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.sffsBigItemTitle{
    height: 30px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
}
.sffsBigItemTitleText{
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: bold;
    color: #b4030b;
    background-color: #ffe2e4;
    font-size: 16px;
}
.redMore{
    color: #b4030b;
    float: right;
    cursor: pointer;
}
.sffsSmallItemBox{
    width: calc(100% - 50px);
    margin-left: 50px;
    border-left: 1px solid #ddd;
}
.sffsSmallItem{
    width: 100%;
    height: 30px;
    overflow: hidden;
    position: relative;
    left: -6.5px;
    cursor: pointer;
}
.sffsSmallItemRedDot{
    display: inline-block;
    color: #B0080E;
    font-weight: bold;
    font-size: 20px;
    margin-right: 5px;
    width: 20px;
    float: left;
    line-height: 30px;
    position: relative;
    top: -2px;
}
.sffsSmallItemTitle{
    display: inline-block;
    font-weight: bold;
    width: calc(100% - 125px);
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    font-size: 16px;
}
.sffsSmallItemDate{
    display: inline-block;
    width: 100px;
    float: right;
    text-align: right;
    color: #aaa;
    line-height: 30px;
    font-size: 16px;
}

.resourceList::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.resourceList::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background-color: #c2bdbd;
}
.resourceList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
    background-color: #eee;
}
