.database_banner {
    position: relative;
    z-index: 1;
}

#iconDiv1 {
    display: none;
}

.lsc_syzl .list_wrap.greenBg .list .top .btn_wrap .btn {
    border: 1px solid #1bbc9b;
}

.lsc_syzl .list_wrap.greenBg .list .top .btn_wrap .preview_btn {
    background: #fff;
    color: #1bbc9b;
}

.lsc_syzl .list_wrap.greenBg .list .top .btn_wrap .download_btn {
    background: #1bbc9b;
    color: #fff;
}

.lsc_title_big .tit small {
    color: #666;
    font-size: 18px;
    font-weight: normal;
}

.lsc_popFormCon .popForm .lsc_form_common p.apply_tip {
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 10px;
    float: left;
    width: 100%;
}

/*头部表单*/
.lsc_sub_info {
    position: relative;
}

.lsc_sub_from {
    background: var(--Colour);
    border: 1px solid #71d2b3;
    border-radius: 10px;
    width: 313px;
    height: 353px;
    box-shadow: 0 0 10px 2px var(--Colour);
    padding: 0px 11px 0 30px;
    position: absolute;
    top: 21px;
    right: 38px;
    margin: 0 auto;
    z-index: 9;
}

.lsc_sub_from h5.tit {
    font-size: 22px;
    color: #eef8d5;
    line-height: 27px;
    margin: 35px auto 15px;
}

.lsc_sub_from h5.tit p {
    font-size: 28px;
}

.lsc_sub_from h5.tit p span {
    color: #fce56e;
}

.lsc_sub_from .lsc_form_common .input {
    margin: 10px 0;
    width: 267px;
    height: 16px;
    color: #999;
    padding: 12px;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
}

.lsc_sub_from .lsc_form_common .SmsCode {
    width: 145px;
}

.lsc_sub_from .lsc_form_common .SmsCodeBtn {
    background: #fbe56e;
    border-radius: 5px;
    color: #574a0d;
    width: 115px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    float: right;
    margin-right: 20px;
}

.lsc_sub_from .btn {
    padding-left: 95px;
    width: 198px;
    margin: 10px 0 0;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color: #574a0d;
    font-weight: bold;
    background: linear-gradient(#fcf282, #fcbd31);
    border-radius: 5px;
    position: relative;
}

.lsc_sub_from .btn::after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    top: 8px;
    left: 62px;
    background: url(../img/folderSprite.png) no-repeat 0px -190px;
}

.lsc_sub_from .btn:hover {
    background: #fcf06c;
}

.lsc_sub_from .btn:hover::after {
    background-position-x: -60px;
}

.lsc_sub_from .btn.unlock::after {
    background-position-x: -60px;
}

/*留学手册*/
.lsc_newshouce .lsc_title_big {
    margin: 20px 0 10px;
}

.lsc_newshouce .swiper {
    padding: 20px 5px 10px;
    width: 1190px;
}

.lsc_newshouce .swiper-slide {
    width: 230px;
    margin-right: 10px;
    border-radius: 20px;
    overflow: hidden;
    float: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.lsc_newshouce .swiper-slide:last-child {
    margin-right: 0px;
}

.lsc_newshouce .swiper-slide .handbookImg_wrap {
    width: 232px;
    height: 175px;
    position: relative;
    overflow: hidden;
}

.lsc_newshouce .swiper-slide .handbookImg_wrap img {
    width: 100%;
}

.lsc_newshouce .swiper-slide .handbookImg_wrap .dec_wrap {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 45px 18px 0 18px;
    box-sizing: border-box;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.lsc_newshouce .swiper-slide .handbookImg_wrap .dec_wrap .preview_btn {
    width: 59px;
    padding-left: 57px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    background: #43bc9a;
    color: #fff;
    font-size: 14px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.lsc_newshouce .swiper-slide .handbookImg_wrap .dec_wrap .preview_btn::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 6px;
    left: 32px;
    background: url(../img/folderSprite.png) no-repeat 0px -60px;
}

.lsc_newshouce .swiper-slide .handbookImg_wrap .dec_wrap .preview_btn:hover {
    background: #0b8d68;
}

.lsc_newshouce .swiper-slide .handbookImg_wrap .dec_wrap .download_btn {
    width: 59px;
    padding-left: 57px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    background: #f39800;
    color: #fff;
    font-size: 14px;
    position: relative;
    display: block;
    margin: 10px auto 0;
}

.lsc_newshouce .swiper-slide .handbookImg_wrap .dec_wrap .download_btn::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 6px;
    left: 32px;
    background: url(../img/folderSprite.png) no-repeat 0px -120px;
}

.lsc_newshouce .swiper-slide .handbookImg_wrap .dec_wrap .download_btn:hover {
    background: #d68800;
}

.lsc_newshouce .swiper-slide .handbookImg_wrap .dec_wrap .download_btn.active {
    margin-top: 20px;
}

.lsc_newshouce .swiper-slide .handbookImg_wrap .dec_wrap p {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.lsc_newshouce .swiper-slide .handbookImg_wrap .dec_wrap p i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/folderSprite.png) no-repeat 0px -40px;
    top: 10px;
    position: relative;
}

