/*
* @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;
}

.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: 50px 36px 0;
    font-size: 18px;
    color: #666;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
}

.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%;}
}