* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #BACCE4;
}
#s_container {
    width: 1200px;
    height: 1200px;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 40px;
    font-family: "微软雅黑", sans-serif;
    font-size: 16px;
    color: #262626;
}
.s_main {
    width: 1000px;
    height: 1200px;
    /*border: 1px solid red;*/
    margin: 0 auto;
}


/*当前位置开始*/
.s_nav {
    width: 984px;
    height: 48px;
    border: 8px solid #ECF1F8;
    line-height: 30px;
    background: url(imagesmap.png) no-repeat 21px center;
}
.s_nav span {
    margin-right: 14px;
}
.s_nav .s_now {
    padding-left: 48px;
}
.s_nav a {
    text-decoration: none;
    color: #262626;
}
.s_nav span:last-child a {
    color: #1B4E93;
}
/*当前位置结束*/



/*结果显示_标题部分开始*/
.s_result {
    width: 1000px;
    margin-top: 45px;
    border: 1px solid #262626;
    padding-bottom:45px;
}
.s_result .title {
    width: 100%;
    height: 60px;
    background-color: #ECF1F8;
    overflow: hidden;
}
.s_result .title span {
    display: block;
    height: 100%;
    text-align: center;
    line-height: 60px;
    width: 15%;
    float: left;
    border-right: 1px solid #262626;
    border-bottom: 1px solid #262626;
    box-sizing: border-box;
    letter-spacing: 4px;
}
.s_result .title span:nth-child(1) {
    width: 50%;
}
.s_result .title span:nth-child(3) {
    width: 20%;
}
.s_result .title span:nth-child(4) {
    border-right: none;
}
/*结果显示_标题部分结束*/



/*结果显示_列表部分开始*/
.s_content{
    list-style: none;
    width: 980px;
    padding: 0 10px;
    padding-bottom:30px;
    overflow: hidden;
}
.s_content li {
    width: 100%;
    height: 40px;
    /*background-color: greenyellow;*/
    overflow: hidden;
    border-bottom: 1px dashed #555;
}
.s_content li a {
    width: 469px;
    height: 40px;
    line-height: 44px;
    color: #337AB7;
    float: left;
    /*background-color: red;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    padding-right: 20px;
}
.s_content li a:hover {
    color: #ff0000;
}
.s_content li span {
    float: left;
    height: 40px;
    text-align: center;
    line-height: 50px;
}
.s_content li span.s_first {
    width: 150px;
}
.s_content li span.s_second {
    width: 200px;
    font-size: 14px;
}
.s_content li span.s_three {
    width: 140px;
}
.s_content li span.s_red {
    color: #ff0000;
}
.s_content li span.s_green {
    color: #42B442;
}
/*结果显示_列表部分结束*/



/*结果显示_页码部分开始*/
.s_page {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}
.s_page a {
    float: left;
    margin: 0 8px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    color: #262626;
}
.s_page a:hover {
    color: #009f95;
}
/*结果显示_页码部分结束*/