body {
    min-width: 1100px;
}

div,
li {
    box-sizing: border-box;
}

.center {
    width: 1100px;
    margin: auto;
}

.white {
    color: white;
}

.top-box .top {
    height: 90px;
}

.top {
    padding: 15px 0;
    height: 80px;
    z-index: 1000;
    position: relative;
}

.top .fr {
    position: relative;
    top: 5px;
}

.top .fr a {
    display: block;
    height: 100%;
}

.top .fr.logout span {
    display: inline-block;
    width: 90px;
    color: #2f8ccd;
    border: 2px solid #2f8ccd;
    border-radius: 4px;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    line-height: 28px;
}

.top .fr.logout span.active {
    color: white;
    background: #2f8ccd;
}

.top .fr.logout span.active a {
    color: white;
}

.top .fr.login span {
    display: inline-block;
    padding: 0px 10px 0px;
    color: black;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}

.top .fr.login {
    top: 0px;
}

.top .fr.login span.back {
    position: relative;
    /* top: -15px; */
}

.top .fr.login span img {
    width: 46px;
    height: 46px;
    border-radius: 100%;
}

.top .fr.login span img {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    margin-right: 5px;
}

.top .fr.login span p {
    position: relative;
    top: 5px;
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar {
    background: #1a1a62;
    height: 70px;
}

.Navigation ul {
    position: relative;
    height: 70px;
}

.Navigation ul li {
    position: relative;
    float: left;
    color: white;
    line-height: 70px;
    height: 70px;
    padding: 0 30px;
    cursor: pointer;
}

.Navigation ul li span {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 30px;
    width: 55px;
    height: 5px;
    border-radius: 4px;
    background: #2f8ccd;
}

.Navigation ul li:first-child span {
    width: 30px;
}

.Navigation ul li.active span {
    display: block;
}

.banner .center p {
    padding: 100px 0 10px;
    font-size: 30px;
}

.banner .center h2 {
    font-size: 50px;
}

.tab-nav {
    height: 35px;
}

.tab-nav ul li {
    float: left;
    padding: 8px 10px 8px 0;
    color: #6d7286;
}

.footer {
    /* height: 270px;
    height: 170px \9;
    background: url("../images/footer_bg.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 85px; */
}

.footer .center {
    position: relative;
}

.footer ul li {
    color: white;
}

.footer .tab-nav {
    margin-bottom: 10px;
}

.footer .tab-nav li {
    position: relative;
    float: left;
    color: white;
    padding: 8px 16px;
}

.footer .tab-nav li span {
    position: absolute;
    top: 16px;
    left: 0px;
    background: #a4a5a8;
    width: 2px;
    height: 2px;
    border-radius: 100%;
}

.footer .contact li {
    color: #a4a5a8;
    height: 40px;
}

/* .footer .code {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 164px;
    height: 164px;
    float: right;
    background: white;
} */

/*院校*/

.college-content {
    padding: 100px 20px 0;
    background: white;
    min-height: 500px;
    border-radius: 6px;
    margin-bottom: 200px;
}

.college-content ul {
    display: block;
    width: 100%;
}

/* .college-content ul li {
    float: left;
    width: 16.66%;
    text-align: center;
    margin-bottom: 40px;
} */

.college-content ul li span {
    display: block;
    width: 220px;
    margin: auto;
    border: 1px solid #e5e5e5;
}

.college-content ul li span img {
    width: 100%;
}

/*3栏内容*/

/* 
.list-content {
    position: relative;
    min-height: 1040px;
    margin-bottom: 100px;
}

.list-content .left {
    margin-right: 330px;
    width: 765px;
    background: white;
    padding: 50px;
    height: 1040px;
    border-radius: 6px;
}

.list-content .right {
    position: absolute;
    right: 0px;
    top: 0px;
    float: right;
    width: 300px;
}

.list-content .right .right-top {
    position: relative;
    width: 100%;
    height: 523px;
    background: url("../images/signup.png") no-repeat;
}

.list-content .right .right-top h3 {
    color: white;
    text-align: center;
    position: relative;
    top: 100px;
    font-size: 18px;
}

.list-content .right .right-bottom {
    height: 500px;
    background: white;
    margin-top: 20px;
    padding: 20px;
} */

.signup {
    position: absolute;
    bottom: 50px;
    height: 48px;
    width: 146px;
    border: 2px solid #617ee2;
    border-radius: 24px;
    text-align: center;
    color: white;
    left: 85px;
    line-height: 46px;
    font-size: 18px;
    cursor: pointer;
}

.signup a {
    color: white;
    width: 100%;
    height: 100%;
    display: block;
}

.list-content .right-bottom h3 {
}

.list-content .right-bottom ul {
    margin-top: 20px;
}

.list-content .right-bottom ul li {
    position: relative;
    padding-left: 10px;
    line-height: 40px;
}

.list-content .right-bottom ul li span {
    width: 2px;
    height: 2px;
    background: black;
    position: absolute;
    top: 20px;
    left: 0px;
}

.right-bottom .signup {
    background: #2f8ccd;
    border-color: #2f8ccd;
    font-size: 16px;
}

.single-box {
    margin: 40px 0;
}

.single-box img {
    display: inline-block;
    margin-right: 10px;
}

.single-box h3 {
    margin-bottom: 10px;
}

.single-box h3 p {
    max-width: 60%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice .single-box p {
    position: relative;
    padding-left: 6px;
}

.single-box .tag {
    position: relative;
    top: -5px;
    left: 5px;
}

.single-box span {
    font-size: 12px;
    color: #8d91a0;
}

.single-box .answer {
    position: relative;
    padding-left: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333;
}

.single-box .answer img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.page {
    /*  position: absolute; */
    /* width: 1000px; */
    height: 50px;
    bottom: 20px;
    text-align: center;
}

.page {
    display: block;
    margin: auto;
}

.page span {
    display: inline-block;
    color: #646464;
    padding: 2px 10px;
    margin: 5px;
    cursor: pointer;
}

.page span.active {
    background: #646464;
    color: white;
}

.explain .right .single-box {
    margin-top: 20px;
}

.explain .right .single-box h3 p {
    max-width: 85%;
}

.explain .right .single-box .answer {
    height: 78px;
    -webkit-line-clamp: 4;
}

.explain .right .single-box.second {
    margin-top: 0px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.explain .left ul {
    width: 665px;
    height: 40px;
}

.explain .left ul li {
    position: relative;
    float: left;
    line-height: 40px;
    cursor: pointer;
    margin-right: 30px;
}

.explain .left ul li.active span {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 60px;
    height: 4px;
    background: #2f7cfc;
    border-radius: 2px;
}

.explain-content h3 {
    font-weight: 600;
    margin: 50px 0 20px;
}

.explain-content p {
    line-height: 30px;
}

.single-box .top {
    color: #2f7cfc;
    font-size: 16px;
    width: 70px;
    float: left;
    height: auto;
    padding: 0px;
    display: block;
    height: 28px;
    margin-left: -70px;
}

.notice .left .single-box p {
    position: relative;
    padding-left: 6px;
}

.notice .left .single-box p span {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: black;
}

/* 样式二  白色头部和底部 */

.top-box {
    margin-bottom: 50px;
    z-index: 100;
    position: relative;
    background-color: #fff;
}

.style-two {
    margin-top: 50px;
}

.style-two .footer {
    background-color: #fff;
}

.style-two .footer .code {
    background: #c6c6c6;
}

.style-two .footer .contact li {
    color: #484848;
}

.style-two .footer .tab-nav li span {
    top: 18px;
    left: 2px;
    background: #333;
}

.container-area {
    min-height: 600px;
}

.extra-header {
    position: fixed !important;
    top: 0px;
    z-index: 100000 !important;
    width: 100%;
    background-color: #2f7cfc !important;
}

.tjzt_listbg {
    background-color: #fff;
    padding-bottom: 20px;
}

.tjzt_list {
    margin-bottom: 60px;
}

.tjzt_list li {
    padding: 20px 0px;
    background-color: #fff;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}

.tjzt_list .questions_bd {
    width: 540px;
    float: left;
}

.tjzt_list .questions_bd h4 {
    font-size: 18px;
    color: #333;
}

.tjzt_list .questions_bd h4 span {
    color: #999;
    margin-left: 20px;
}

.tjzt_list .questions_bd p {
    color: #999;
}

.tjzt_list .questions_bd p span {
    margin-right: 20px;
}

.test_practice {
    padding: 40px;
    background-color: #fff;
}

.questions_tit {
    display: block;
    margin-bottom: 20px;
}

.questions_tit h3 {
    font-size: 18px;
}

.questions_ft {
    padding: 6px 20px;
    position: relative;
    text-align: right;
    color: #2f7cfc;
    border: 1px solid #2f7cfc;
    border-radius: 50px;
    float: right;
    margin-top: 8px;
}

.questions_xq {
    margin-top: 30px;
}

.questions_xq_answer {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 20px;
}

.test_practice_bottom {
    width: 400px;
    margin: auto;
    padding: 40px;
}

.test_practice_subm {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.test_practice_subm a {
    width: 50%;
    float: left;
    height: 38px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
}

.share-code {
    position: fixed;
    right: 0px;
    bottom: 20px;
}

.share-code .share-box {
    position: relative;
    width: 100px;
    height: 100px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

.share-code .share-box .share-details {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    background: #bc02d4;
    z-index: 0;
}

.share-code .share-box img {
    margin: auto;
}

.share-code .share-box .share-details img {
    width: 100%;
    margin: auto;
}

.share-code .share-box p {
    text-align: center;
    color: white;
}

.share-code .share-box.qq {
    background: #5aaee9;
}

.share-code .share-box.wx {
    background: #37d8b0;
}

.animation-share-opean {
    animation: share-fadin 800ms ease-in-out;
    opacity: 1 !important;
    left: -100px !important;
}

.leib {
    color: #2f7cfc !important;
    color: #fff;
    margin-left: 5px !important;
    font-size: 10px !important;
    padding: 0px 6px;
    display: inline-block !important;
    width: auto !important;
    border: 1px solid #2f7cfc !important;
    border-radius: 20px;
}

@keyframes share-fadin {
    0% {
        opacity: 0;
        left: -100px;
    }

    100% {
        opacity: 1;
        left: -100px;
    }
}

.huan {
    position: relative;
    top: -45px;
    padding: 10px 0;
    left: 150px;
}

.qieh_box {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin-left: 30px;
}

.qieh_box .biaozhi {
    position: relative;
    color: #666;
    z-index: 2;
}

.qieh_box .biaozhi::after {
    content: ' ';
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 1px 1px 0px 0;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: -15px;
    color: #999;
}

.qieh_box .biaozhi img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}

.qieh_box .biaozhi p {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    margin-left: 3px;
}

.qieh_box:hover .yuyan {
    display: block !important;
}

.yuyan {
    display: none !important;
    position: absolute;
    left: 0px;
    z-index: 4;
    background: #fff;
    border-radius: 8px;
    width: 130px;
    box-shadow: 0 0 5px #e5e5e5;
    top: 22px;
}

.yuyan p {
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.yuyan p:last-child {
    border: 0;
}

.qieh_box:hover .yuyan1 {
    display: block !important;
}

.yuyan1 {
    display: none !important;
    position: absolute;
    left: 0px;
    z-index: 4;
    background: #fff;
    border-radius: 8px;
    width: 130px;
    box-shadow: 0 0 5px #e5e5e5;
    top: 40px;
}

.yuyan1 p {
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.yuyan1 p:last-child {
    border: 0;
}

.huoj_box {
    height: 50px;
    padding: 0;
    border-bottom: 1px solid #f1f1f1;
}

.huoj {
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.gend {
    float: right;
    /* margin-right: 50px; */
    color: #999;
    font-size: 16px;
}

.zuop ul {
    margin-top: 20px;
    width: 1060px;
    /* display: -webkit-box; */
    overflow: hidden;
}

.zuop ul li {
    background: #f7f7f7 !important;
    margin: 0 20px 20px 0 !important;
    position: relative;
    border: none !important;
    float: left;
    width: 29% !important;
    cursor: pointer;
}

.zuop ul li img.video_img {
    float: none !important;
    width: 100% !important;
    height: 200px;
    margin-right: 20px;
    object-fit: cover;
}

.jiang {
    width: 100%;
    padding: 10px 15px;
    position: absolute;
    bottom: 70px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.zuop ul li div {
    padding: 0px 10px 10px 0px !important;
    color: #666;
}

.zuop ul li h3 {
    padding: 10px 20px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.zuop ul li h4 {
    padding: 0px 20px;
}
.overx ul {
    display: -webkit-box;
}
.mtbd ul {
    margin-top: 20px;
}

.mtbd ul a {
    float: left;
    width: 50%;
}

.mtbd ul li .video_img {
    width: 40%;
    height: 140px;
    float: left;
    margin-right: 20px;
    object-fit: cover;
}

.mtbd ul li {
    /* float: left; */
    cursor: pointer;
    background: #f7f7f7;
    margin: 0 10px 20px 0;
    overflow: hidden;
}

.mtbd ul a:nth-child(2n + 0) li {
    margin-right: 0;
    margin-left: 10px;
}

.mtbd ul li .text {
    padding: 0px 10px 10px 0px;
    color: #666;
}

.mtbd .text h3 {
    font-size: 16px;
    padding: 0px;
    padding-top: 12px;
    color: #333;
    font-weight: bold;
}

.mtbd .text h4 {
    padding: 10px 0 0px;
    color: #666;
    font-size: 14px;
}
.yxzp li a {
    float: left;
    width: 50%;
    cursor: pointer;
    background: #f7f7f7;
    margin: 0 10px 20px 0;
    overflow: hidden;
}

.yxzp li .video_img {
    width: 40%;
    height: 140px;
    float: left;
    margin-right: 20px;
    object-fit: cover;
}

.yxzp li a:nth-child(2n + 0) {
    margin-right: 0;
    margin-left: 10px;
}

.yxzp .text {
    padding: 0px 10px 10px 0px;
    color: #666;
}

.yxzp .text h3 {
    font-size: 16px;
    padding: 0px;
    padding-top: 12px;
    color: #333;
    font-weight: bold;
}

.mtbd .text h4 {
    padding: 10px 0 0px;
    color: #666;
    font-size: 14px;
}
.text_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text_three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.text_five {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.mt20 {
    margin-top: 20px;
}

.hjqk .time {
    padding: 20px 0;
    color: #848898;
}

.hjqk .time img {
    width: 22px !important;
    top: 0 !important;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    display: inline-block;
}

.hjqk .time p {
    vertical-align: middle;
    display: inline-block;
    color: #999;
    line-height: 30px;
}

.hjqk h3 {
    margin-top: 30px;
}

.hjqk p {
    font-size: 15px;
    color: #333;
    line-height: 32px;
    margin-bottom: 20px;
}

.hjqk img {
    width: 100%;
}

.sy-notice {
    margin-right: -20px;
}

.sy-notice .single-box {
    margin: 0 !important;
    float: left;
    width: 50%;
}

.sy-notice h3 {
    margin-bottom: 0 !important;
}

.sy-notice .single-box a {
    margin-right: 20px;
    margin-bottom: 20px;
    background: #eef8ff;
    overflow: hidden;
    padding: 20px;
    display: block;
}

.stzn {
    overflow: hidden;
}

.sy-notice .single-box h3 p {
    max-width: 90%;
    font-size: 16px;
}

.dsjs {
    width: 100%;
}

.dsjs img {
    width: 100%;
}

.xuex-ul {
    overflow: hidden;
    margin-right: -20px;
}

.xuex-ul .xuex-li {
    background: #f5f8fa;
    padding: 40px 30px;
    width: 48%;
    float: left;
    margin-right: 20px;
    height: 424px;
}

.xuex-ul .xuex-li .xuex-bt {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.wybm img {
    margin: 20px auto;
    cursor: pointer;
    display: table;
}

.xuex-ul .xuex-li .shij {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    color: #999;
}

.dsjs-box {
    background: #f5f8fa;
    padding: 30px 0 40px;
}

.dsjs-ul {
    overflow: hidden;
    margin-right: -20px;
}

.dsjs-ul a {
    width: 25%;
    float: left;
}

.dsjs-ul .dsjs-li {
    padding: 0 20px 20px 0;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.dsjs-ul .dsjs-li .jsrw {
    float: left;
    width: 100%;
    height: 260px;
}

.dsjs-ul .dsjs-li .jsrw img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.dsjs-ul .dsjs-li .jsrw-nr {
    float: left;
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding-left: 15px;
}

.dsjs-ul .dsjs-li .jsrw-mc {
    font-size: 18px;
    margin: 12px 0;
    color: #fff;
}

.dsjs-ul .dsjs-li .jsrw-mc span {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    padding-right: 15px;
}

.dsjs-ul .dsjs-li .zhiw {
    font-size: 16px;
    margin-bottom: 10px;
}

.dsjs-ul .dsjs-li .kyfx {
    font-size: 14px;
    line-height: 28px;
}

.dsjsul-box a {
    width: 25% !important;
    margin: 0 !important;
}

.bmtk-box {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    padding: 30px;
    border-radius: 4px;
    padding: 30px;
    border-radius: 4px;
}

.bmtk-box .title {
    font-size: 18px;
    margin-bottom: 20px;
}

.bmtk-box .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.bmtk-box .work_hd li label {
    width: 100px;
}

.bmtj {
    color: white;
    font-size: 15px;
    width: 80px;
    float: right;
}

.qxiao {
    margin-right: 15px;
    font-size: 15px;
    width: 80px;
    float: right;
}

.carousel-box {
    position: relative;
}

.carousel-box .inner {
    padding: 0 !important;
}

.carousel-box ul {
    width: 701px;

    height: 471px;

    overflow: hidden;
}

.carousel-box ul li {
    width: 701px;

    overflow: hidden;
}

.carousel-box ul li img {
    float: left;

    margin: 0 10px 10px 0;
}

.carousel-box ul li img.extra {
    margin: 0 0 10px 0;
}

.carousel-box button.prev {
    background: url(../button-prev.png) no-repeat 0% 0%;

    width: 60px;

    height: 60px;

    overflow: hidden;

    border: none;

    position: absolute;

    top: 201px;

    left: -31px;

    z-index: 100;

    cursor: pointer;

    outline: none;
}

.carousel-box button.prev:hover {
    background-position: 0% -60px;
}

.carousel-box button.next {
    background: url(../button-next.png) no-repeat 0% 0%;

    width: 60px;

    height: 60px;

    overflow: hidden;

    border: none;

    position: absolute;

    top: 201px;

    right: -31px;

    z-index: 100;

    cursor: pointer;

    outline: none;
}

.carousel-box button.next:hover {
    background-position: 0% -60px;
}

.tyys {
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style-type: none;
    z-index: 1;
    width: 3505px;
    left: -1402px;
}

.carousel {
    visibility: visible;
    overflow: hidden;
    position: relative;
    z-index: 2;
    left: 0px;
    width: 996px;
    margin: auto;
}

.carouselTwo {
    visibility: visible;
    overflow: hidden;
    position: relative;
    z-index: 2;
    left: 0px;
    width: 996px;
    margin: auto;
}
.tyys li {
    overflow: hidden;
    float: left;
    width: 996px;
    height: 280px;
}

.tyys li a {
    position: relative;
    float: left;
    margin: 0 8px;
    width: 31.7%;
    background: #f7f7f7;
}

.tyys li a img {
    display: block;
    width: 100%;
    height: 200px;
    background: #eee;
    object-fit: cover;
}

.tyys li a .school {
    padding: 0px 10px 10px 20px;
    color: #666;
}

.tyys li a h3 {
    padding: 10px 0;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}
.text_one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
}
@keyframes mymove {
    from {
        top: 200px;
    }

    to {
        top: 0;
    }
}

@-webkit-keyframes mymove {
    from {
        top: 0;
    }

    to {
        top: 200px;
    }
}

.carousel_box .prev,
.carousel_box .next {
    background: url(../images/bg1.png) no-repeat 0 0;
    border: none;
}

.carousel_box .prev,
.carousel_box .next {
    position: absolute;
    top: 45%;
    display: block;
    width: 15px;
    height: 29px;
    z-index: 2;
}

.carousel_box .prev:focus {
    outline: none;
}

.carousel_box .next:focus {
    outline: none;
}

.carousel_box .prev {
    left: 15px;
}

.carousel_box .next {
    right: 15px;
}

.carousel_box .prev .carousel .next {
    display: block;
    overflow: hidden;
    cursor: pointer;
    width: 15px;
    height: 29px;
    line-height: 10;
}

.carousel_box .next {
    background-position: -16px;
}

.carousel_box .prev:hover {
    background-position: -60px;
}

.carousel_box .next:hover {
    background-position: -76px;
}

.carousel_box .prevTwo,
.carousel_box .nextTwo {
    background: url(../images/bg1.png) no-repeat 0 0;
    border: none;
}

.carousel_box .prevTwo,
.carousel_box .nextTwo {
    position: absolute;
    top: 45%;
    display: block;
    width: 15px;
    height: 29px;
    z-index: 3;
}

.carousel_box .prevTwo:focus {
    outline: none;
}

.carousel_box .nextTwo:focus {
    outline: none;
}

.carousel_box .prevTwo {
    left: 15px;
}

.carousel_box .nextTwo {
    right: 15px;
}

.carousel_box .prevTwo .carouselTwo .nextTwo {
    display: block;
    overflow: hidden;
    cursor: pointer;
    width: 15px;
    height: 29px;
    line-height: 10;
}

.carousel_box .nextTwo {
    background-position: -16px;
}

.carousel_box .prevTwo:hover {
    background-position: -60px;
}

.carousel_box .nextTwo:hover {
    background-position: -76px;
}
.carousel-box button.prevTwo {
    background: url(../button-prev.png) no-repeat 0% 0%;

    width: 60px;

    height: 60px;

    overflow: hidden;

    border: none;

    position: absolute;

    top: 201px;

    left: -31px;

    z-index: 100;

    cursor: pointer;

    outline: none;
}

.carousel-box button.prevTwo:hover {
    background-position: 0% -60px;
}

.carousel-box button.nextTwo {
    background: url(../button-next.png) no-repeat 0% 0%;

    width: 60px;

    height: 60px;

    overflow: hidden;

    border: none;

    position: absolute;

    top: 201px;

    right: -31px;

    z-index: 100;

    cursor: pointer;

    outline: none;
}

.carousel-box button.nextTwo:hover {
    background-position: 0% -60px;
}

.carousel_box {
    width: 1100px;
    background: #fff;
    padding: 10px;
    margin: 0px auto;
    position: relative;
}
.dslist {
    overflow: hidden;
}
.dslist .dsjs-ul {
    float: left;
    width: 100%;
}
.ds-box {
    overflow: hidden;
}
.ds-box img {
    width: 225px;
    height: 260px;
    float: left;
}
.ds-box .ds-right {
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}
.ds-box .ds-right h3 {
    font-size: 26px;
    margin-bottom: 20px;
}
.ds-box .ds-right p {
    line-height: 40px;
    font-size: 15px;
}
.ds-nr {
    margin-top: 20px;
    line-height: 30px;
}
.overx {
    overflow-x: scroll;
}
.inactive,
.inactives {
    position: relative;
}
.inactive::after {
    content: ' ';
    display: inline-block;
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #999;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
    transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0px;
    cursor: pointer;
}
.inactives::after {
    content: ' ';
    display: inline-block;
    height: 10px;
    width: 10px;
    border-width: 2px 2px 0 0;
    border-color: #999;
    border-style: solid;
    -webkit-transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
    transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0px;
    cursor: pointer;
}
.zsyh {
    display: flex;
    align-items: center;
    width: 100%;
}
.hjzp-tltie {
    font-size: 18px;
    color: #333;
    text-align: left;
    margin-top: 30px;
    width: 100%;
}
.single-box{
    margin: 15px 0px 0px !important;
}