.lsc_newshouce .swiper-slide .handbookImg_wrap .dec_wrap p b {
    color: #f39800;
}

.lsc_newshouce .swiper-slide .handbookTxt {
    height: 72px;
    border: 1px solid #e7e7e7;
    padding: 12px 0 14px;
    border-radius: 0 0 20px 20px;
    background: #fff;
}

.lsc_newshouce .swiper-slide .handbookTxt b {
    font-size: 16px;
    display: block;
    text-align: center;
    padding-bottom: 6px;
}

.lsc_newshouce .swiper-slide .handbookTxt ul {
    padding: 0 25px;
}

.lsc_newshouce .swiper-slide .handbookTxt ul li {
    float: left;
    color: #666;
    font-size: 14px;
    padding: 3px 0 3px 12px;
    position: relative;
    width: 75px;
}

.lsc_newshouce .swiper-slide .handbookTxt ul li::after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    background: url(../img/folderSprite.png) no-repeat -20px -40px;
}

.lsc_newshouce .swiper-slide:hover {
    box-shadow: 0 0 5px 2px #dadada;
    margin-top: -5px;
    margin-bottom: 5px;
}

.lsc_newshouce .swiper-slide:hover .dec_wrap {
    left: 0;
}

.lsc_newshouce .swiper-button {
    width: 15px;
    height: 15px;
    background: url(../img/folderSprite.png) no-repeat 0px -20px;
    top: 0;
    margin-top: 0;
    opacity: 1;
    display: none;
}

.lsc_newshouce .swiper-button-next {
    right: 0;
    background-position: -20px -20px;
}

.lsc_newshouce .swiper-button.swiper-button-next.swiper-button-disabled {
    background-position: -20px -1px;
}

.lsc_newshouce .swiper-button-prev {
    right: 25px;
    left: auto;
    background-position: 0 -20px;
}

.lsc_newshouce .swiper-button.swiper-button-prev.swiper-button-disabled {
    background-position: 0 -1px;
}

.lsc_newshouce .swiper-container-shouce .swiper-button-prev:after,
.lsc_newshouce .swiper-container-shouce .swiper-button-next:after {
    display: none;
}

/*留学规划精品讲座*/
.lsc_newjiangzuo .lsc_title_big {
    margin: 50px 0 20px;
}

.lsc_newjiangzuo .lsc_title_big .td_tab {
    float: right;
    padding: 0 0 0 0;
}

.lsc_newjiangzuo .list_wrap {
    display: none;
}

/*视频*/
.activityVideo {
    width: 232px;
    float: left;
    margin-right: 10px;
    border-radius: 20px 20px 19px 19px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    background-color: #fff;
}

.activityVideo:last-child {
    margin-right: 0px;
}

.activityVideo .activityTop {
    position: relative;
    height: 175px;
    overflow: hidden;
}

.activityVideo .activityTop::after {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/folderSprite.png) no-repeat -60px 0px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.activityVideo .activityTop img {
    width: 100%;
    height: 100%;
}

