body {
    min-width: 1100px;
}

.center {
    width: 1100px;
    margin: auto;
}

.text-one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}.white {
    color: white;
}

.top {
    padding: 2px 0 0;
    height: 51px;
    z-index: 1;
    position: relative;
    
}

.top .fr {
    position: relative;
    top: 8px;
}

.top .fr a {
    display: block;
    width: 100%;
    /* color: #fff; */
}

.top .fr.logout span {
    display: inline-block;
    width: 90px;
    color: #0091e9;
    background: #fff;
    border-radius: 20px;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
}

.top .fr.logout a {
    color: #0091e9;
}

/* .top .fr.logout span.active {
    color: white;
    background: #0091e9;
} */

/* .top .fr.logout span.active a {
    color: white;
    background: #fff;
} */

.top .fr.login span {
    display: inline-block;
    padding: 5px 10px 5px;
    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.back a{
    color: #fff!important;
}
.top .fr.login span img {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    margin-right: 5px;
}

.top .fr.login span p {
    position: relative;
    top: 3px;
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.navbar {
    /* background-image: linear-gradient(to left, #00af9c, #0091e9); */
    height: 260px;
    background: #fff;
}

.Navigation ul {
    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: #74ccff;
    /* background-image: linear-gradient(to left, #00af9c, #0091e9); */
}

.Navigation ul li:first-child span {
    width: 30px;
}

.Navigation ul li.active span {
    display: block;
}

.banner {
    position: relative;
    height: 660px;
}

.banner .center p {
    padding: 100px 0 10px;
    font-size: 30px;
}

.banner .center h2 {
    font-size: 50px;
}

.list-content .tab-nav {
    height: 93px;
    padding: 30px 30px 30px 0;
   border-bottom: 1px solid #f1f1f1;
}

.tab-nav ul li {
    float: left;
    padding: 8px;
    color: #6d7286;
}

.footer {
    height: 310px;
    height: 170px \9;
    /* background: url("../images/footer_bg.png") no-repeat bottom; */
    /* background-image: linear-gradient(to left, #00af9c, #0091e9); */
    background: #2d3237;
    background-size: 100% 100%;
    padding-top: 45px!important;
}

.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:first-child {
    padding-left: 0px;
}

.footer .tab-nav li span {
    position: absolute;
    top: 16px;
    left: 0px;
    background: white;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    display: none;
}

.footer .contact li {
    color: #f1f1f1;
    height: 40px;
}

.footer .code {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 240px;
    height: 164px;
    float: right;
}

.footer .code ul li {
    width: 100px;
    text-align: center;
    float: left;
    margin-left: 20px;
}

.footer .code ul li img {
    width: 100px;
    height: 100px;
    margin: auto;
}

.footer .code ul li p {
    margin-top: 8px;
    font-size: 12px;
}

/*院校*/

.college-content {
    padding: 20px 0 0;
    background: white;
    min-height: 500px;
    border-radius: 6px;
    margin-bottom: 100px;
}

.college-content ul {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.college-content ul li {
    float: left;
    width: 24.99%;
    text-align: center;
    margin-bottom: 40px;
}

.college-content ul li span {
    display: block;
    width: 252px;
    margin: auto;
    border: 1px solid #e5e5e5;
}

.college-content ul li span img {
    width: 100%;
}

/*3栏内容*/

.list-content {
    position: relative;
    /* min-height: 1040px; */
    margin-bottom: 40px;
}

.list-content .left {
    margin-right: 330px;
    width: 1100px;
    background: white;
    padding: 0 40px 40px 40px;
    border-radius: 6px;
    margin-top: -35px;
    min-height: 600px;
}

.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: 460px;
    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: #0091e9;
    border-color: #0091e9;
    font-size: 16px;
}
/* .left .single-box:first-child{
    margin-top: 20px;
} */
.single-box {
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.single-box .xuhao{
    background: #0091e9;
    border-radius: 10px 0 10px 0;
    color: #fff;
    font-size: 18px;
    padding: 1px 17px;
    position: absolute!important;
    right: 0;
    bottom: 0;
    text-align: center;
}
.single-box:hover{
    background: #fff;
    box-shadow: 0 0 5px #e5e5e5;
}

.question-content:hover {
    box-shadow: 1px 3px 1px rgba(204, 204, 204, 0.5);
}

.single-box img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.single-box h3 {
    margin-bottom: 10px;
}

.single-box h3 p {
    max-width: 78%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 18px;
}

/* .single-box .tag {
    position: relative;
    top: -5px;
    left: 5px;
} */



.single-box .answer {
    position: relative;
    padding-left: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 53px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.single-box .answer img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.page {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
}

.page {
    display: block;
    margin:20px auto 0;
}

.page span {
    display: inline-block;
    color: #646464;
    padding: 2px 10px;
    margin: 5px;
    cursor: pointer;

}

.page span.active {
    background: #0091e9;
    color: white;
    border-radius: 3px;
}

.explain .right .single-box {
    margin-top: 20px;
    margin-bottom: 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;
    margin-bottom: 30px;
}

.explain .left ul li {
    position: relative;
    float: left;
    line-height: 40px;
    cursor: pointer;
    padding: 0px 16px 0px 0px;
    font-size: 15px;
}
.explain .left ul li.active a{
    color: #0091e9;
}
.explain .left ul li:last-child {
    padding-right: 0px;
}

.explain .left ul li.active span {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 60px;
    height: 4px;
    background: #0091e9;
    border-radius: 2px;
}
.explain-content {
    overflow: hidden;
}
.explain-content h3 {
    font-weight: 500;
}
.explain-content .single-box{
    width: 48%;
    float: left;
}
.explain-content .single-box:nth-child(2n+0){
    float: right;
}
.single-box .top {
    font-size: 12px;
    color: #fff;
    border-radius: 0 3px 0 5px;
    background: #fa5555;
    padding: 2px 5px;
    margin-right: 10px;
    vertical-align: middle;

}
.explain .left {
    padding: 0px 40px 40px;
    margin-top: -35px;
}
.notice .left .single-box p {
    position: relative;
    padding-left: 6px;
    vertical-align: middle;
}

.notice .left .single-box p span {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: black;
}

/* 样式二  白色头部和底部 */

.top-box {
    background: url('../images/tbbg.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 50px;
    z-index: 100;
    position: relative;
}

.style-two {
    margin-top: 40px;
}

.style-two .footer {
    /* background-image: url('../images/bg_bottom.png'); */
    background: #fff;
}

.style-two .footer .code ul li {
    color: #484848;
}

.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%;
}

.tjzt_listbg {
    background-color: #fff;
    padding-bottom: 20px;
}

.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: #0091e9;
    border: 1px solid #0091e9;
    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: 215px;
}

.share-code .share-box {
    position: relative;
    width: 100px;
    height: 100px;
    padding: 10px;
    cursor: pointer;
}

.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;
    display: table;
}

.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;
}

@keyframes share-fadin {
    0% {
        opacity: 0;
        left: -100px;
    }
    100% {
        opacity: 1;
        left: -100px;
    }
}

.csdt_tt {
    padding: 20px 0px;
    height: auto;
    overflow: hidden;
    font-size: 18px;
}

.csdt_tt span {
    padding-right: 40px;
    color: #666;
}

.csdt_tt span a {
    font-size: 14px;
}

.ksjg {
    text-align: center;
    line-height: 38px;
}

.ksjg h3 {
    font-size: 18px;
}

.ksjg h4 {
    font-size: 22px;
    margin: 15px 0px;
}

.ksjg p {
    color: #666;
}
.notice-details .left h3{
    margin-top: 30px;
}
.notice-details .left .time{
    overflow: hidden;
}
.notice-details .left .time img{
    width: 22px!important;
    top: 0!important;
    vertical-align: middle;
    margin-right: 5px;
}.notice-details .left .time p{
    vertical-align: middle;
    display: inline-block;
    color: #999;
}
.train-video ul li{
    background: #f7f7f7!important;
    margin: 0 20px 20px 0!important;
}
.train-video ul{
    margin-top: 20px;
    width: 1120px;
}
.train-video{
margin-bottom: 0!important;
}

.ul-list li .li-box .img{
    background: url("../images/tb-1.png") no-repeat;
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
    margin: auto;
}
.ul-list li .li-box:hover .img{
    background: url("../images/tb-1-on.png") no-repeat;
    background-size: 100% 100%;
}