.newsList-container {
    width: 100%;
    background: #f5f5f5;
    min-width: 1200px;
    font: 12px/150% Microsoft YaHei, tahoma, arial, Hiragino Sans GB, "\u5b8b\u4f53", sans-serif;
}

.newsList-container .align-center {
    background: #f5f5f5;
}

.newsList-container .crumbs {
    background: #f5f5f5;
    line-height: 52px;
    height: 52px;
}

.newsList-container .crumbs a {
    color: #666;
}

.newsList-container .crumbs a:hover {
    color: #52990C;
    text-decoration: underline;
}

.curLoca {
    color: #52990C;
}

.new-list-left {
    width: 220px;
    float: left;
}

.new-list-left h2 {
    height: 50px;
    background: #52990C;
    line-height: 50px;
    padding-left: 40px;
    width: 220px;
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

    .new-list-left h2 i {
        position: absolute;
        width: 26px;
        height: 26px;
        left: 8px;
        top: 13px;
        background: url(../../images/NaturalResources/base-ico.png);
        background-position: -312px -152px;
    }

.new-list-left dl {
    width: 220px;
    float: left;
    border: 1px #e6e6e6 solid;
    border-top: 0px;
    background: #fff;
}

.new-list-left dl dd {
    width: 100%;
    float: left;
    padding: 0px 0px;
}

.new-list-left dl dd a {
    width: 218px;
    float: left;
    height: 44px;
    line-height: 44px;
    padding-left: 30px;
    font-size: 14px;
    position: relative;
    color: #666;
}

    .new-list-left dl dd a:hover,
    .new-list-left dl dd a.curr {
        background: url(../../images/NaturalResources/list-menu-bg.png) no-repeat;
        text-decoration: none;
        color: #52990C;
    }

/* 右箭头 */
.new-list-left dl dd a:hover i,
.new-list-left dl dd a.curr i {
    border-color: #52990C;
}

.new-list-left dl dd a i {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-color: #666;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.new-list-left dl dd a.curr em {
    display: block;
}

.new-list-left dl dd a em {
    width: 4px;
    height: 16px;
    left: 15px;
    top: 14px;
    background: #52990C;
    display: none;
    position: absolute;
}


.new-list-left dl dd a .text {
    float: left;
    height: 44px;
    line-height: 44px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    width: 165px;
}


.new-list-con {
    width: 971px;
    float: left;
    margin-left: 9px;
}

.new-list-con .box {
    border: 1px #ddd solid;
}

.base-list-title {
    width: 100%;
    height: 44px;
    border-bottom: 1px #ddd solid;
    background: #fff;
}

.base-list-title h3 {
    height: 15px;
    border-left: 4px #52990C solid;
    padding-left: 10px;
    font-size: 16px;
    line-height: 15px;
    color: #333;
    margin-top: 14px;
    float: left;
    margin-left: 15px;
    font-weight: normal;
}

.project_lists {
    background: #fff;
    padding: 0px 20px;
    min-height: 600px;
}

.project_lists a {
    width: 930px;
    line-height: 44px;
    float: left;
    position: relative;
    height: 44px;
    padding-left: 10px;
    border-bottom: 1px #dddddd dashed;
    font-size: 14px;
    color: #666;
}

.project_lists a:hover i {
    background: #52990C;
}

.project_lists a:hover {
    color: #52990C;
}


.project_lists a i {
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 20px;
    cursor: pointer;
    background: #999;
    border-radius: 50px;
    font-size: 14px;
}

.project_lists a span {
    width: 825px;
    float: left;
    height: 44px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.project_lists a span.time {
    float: right;
    text-align: right;
    width: 85px;
    color: #999;
}



.kkpager {
    clear: both;
    height: 50px;
    line-height: 30px;
    margin: 25px auto;
    text-align: center;
    font-size: 14px;
}

    .kkpager a {
        padding: 6px 12px;
        margin: 10px 3px;
        font-size: 14px;
        border: 1px solid #e6e6e6;
        background-color: #FFF;
        text-decoration: none;
        outline: none;
        *zoom: 1;
        *padding: 0px 10px;
        color: #666;
    }

    .kkpager span {
        font-size: 14px;
        *zoom: 1;
        *padding: 0px 10px;
        *vertical-align: middle;
    }

        .kkpager span.disabled {
            padding: 6px 12px;
            margin: 10px 3px;
            font-size: 14px;
            border: 1px solid #e6e6e6;
            background-color: #FFF;
            *zoom: 1;
            *padding: 0px 10px;
        }

        .kkpager span.curr {
            padding: 6px 12px;
            margin: 10px 3px;
            font-size: 14px;
            border: 1px solid #52990C;
            background-color: #52990C;
            *zoom: 1;
            *padding: 0px 10px;
            color: #FFF;
        }

    .kkpager a.curr {
        padding: 6px 12px;
        margin: 10px 3px;
        font-size: 14px;
        border: 1px solid #52990C;
        background-color: #52990C;
        *zoom: 1;
        *padding: 0px 10px;
        color: #FFF;
    }

    .kkpager a:hover {
        border: 1px solid #52990C;
    }

    .kkpager span.normalsize {
        font-size: 14px;
    }

#kkpager_gopage_wrap {
    display: inline-block;
    width: 40px;
    height: 31px;
    border: 1px solid #e6e6e6;
    margin: 0px 1px;
    padding: 0px;
    position: relative;
    left: 0px;
    top: 8px;
    *top: 0px;
}

#kkpager_btn_go {
    width: 40px;
    height: 31px;
    line-height: 31px;
    padding: 0px;
    font-family: "Microsoft Yahei",arial,sans-serif;
    text-align: center;
    border: 0px;
    background-color: #bbb;
    color: #FFF;
    position: absolute;
    left: 61px;
    top: 0px;
    display: block;
}

    #kkpager_btn_go:hover {
        background: #52990C;
        cursor: pointer;
    }

#kkpager_btn_go_input {
    width: 40px;
    height: 31px;
    text-align: center;
    border: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    outline: none;
}