.activityVideo .activityBot {
    height: 66px;
    border: 1px solid #e7e7e7;
    padding: 16px 20px;
    border-radius: 0 0 20px 20px;
}

.activityVideo .activityBot h3 {
    height: 38px;
    font-size: 14px;
    line-height: 19px;
    color: #333;
    font-weight: normal;
}

.activityVideo .activityBot p {
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    text-align: right;
    padding-top: 5px;
}

.activityVideo .activityBot p i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/folderSprite.png) no-repeat 0px -40px;
    top: 10px;
    position: relative;
}

.activityVideo .activityBot p span {
    color: #f39800;
}

.activityVideo:hover {
    box-shadow: 0 0 5px 2px #dadada;
    margin-top: -5px;
    margin-bottom: 5px;
}

.activityVideo .activityTop:hover::after {
    top: -10px;
}

/* 预览资料与下载资料 */
.lsc_pop_trial_reading_wrap {
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: none;
}

.lsc_pop_trial_reading_wrap .trial_reading {
    width: 35%;
    height: 95.6%;
    width: 70vh;
    height: 95.6vh;
    overflow: hidden;
}

.lsc_pop_trial_reading_wrap .trial_reading .swiper-container {
    width: 100%;
    height: 100%;
}

.lsc_pop_trial_reading_wrap .trial_reading .swiper-container img {
    width: 100%;
    height: 100%;
}

.lsc_pop_trial_reading_wrap .trial_reading .swiper-container .close {
    position: absolute;
    background: url(../img/close_blue.png) no-repeat center top;
    display: block;
    width: 25px;
    height: 25px;
    top: 20px;
    right: 20px;
    z-index: 1003;
    cursor: pointer;
}

.lsc_pop_trial_reading_wrap .trial_reading .swiper-form {
    height: auto;
}

