﻿.li_dh {
    font-size: 16px;
    color: #328ad1;
    padding-left: 30px;
    background: url(../images/ver2/icon.png) -30px -870px no-repeat;
}
    .li_dh a {
        color: #328ad1;
        text-decoration: none;
    }
.info-box {
    width: 550px;
    padding: 8px;
    display:inline-block;
    float: left;
    margin-left:20px;
}
    .info-box .box-title {
        height:25px;
        border-bottom: 1px solid #eaeff5;
    }
    .info-box .box-title span {
        font-size: 16px;
        font-weight: bold;
        color: #328ad1;
        border-left: 5px solid #328ad1;
        padding-left: 15px;
    }
        .info-box .box-title .li_more {
            display: inline-block;
            float: right;
        }
.more_news {
    width: 14px;
    height: 18px;
    display: inline-block;
    float: right;
    background: url(../images/ver2/icon.png) -28px -63px no-repeat;
    margin-top: 5px;
    cursor: pointer;
}
.info-box .box-content {
    width: 534px;
    padding: 8px 8px 8px 20px;
}
    .info-box .box-content li {
        width:100%;
        list-style-type: disc;
        padding: 8px;
    }
        .info-box .box-content li a:hover {
            color: #EE5B2E;
        }
            .info-box .box-content li:before {
                float: left;
                width: 3px;
                height: 3px;
                border-radius: 50%;
                background: #e00000;
                display: inline-block;
                position: relative;
                top: 10px;
                left: -10px;
            }
                .info-box .box-content li a {
                    width: 450px;
                    display: inline-block;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                }
            .info-box .box-content li span {
                display: inline-block;
                float: right;
                margin-right: 10px;
            }
