.test-item{
    background: #f3f3f3;
    padding: 15px;
    position: relative;
}
.test-item-logo{
    margin-right: 1.8%;
    width: 11.5%;
}
.test-item-title{
    width: 55.2%;
}
.test-item-info{
    width:30.6%;
    margin-top: 50px;
}
.test-item-title h5{
    font-size: 18px;
    color: #333;
    line-height: 35px;
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.test-item-title p{
    font-size: 14px;
    color: #333;
    line-height: 35px;
}
.test-item-title p span{
    margin-right: 30px;
}
.test-item-title p span i{
    font-style: normal;
}
.wrap-test-txt h5{
    font-size: 16px;
    color: #00b3ff;
    text-align: right;
}
.wrap-test-txt p{
    font-size: 12px;
    color: #666666;
    line-height: 36px;
    text-align: right;
}
.wrap-btns button{
    margin-bottom: 10px;
    margin-left: 10px;
    color: #fff !important;
}
.wrap-attendinfo{
    position: absolute;
    right: 23px;
    top:0px;
}
.wrap-test-txt{
    height: 66px;
}
/*2017 810 */
.bg-greg{
    background: #fafafa;
}
.left-help{
        width: 19.2%;
}
.left-help ul{
    height: 450px;
    background: #fff;
    border: 1px solid #dedede;
    padding-top: 20px;
}
.left-help ul li a{
    font-size: 18px;
    color: #333;
    height: 48px;
    line-height: 48px;
    display: block;
    padding-left: 37px;
}
.left-help ul li.commonquestionnum a{
    font-size: 16px;
}
.left-help ul li.current a{
    background: #0099cc;
    color: #fff;
    cursor: pointer;
}
.left-help ul li a i{
    padding-top: 15px;
    margin-right: 15px;
}
.helpico{
    display: block;
}
.helpcur{
    display: none;
}
.left-help ul li.current a i .helpico{
    display: none;
}
.left-help ul li.current a i .helpcur{
    display: block;
}
.right-help{
    width: 79.1%;
    background: #fff;
    border: 1px solid #dedede;
    padding: 20px 40px;
    line-height: 35px;
    min-height: 748px;
}
.right-help-title{
    font-size: 20px;
    color: #333;
    margin-bottom: 35px;
}
.help-item h5{
    font-size: 16px;
    color: #4b3c44;
    line-height: 40px;
    font-weight: bold;
}
.help-item{
    margin-bottom: 30px;
}
.help-item .help-item-txt{
    font-size: 16px;
    color: #4b3c44;
}
.help-instructtxt h6{
    font-size: 16px;
    color: #4b3c44;
    line-height: 35px;
}