/* 模板列表 */
body {
    min-width: 1200px;
}
.cus-thumbnail {
    border: none;
    background-color: transparent;
    position: relative;
}
.cus-thumbnail .caption {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    margin-top: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.cus-thumbnail .hot,
.cus-thumbnail .new {
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 1.17em;
    font-weight: normal;
    height: 56px;
    width: 56px;
    display: inline-block;
}
.cus-thumbnail .hot{
    background: url(../../../images/website/hot.png) no-repeat center center;
}
.cus-thumbnail .new{
    background: url(../images/01/new.png) no-repeat center center;
}
.cus-thumbnail .caption .grade {
    color: #00a0e9;
}
.cus-thumbnail .intr-box {
    position: relative;
}
.cus-thumbnail .intr-box img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.caption.caption2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    margin-top: 0px;

    background: rgba(255,255,255,.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
}
.caption2.active {
    -webkit-box-shadow: 0 0 12px #ccc;
    -moz-box-shadow: 0 0 12px #ccc;
    box-shadow: 0 0 12px #ccc;
}

.caption2 .leftinfo,
.caption2 .rightimg {
    width: 50%;
    float: left;
    max-height: 100%;
    overflow: hidden;
}
.caption2 .box {
    padding: 1em;
}
.caption2 .box a {
    display: inline-block;
    margin: 0.5em;
}
.cate-item a {
    display: inline-block;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
    min-width: 160px;
}
.cate-item a.active,
.cate-item a:hover {
    color: #fff;
    background-color: #00a0e9;
}