
/* 必要布局样式css */
.cation-content {
    width: 1200px;
    margin: 0 auto;
}

.cation-middle {
    line-height: 48px;
    background: #fff;
    padding: 10px 20px 10px 20px;
    font-size: 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.cation-list {
    overflow: hidden;
}

.cation-list dt {
    float: left;
    width: 64px;
    font-weight: 700;
    line-height: 48px;
    position: relative;
    color: #333;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cation-list dt:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 21px;
    border: 1px solid #333;
    border-width: 0 1px 1px 0;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cation-list dd {
    border-bottom: 1px dotted #e0e0e0;
    margin-left: 64px;
    overflow: hidden;
}

.cation-list dd a {
    color: #333333;
    font-size: 15px;
    line-height: 15px;
    height: 15px;
    float: left;
    border-right: 1px solid #e0e0e0;
    padding: 0 16px;
    margin: 17px 0;
}

.cation-list dd a.all {
    color: #ff6a00;
    font-weight: 600;
}

.cation-list dd a.on, .cation-list a:hover {
    color: #ff6a00;
    font-weight: 600;
}

.cation-list dd a.book {
    color: #2fbd7f;
    font-weight: 600;
}

.cation-list dd a.book:hover {
    color: #ff1e00;
    font-weight: 600;
}

.cation-list dd a:last-child {
    border-right: 0 none;
}

.cation-list:last-of-type dd {
    border-bottom: 0 none;
}
.shiting {
    width: 285px;
    height: 190px;
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
}
.shiting img {
    width: 285px;
    height: 190px;
}
