﻿.title-box
{
    width:99%; float:left; display:inline; height:50px; line-height:50px; font-weight:bold; font-size:18px; background-color:White; border-bottom:solid 1px #9F9E9B; padding-left:1%
    }
    .layui-field-box
    {
        width:97% !important;
        float:left;
         display:inline;
        }
    .search-box1{
        padding-left:10px;
        padding-top:10px;
    
    }
.list-container
{
    padding-top:10px;
    padding-bottom:10px;
}
.item-box {
    width: 46%;
    float: left;
    display: inline;
    border: solid 1px #EAEBEE;
    margin-left: 2%;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    background-color: White;
}
    .item-box ul {
        width: 100%;
        float: left;
        display: inline;
    }
    .item-box li {
        float: left;
        display: inline;
    }
.li1
{
    height: 70px;
    overflow: hidden;
    width: 100%;
}
.li1 img
{
    width: 100%;
}
.li2
{
    width: 100%;
}
.li3
{
    font-size: 14px;
    width:100%;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 7px;
    overflow: hidden;
}
.li4
{
    width: 100%;
    border-top: solid 1px #ECF0F1;
    padding-top: 14px;
    padding-bottom: 18px;
    text-align: center;
}
.li5
{
    width: 92%;
    float: left;
    margin-left: 4%;
    display: inline;
    color: #ABA7A6;
    font-size: 14px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    margin-bottom: 3px;
}
.li5 a
{
    color: #7ED0CF !important;
}
.li6
{
    width: 92%;
    float: left;
    margin-left: 4%;
    display: inline;
    color: #ABA7A6;
    font-size: 13px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    margin-bottom: 5px;
}
.li2-logo-box {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    margin-top: -20px;
}
    .li2-logo-box img {
        width: 100%;
        height: 100%;
    }
.btn-default {
    border: solid 1px #db2777;
    border-radius: 10px;
    padding: 2px 8px 2px 8px;
    color: #db2777;
    font-size: 12px;
}
.btn-default-cancle {
    border: solid 1px #A2A2A2;
    border-radius: 10px;
    padding: 2px 8px 2px 8px;
    color: #A2A2A2;
    font-size: 12px;
}
.btnFocus {
    border: solid 1px #db2777 !important;
    
}
.btnCancleFocus {
    border: solid 1px #b7932a !important;
}
.fieldsetCss {
    border: solid 1px #E1E2E3;
    border-radius: 6px;
 background-color:white;
     margin-top:10px;
     margin-bottom:10px;
}
.fieldsetTitle {
    color: #db2777;
    font-size: 14px;
    font-weight: bold
}
.searchTable {
    width: 100%;
    border-collapse: collapse;
}
.searchTable td{
    padding:4px;
}
.searchBtnCol{
    width:60px;
}
.left-btn {
    width: 48%;
    float: left;
    display: inline;
    margin-left: 2%;
}
.right-btn {
    width: 48%;
    float: right;
    display: inline;
    margin-right: 2%;
}