.lsc_pop_trial_reading_wrap .trial_reading .swiper-form .lsc_form_wrap {
    width: 338px;
    height: 445px;
    background: #fff;
    border-radius: 20px;
    padding: 0 43px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.lsc_pop_trial_reading_wrap .trial_reading .swiper-form .lsc_form_wrap::before {
    content: '';
    width: 163px;
    height: 155px;
    background: url(../img/trial_reading_bg.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: -40px;
    right: 0;
    margin: auto;
}

.lsc_pop_trial_reading_wrap .trial_reading .swiper-form .lsc_form_wrap h6 {
    font-size: 24px;
    color: #333333;
    line-height: 34px;
    margin: 98px 0 15px;
}

.lsc_pop_trial_reading_wrap .trial_reading .swiper-form .lsc_form_wrap .input {
    width: 292px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    float: inherit;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    padding: 0 0 0 46px;
    background: #fff url(../img/form_icon_gray.png) no-repeat 15px -20px;
    ;
}

.lsc_pop_trial_reading_wrap .trial_reading .swiper-form .lsc_form_wrap .Phone {
    background-position: 15px -20px;
}

.lsc_pop_trial_reading_wrap .trial_reading .swiper-form .lsc_form_wrap .SmsCode {
    width: 154px;
    background-position: 15px -150px
}

.lsc_pop_trial_reading_wrap .trial_reading .swiper-form .lsc_form .SmsCodeBtn {
    float: right;
    width: 130px;
    height: 44px;
    line-height: 44px;
    margin-right: 0;
    border-radius: 5px;
    background: #eeeeee;
    font-size: 16px;
    color: #9a9a9c;
    text-align: center;
}

.lsc_pop_trial_reading_wrap .trial_reading .swiper-form .lsc_form_wrap .btn {
    width: 340px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    -webkit-animation: none;
    animation: none;
    background: linear-gradient(to right, #72cab2 0%, #5ab0a3 50%, #3f9593 100%);
}


/* 下载资料 */
.lsc_pop_lqzl_form {
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.lsc_pop_lqzl_form .lsc_popFormCon {
    display: block;
}

.lsc_pop_lqzl_form .lsc_popFormCon .popForm h6 {
    padding: 66px 0 30px 0;
}

.lsc_pop_lqzl_form .lsc_popFormCon .lsc_form_common_new .SmsCode {
    width: 198px;
    height: 42px;
    background-position: 7px -128px;
}

.lsc_pop_lqzl_form .lsc_popFormCon .lsc_form_common_new .SmsCodeBtn {
    width: 130px;
    height: 42px;
    float: right;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #9a9a9c;
    background: #eeeeee;
    border-radius: 10px;
}

.lsc_pop_lqzl_form .lsc_popFormCon .lsc_form_common_new .SmsCodeBtn.active {
    background: #f39200;
    color: #fff;
}

/* 观看视频 */
.lsc_pop_video_wrap {
    background: rgba(0, 0, 0, 0.75);
    z-index: 9999;
    display: none;
    cursor: auto;
}

.lsc_pop_video_wrap .video_wrap {
    width: 800px;
    height: 800px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 800px;
}

.lsc_pop_video_wrap .video {
    vertical-align: middle;
    display: inline-block;
}

.lsc_pop_video_wrap .close {
    width: 50px;
    height: 50px;
    background: url(../img/close_white.png) no-repeat center center;
    background-size: 50px;
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
}

/*学术Demo课*/
.lsc_newxueshu .lsc_title_big {
    margin-bottom: 20px;
}

.lsc_newxueshu .learning .list {
    width: 233px;
    height: 330px;
    background: #fff url(../img/curriculum_lg.png) no-repeat right top;
    color: #333;
    float: left;
    margin-right: 8px;
    float: left;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.lsc_newxueshu .learning .list:last-child {
    margin-right: 0;
}

.lsc_newxueshu .learning .list h4 {
    margin: 0 15px;
    padding: 20px 5px 0;
    height: 66px;
    line-height: 66px;
    border-bottom: 1px dashed #d6d6d6;
}

.lsc_newxueshu .learning .list h4 a {
    color: #333;
}

.lsc_newxueshu .learning .list h4 .EN {
    font-size: 14px;
    color: #999;
    display: block;
}

.lsc_newxueshu .learning .list h4 .CH {
    font-size: 20px;
    /* display: block; */
}

.lsc_newxueshu .learning .list dl {
    font-size: 14px;
    margin: 15px 20px;
}

.lsc_newxueshu .learning .list dt {
    padding: 0 0 0px 15px;
    line-height: 32px;
    background: url(../img/more8.png) no-repeat left center;
    background-size: 8px;
}

.lsc_newxueshu .learning .list dd {
    line-height: 20px;
}

.lsc_newxueshu .learning .list dd span {
    color: #405d88;
}

.lsc_newxueshu .learning .list .center .video {
    position: relative;
    height: 100%;
}

.lsc_newxueshu .learning .list .center .video::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/folderSprite.png) no-repeat -60px -40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.lsc_newxueshu .learning .list .center .video img {
    width: 192px;
    height: 102px;
    border-radius: 10px;
}

.lsc_newxueshu .learning .list:hover {
    box-shadow: 0 0 5px 2px #dadada;
    margin-top: -5px;
    margin-bottom: 5px;
}

.lsc_newxueshu .learning .list:hover .center .video::after {
    top: -10px;
}

/*就业指导*/
.lsc_newzhidao .lsc_title_big {
    margin-bottom: 20px;
}

.lsc_newzhidao .employmentGuide .fl {
    width: 726px;
}

.lsc_newzhidao .employmentGuide .fl img {
    float: left;
    width: 353px;
    height: 135px;
    margin-right: 10px;
    border-radius: 20px 20px 19px 19px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.lsc_newzhidao .employmentGuide .fl img:nth-of-type(1),
.lsc_newzhidao .employmentGuide .fl img:nth-of-type(2) {
    margin-bottom: 9px;
}

.lsc_newzhidao .employmentGuide .fl img:hover {
    box-shadow: 0 0 5px 2px #dadada;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.lsc_newzhidao .employmentGuide .fr {
    width: 474px;
}

/*小语种*/
.lsc_newxyz .lsc_title_big {
    margin: 60px 0 10px;
}

.lsc_newxyz .lsc_title_big .tab_wrap {
    float: right;
}

.lsc_newxyz .list_wrap {
    display: none;
}

.lsc_newxyz .swiper-container {
    padding: 20px 5px 10px;
    width: 1190px;
    z-index: 9;
}

.lsc_newxyz .swiper-container.active {
    z-index: 999;
    position: static;
}

.lsc_newxyz .swiper-container.active .swiper-wrapper {
    position: static;
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
    -o-transform: inherit !important;
    -ms-transform: inherit !important;
    transform: inherit !important;
}

.lsc_newxyz .swiper-container.active .swiper-slide {
    position: static;
}

.lsc_newxyz .swiper-container.active .swiper-button {
    display: none !important;
}

.lsc_newxyz .swiper-slide {
    width: 230px;
    float: left;
    margin-right: 10px;
    border-radius: 20px 20px 19px 19px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.lsc_newxyz .swiper-slide:last-child {
    margin-right: 0px;
}

.lsc_newxyz .swiper-slide .handbookImg_wrap {
    width: 232px;
    height: 175px;
    position: relative;
    overflow: hidden;
}

.lsc_newxyz .swiper-slide .handbookImg_wrap img {
    width: 100%;
}

.lsc_newxyz .swiper-slide .handbookImg_wrap .dec_wrap {
    position: absolute;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 45px 18px 0 18px;
    box-sizing: border-box;
}

.lsc_newxyz .swiper-slide .handbookImg_wrap .dec_wrap .preview_btn {
    width: 59px;
    padding-left: 57px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    background: #43bc9a;
    color: #fff;
    font-size: 14px;
    position: relative;
    display: block;
    margin: 0 auto;
}

.lsc_newxyz .swiper-slide .handbookImg_wrap .dec_wrap .preview_btn::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 6px;
    left: 32px;
    background: url(//liuxue.xdf.cn/image/database/folderSprite.png) no-repeat 0px -60px;
}

.lsc_newxyz .swiper-slide .handbookImg_wrap .dec_wrap .preview_btn:hover {
    background: #0b8d68;
}

.lsc_newxyz .swiper-slide .handbookImg_wrap .dec_wrap .download_btn {
    width: 59px;
    padding-left: 57px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    background: #f39800;
    color: #fff;
    font-size: 14px;
    position: relative;
    display: block;
    margin: 8px auto 0;
}

.lsc_newxyz .swiper-slide .handbookImg_wrap .dec_wrap .download_btn.active {
    margin-top: 20px;
}

.lsc_newxyz .swiper-slide .handbookImg_wrap .dec_wrap .download_btn::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 6px;
    left: 32px;
    background: url(//liuxue.xdf.cn/image/database/folderSprite.png) no-repeat 0px -120px;
}

.lsc_newxyz .swiper-slide .handbookImg_wrap .dec_wrap .download_btn:hover {
    background: #d68800;
}

.lsc_newxyz .swiper-slide .handbookImg_wrap .dec_wrap p {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.lsc_newxyz .swiper-slide .handbookImg_wrap .dec_wrap p i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(//liuxue.xdf.cn/image/database/folderSprite.png) no-repeat 0px -40px;
    top: 10px;
    position: relative;
}

.lsc_newxyz .swiper-slide .handbookImg_wrap .dec_wrap p b {
    color: #f39800;
}

.lsc_newxyz .swiper-slide .handbookTxt {
    height: 72px;
    border: 1px solid #e7e7e7;
    padding: 12px 0 14px;
    border-radius: 0 0 20px 20px;
    background: #fff;
}

.lsc_newxyz .swiper-slide .handbookTxt b {
    font-size: 16px;
    display: block;
    text-align: center;
    padding-bottom: 6px;
}

.lsc_newxyz .swiper-slide .handbookTxt ul {
    padding: 0 25px;
}

.lsc_newxyz .swiper-slide .handbookTxt ul li {
    float: left;
    color: #666;
    font-size: 14px;
    padding: 3px 0 3px 14px;
    position: relative;
    width: 75px;
}

.lsc_newxyz .swiper-slide .handbookTxt ul li::after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    background: url(//liuxue.xdf.cn/image/database/folderSprite.png) no-repeat -20px -40px;
}

.lsc_newxyz .swiper-slide:hover {
    box-shadow: 0 0 5px 2px #dadada;
    margin-top: -5px;
    margin-bottom: 5px;
}

.lsc_newxyz .swiper-slide:hover .dec_wrap {
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.lsc_newxyz .swiper-button {
    width: 15px;
    height: 15px;
    background: url(//liuxue.xdf.cn/image/database/folderSprite.png) no-repeat 0px -20px;
    top: 0;
    margin-top: 0;
    opacity: 1;
    display: none;
}

.lsc_newxyz .swiper-button-next {
    right: 0;
    background-position: -20px -20px;
}

.lsc_newxyz .swiper-button.swiper-button-next.swiper-button-disabled {
    background-position: -20px -1px;
}

.lsc_newxyz .swiper-button-prev {
    right: 25px;
    left: auto;
    background-position: 0 -20px;
}

.lsc_newxyz .swiper-button.swiper-button-prev.swiper-button-disabled {
    background-position: 0 -1px;
}

.lsc_newxyz .lsc_title_big {
    margin-bottom: 10px;
}

.lsc_newxyz .swiper-wrapper {
    margin-top: 20px;
}

.lsc_newxyz .swiper-container-xyz .swiper-button-prev:after,
.lsc_newxyz .swiper-container-xyz .swiper-button-next:after {
    display: none;
}

/*推荐读物*/
.lsc_newduwu .lsc_title_big {
    margin: 50px 0 0px;
}

.lsc_newduwu .swiper-container-duwu {
    padding: 20px 0 0;
}

.lsc_newduwu .slide_duwu {
    padding: 30px 20px;
    float: left;
    width: 345px;
    border-radius: 20px;
    background: #fff;
    margin: 0 7px 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.lsc_newduwu .slide_duwu img {
    float: left;
    width: 152px;
}

.lsc_newduwu .slide_duwu div {
    float: right;
    width: 174px;
}

.lsc_newduwu .slide_duwu div h4 {
    font-size: 18px;
    line-height: 28px;
    color: #333;
}

.lsc_newduwu .slide_duwu div b {
    font-size: 12px;
    line-height: 24px;
    color: #666
}

.lsc_newduwu .slide_duwu div p {
    font-size: 12px;
    line-height: 18px;
    color: #666
}

.lsc_newduwu .slide_duwu div a {
    text-align: center;
    width: 80px;
    height: 26px;
    line-height: 26px;
    border-radius: 50px;
    border: 1px solid #43bc9a;
    color: #43bc9a;
    font-size: 14px;
    background: #fff;
    margin-top: 20px;
}

.lsc_newduwu .slide_duwu div a:hover {
    background: #43bc9a;
    color: #fff;
}

.lsc_newduwu .slide_duwu:hover {
    box-shadow: 0 0 5px 2px #dadada;
    margin-top: -5px;
}

.lsc_newduwu .swiper-container-duwu {
    padding-bottom: 40px;
}

.lsc_newduwu .swiper-container-duwu .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 5px;
    background: #008460;
}

.lsc_newwenjianjia .folderWrap .folderB {
    margin-top: 30px;
}

.lsc_newwenjianjia .folderWrap .folderB li {
    width: 359px;
    padding: 10px 20px;
    overflow: hidden;
    float: left;
}

.lsc_newwenjianjia .folderWrap .folderB li.center {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: left;
}

.lsc_newwenjianjia .folderWrap .folderB li span {
    color: #333;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    display: block;
    float: left;
    width: 235px;
    position: relative;
    padding-left: 30px;
}

.lsc_newwenjianjia .folderWrap .folderB li span::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0px;
    background: url(//liuxue.xdf.cn/image/database/folderSprite.png) no-repeat 0 -100px;
}

.lsc_newwenjianjia .folderWrap .folderB li a {
    width: 42px;
    padding-left: 34px;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    border: 1px solid #43bc9a;
    color: #43bc9a;
    font-size: 14px;
    background: #ffffff;
    float: right;
    position: relative;
    text-align: left;
}

.lsc_newwenjianjia .folderWrap .folderB li a::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 7px;
    left: 17px;
    background: url(//liuxue.xdf.cn/image/database/folderSprite.png) no-repeat 0px -80px;
}

.lsc_newwenjianjia .folderWrap .folderB li a:hover {
    background: #43bc9a;
    color: #fff;
}

.lsc_newwenjianjia .folderWrap .folderB li a:hover::before {
    background-position: -20px -80px;
}

.lsc_newwenjianjia .list_wrap .list {
    width: 232px;
    height: 276px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
}

.lsc_newwenjianjia .list_wrap .list:nth-last-of-type(1) {
    margin-right: 0;
}

.lsc_newwenjianjia .list_wrap .list .top {
    height: 157px;
    overflow: hidden;
    position: relative;
    padding: 18px 18px 0;
    background: #e0e0e0;
}

.lsc_newwenjianjia .list_wrap .list .top::after {
    content: ' ';
    position: absolute;
    width: 196px;
    height: 26px;
    background: linear-gradient(to top, #e0e0e0 0%, rgb(255 255 255 / 0%) 100%);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.lsc_newwenjianjia .list_wrap .list .top img {
    width: 100%;
    height: 100%;
}

.lsc_newwenjianjia .list_wrap .list .top .btn_wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(97, 242, 194, 0.5);
    background: linear-gradient(180deg, rgb(232 233 233 / 50%) 0%, rgb(170 237 215 / 50%) 40%, rgb(96 243 193 / 50%));
    left: -100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 99;
}

.lsc_newwenjianjia .list_wrap .list .top .btn_wrap .btn {
    width: 114px;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #00b1ff;
    display: block;
    border-radius: 14px;
    text-indent: 14px;
    margin: 0 auto;
    cursor: pointer;
}

.lsc_newwenjianjia .list_wrap .list .top .btn_wrap .preview_btn {
    background: #fff;
    color: #00a0e6;
    margin: 59px auto 10px;
    position: relative;
}

.lsc_newwenjianjia .list_wrap .list .top .btn_wrap .preview_btn::before {
    content: ' ';
    width: 16px;
    height: 16px;
    background: url(//liuxue.xdf.cn/image/icon/wenjian.png) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
}

.lsc_newwenjianjia .list_wrap .list .top .btn_wrap .download_btn {
    background: #00b1ff;
    color: #fff;
    position: relative;
}

.lsc_newwenjianjia .list_wrap .list .top .btn_wrap .download_btn::before {
    content: ' ';
    width: 15px;
    height: 13px;
    background: url(//liuxue.xdf.cn/image/icon/download.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
}

.lsc_newwenjianjia .list_wrap .list .top .btn_wrap .download_btn.active {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.lsc_newwenjianjia .list_wrap .list .bottom {
    width: 182px;
    margin: 0 auto;
}

.lsc_newwenjianjia .list_wrap .list .bottom p {
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    padding: 11px 0 8px 0;
    border-bottom: 1px solid #e9e9e9;
}

.lsc_newwenjianjia .list_wrap .list .bottom .information {
    font-size: 12px;
    color: #bebebe;
    line-height: 30px;
}

.lsc_newwenjianjia .list_wrap .list .bottom .information .download {
    position: relative;
    padding-left: 15px;
}

.lsc_newwenjianjia .list_wrap .list .bottom .information .download::before {
    content: ' ';
    width: 10px;
    height: 10px;
    background: url(//liuxue.xdf.cn/image/icon/download.png) no-repeat -25px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.lsc_newwenjianjia .list_wrap .list .bottom .information .preview {
    position: relative;
    padding-left: 15px;
}

.lsc_newwenjianjia .list_wrap .list .bottom .information .preview::before {
    content: ' ';
    width: 12px;
    height: 9px;
    background: url(//liuxue.xdf.cn/image/icon/look.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.lsc_newwenjianjia .list_wrap .list:hover .top .btn_wrap {
    left: 0;
}