*{
    margin: 0;
    padding: 0;
    /*box-sizing: border-box;*/
    /*-webkit-box-sizing: border-box;*/
}
html,body {-webkit-user-select: none;-moz-user-select: none; user-select: none;}
body{
    font-size: 12px;
}
a{
    text-decoration: none;
}
ul li{
    list-style: none;
}
img{
    display: block;
}
a:link, a:visited, a:hover, a:active{
    color: #333;
    text-decoration: none;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clear{
    display: block;
    clear: both;
}
em{
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

.container{
    width:1100px;
    margin: 0 auto;
}
/*顶部开始*/
/*顶部开始*/
.header{width:100%;height: 95px;;box-shadow: 0px 1px 10px 0px
rgba(33, 22, 19, 0.36);background: #fff}
.header>.container>.a{overflow:hidden}
.logo{float:left;}
.logo img{width:100%;height:100%}
.nav{
    float: right;
}
.nav a{
    display: block;
    float: left;
}
.navList{
    width: 170px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    font-size: 22px;

}
.navList.active{
    background-color: #ff6666;
    color: #ffffff;
}
/*顶部结束*/
/*搜索*/
.search {
    width: 600px;
    background: #fff;
    border: 2px solid #12bbb7;
    height: 45px;
    line-height: 45px;

}

.search_box {
    margin: 0 auto;
    width: 600px;
}

.search-top-box {
    background: #fff;
}

.search_time {
    line-height: 40px;
    height: 40px;
}

.search select {
    display: none;
}

.search .select_box {
    font-size: 14px;
    color: #999999;
    width: 120px;
    line-height: 45px;
    float: left;
    position: relative;
}

.search .select_showbox {
    height: 45px;
    background: url(/images/search_ico.png) no-repeat 90px center;
    text-indent: 1.5em;
}

.search .select_showbox.active {
    background: url(/images/search_ico_hover.png) no-repeat 90px center;
}

.search .select_option {
    display: none;
    border: 2px solid #12bbb7;
    border-top: none;
    display: none;
    left: -2px;
    top: 45px;
    position: absolute;
    z-index: 99;
    background: #fff;
}

.search .select_option li {
    text-indent: 1.5em;
    width: 100px;
    cursor: pointer;
}

.search .select_option li a {
    color: #666;
}

.search .select_option li.selected {
    background-color: #F3F3F3;
    color: #999;
}

.search .select_option li.hover {
    background: #BEBEBE;
    color: #fff;
}

.search input.inp_srh,
.search input.btn_srh {
    border: none;
    background: none;
    height: 45px;
    line-height: 45px;
    float: left
}

.search input.inp_srh {
    font-size: 14px;
    outline: none;
    width: 380px;
}

.search input.btn_srh {
    background: #12bbb7;
    color: #FFF;
    font-family: "微软雅黑";
    font-size: 15px;
    width: 100px;
}

.search_result {
    background: #fff;
    padding: 16px 0px;
}

.search_left {
    text-align: right;
    float: left;
    width: 100%;
    margin-right: 16px;
}

.search_left h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    float: left
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group li{
     float: left;
     padding-left: 10px;
     border: 1px solid #ccc;
     border-radius: 10px;
     padding-right: 10px;
}
.list-group-item_gr {
    color: #999;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    display: block;
    padding: 2px 0px;
}

.list-group-item_gr.active,
.list-group-item_gr.active:hover,
.list-group-item_gr.active:focus {
    z-index: 2;
    color: #fa0712;
    font-weight: 600;
}

.left-line {
    border-left: 1px solid #ddd;
}

.search_right {

    float: right;
    width: 970px;
}

.search_bd {
    min-height: 500px;
    margin-left: 16px;
}