/*
* @Author: baocheng
* @Date:   2017-07-06 14:36:34
* @Last Modified by:   baocheng
* @Last Modified time: 2017-07-20 23:23:25
*/
.themBlue .allitemBox li:hover {
    background-color: #00aaff;
}

.themBlue .subjectList::-webkit-scrollbar-thumb:vertical {
 
    background-color: #00aaff;
   
}


.centerBox {
    width: 1200px;
    margin: 0 auto;
}

.butBlue {
    background-color: #07bbee;
}

b,
strong {
    font-weight: normal;
}

i,
em {
    font-style: normal;
}



/*题库中心 start*/

.quePicture {
    height: 340px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.queTitle {
    height: 110px;
    line-height: 110px;
    font-size: 24px;
    color: #333;
    text-align: center;
}



/*功能介绍 start*/

.funList ul {
    width: 1204px;
    margin: 0 auto;
    padding-bottom: 14px;
}

.funList li {
    position: relative;
    width: 299px;
    height: 96px;
    padding-left: 75px;
    margin: 1px;
    box-sizing: border-box;
    background-color: #f6f6f6;
}

.funList li em {
    position: absolute;
    left: 18px;
    top: 28px;
    width: 40px;
    height: 40px;
    background-image: url(../../images/tiku/tikuCenter.png);
    background-repeat: no-repeat;
}

.funList li .Practice {
    background-position: -11px -10px;
}

.funList li .fastTest {
    background-position: -59px -10px;
}

.funList li .MockTest {
    background-position: -109px -10px;
}

.funList li .errorNote {
    background-position: -160px -10px;
}

.funList li .Track {
    background-position: -210px -10px;
}

.funList li .intell {
    background-position: -261px -10px;
}

.funList li .moreFun {
    background-position: -309px -10px;
}

.funList .funName {
    margin-top: 24px;
}

.funList .funName h4 {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.funList .funName p {
    font-size: 12px;
    color: #999;
    line-height: 22px;
}



/*功能介绍 end*/


/*全部题库 start*/

.allitemBox {
    padding-bottom: 60px;
}

.allitemBox li {
    position: relative;
    width: 298px;
    height: 199px;

    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.allitemBox .leftNone {
    border-left: none;
}

.allitemBox .rightNone {
    border-right: none;
}


/*.allitemBox .topNone{
    border-top: none;
}*/

.allitemBox .botNone {
    border-bottom: none;
}

.allitemBox li:hover {
    background-color: #07bbee;
    color: #fff;
}

.allitemBox li:hover h2 {
    color: #fff;
}

.allitemBox li:hover .conIntro {
    color: #fff;
}

.allitemBox li:hover .subjectList {
    display: block;
}


.allitemBox li h2 {
    padding: 0 36px;
    font-size: 18px;
    color: #666;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box; /* Firefox 17- */
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex; /* Firefox 18+ */
	display: -ms-flexbox; /* IE 10 */
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    word-wrap: break-word;
    justify-content: space-around;
    align-item: center;
    width: 100%;
    box-sizing: border-box;
}

.allitemBox li .conIntro {
    padding: 0 36px;
    height: 36px;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
}

.allitemBox li .subjectList {
    display: none;
    position: absolute;
    left: 40px;
    top: 118px;
    z-index: 1;
    width: 380px;
    height: 190px;
    padding: 20px 0 20px 20px;
    font-size: 0;
    box-shadow: 0 0 12px 0 rgba(204, 204, 204, .75);
    border-radius: 2px;
    background-color: #fff;
    overflow-y: auto;
    box-sizing: border-box;
}

.subjectList dd {
    display: inline-block;
    padding: 9px 19px;
    font-size: 12px;
    color: #666;
    line-height: 1;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 16px;
    margin-right: 8px;
    margin-bottom: 18px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.subjectList dd:hover {
    color: #07bbee;
    border-color: #07bbee;
}


/*----------*/


/*-----------*/

.subjectList::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.subjectList::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 6px;
}

.subjectList::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: #07bbee;
    -webkit-border-radius: 6px;
}

.subjectList::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}


/*----*/


/*全部题库 end*/


/*题库中心 end*/

/*ipad 样式*/
@media screen and (min-width:768px) and (max-width:1024px){
    .centerBox{width:100%;}
}

/*题库中心列表页重构*/
.l {
    float: left !important;
}

.banner {
    height: 318px;
    background: url("../../images/question_bank_center/img_banner.jpg") center no-repeat;
    position: relative;
}
.banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(113px) translateY(-50%);
    -moz-transform: translateX(113px) translateY(-50%);
    -ms-transform: translateX(113px) translateY(-50%);
    -o-transform: translateX(113px) translateY(-50%);
    transform: translateX(113px) translateY(-50%);
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    color: #485679;
}

