/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
.form-unit {
    font-size: 18px;
    font-style:normal;
    font-weight: bold;
    color: #6379bb;
    border-bottom: 1px solid #ddd;
    margin: 8px 10px 25px 10px;
    padding-bottom: 5px;
}
.text-danger {
    color: #ff4232;
}

.gongan:hover{
    color: blue;
}

.gongan{
    display:inline-block;
    text-decoration:none;
    height:20px;
    line-height:20px;
}

.gong{
    float:left;
    height:20px;
    line-height:20px;
    margin: 0px 0px 0px 5px;
    color:#939393;
}

.gong:hover{
    color: blue;
}


.myli{
    padding: 0;
    margin: 0;
    list-style: none;
}

.myli li{
    width: 16.6666666%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    float: left;
    background-color: #d7d8e5;
    border: 1px solid #bdb7bd;
}

.myli1{
    padding: 0;
    margin: 0;
    list-style: none;
}

.myli1 li{
    width: 16.6666666%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    float: left;
    background-color: rgba(240, 241, 253, 0.75);
    border: 1px solid #d6d0d6;
}