/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-7-9, 14:36:15
    Author     : yjl
*/
.lm-home-page-search-by-value .search-by-value
{
    width: 110px;
    height: 35px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-size: 12px;
}
.lm-home-page-search-by-value .interval-box
{
    position: absolute;
    width: 110px;
    background: #FFFFFF;
    font-size: 12px;
    z-index: 1;
    display: none;
}
.lm-home-page-search-by-value .interval-box li
{
    line-height: 32px;
    cursor: pointer;
}
.lm-home-page-search-by-value .interval-box li a
{
    display: inline-block;
    padding: 0 10px;
    width: 88px;
    color: #333333;
}