@charset "utf-8";
html,body{
    background:#F7F8FA !important;
    font-size:0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.theme {
    width:100%;
    position:relative
}
.center {
    width:1200px;
    margin:0 auto
}
.layui-form-select dl dd.layui-this {
    background-color:#38C24E;
}
.layui-layer-btn .layui-layer-btn0 {
    font-size:14px;
    border-color:#38C24E !important;
    background-color:#38C24E !important
}
.layui-layer-btn a {
    font-size:14px
}
.layui-btn-xs {
    height:28px;
    line-height:28px;
    padding:0 20px;
    border-radius:5px;
    box-sizing:border-box;
}
.layui-btn-disabled,.layui-btn-disabled:active,.layui-btn-disabled:hover {
    height:26px;
    line-height:26px
}
.layui-table-body .layui-none {
    font-size:14px
}
.custom-loading {
    background:rgba(0,0,0,.5)!important;
    text-align:center
}
.custom-loading .layui-layer-btn,.custom-loading .layui-layer-resize {
    display:none
}
.custom-loading .layui-layer-content {
    color:#fff;
    font-size:14px!important
}
.custom-loading .layui-layer-content .layui-icon {
    font-size:14px!important
}
.custom-loading {
    min-width:0!important
}
.custom-loading .layui-layer-content {
    padding:5px 20px!important
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color:#38C24E!important
}
.layui-laydate td.layui-this {
    background-color:#38C24E!important
}
.layui-btn {
    background-color:#38C24E
}
.layui-form-radio>i:hover,.layui-form-radioed>i {
    color:#38C24E!important
}
.layui-form-radio>i {
    font-size:18px!important
}
.layui-form-checked[lay-skin=primary] i {
    background-color:#38C24E!important;
    border-color:#38C24E!important
}
.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color:#38C24E!important
}
#pubItemTop {
    width: 100%;
    height:80px;
    background:#F6FCF8;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 80;
}
#pubItemTop .message{
    position: relative;
    margin-right: 109px;
}
#pubItemTop .message .msgSum{
    height: 20px;
    background: #FF4D4F;
    border-radius: 10px;
    color: #fff;
    padding: 0 8px;
    position: absolute;
    z-index: 20;
    left: 11px;
    top: -8px;
}
#pubItemTop .message .msgData{
    width: 560px;
    height: 385px;
    background: #FFFFFF;
    box-shadow: 0px 12px 48px 16px rgba(0, 0, 0, 0.03), 0px 9px 28px 0px rgba(0, 0, 0, 0.05), 0px 6px 16px -8px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 52px;
    transform: translate(-50%,0);
}
#pubItemTop .message .msgData:after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 2px;
    position: absolute;
    z-index: 20;
    left: 50%;
    transform: translate(-50%,0) rotate(45deg);
    top: -9px;
}
#pubItemTop .message .msgData .msgData_title{
    padding: 0 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
#pubItemTop .message .msgData_nav li{
    color: #000;
    margin-right: 10px;
    position: relative;
    padding: 12px 14px;
}
#pubItemTop .message .msgData_nav li.on{
    color: #38C24E;
}
#pubItemTop .message .msgData_nav li.on:after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #38C24E;
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
}
#pubItemTop .message .msgData_con{
    width: 100%;
    height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-scrolling:touch;
    -webkit-overflow-scrolling:touch;
    -moz-overflow-scrolling:touch;
    -ms-overflow-scrolling:touch;
    -o-overflow-scrolling:touch;
}
#pubItemTop .message .msgData_fot{
    padding: 0 22px;
    height: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