.viewer {
    margin: 80px 0 60px;
}
.viewer .container {
    width: 1200px;
    margin: 0 auto;
}

.question-bank-list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.question-bank-item {
    width: 278px;
    margin-right: 20px;
    height: 198px;
    background: url("../../images/question_bank_center/img_item.png");
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    border: 2px solid #ffffff;
    box-shadow: 0px 4px 20px #e2e9ef;
    border-radius: 4px;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.question-bank-item:nth-child(4n) {
    margin-right: 0;
}
.question-bank-item .item-name {
    margin: 16px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.question-bank-item .item-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    color: #758297;
    max-height: 60px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* ! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    margin-bottom: 12px;
}
.question-bank-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3472d7;
}
.question-bank-item .sub-links {
    position: absolute;
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
    left: -2px;
    top: -2px;
    background: url("../../images/question_bank_center/img_item_sub.png") center no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    border-radius: 4px;
    height: 0;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    overflow: hidden;
    padding: 0 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    cursor: default;
}
.question-bank-item .sub-links a {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    margin-top: 15px;
    cursor: pointer;
}
.question-bank-item.show .sub-links {
    height: -webkit-calc(100% + 4px);
    height: -moz-calc(100% + 4px);
    height: calc(100% + 4px);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .viewer .container {
        width: 100%;
        margin: 0 auto;
    }
    .question-bank-item {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
}
.question-bank-dialog {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0;
    height: 100%;
}
.question-bank-dialog .title {
    text-align: center;
    height: 82px;
    line-height: 82px;
    margin-bottom: 20px;
}
.question-bank-dialog .title span {
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    color: #333333;
    padding: 10px;
    position: relative;
}
.question-bank-dialog .title span::after, .question-bank-dialog .title span::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38.69px;
    height: 44.48px;
}
.question-bank-dialog .title span::before {
    right: 100%;
    background: url("../../images/question_bank_center/img_dialog_title_l.png");
}
.question-bank-dialog .title span::after {
    left: 100%;
    background: url("../../images/question_bank_center/img_dialog_title_r.png");
}
.question-bank-dialog .question-bank-links {
    height: -webkit-calc(100% - 102px);
    height: -moz-calc(100% - 102px);
    height: calc(100% - 102px);
    overflow: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
}
.question-bank-dialog .question-bank-link {
    width: -webkit-calc(33.33% - 13.3333333333px);
    width: -moz-calc(33.33% - 13.3333333333px);
    width: calc(33.33% - 13.3333333333px);
    margin-right: 20px;
    height: 104px;
    background: url("../../images/question_bank_center/img_link.png");
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    box-shadow: 0px 4px 20px #f0f3f9;
    border-radius: 4px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #384251;
}
.question-bank-dialog .question-bank-link span {
    max-height: 44px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* ! autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
}
.question-bank-dialog .question-bank-link:nth-child(3n) {
    margin-right: 0;
}
.question-bank-dialog .question-bank-link:nth-child(n+4) {
    margin-top: 20px;
}
.question-bank-dialog .question-bank-link:hover {
    color: #fff;
    background-image: url("../../images/question_bank_center/img_link_hover.png");
}