@import url("reset.css");
@import url("global.css");

.main-content {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.main_box {
    width: 100%;
    overflow: hidden;

}

.position {
    line-height: 30px;
    padding: 0 0 15px 24px;
    border-bottom: #dddddd solid 2px;
    margin-bottom: 15px;
    background: url(../image/location_Yz_ic.gif) no-repeat 0 5px;
}

.list_title {
    border: #dddddd solid 1px;
    margin-bottom: 15px;
}

.list_title img {
    padding: 10px 20px;
    width: 30px;
    height: 30px;
}

.list_title span {
    font-size: 24px;
    font-weight: bold;
    color: #017dd5;
    line-height: 50px;
}

.news_list {
    border: #dddddd solid 1px;
}

.news_list li a {
    display: block;
    background: url(../image/red_dot.gif) no-repeat left center;
    padding: 0 20px;
    margin-left: 20px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.news_list li span {
    float: right;
    color: #999;
}

.news_list li:nth-child(5n+0) {
    border-bottom: #dddddd dashed 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.news_list li:last-child {
    border: none;
    margin: 0;
}

.pages {
    margin: 20px 0 0;
    text-align: center;
    font-size: 0;
}

.pagination {
    display: block;
    height: 40px;
    padding: 10px 0;
    text-align: center;
}

.pagination a {
    display: inline-block;
    margin: 5px 10px 5px 5px;
    padding: 2px 12px;
    height: 24px;
    border-radius: 3px;
    border: 1px #cccccc solid;
    transition: all 0.5s;
    background: #F5F5F5;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.pagination > b {
    display: inline-block;
    margin: 5px 10px 5px 5px;
    padding: 2px 12px;
    height: 24px;
    border-radius: 3px;
    transition: all 0.5s;
    text-decoration: none;
    font-size: 12px;
    line-height: 24px;
    border: none;
    background: #e13f38;
    color: #fff;
}