#pubItemTop .message .msgData .msgData_list{
    padding: 0 24px;
}
#pubItemTop .message .msgData .msgData_list li{
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
#pubItemLeft {
    width:180px;
    background:#FFF;
    border-radius: 4px;
    position:absolute;
    z-index:100;
    left:0;
    top:80px;
    bottom:0;
    padding-top:15px
}
#pubItemLeft li{
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
#pubItemLeft li .nav_tit{
    padding: 15px 0;
}
#pubItemLeft li .nav_icon{
    width: 16px;
    height: 16px;
    margin-right: 16px;
    margin-left: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#pubItemLeft li .nav_icon_1{
    background-image: url(../images/icon_nav_1.svg);
}
#pubItemLeft li.on .nav_icon_1,#pubItemLeft li a:hover .nav_icon_1{
    background-image: url(../images/icon_nav_1_on.svg);
}
#pubItemLeft li .nav_icon_2{
    background-image: url(../images/icon_nav_2.svg);
}
#pubItemLeft li a:hover .nav_icon_2{
    background-image: url(../images/icon_nav_2_on.svg);
}
#pubItemLeft li .nav_icon_3{
    background-image: url(../images/icon_nav_3.svg);
}
#pubItemLeft li a:hover .nav_icon_3{
    background-image: url(../images/icon_nav_3_on.svg);
}
#pubItemLeft li .nav_icon_4{
    background-image: url(../images/icon_nav_4.svg);
}
#pubItemLeft li a:hover .nav_icon_4{
    background-image: url(../images/icon_nav_4_on.svg);
}
#pubItemLeft li .nav_name{
    color: #000;
}
#pubItemLeft li .nav_dwn{
    width: 16px;
    height: 16px;
    margin-right: 16px;
}
#pubItemLeft li:nth-child(1).on .nav_name,#pubItemLeft li a:hover .nav_name{
    color: #38C24E;
}
#pubItemLeft li.on .nav_dwn{
    transform: rotate(180deg);
}
#pubItemLeft li .son_nav{
    display: none;
    padding-left: 57px;
}
#pubItemLeft li.on .son_nav{
    display: block;
}
#pubItemLeft li .son_nav dd a{
    padding: 15px 0;
    color: rgba(0,0,0,.65);
}
#pubItemLeft li .son_nav dd.on a,#pubItemLeft li .son_nav dd a:hover{
    color: #38C24E;
}
#pubItemRight {
    position:absolute;
    z-index:50;
    top:80px;
    right:0;
    bottom:0;
    left:180px
}
#pubItemLeft,#pubItemRight {
    overflow:auto;
    overflow-scrolling:touch;
    -webkit-overflow-scrolling:touch;
    -moz-overflow-scrolling:touch;
    -ms-overflow-scrolling:touch;
    -o-overflow-scrolling:touch
}
#pubItemLeft::-webkit-scrollbar,#pubItemRight::-webkit-scrollbar,#pubItemTop .message .msgData_con::-webkit-scrollbar{
    width:5px;
    height:5px;
    background-color:#f5f5f5
}
#pubItemLeft::-webkit-scrollbar-track,#pubItemRight::-webkit-scrollbar-track,#pubItemTop .message .msgData_con::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:10px;
    background-color:#f5f5f5
}
#pubItemLeft::-webkit-scrollbar-thumb,#pubItemRight::-webkit-scrollbar-thumb,#pubItemTop .message .msgData_con::-webkit-scrollbar-thumb{
    border-radius:10px;
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color:#555
}
.flex {
    display: flex;
    display: -webkit-flex;
}
.flex-y-center {
    align-items: center;
    -webkit-align-items: center;
}
.flex-y-top {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}
.flex-y-fot {
    align-items: flex-end;
    -webkit-align-items: flex-end;
}
.flex-y-base {
    align-items: baseline;
    -webkit-align-items: baseline;
}
.flex-x-left {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.flex-x-right {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.flex-x-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex-x-center {
    justify-content: center;
    -webkit-justify-content: center;
}
.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}
.flex-shrink {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.flex-auto {
    flex: auto;
    -webkit-flex: auto;
}
.box-sizing {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.no-wrap {
    white-space: nowrap;
}
.text-center {
    text-align: center;
}
.text-center-left {
    text-align: left;
}
.text-center-right {
    text-align: right;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.bold {
    font-weight: bold;
}
.font-size-12 {
    font-size: 12px;
}
.font-size-13 {
    font-size: 13px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-40 {
    font-size: 40px;
}
.font-size-48 {
    font-size: 48px;
}
.font-size-64 {
    font-size: 64px;
}
.font-size-72 {
    font-size: 72px;
}
.user-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
.break-all {
    word-break: break-all;
}
.pointer{
    cursor: pointer;
}
.line-1-hide{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-2-hide{
    height: 40px;
    line-height: 20px;
    position: relative;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-3-hide{
    height: 60px;
    line-height: 20px;
    position: relative;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-over{
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line-height-10 {
    line-height: 1;
}
.line-height-11 {
    line-height: 1.1;
}
.line-height-12 {
    line-height: 1.2;
}
.line-height-13 {
    line-height: 1.3;
}
.line-height-14 {
    line-height: 1.4;
}
.line-height-15 {
    line-height: 1.5;
}
.line-height-16 {
    line-height: 1.6;
}
.line-height-17 {
    line-height: 1.7;
}
.line-height-18 {
    line-height: 1.8;
}
.line-height-19 {
    line-height: 1.9;
}
.line-height-20 {
    line-height: 2;
}
.letter-spacing-1 {
    letter-spacing: 1px;
}
.letter-spacing-2 {
    letter-spacing: 2px;
}
.letter-spacing-3 {
    letter-spacing: 3px;
}
.letter-spacing-4 {
    letter-spacing: 4px;
}
.letter-spacing-5 {
    letter-spacing: 5px;
}
#pubItemTop .message .msgData_list .layui-flow-more a cite{
    background-color: #fff;
}