/*------自定义样式------*/
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
/*layui重置*/
.layui-laypage {
    float: right;
}
.clearfix:after{
    content:" ";
    display:block;
    height:0;
    clear:both;
    visibility:hidden
}
.w-600{
    width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-490{
    width: 490px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-460{
    width: 460px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-420{
    width: 420px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-300{
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-290{
    width: 290px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-230{
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-220{
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-200{
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-180{
    width: 180px!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-160{
    width: 160px!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-150{
    width: 150px!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-130{
    width: 130px!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-120{
    width: 120px!important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-94{
    width: 94px!important;
}
.w-72{
    width: 72px;
}
.w-140{
    width: 140px;
}
/*水平居中按钮*/
.btn-center{
    position: relative;
    margin: 24px 0;
    height: 32px;
}
.btn-center .btnGroup{
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.btn-center .btnGroup ul{
    float: left;
    height: 36px;
    padding: 0 16px;
    margin: 0 8px;
    border-radius: 2px;
    line-height: 36px;
    background-color: #2075ec;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    cursor: pointer;
}
.btn-center .btnGroup  ul:hover{
    background-color: rgba(64,116,258,.9);
}
.btn-center .btnGroup ul li{
    float: left;

}
.btn-center .btnGroup ul .btnIcon{
    font-size: 22px;
    color: white;
}
.btn-center .btnGroup ul .btnText{
    padding-right: 4px;
    color: white;
    font-size: 12px;
}
/*浮动按钮*/
.btn-float{
    float: left;
    height: 36px;
}
.btn-float ul{
    float: left;
    height: 32px;
    padding: 0 6px;
    margin: 0 8px;
    border-radius: 2px;
    line-height: 32px;
    background-color: #2075ec;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    cursor: pointer;
}
.btn-float ul:first-child{
    margin-left: 0;
}
.btn-float  ul:hover{
    background-color: rgba(64,116,248,.9);
}
.btn-float ul .btnIcon{
    float: left;
    margin-right: 2px;
    font-size: 22px;
    color: white;
}
.btn-float ul .btnText{
    float: left;
    padding-right: 4px;
    color: white;
    font-size: 12px;
}
/*块按钮*/
.btn-block{
    width: 100%;
    height: 32px;
    overflow: hidden;
}
.btn-block ul{
    float: left;
    height: 32px;
    padding: 0 8px;
    margin: 0 6px;
    border-radius: 2px;
    line-height: 32px;
    background-color: #2075ec;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    cursor: pointer;
}
.btn-block ul:first-child{
    margin-left: 0;
}
.btn-block ul:hover{
    background-color: rgba(64,116,248,.9);
}
.btn-block ul .btnIcon{
    float: left;
    font-size: 22px;
    color: white;
}
.btn-block ul .btnText{
    float: left;
    padding-right: 4px;
    color: white;
    font-size: 12px;
}

.layui-btn{
    background-color: #1f74ec;
}
/*查询条件*/
.searchCondition{
    width: 1200px;
    margin: 0 auto 16px;
    padding-top: 12px;
}
.searchCondition .layui-form-item{
    clear: initial;
    float: left;
}
.searchCondition .layui-form-item .layui-form-label{
    padding: 7px 0;
    font-size: 13px;
    color: rgb(85,85,85);
}
.searchCondition .layui-form-item input{
    height: 32px;
    line-height: 32px;
    font-size: 13px;
}
/*查询结果*/
.searchResult{
    width: 1200px;
    margin: 0 auto 36px;
    min-height: 680px;
}
.searchResult .resultHead{
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #f0f8ff;
}
.searchResult .resultHead li{
    float: left;
    color: rgb(85,85,85);
    font-weight: bold;
    text-align: center;
}
.searchResult .resultHead .order{
    width: 120px;
}
.searchResult .resultHead .action{
    width: 140px;
}

.searchResult .item{
    display: block;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid rgb(242,242,242);
}
/*.searchResult .item:nth-child(odd){*/
    /*background-color: rgb(245,245,245);*/
/*}*/
.searchResult .item:hover{
    background-color: rgb(240,240,240);
}
.searchResult .item li{
    float: left;
    font-size: 13px;
    color: rgb(102,102,102);
    text-align: center;
}
.searchResult .item .title{
    box-sizing: border-box;
    padding-left: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}
.searchResult .item .order{
    width: 120px;
}
.searchResult .item .action{
    width: 140px;
    color: #2075ec;
    cursor: pointer;
}
.searchResult .item .action a{
    color: #2075ec;
}
/*信息展示表格*/
.jxwlMsgTable{
    width: 1100px;
    margin: 0 auto;
}
.jxwlMsgTable .title{
    margin-top: 24px;
    padding-left: 8px;
    border-left: 4px solid #2075ec;
}
.jxwlMsgTable table{
    margin-bottom: 36px;
}

.jxwlMsgTable table td:nth-child(odd){
    text-align: center;
    color:#2075ec;
}
.jxwlMsgTable table td:nth-child(even){
    text-align: left;
    color:rgb(102,102,102);
}
/*--------重置layui-----*/
.layui-form-select dl dd.layui-this {
    background-color: #2075ec;
}
.layui-form-select dl dd {
    color:rgb(102,102,102);
    font-size: 12px!important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color:#2075ec;
}

