﻿/**!
 * 芜湖市行政处罚
 * date:2021-12-15
 * author: zzongyi;
 */

 * {
     box-sizing: border-box;
 }

body {
    background-color: #fff;
}

.toolbar {
    height: 34px;
    line-height: 34px;
    margin-top: 24px;
}

.toolbar > div {
    margin-left: 26px;
}

.name-input {
    width: 210px;
    height: 34px;
    border: 1px solid #ced3d9;
    border-radius: 3px;
    padding: 0 8px;
    background-color: transparent;
}


/* 日历覆写样式 */
.ewb-datetime {
    width: 140px;
    padding-left: 20px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #cfcfcf;
    color: #999;
    background: url("../images/date.png") no-repeat 111px center;
}

#layui-laydate1 .layui-laydate-header,
#layui-laydate2 .layui-laydate-header {
    background-color: #fff !important;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.laydate-theme-molv .layui-laydate-header i,
.laydate-theme-molv .layui-laydate-header span {
    color: #333 !important;
}

#layui-laydate1 .layui-this,
#layui-laydate2 .layui-this  {
    background: url("../images/float-bg.png");
    background-size: 100% 100%;
    border-radius: 4px;
}

.layui-laydate-footer {
    position: relative;
}

.layui-laydate-footer::after {
    content: "选择时间";
    font-size: 12px;
    position: absolute;
    color: #ffaf99;
    left: 13px;
    top: 10px;
}

.input-line {
    color: #afb5bf;
}

/* 选择下拉框样式 */
.chose-box {
    display: inline-block;
    width: 180px;
}

.chosen-container-single .chosen-single {
    color: #afb5bf;
}

.search-btn {
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    background: url("../images/float-bg.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 23px;
    cursor: pointer;
}

.chosen-container .chosen-results li.highlighted {
    background-image: none;
    background-color: #e60002 !important;
}

.chosen-container-active .chosen-single {
    border-color: #e60002;
}

/* 列表 */
.punish-table {
    width: 100%;
    margin-top: 30px;
    /* min-height: 495px; */
    text-align: center;
}


.punish-table  thead th ,
.punish-table  tbody td {
    text-align: center;
}

.punish-table tr {
    height: 45px;
    line-height: 45px;
}
.punish-table thead {
    background: url("../images/table-hd.png");
    background-size: 100% 100%;
    color: #fff;
}

.table-name {
    max-width: 300px;
    padding: 0 30px;
    text-align: left;
}

.punish-table  tbody tr:nth-child(2n) {
    background: url("../images/table-bg.png");
    background-size: 100% 100%;
}

.punish-table  tbody tr {
    cursor: pointer;
}

.punish-table  tbody tr:hover {
    background: url("../images/table-bg-hover.png");
}

.punish-table  tbody td {
    border-left: 1px solid #e8e8f3;
}

tbody td:first-child {
    border-left: transparent;
}

.operate {
    color: #e60002;
}


/* 弹窗样式 */
.layui-layer {
    border-radius: 5px !important;
    overflow: hidden;
}

.layui-layer-ico {
    background: url("../images/layer-close.png") no-repeat center center !important;
}

.layui-layer-ico:hover {
   opacity: .8;
}

/* 2021-1-4新增 */

.toolbar {
    height: auto;
}

.toolbar>div:last-child {
    margin-top: 40px;
}

.table-name {
    max-width:280px;
    padding: 0 10px;
}
 
#yejiadd.active{
	color: #fcf204;
}

.sanjiao{
	margin-top: 10px;
    margin-left: 4px;
}




/*2022-06-09：add*/
body {
    background-color: #f8f8f8;
}

.sec-title {
    padding-left: 0;
}

.sec-title-item {
    float: left;
    margin-right: 70px;
    padding-left: 73px;
    cursor: pointer;
    background: url("../images/sec-title.png") left center no-repeat;
}


.sec-nav {
    font-size: 16px;
    background-color: #fff;
}

.sec-nav-title {
    width: 231px;
    height: 60px;
    line-height: 60px;
    padding-left: 56px;
    background: url('../images/float-bg.png');
    background-size: 100% 100%;
    color: #fff;
}

.sec-nav-list li {
    line-height: 60px;
    padding-left: 56px;
}

.sec-nav-list li:hover {
    opacity: .6;
}

.sec-nav-list li+li {
    border-top: 1px solid #f8f8f8;
}

.sec-nav-list a {
    color: #333;
}

.sec-module {
    margin-left: 252px;
    background-color: #fff;
    padding: 9px 30px 26px 30px;
}

.module-hd {
    height: 43px;
    line-height: 42px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 17px;
    background: url('../images/module-hd-icon.png') no-repeat left center;
    border-bottom: 1px solid #d7d7d7;
}

.module-bd {
    padding-top: 18px;
}

.news-items {
    margin-bottom: 36px;
    max-height: 400px;
    overflow: hidden;
}