/* CSS Document */

body,
html {
    background: #f6f6f6;
}

.list {
    width: 100%;
    height: 40px;
    background: #fff;
    margin-bottom: 10px;
}

.list li {
    width: 33.3%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.list li a {
    display: block;
    color: #5a5a5a;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    font-size: 14px;
    border-right: 1px solid #dddddd;
}

.list .blue {
    text-align: center;
    border-bottom: 2px solid #378dcc;
}

.list .blue a {
    color: #378dcc;
}

.table {
    width: 100%;
}

.tryMain {
    width: 100%
}

.tryList {
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    background: #fff
}

.tryPic {
    position: relative
}

.tryPic img {
    width: 100%
}

.tryPic span.sign {
    display: block;
    width: 40px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
}

.tryPic span.sign.grades {
    left: 6px;
    background: url(http://static.vko.cn/v8/v8s/common/images/ml2_ico.png);
}

.tryPic span.sign.object {
    left: 52px;
    background: url(http://static.vko.cn/v8/v8s/common/images/ml2_ico2.png);
}

.tryIntro {
    padding: 15px 9px;
}

.tryIntro h6 {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 11px;
}

.tryIntro p {
    color: #959595;
    line-height: 1;
    font-size: 14px;
}

.tryIntro p span {
    color: #616161;
    font-size: 14px;
}