.tzhj_list_con .con_item{
    display: inline-block;
    width:247px;
    height:320px;
    overflow: hidden;
    border:1px solid #e5e5e5;
    box-sizing: border-box;
    position:relative;
    margin: 0 25px 25px 0;
    vertical-align:middle;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.tzhj_list_con .con_item:nth-child(4n){
    margin-right: 0;
}
.tzhj_list_con .con_item:hover{
    border-color: #0f8549;
    border-radius: 4px;
    box-shadow: 0 0 5px #006a34;
}
.tzhj_list_con>ul{
    padding:40px 0 0;
}
.tzhj_list_con .sp_img{
    width:100%;
    height:160px;
    background: #aaa;
    overflow: hidden;
}
.tzhj_list_con .sp_img img{
    width: 100%;
}
.tzhj_list_con .sp_detail{
    display: inline-block;
    width:227px;
    height:30px;
    line-height: 30px;
    text-align: center;
    background: #0f8549;
    color:#fff;
    position:absolute;
    left:0;
    bottom:0;
}
.sp_info{
    padding:10px;
}
.sp_info>.sp-sm-title>a{
    font-weight: bold;
    font-size: 14px;
}
.sp_info .icon img{
    display: inline-block;
   margin: -5px 0 0 5px;
}
.sp_info .amount{
    font-size: 12px;
    color:#9fa0a0;
}
.sp_info .tcds{
    font-size: 14px;
    /*margin-top: 10px;*/
    line-height: 26px;
    width:202px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sp_info .tcds>a{
     color:#0f8549;
 }
.sp_info .lab_list{
    font-size: 12px;
    margin-top: 5px;
}
.sp_info .lab_list .lab{
    /*margin-right: 5px;*/
}
.sp_info .tc_txt{
    font-size: 12px;
    height: 32px;
    overflow: hidden;
    margin-top: 10px;
}
.sp_info .tc_txt>a{
    color:#9fa0a0;
}
/*筛选项CSS*/
#select_div{
    border:1px solid #0f8549;
    border-left: 0;
    border-right: 0;
}
#select_div .s_li{
    height: 122px;
    box-sizing:border-box;
    border-bottom: 1px solid #dcdddd;
    overflow: hidden;
}
#select_div .s_li_b{
    height:54px;
}
#select_div .s_right{
    margin-left: 176px;
    padding:16px  20px 0;
    font-size: 14px;
    box-sizing: border-box;
    height:100%;
}
#select_div .s_left{
    float:left;
    width:175px;
    height:121px;
    line-height: 121px;
    text-align: center;
    background: #eee;
    color:#000;

    border-right: 1px solid #dcdddd;
}
#select_div .beautiful{
    width:175px;
    line-height: 54px;
    text-align: center;
    border-right:1px solid #dcdddd;
    background: #EEE;
    float:left;
}

#select_div .s_right a{
    display: inline-block;
    padding:0 10px;
    margin:0 5px 5px 0;
    line-height:30px;
    border-radius: 2px;
}
#select_div .s_right a.hover,
#select_div .s_right a:hover{
    background: #0f8549;
    color:#fff;
}
#select_div .time_list{
    /*width: 824px;*/
    padding:0;
}
#select_div .time_list>li{
    border-right: 1px solid #dcdddd;
    width:225px;
    float:left;
}
#select_div .time_list>li:last-child{
    border-right: 0;
}
#select_div .time_list .s_top{
    height:50%;
    border-bottom: 1px solid #dcdddd;
    box-sizing: border-box;
    line-height: 59px;
    text-align: center;
}
#select_div .time_list .s_down{
    text-align: center;
    height:50%;
    line-height: 60px;
}
#select_div .s_li_b .s_right{
    padding:0 20px 0;
    line-height: 54px;
}































