.question-paractise-box {
    width: 998px;
    margin: 20px auto;
    border: 1px solid #d8d8d8;
}

.question-top-img {
    height: 250px;
    background: url('/Public/image/banner.png?v=20221125') no-repeat center;
}

.subnav {
    height: 70px;
    border-bottom: 1px solid #d8d8d8;
}

.subnav ul {
    width: 230px;
    height: 100%;
    margin: 0 auto;
}

.subnav ul li {
    height: 68px;
    width: 75px;
    line-height: 88px;
    color: #818181;
    float: left;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    margin: 0 20px;
}

.subnav ul li:hover {
    color: #006aee;
    border-bottom: 2px solid #006aee;
}

.subnav .current-item {
    color: #006aee;
    border-bottom: 2px solid #006aee;
}

.item-choice li:hover {
    color: #006aee;
    border-color: #006aee;
    border-style: solid;
    border-width: 0 0 2px;
}

/*.bd>subbody*/
.subbody {
    padding-bottom: 10px;
    min-height: 370px;
}

.subbody .bd-item, .norecord {
    min-height: 180px;
    margin: 29px 2px 70px 40px;
}

.choices {
    width: 775px;
    margin: 0 auto;
}

.choices ul {width: 100%; clear: both;}

.choices ul li {
    float: left;
    margin-top: 25px;
    margin-right: 45px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.choices ul li a {
    text-decoration: none;
}

.choices ul li div {
    height: 150px;
    overflow: hidden;
    text-align: center;
    width: 160px;
    background-color: #fff;
}

.choices ul li div:hover{
    opacity: 0.5;
}

.choices ul li div img {
    width: 50px;
    height: 50px;
    margin: 30px;
}

.choices .e {
    background-color: #f3f3f3;
}

.choices .r {
    border: 1px #d8d8d8 solid;
}

.exam .ex1 {
    background-color: #eee66b;
}

.exam .ex1:hover {
    background-color: #fcf7a6;
    cursor: pointer;
}

.exam .ex2 {
    background-color: #86d5e1;
}

.exam .ex2:hover {
    background-color: #88edfc;
    cursor: pointer;
}

.exam .ex3 {
    background-color: #9ce0d2;
}

.exam .ex3:hover {
    background-color: #abf3e4;
    cursor: pointer;
}

.choices ul li .mark {
    float: left;
    width: 100%;
    color: #4c4c4c;
    font-size: 16px;
}

.notice {
    padding: 10px 10px 40px 25px;
    background-color: #f3f3f3;
    height: 70px;
    margin: 0 auto;
    margin-top: 20px;
}

.notice h1 {
    text-indent: 5px;
    font-size: 18px;
    text-align: center;
}

.notice p {
    padding: 3px;
    font-size: 16px;
    color: #aaa;
    line-height: 30px;
}

.bd .all-a-style {
    margin-right: -5px;
    height: 70px;
    width: 73px;
    display: inline-block;
    text-align: -moz-center;
    margin-top: 33px;
}

.exercise-record {
    background-position: -67px -332px;
    margin-left: 20px;
}

.exam-history {
    background-position: -68px -398px;
}

.wrong-question {
    background-position: -133px -400px;
}

.order-exercise {
    background-position: -202px -401px;
}

.random-exercise {
    background-position: -4px -330px;
}

.module-exercise {
    background-position: -142px -328px;
}

.practice-test {
    background-position: -224px -329px;
}

.finamock-exam {
    background-position: -305px -328px;
}

.self-test {
    background-position: 7px -399px;
}

.question-bg {
    width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
}

.question-nav-title {
    border-left: 5px solid #006aee;
    color: #000000;
    width: 900px;
    height: 25px;
    margin: 20px auto;
    padding-left: 15px;
    font-size: 18px;
}

.question-nav-title-line {
    margin: 20px auto;
    width: 920px;
    border-bottom: 1px #d8d8d8 solid;
}

.question-count-bg {
    clear: both;
    padding-top: 10px;

}

.question-count-block {
    width: 604px;
    height: 150px;
    margin: 0 auto;
    margin-top: 50px;
}

.question-count {
    float: left;
    width: 150px;
    text-align: center;
    padding-top: 20px;
}
.question-count p{
    font-size: 16px;
    color: #b0b0b0;
}
.question-count h5{
    font-size: 24px;
    color: #006aee;
}

.question-count-line{
    float: left;
    height: 90px;
    border-right: 1px #d8d8d8 solid;
}


