@import "/templet/css/common.css";
@import "/templet/group/css/group.css";
h3 {
    color: #5696c0;
}
div.row {
    clear: both;
    padding-left: 50px;
}
ul.col {
    float: left;
    width: 128px;
    padding: 0;
    margin: 0 0 50px 50px;
}
ul.col1 {
    margin-left: 0;
}
ul.col li {
    padding: 0;
    margin: 5px 0;
    list-style-type: none;
    color: #5696c0;
}
ul.col li a.small img {
    border: 3px solid #bfdfe7;
}
ul.col li a.small:hover img {
}
ul.col li span {
    color: #ff7800;
}
a.back {
    float: right;
    clear: both;
    padding-left: 15px;
    margin-right: 50px;
    background: url(/templet/video/images/up.gif) no-repeat left center;
}