@charset "utf-8"; 
@font-face{
    font-family:icon;
    src: url('../js/iconfont.eot');
    src: url('../js/iconfont.eot?#iefix') format('embedded-opentype'),url('../js/iconfont.woff') format('woff'),url('../js/iconfont.ttf') format('truetype'),url('../js/iconfont.svg#iconfont') format('svg');
}
.xyls_tab {margin-top: 50px;}
.schooljj3 .cont .scroll-tab {
    position: relative;
    margin: auto;
    padding: 0 80px;
    width: calc(100% - 160px);
    margin-top: 10px;
}

.schooljj3 .cont .scroll-box {
    position: relative;
    overflow: hidden;
}

.schooljj3 .cont .scroll-track {
    display: table;
    white-space: nowrap;
    margin: 0 auto;
}

.schooljj3 .cont .scroll-item {
    display: inline-block;
    padding: 65px 120px 22px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    position: relative;
    color: #333;
    font-size: 20px;
}

.schooljj3 .cont .scroll-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgb(165,27,27,1);
    position: absolute;
    top: 30px;
    left: 0;
}

.schooljj3 .cont .scroll-item:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/schooljj5.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.schooljj3 .cont .scroll-item.cur:after {
    background: url(../images/schooljj5_1.png);
    width: 40px;
    height: 40px;
    top: 10px;
}
.schooljj3 .cont .scroll-item.cur{
    color: rgb(165,27,27,1);
}
.schooljj3 .cont .scroll-prev, .schooljj3 .cont .scroll-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(165,27,27,1);
    cursor: pointer;
    z-index: 1;
    font-family: icon;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
}

.schooljj3 .cont .scroll-prev {
    left: 0;
}

.schooljj3 .cont .scroll-next {
    right: 0;
}

.schooljj3 .cont .scroll-prev:before {
    content: '\e739';
}

.schooljj3 .cont .scroll-next:before {
    content: '\e738';
}

.schooljj3 .cont .disabled {
    opacity: 0.5;
    cursor: default;
}

.schooljj3 .cont .tab-item {
    display: none;
    padding: 40px 42px 40px 55px;
    border-top: 3px solid #a51b1b;
    background-color: #fff;
}

.schooljj3 .cont .tab-item.act {
    display: block;
}

.schooljj3 .cont .tab-cont {
    padding: 30px 0 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.schooljj3 .cont .tab-item .text {
    max-height: none;
    line-height: 1.5;
}
.schooljj3 .cont .tab-item .text,.schooljj3 .cont .tab-item .text p{
    font-size: 16px;
    line-height: 32px;
    margin: 10px 0;
    text-indent: 2em;
    color: #333;
    text-align: justify;
}

.schooljj3 .cont .tab-item .text .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #e6e6e6;
    width: 6px;
}

.schooljj3 .cont .tab-item .text .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #bb945c;
    width: 6px;
}