body{
    background-color: #ececf4;
}
.notice_banner{
    width: 100%;
    height: 300px;
    background: url("../images/final_notice_02.png") no-repeat center;
}
.notice_list{
    width: 950px;
    padding:0 50px 100px 50px;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: -60px;
    margin-bottom: 100px;
}
.route{
    width: 100%;
    height: 57px;
    line-height: 57px;
    color: #666;
    border-bottom: 1px #dcdddd solid;
}
.route a{
    color: #666;
}
.route span:last-child{
    color: #99362f;
}
.n_details{
    width: 100%;
    padding-top:30px;
    line-height: 30px;
    color: #666;
}
.n_details p{
    text-indent: 35px;
    margin-bottom: 50px;
}
.n_item{
    margin-top: 60px;
}
.n_icon{
    float: left;
    width: 26px;
    text-align: center;
}
.n_text{
    float: right;
    width: 905px;
}
.n_text h3{
    font-size:18px;
    color: #333;
    margin-bottom:7px;
}
.n_text span{
    margin-right: 40px;
}
.n_text .red{
    color: #e53e39;
}
