﻿/*
******************************
********** author:@zhou小白猪
********** css:list.css
******************************
*/

@import "common.css";

.find_box
{
    width:100%;
    height:auto;
    float:left;
    margin-top:15px;
}
.find_current
{
    width:1168px;
    height:40px;
    line-height:40px;
    float:left;
    background:#f4f5f9;
    border:1px solid #e7e7eb;
    padding:0 15px;
}
.find_current_box
{
    float:right;
}
.find_current_box span.text
{
    color:#707070;
}
.find_current_box a
{
    color:#303030;
}
.find_current_box span.ico
{
    color:#999;
    margin:0 5px;
}
.find_num
{
    float:left;
    color:#999;
}
.find_num span
{
    color:#f60;
    margin:0 5px;
}
.find_main
{
    width:1168px;
    height:auto;
    line-height:auto;
    float:left;
    border:1px solid #e7e7eb;
    border-top:0;
    padding:0 15px;
}
.find_main ul li
{
    width:100%;
    height:auto;
    line-height:25px;
    padding:10px 0;
    border-top:1px dashed #e7e7eb;
    float:left;
}
.find_main ul li:first-child
{
    border-top:0;
}
.find_main ul li .text
{
    width:60px;
    float:left;
    color:#999;
}
.find_main ul li a, .find_main ul li a:link, .find_main ul li a:visited
{
    width:auto;
    float:left;
    color:#303030;
    padding:0 20px;
    border-radius:50px;
    cursor:pointer;
}
.find_main ul li a:hover
{
    text-decoration:none;
    color:#4c8a14;
}
.find_main ul li a.current
{
    background:#4c8a14;
    color:#fff;
}

/*select_box*/
.select_box
{
    width:1198px;
    height:40px;
    line-height:40px;
    float:left;
    background:#f4f5f9;
    border:1px solid #e7e7eb;
    margin:15px 0;
}
.select_page
{
    float:right;
    margin-right:15px;
}
.select_page a, .select_page a:link, .select_page a:visited
{
    color:#999;
    float:left;
}
.select_page a:hover
{
    font-weight:bold;
    text-decoration:none;
    color:#f60;
}
.select_page .select_page_num
{
   width:auto;
   height:auto;
   float:left;
   margin:0 10px;
   color:#707070;
}
.select_page .select_page_num span
{
    color:#f60;
}
.select_main
{
    width:auto;
    height:40px;
    line-height:40px;
    float:left;
    font-size:14px;
}
.select_main a
{
    width:auto;
    float:left;
    padding:0 25px;
    cursor:pointer;
}
.select_main a:hover
{
    text-decoration:none;
    color:#f60;
}
.select_main a.current
{
    background:#fff;
    color:#f60;
    border-right:1px solid #e7e7eb;
}

/*list_box*/
.list_box
{
    width:100%;
    height:auto;
    float:left;
}
.list_box ul
{
    width:100%;
    height:auto;
    float:left;
}
.list_box ul li
{
    width:198px;
    height:268px;
    float:left;
    border:1px solid #e7e7eb;
    margin-right:12px;
    margin-bottom:12px;
    padding:10px 15px;
}
.list_box ul li .img
{
    width:100%;
    height:150px;
    float:left;
    overflow:hidden;
    text-align:center;
}
.list_box ul li .img img
{
    height:150px;
}
.list_box ul li .wlj
{
    width:50%;
    height:35px;
    line-height:35px;
    float:left;
    text-align:left;
    font-size:18px;
    color:#e40000;
}
.list_box ul li .mdj
{
    width:50%;
    height:35px;
    line-height:35px;
    float:left;
    text-align:right;
    font-size:14px;
    color:#999;
}
.list_box ul li .jianjie
{
    width:100%;
    height:40px;
    line-height:20px;
    float:left;
    overflow:hidden;
    font-size:14px;
    color:#707070;
    margin-bottom:10px;
}
.list_box ul li .saled
{
    width:50%;
    height:30px;
    line-height:30px;
    float:left;
    text-align:left;
    font-size:14px;
    color:#999;
}
.list_box ul li .btn_box
{
    width:50%;
    height:30px;
    float:left;
}
.list_box ul li .btn_box a.btn_ljgm
{
    width:90px;
    height:30px;
    line-height:30px;
    text-align:center;
    float:right;
    background:#4c8a14;
    color:#fff;
    border-radius:50px;
    margin-right:-5px;
}
.list_box ul li .btn_box a.btn_ljgm:hover
{
    text-decoration:none;
    background:#407311;
}