﻿.l-left {
    float: left;
    width: 220px;
    border: 1px solid #cbe0f2;
    padding-bottom: 8px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.l-tlt {
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: url(../images/l_tlt.jpg) no-repeat;
    color: #fff;
    text-align: center;
}

.l-left>p {
    width: 198px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    padding-left: 20px;
    background: url(../images/l_tlt_01.jpg) no-repeat;
    margin-top: 8px;
}

.l-left>p:hover {
    background: url(../images/l_tlt_02.jpg) no-repeat;
}

.l-right {
    margin-top: 15px;
    float: right;
    width: 765px;
    border: 1px solid #cbe0f2;
    margin-bottom: 15px;
}

.r-tlt {
    height: 40px;
    line-height: 40px;
    background: #f2f6fa;
    border: 1px solid #cbe0f2;
}

.r-tlt>span {
    color: #0a55a6;
    float: left;
    padding: 0 20px;
    border-top: 2px solid #0a55a6;
    background: #fff;
    box-sizing: border-box;
    height: 102%;
    position: relative;
    top: 0px;
}

.r-tlt>div {
    float: right;
    margin-right: 10px;
}

.r-list {
    padding: 0 5px;
}

.r-list li {
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    width: 100%;
    position: relative;
}

.r-list li:nth-child(5n) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    box-sizing: content-box;
}

.r-list li::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 5px;
    top: 17px;
}

.r-list li span {
    float: right;
    margin-right: 15px;
}

.r-list li a {
    display: inline-block;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 18px;
}

@media screen and (max-width:768px) {

    .l-left,
    .l-right {
        width: 100%;
        margin: 10px 0;
    }

    .l-left>p {
        width: 95%
    }

    .l-tlt,
    .l-left>p {
        background-size: 100% 100%;
    }

    .r-list li a {
        width: 65%;
    }
}