
body {
    background: #f4f6f9;
}

.news_banner {
    position: relative;
    margin-top: 16px;
    border-radius: 10px;
}


.jobs_index {
    background-color: #f8f8f8;
}


.news_type_list {
    margin-top: 20px;
}
.news_type_list li {
    position: relative;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 8px 1px #eeeeee;
    margin-bottom: 16px;
}
.news_type_list a {
    position: relative;
    display: block;
    background: url('../images/right.png') no-repeat right center;
    background-size: 8px;
}





