@charset "UTF-8";
section#nrList2 {
    float: left;
    width: 664px;
}
#nrList2 .leftText {
    width: 485px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
}
#nrList2 .listBox ul li {
    padding: 6px 25px;
}

#nrList2 .nrSearchBox {
    position: relative;
    margin-bottom: 10px;
    text-align: left;
}

#nrList2 .nrSearchBox input.nrSearch {
    border-radius: 30px;
    padding-left: 5px;
    margin-left: 50px;
    width: 523px;
}

#nrList2 .nrSearchBox div {
    border: 1px solid #ccc;
    width: 608px;
    margin: 0px 25px;
    border-radius: 50px;
}

#nrList2 p.moreNews {
    border: 2px solid #21923c;
    color: #21923c;
    float: left;
    width: 260px;
}

#nrList2 p.moreReport {
    border: 2px solid #80ac20;
    color: #80ac20;
    float: right;
    width: 260px;
}

.selectBox p.moreColumn {
    width: 42%;
    height: 24px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 2%;
    margin: 0 1%;
    border: 2px solid #28b2d2;
    color: #28b2d2;
    background-color: #fff;
    float: left;
}