/**!
 * 中国（江苏）自由贸易试验区连云港片区-政策法规
 * date: 2020-05-14
 * author: qxy;
 */

body {
    padding-bottom: 146px;
    background: url(../images/header-bg.png) center 0 no-repeat;
}

.header {
    border-bottom: 5px solid #E6EBEE;
}

.policies-con {
    padding: 20px 0 25px 0;
    font-size: 15px;
    border: 1px solid #E9E9E9;
    border-top: 0;
}


/* 列表样式 */

.policies-list {
    font-size: 15px;
}

.policies-list li {
    height: 48px;
    padding: 13px 0 0 13px;
}

.policies-list li:nth-child(even) {
    background-color: #F6FAFF;
}

.policies-list a {
    float: left;
    max-width: 960px;
    padding: 0 20px 0 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/policies-icon.png) 0 center no-repeat;
    transition: all ease 200ms;
}

.policies-list .date {
    margin-right: 37px;
    transition: all ease 200ms;
}

.policies-list a:hover {
    font-weight: bold;
    color: #4178BE;
}

.policies-list a:hover+.date {
    color: #4178BE;
}