.s-nav{
    height: 85px;
    width: 100%;
    background: url(../images/nav_bg.jpg) no-repeat center;
}
.navbox{
    width: 1200px;
    margin: 0 auto;
    height: 85px;
}
.navbox>span{
    display: inline-block;
    height: 85px;
    line-height: 85px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;

}

.selectbox{
    float: right;
    height: 85px;
    line-height: 85px;
    width: 500px;
}
.selectbox dl{
    padding-top: 15px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}
.selectbox dt{
    width: 227px;
    height: 48px;
    background: #fff;
    text-align: center;
    line-height: 48px;
    color: rgb(145, 145, 145);
}

.selectbox dl em{
    position: absolute;
    right: 15px;
    top: 36px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #D7D7D7;
    vertical-align: middle;
    margin-left: 8px;
    transition: all .3s;
}
.selectbox dl:hover em{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
    -webkit-transform-origin: center 2px;
    transform-origin: center 2px;
}
.selectbox dd{
    /*background-color: #fff;*/
}
.selectbox dd .ModuleBox{
    min-width: 97px;
    background: #fff;
    animation: topFadeIn .5s ease-out; 
    z-index: 10;
    padding: 8px 0;
    display: none;
}
.selectbox dd a{
    display: block;
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    text-align: center;
    color: rgb(145, 145, 145);
}
.selectbox dd a:hover{
    color: #ef5350;
}

.container{
    background-color: #EDEDED;
    padding-bottom: 100px;
    padding-top: 15px;
}
.container .cont{
    width: 1200px;
    margin: 0px auto;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #919191;
}
.cont a{
    color: #919191;
}
.cont i{
    padding: 0 6px 0 6px;
}


/*搜索结果展示*/

.panic{
    width: 1200px;
    margin: 15px auto;
    margin-bottom: 50px;

}
.panic li{
    width: 380px;
    height: 350px;
    background-color: #FFF;
    float: left;
    margin: 0 20px 20px 0;

}

.panic li:hover{
    box-shadow: 2px 2px 27px 0px rgba(0, 9, 42, 0.17);
}

.panic li .eg-box{
    width: 380px;
    height: 230px;
    overflow: hidden;
    background-color: #f5f5f5;
}
.panic li img{
    width: 100%;
    height: 100%;
}
.panic li p{
    width: 380px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: rgb(59, 59, 59);
    box-sizing: border-box;
    padding: 15px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.panic li .see{
    padding: 15px;
    box-sizing: border-box;

}
.panic li .b{
    display: inline-block;
    width: 15px ;
    height: 15px;
    background: url(../images/icon.png) no-repeat;
    background-position: -91px -128px;
    margin-right: 5px;
}
.panic li .s{
    display: inline-block;
    width: 18px ;
    height: 15px;
    background: url(../images/icon.png) no-repeat;
    background-position: -128px -128px;
    margin-right: 5px;
    margin-left: 30px;
}
.panic li span{
    display: inline-block;
    height:18px;
    line-height: 18px;
    font-size: 14px;
    color: rgb(186, 186, 186);

}

/*页码样式*/
.pagination{
    width: 1200px;
    margin: 0 auto;
}
.pagination .inner{
    box-sizing: border-box;
    display: inline-block;
    float: right;
}
.pagination .inner ul{
    float: left;
}
.pagination .inner ul li{
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 2px;
}

.pagination .inner .page_current{
    color: red;
}

.pagination .inner ul li:first-child,.inner li:last-child{
    display: inline-block;
    width: 63px;
    height: 27px;
    background: #fff;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
    border: 1px solid rgb(232, 232, 232);
}
.pagination .inner ul li:first-child:hover,.inner li:last-child:hover{
    background-color: rgb(250, 250, 250);
}
.pagination .page_info{
    display: none;
}


.footer{
    margin-top: 0px;
}
