﻿.artlistdiv {
    border: solid 1px #498af2;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    padding: 20px 40px;
    height: 450px
}

.arttitle > div:nth-child(1) {
    float: left;
    width: 5px;
    height: 24px;
    margin-top: 13px;
    background-color: #498af2;
}

.arttitle > div:nth-child(2) {
    margin-left: 24px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
}

.artlist {
    margin-top: 10px
}

    .artlist li > a {
        height: 38px;
        line-height: 38px;
        background: url(/images/licon.jpg) no-repeat left;
        padding-left: 23px;
        border-bottom: 1px dashed #E4E4E4;
        display: block;
    }

    .artlist span {
        float: right;
    }
/*----- 分页 -----*/
.fanye {
    height: 60px;
}

    .fanye ul {
        float: right;
        padding-right: 20px;
        padding-top: 20px;
    }

    .fanye li {
        display: block;
        float: left;
        width: 26px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        background: url(/images/page1.png);
        margin-right: 7px;
        font-size: 12px;
    }

        .fanye li a {
            display: block;
            font-weight: bold;
            color: #fff !important;
        }

    .fanye .ys {
        background: url(/images/page2.png);
    }
