@charset "UTF-8";
/**
 *  @name: 新版门户--三张清单
 *  @version: 3.0
 *  @author: wqg
 *  @date: 2021-03-30
 */

body {
    background: #fff;
}

.main-box {
    min-height: calc(100vh - 316px);
    padding: 115px 0 0;
    margin-bottom: 80px;
}

.main-box > section {
    float: left;
    box-sizing: border-box;
}

.main-box > section:first-child {
    width: 256px;
    margin-right: 25px;
    margin-bottom: 90px;
}

.main-box > section:last-child {
    width: 894px;
    margin-left: 25px;
}

/*---------- 侧边栏新 ----------*/
.main-sidebar {
    width: 256px;
    margin-right: 25px;
}

.sidebar-menu {
    background: #003c88;
}

.sidebar-menu>li {
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    line-height: 74px;
    background: #f6f6f6;
    cursor: pointer;
}

.sidebar-menu > li > a {
    position: relative;
    display: block;
    height: 74px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    background: #f6f6f6;
}

.sidebar-menu > li > a > span {
    float: left;
    display: block;
    width: 200px;
    height: 54px;
    padding: 0 10px;
    line-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-menu > li > a > span:last-child {
    position: absolute;
    right: 10px;
    top: 30px;
    z-index: 998;
    display: block;
    width: 14px;
    height: 14px
}

.sidebar-menu > li > a > span:last-child svg {
    display: block;
    width: 14px;
    height: 14px;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
    color: #003c88;
    background: linear-gradient( to right, rgba(0, 95, 175, 0.3) 0%, rgba(0, 95, 175, 0) 100%);
}

.sidebar-menu > li:hover > a > span:last-child svg,
.sidebar-menu > li.active > a > span:last-child svg {
    fill: #003c88;
}

.sidebar-menu > li:hover > a:before,
.sidebar-menu > li.active > a:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 4px;
    background: #003c88;
}

.sidebar-menu li.sidebar-header {
    height: 74px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #003c88;
    text-align: center;
    line-height: 74px;
}

.sidebar-menu li .treeview-menu {
    background: #eee;
}

.sidebar-menu a {
    color: #fff;
    text-decoration: none;
}

.sidebar-menu .treeview-menu {

}

.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 20px;
}

.sidebar-menu .treeview-menu > li {
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-menu .treeview-menu > li > a {
    display: block;
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    color: #666;
}

.sidebar-menu .treeview-menu > li > a > span {
    display: block;
    height: 50px;
}

.sidebar-menu .treeview-menu > li.active > a,
.sidebar-menu .treeview-menu > li > a:hover {
    color: #003c88;
}

/*---------- 侧边栏 ----------*/
.list-title {
    height: 74px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #003c88;
    text-align: center;
    line-height: 74px;
}

ul.department-list {

}

ul.department-list li {
    position: relative;
    height: 74px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    line-height: 74px;
    background: #f6f6f6;
    cursor: pointer;
}

ul.department-list li.active {
    background: linear-gradient( to right, rgba(0, 95, 175, 0.3) 0%, rgba(0, 95, 175, 0) 100%);
}

ul.department-list li.active:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
    display: block;
    content: "";
    width: 4px;
    background: #003c88;
}

ul.department-list li span:first-child {
    float: left;
    width: 200px;
    padding: 0 10px;
    line-height: 54px;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

ul.department-list li.active span:first-child {
    color: #003c88;
}

ul.department-list li span:last-child {
    position: absolute;
    right: 10px;
    top: 30px;
    z-index: 998;
    display: block;
    width: 14px;
    height: 14px;
}

ul.department-list li span:last-child svg {
    display: block;
    width: 14px;
    height: 14px;
    fill: #666;
}

ul.department-list li.active span:last-child svg {
    fill: #003c88;
}


/*---------- 清单内容 ----------*/
.listing-tab {
    margin-bottom: 58px;
    border-bottom: 1px solid #e5e5e5;
}

.listing-tab ul {
    height: 40px;
    overflow: hidden;
}

.listing-tab ul li {
    float: left;
    height: 40px;
    padding: 0 18px;
    margin-right: 52px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}

.listing-tab ul li.tab-current {
    border-bottom: 3px solid #003c88;
}

.listing-tab ul li span {
    display: block;
    float: left;
}

.listing-tab ul li span:first-child {
    width: 24px;
    height: 24px;
    margin: 8px 8px 8px 0;
}

.listing-tab ul li span:first-child svg {
    width: 24px;
    height: 24px;
    fill: #333;
}

.listing-tab ul li.tab-current span:first-child svg {
    fill: #003c88;
}

.listing-tab ul li span:last-child {
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.listing-tab ul li.tab-current span:last-child {
    color: #003c88;
}

.listing-main {

}

.content section {
    display: none;
    font-size: 14px;
}

.content section.content-current {
    display: block;
}

.listing-main .listing-content {
    display: none;
}

.listing-content .table th,
.listing-content .table td {
    color: #333;
}

.listing-content .table th {
    font-size: 18px;
}

.listing-content .table td {
    font-size: 16px;
    line-height: 32px;
}

.listing-content .table th:first-child {
    width: 10%;
}

.listing-content .table th:last-child {
    width: 90%;
}

.listing-content .table td:first-child {
    text-align: left;
}

.listing-content .table td:last-child {
    text-align: justify;
}

/*---------- 事项清单 ----------*/
.search {
    margin-bottom: 20px;
}

.search .parent,
.search .text-input {
    float: left;
}

.search .parent select,
.search .text-input {
    width: 148px;
    height: 30px;
    padding: 2px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    line-height: 30px;
}

.search .parent select {
    color: #333;
    line-height: 26px;
    outline: none;
    /*去掉默认的下拉三角*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*添加下拉三角图标*/
    background: url("../../images/threeLists/icon-arrow.png") no-repeat 128px center transparent;
}

.search .text-input input::-webkit-input-placeholder {
    color: #666;
}

.search .text-input input::-moz-input-placeholder {
    color: #666;
}

.search .text-input input::-ms-input-placeholder {
    color: #666;
}

.search .btn-default {
    color: #fff;
    background-color: #003c88;
    border-color: #01377b;
}

.search .btn-default:hover {
    background-color: rgba(0, 60, 136, .8);
}