@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */
body {
    color: #333;
    font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    border: 0;
    outline: 0;
}

input[type='text']::-ms-clear,
input[type='password']::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通用样式 */
@font-face {
    font-family: 'OPPOSans';
    src: url('./fonts/OPPOSans-B/OPPOSans-B.woff') format('woff'),
        url('./fonts/OPPOSans-B/OPPOSans-B.ttf') format('truetype'),
        url('./fonts/OPPOSans-B/OPPOSans-B.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto/Roboto.woff') format('woff'), url('./fonts/Roboto/Roboto.ttf') format('truetype'),
        url('./fonts/Roboto/Roboto.eot') format('embedded-opentype');
}
html {
    height: 100%;
}

body {
    position: relative;
    min-width: 1344px;
    min-height: 100%;
    padding-bottom: 270px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    background: #f8f8f8 url('../images/bg.png') left bottom no-repeat;
    background-size: 100% 889px;
    z-index: -1;
}

.container {
    width: 1344px;
    margin: 0 auto;
}

/* 头部 */
.header {
    position: relative;
    height: 439px;
    background: url('../images/header/header_bg.jpg') top center no-repeat;
    background-size: 100% 439px;
}
.header .top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 32px;
    font-size: 14px;
    color: #999;
    line-height: 32px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header .top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header .top .date {
    margin-left: 30px;
}
.header .top .week {
    margin-left: 10px;
}
.header .top .accessibility {
    margin-left: auto;
    color: #999;
    margin-right: 30px;
}
.header .top .accessibility:hover {
    color: rgba(153, 153, 153, 0.8);
}
.header .middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 109px;
}
.header .middle .logo-wrap {
    width: 550px;
    height: 66px;
    padding: 12px 7px 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header .middle .logo {
    width: 536px;
    height: 43px;
}
.header .middle .search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 427px;
    margin: 12px 0;
    margin-left: auto;
    margin-right: 85px;
    height: 42px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(182, 182, 182, 0.25);
    box-shadow: 0px 2px 6px 0px rgba(182, 182, 182, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header .middle .header-select {
    margin-right: 10px;
}
.header .middle .header-select::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background: #d9d9d9;
}
.header .middle .header-select.chosen-container-single .chosen-single {
    width: 102px;
    height: 42px;
    padding-left: 12px;
    font-size: 16px;
    line-height: 40px;
    border: 0;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header .middle .header-select.chosen-container-single .chosen-single div {
    width: 15px;
}
.header .middle .header-select.chosen-container-single .chosen-single div b {
    background: url('../images/header/arrow.png') no-repeat center;
    background-size: 8px 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header .middle .header-select.chosen-container-active .chosen-single {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header .middle .header-select.chosen-container-active .chosen-single div b {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.header .middle .header-select.chosen-with-drop .chosen-single {
    background: transparent;
}
.header .middle .header-input {
    width: 254px;
    height: 24px;
    padding: 0 10px;
    color: #999;
    font-size: 16px;
}
.header .middle .header-btn {
    position: relative;
    width: 76px;
    height: 100%;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    border-radius: 0px 3px 3px 0px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #df3c26), color-stop(99.99%, #d8331d));
    background: linear-gradient(180deg, #df3c26 3%, #d8331d 99.99%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header .middle .header-btn:hover {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(3%, rgba(223, 60, 38, 0.8)),
        color-stop(99.99%, rgba(216, 51, 29, 0.8))
    );
    background: linear-gradient(180deg, rgba(223, 60, 38, 0.8) 3%, rgba(216, 51, 29, 0.8) 99.99%);
}
.header .middle .header-btn::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url('../images/header/search_ico.png') center no-repeat;
    background-size: 18px 18px;
}
.header .nav-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 79px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background: #b01127;
    -webkit-backdrop-filter: blur(4.5px);
    backdrop-filter: blur(4.5px);
}
.header .nav-wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.header .nav-wrap li {
    width: 11.1111111111%;
    line-height: 80px;
    text-align: center;
}
.header .nav-wrap li:hover,
.header .nav-wrap li.current {
    background: #d96d20;
}
.header .nav-wrap li:hover > a,
.header .nav-wrap li.current > a {
    font-weight: 700;
}
.header .nav-wrap a {
    display: block;
    height: 100%;
    color: #fff;
    font-size: 24px;
}

/* 尾部 */
.footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 270px;
    padding-top: 24px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}
.footer .link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 32px;
}
.footer .link-wrap .label {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    margin-right: 32px;
    padding-top: 13px;
    color: #de3b25;
    font-size: 20px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: -1px;
}
.footer .link-wrap .label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background: #de3b25;
}
.footer .link-wrap .link-select {
    margin-right: 20px;
}
.footer .link-wrap .link-select:last-of-type {
    margin-right: 0;
}
.footer .link-wrap .link-select.chosen-container-single .chosen-single {
    height: 34px;
    line-height: 32px;
}
.footer .link-wrap .link-select.chosen-container-single .chosen-single div b {
    background: url('../images/header/arrow.png') no-repeat center;
    background-size: 8px 6px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer .link-wrap .link-select.chosen-container-active .chosen-single div b {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.footer .info-wrap {
    position: relative;
    padding-top: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.footer .info-wrap .row {
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.footer .info-wrap .row > span {
    margin-right: 20px;
}
.footer .info-wrap .code-wrap {
    position: absolute;
    top: 29px;
}
.footer .info-wrap .code-wrap.code-1 {
    right: 156px;
}
.footer .info-wrap .code-wrap.code-2 {
    right: 32px;
}
.footer .info-wrap .code-wrap p {
    margin-top: 13px;
    color: #333;
    font-size: 14px;
    text-align: center;
}
.footer .network-backup {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    padding: 22px 0;
    text-align: center;
    background: #840d1d;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 侧边栏 */
.sidebar {
    position: fixed;
    top: 50%;
    right: 37px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 72px;
    z-index: 1000;
}
.sidebar .side-list li {
    width: 100%;
    height: 74px;
    margin-bottom: 8px;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}
.sidebar .side-list li:nth-child(1) a {
    background: url('../images/side/side_ico1.png') top 9px center no-repeat;
}
.sidebar .side-list li:nth-child(2) a {
    background: url('../images/side/side_ico2.png') top 9px center no-repeat;
}
.sidebar .side-list li:nth-child(3) a {
    background: url('../images/side/side_ico3.png') top 9px center no-repeat;
}
.sidebar .side-list li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffd6d6));
    background: linear-gradient(180deg, #fff 0%, #ffd6d6 100%);
}
.sidebar .side-list li:hover a {
    color: #b01127;
}
.sidebar .side-list a {
    display: block;
    padding-top: 41px;
    color: #666;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar .top {
    display: block;
    width: 100%;
    height: 28px;
    padding: 4px 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.335px;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.47%, #b01127), to(#db203a));
    background: linear-gradient(180deg, #b01127 1.47%, #db203a 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar .top:hover {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(1.47%, rgba(176, 17, 39, 0.8)),
        to(rgba(219, 32, 58, 0.8))
    );
    background: linear-gradient(180deg, rgba(176, 17, 39, 0.8) 1.47%, rgba(219, 32, 58, 0.8) 100%);
}

/* 面包屑导航*/
.location {
    height: 59px;
    padding: 19px 0;
    padding-left: 21px;
    color: #3a486c;
    font-size: 14px;
    line-height: 21px;
    background: url('../images/location_ico.png') left center no-repeat;
    background-size: 13px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.location a {
    color: #333;
    font-size: 14px;
}
.location a:hover {
    color: #b01127;
}
.location .current {
    color: #b01127;
}

.main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 29px;
}

/* 左侧导航*/
.nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 238px;
    min-height: 726px;
    margin-right: 20px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        color-stop(101.66%, rgba(255, 255, 255, 0.8))
    );
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.8) 101.66%);
}
.nav-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding-left: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background: url('../images/nav_title_bg.png') top center no-repeat;
    background-size: 100% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-list {
    padding: 10px;
}
.nav-list > li {
    margin-bottom: 10px;
    background: #f8f8f8;
    padding: 0 16px;
}
.nav-list > li:last-child {
    margin-bottom: 0;
}
.nav-list > li.current .sub-list {
    display: block;
}
.nav-list .name-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 52px;
}
.nav-list .name-wrap:hover .name,
.nav-list .name-wrap.current .name {
    color: #b01127;
    font-weight: 700;
}
.nav-list .name-wrap:hover .toggle,
.nav-list .name-wrap.current .toggle {
    background-image: url('../images/nav_arrow_ico_hover.png');
}
.nav-list .name {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 37px);
    height: 100%;
    color: #333;
    font-size: 18px;
    letter-spacing: 0.04px;
}
.nav-list .toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 21px;
    height: 20px;
    background: url('../images/nav_arrow_ico.png') center no-repeat;
    background-size: 21px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.nav .sub-list {
    display: none;
    padding: 10px 16px;
    margin: 0 -16px;
    background: #fff;
}
.nav .sub-list-item {
    color: #333;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}
.nav .sub-list-item > a {
    display: block;
    height: 100%;
    padding-left: 14px;
    background: url('../images/list_ico.png') left center no-repeat;
    background-size: 6px 6px;
}
.nav .sub-list-item:hover > a,
.nav .sub-list-item.current > a {
    color: #b01127;
    background-image: url('../images/list_icoh.png');
}

/* 右侧内容*/
.content {
    width: 1086px;
    padding: 16px;
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-head .title {
    position: relative;
    color: #333;
    padding-left: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.content-head .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
    background: #b01127;
}
.content-head .search-wrap {
    position: relative;
    margin-left: auto;
}
.content-head .search-wrap input {
    width: 275px;
    height: 30px;
    padding-left: 10px;
    padding-right: 70px;
    color: #999;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #c1c1c1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
.content-head .search-wrap a {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 0px 2px 2px 0px;
    background: #b01127;
}
.content-head .search-wrap a:hover {
    background: rgba(176, 17, 39, 0.8);
}
.content .list-item {
    height: 47px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content .list-item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 16px;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content .list-item a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: url('../images/list_ico.png') center no-repeat;
    background-size: 6px 6px;
}
.content .list-item a:hover::before {
    background-image: url('../images/list_icoh.png');
}
.content .list-item a:hover .title,
.content .list-item a:hover .date {
    color: #b01127;
}
.content .list-item .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 150px;
    color: #333;
}
.content .list-item .date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    color: #999;
}

/* 分页 */
.pager {
    text-align: center;
}
.pager .layui-laypage {
    margin: 20px 0 0 0;
    text-align: right;
}
.pager .layui-laypage-count {
    float: left;
}
.pager .layui-laypage .layui-laypage-curr {
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    margin-right: 8px;
    padding: 0 11px;
    background: #b01127;
    border: 1px solid #b01127;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pager .layui-laypage .layui-laypage-curr em {
    color: #fff;
}
.pager .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: transparent;
}
.pager .layui-laypage-spr {
    min-width: 34px;
    text-align: center;
    padding: 0;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 8px;
}
.pager .layui-laypage span {
    color: #4e5463;
    margin-top: 0;
    margin-bottom: 0;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    background: transparent;
}
.pager .layui-laypage select {
    min-width: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #ddd;
}
.pager .layui-laypage a {
    min-width: 34px;
    height: 34px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 34px;
    margin: 0 8px 0 0;
    padding: 0 8px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pager .layui-laypage a:hover {
    border-color: #b01127;
    background-color: #b01127;
    color: #fff;
}
.pager .layui-laypage input {
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
}
.pager .layui-laypage .layui-disabled {
    background-color: #ecedf2;
    color: #ecedf2;
}
.pager .layui-laypage-btn {
    display: none;
}
.pager .layui-laypage-prev,
.pager .layui-laypage-next {
    background-color: transparent !important;
    background: no-repeat center;
}
.pager .layui-laypage-prev {
    background-image: url('../images/prev.png');
}
.pager .layui-laypage-prev.layui-disabled {
    background-image: url('../images/prev_disabled.png');
}
.pager .layui-laypage-next {
    background-image: url('../images/next.png');
}
.pager .layui-laypage-next.layui-disabled {
    background-image: url('../images/next_disabled.png');
}
.pager .layui-laypage input:focus,
.pager .layui-laypage select:focus {
    border-color: #b01127 !important;
}

/* 20240508 */
.table {
    margin-top: 20px;
}
.table-hd {
    height: 42px;
    line-height: 42px;
    background-color: #f9e7e7;
    border-radius: 4px;
    text-align: center;
}

.infor-index {
    width: 10%;
}

.infor-code {
    width: 25%;
}

.infor-name {
    width: 40%;
    text-align: left;
}

.infor-people {
    width: 12%;
}

.infor-place {
    width: 13%;
}

.table-hd > li {
    float: left;
    box-sizing: border-box;
}

.infor-list {
    margin-left: 0;
    height: auto;
}

.infor-item {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.infor-link {
    display: block;
    font-size: 0;
    color: #333;
}

.infor-link > span {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.infor-item:hover .infor-link {
    color: #333;
    background: #fdf7f7;
}

.detail-tool.toolbar .row .input,
.detail-tool.toolbar .row select {
    flex: 1;
}

.toolbar .toolbar-select .chosen-single {
    border-radius: 2px;
    border: 1px solid #e5e5e5;
}

.dpanel-bd-item .content-head {
    border: 0;
    justify-content: center;
}

.dpanel-hd {
    font-size: 18px;
    height: 102px;
    padding: 30px 60px 20px 60px;
    display: flex;
    justify-content: space-between;
}

.dpanel-hd-item {
    display: block;
    color: #aaa;
    width: 200px;
    height: 52px;
    line-height: 52px;
    background-color: #eeeff2;
    border-radius: 26px;
    text-align: center;
    cursor: pointer;
}

.dpanel-hd-item:hover {
    background-color: #b01127;
}
.dpanel-hd-item.active {
    background-color: #b01127;
}

.dpanel-hd-item.current {
    background-color: #b01127;
}

.dpanel-hd-item:hover {
    color: #fff;
}
.dpanel-hd-item.active {
    color: #fff;
}

.dpanel-hd-item.current {
    color: #fff;
}

/* 表格 */
.dpanel-bd-item .table {
    width: 100%;
    padding: 0 20px 30px 20px;
}

.dpanel-bd-item table {
    width: 100%;
    border: #dbdbdb;
    font-size: 15px;
}

.dpanel-bd-item table tr {
    height: 59px;
}

.dpanel-bd-item .table-name {
    background-color: #eeeff2;
    text-align: center;
}

.dpanel-bd-item .table-text {
    padding: 0 30px;
    font-weight: 600;
    text-align: left;
}

.dpanel-bd-item .true {
    color: #20b526;
}

.dpanel-bd-item .false {
    color: red;
}

.dpanel-bd-item .subject-list {
    font-size: 18px;
    padding-top: 10px;
    color: #999;
}

.dpanel-bd-item .subject-list li {
    float: left;
    width: calc((100% - 222px) / 3);
    min-width: 280px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 12px;
}

.dpanel-bd-item .subject-list li:nth-child(1) {
    width: 100%;
}
.dpanel-bd-item .subject-list li:nth-child(2),
.dpanel-bd-item .subject-list li:nth-child(3) {
    margin-right: 110px;
}

.dpanel-bd-item .subject-name {
    margin-left: 100px;
    font-size: 16px;
    color: #333;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 0 20px;
    background-color: #fff;
}

.dpanel-bd-item .table-num {
    width: 5%;
}

.dpanel-bd-item .table-numnew {
    width: 10%;
}

.dpanel-bd-item .table-index {
    width: 20%;
}
.dpanel-bd-item .table-sort {
    width: 40%;
    padding: 0 20px;
}
.dpanel-bd-item .table-time {
    width: 20%;
}
.dpanel-bd-item .table-status {
    width: 20%;
}

.dpanel-bd-item .table-num2 {
    width: 5%;
}

.dpanel-bd-item .table-numnew2 {
    width: 10%;
}

.dpanel-bd-item .table-index2 {
    width: 15%;
}
.dpanel-bd-item .table-sort2 {
    width: 40%;
    padding: 0 20px;
}
.dpanel-bd-item .table-time2 {
    width: 15%;
}
.dpanel-bd-item .table-status2 {
    width: 15%;
}

.dpanel-bd-item .table-status {
    color: #333;
}
