.test_box {
    width: 414px;
    margin: auto;
    border: 1px solid #cccccc;
}

.testH {
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}

.testVideo {
    text-align: center;
    color: rgb(0, 102, 204);
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 210px;
    cursor: pointer;
}

.test_cont {
    width: 100%;
    margin-top: 10px;
}

.test_contUl {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    height: 400px;
    overflow-y: auto;
}

.test_contUl li {
    width: 100%;
    display: block;
    line-height: 40px;
    list-style-type: none;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.testLi_img {
    margin-top: 12px;
    display: inline;
    vertical-align: -1px;
}

.testLi_h {
    color: #545454;
}

.testLi_l {
    color: #04aeda;
    font-weight: bold;
}

.test_bottom {
    width: 100%;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.1);
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 10px;
}

.test_imgBox {
    width: 100%;
    height:650px;
    overflow-y:auto; 
}

.test_img {
    width: 100%;
    display: block;
}

.aplayer {height:100%;width:100%;margin:0px auto;background-color:snow;}
.aplayer-pic{float: left;width: 100% !important;height:81% !important;}
.aplayer .aplayer-pic .aplayer-play{width:50px;height:50px;border:2px solid #fff;top:50%;left:47%;margin:-15px 0 0 -15px;}
.aplayer .aplayer-pic .aplayer-pause{width:50px;height:50px;border:2px solid #fff;top:50%;left:47%; margin:-15px 0 0 -15px;}
.aplayer .aplayer-pic .aplayer-play .aplayer-icon-play{position:absolute;top:8px;left:7px;font-size:38px;line-height:23px;}
.aplayer .aplayer-pic .aplayer-pause .aplayer-icon-pause{position:absolute;top:8px;left:7px;font-size:38px;line-height:23px;}