<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.com_list {
   min-height: 700px;
    background-color: white;
    padding: 15px;
}
.com_list_title {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px silver solid;
}
.loc_icon {
    width: 15px;
    height: 18px;
    position: absolute;
    background-image: url(../images/loc_icon.png);
    background-repeat: no-repeat;
    background-position-y: 4px;
}
.loc_loc {
    margin-left: 20px;
}
.com_list_body {
    width: 100%;
    /* height: 600px; */
    float: left;
}
.com_body_title {
    width: 100%;
    float: left;
    line-height: 40px;
    margin-top: 15px;
    background-color: #f4f4f4;
}
.title_comon {
    /*background-image: url(../images/blue_bj.png);*/
    /*background-repeat: no-repeat;*/
    color: white;
    background-color: #006c3f;
    padding: 8px 40px;
    font-size: 18px;
    font-weight: bold;
    background-position: center;
}
.common_body {
    /* margin-top: 20px; */
    float: left;
    width: 100%;
    border-bottom: 1px silver dashed;
}
.common_body ul li {
    background: url(../images/lydt/desc_icon.png) no-repeat 0 center;
    line-height: 35px;
    padding-left: 15px;
    margin-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.font_time {
    float: right;
    color: #b2b2b2;
}
.common_body ul li a {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    /* display: inline-block; */
    /* float: left; */
}
.com_list_page {
    float: left;
    width: 100%;
}
.common_body ul li a:hover {
    padding-left: 10px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.common_body ul li a {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    /* display: inline-block; */
    /* float: left; */
}



@media screen and (max-width: 900px) {

    .com_list{
        width: 100%;
height:auto;
    }
    #page_div {
        margin-top: 30px;
    }
    .pagination-last {
        margin-top: 20px;
        float: left;
    }
}</pre></body></html>