body,html{
    font-family: "Microsoft YaHei";
}

.dis{
    display: none;
}

.topBlock {
    min-height: 103px;
    padding: 28px 0px 22px 0px;
    box-sizing: border-box;
}
.topBlock .item {
    position: relative;
    text-align: center;
}
.topBlock .item:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1px;
    height: 100%;
    background-color: #E3E6EF;
}
.topBlock .item:last-child:after {
    background-color: #FFFFFF;
}
.topBlock .item .IContent {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}
.topBlock .item .IContent .left {
    display: inline-block;
}
.topBlock .item .IContent .number {
    display: inline-block;
    color: #2C8CE3;
    font-size: 50px;
    font-weight: lighter;
    margin-left: 35px;
    text-shadow: 0 6px 10px rgba(44,140,227,.2);
    font-family: sans-serif;
    line-height: 50px;
}
.topBlock .item .IContent .row1 {
    position: relative;
    padding-left: 25px;
    text-align: left;
}
.topBlock .item .IContent .row2 {
    position: relative;
    margin-top: 10px;
    padding-left: 25px;
    text-align: left;
}
.topBlock .item .IContent .icon1 {
    color: #2C8CE3;
    margin-right: 5px;
    position: absolute;
    top: 3px;
    left: 0px;
}
.topBlock .item .IContent .icon2 {
    color: #dddddd;
    margin-left: 5px;
    cursor: auto;
    vertical-align: text-top;
}
.topBlock .item .IContent .icon3 {
    position: absolute;
    top: 2px;
    left: 2px;
    color: #2C8CE3;
    font-size: 12px;
}
.topBlock .item .IContent .span1 {
    font-size: 16px;
    color: #333333;
}
.topBlock .item .IContent .span2 {
    color: rgba(102,102,102,0.5);
    font-size: 12px;
}
.chartsBlock {
    margin-top: 15px;
    background-color: #fff;
    padding-top: 1px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.matrixBlock {
    margin-top: 18px;
}
.bs-btn-group {
    margin-right: 25px;
}
.bs-btn-group .bs-btn-blank {
    height: 36px;
    line-height: 36px;
    background-color: rgba(255,255,255,0);
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left-color: rgba(255,255,255,0);
    margin-left: -1px!important
}
.bs-btn-group .bs-btn-blank:first-child {
    border-left: 1px solid #FFFFFF;
}
.bs-btn-group .bs-btn-blank:last-child {
    border-right: 1px solid #FFFFFF;
}
.bs-btn-group .bs-btn-blank:hover {
    opacity: 1;
}
.bs-btn-group .btnThis {
    background-color: #FFFFFF;
    color: #40A0F7;
}
/****自定义数据表格样式1****/
.BSTableStyle1 {
    position: relative;
}
.BSTableStyle1:before{
    content: "";
    position: absolute;
    top: 47px;
    right: -2px;
    display: block;
    background-color: #FFFFFF;
    width: 10px;
    height: 10px;
    z-index: 1;
}
.BSTableStyle1:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -2px;
    display: block;
    background-color: #FFFFFF;
    width: 10px;
    height: 10px;
    z-index: 1;
}
.BSTableStyle1 .layui-table-header {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.BSTableStyle1 .layui-table thead tr {
    background-color: #FFFFFF;
}
.BSTableStyle1 .layui-table th {
    border-color: #FFFFFF;
    color: rgba(0,0,0,1);
}
.BSTableStyle1 .layui-table-view {
    border-color: #FFFFFF;
}
.BSTableStyle1 .layui-table-body tr:nth-child(odd) {
    background-color: #F8F7FC;
}
.BSTableStyle1 .layui-table-header .layui-table-cell {
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.BSTableStyle1 .layui-table-body {
    margin-right: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #EAEAF2;
    border-bottom: 1px solid #EAEAF2;
}
.BSTableStyle1 .layui-table-body tr {
    border-top: 1px solid #EAEAF2;
    border-left: 1px solid #EAEAF2;
    border-right: 1px solid #EAEAF2;
}
.BSTableStyle1 .layui-table-body tr:first-child {
    border-top: 1px solid #F8F7FC;
}
.BSTableStyle1 .layui-table-body::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}
.BSTableStyle1 .layui-table-body::-webkit-scrollbar-track{
    background: rgba(0,0,0,0);
}
.BSTableStyle1 .layui-table-body::-webkit-scrollbar-track-piece{
    background: rgba(0,0,0,0);
}
.BSTableStyle1 .layui-table-body::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,0.3);
    border-radius: 6px;
}
.BSTableStyle1 .layui-table-body::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0);
}
.BSTableStyle1 .layui-table-patch {
    background-color: #FFFFFF;
}
/**消息**/
.messageTpl {
    position: relative;
}
.messageTpl .dropdown-menu-list {
    display: none;
    width: 320px;
    height: 250px;
    background: #fff;
    position: absolute;
    will-change: transform;
    top: 50px;
    left: -160px;
    z-index: 9999;
    box-shadow: 0 5px 80px 0 rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.08);
    padding: 10px 0px;
    border-radius: 6px;
    color: #666;
}
.messageTpl .dropdown-menu-list h5 {
    display: block;
    width: 100%;
    height: 36px;
    color: #6C757D;
    font-family: "Libre Franklin",sans-serif;
    font-size: 15px;
    line-height: 36px;
    box-sizing: border-box;
    padding: 0px 5px;
    font-weight: bold;
    padding: 0px 20px;
}
.messageTpl .dropdown-menu-list h5 span {
    float: right;
    font-weight: 400;
    font-size: 14px;
    color: #888;
    cursor: pointer;
}
.messageTpl .dropdown-menu-list h5 span.msg-clear-all:hover {
    color: #1E9FFF
}
.messageTpl .dropdown-menu-list .fix-look {
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #1E9FFF;
    box-sizing: border-box;
    padding: 0px 20px;
    cursor: pointer;
}
.messageTpl .dropdown-menu-list .fix-look:hover {
    background: #F8F9FA;
    color: #ff5722;
}
.messageTpl .slimScrollDiv {
    height: 210px;
    overflow: hidden;
}
.messageTpl .msg-box {
    display: block;
    width: 99%;
    height: 100%;
    overflow: hidden;
}
.messageTpl .msg-box:hover {
    overflow-y: scroll;
}
.messageTpl .msg-box .msg-item {
    display: block;
    width: 100%;
    height: 70px;
    padding: 5px  15px;
    box-sizing: border-box;
    cursor: pointer;
}
.messageTpl .msg-box .msg-item .msg-icon {
    display: inline-block;
    vertical-align: top;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 10px;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.messageTpl .msg-box .msg-item .msg-icon i {
    font-size: 15px
}
.messageTpl .msg-box .msg-item .msg-detail {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 65px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3b3e47;
    font-size: 13px;
    font-weight: 500;
}
.messageTpl .msg-box .msg-item .msg-detail h6 {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #3b3e47;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.messageTpl .msg-box .msg-item .msg-detail cite {
    display: block;
    font-style: normal;
    height: 25px;
    line-height: 25px;
    color: #98a6ad;
    font-size: 12px;
}
.messageTpl .msg-box .msg-item:hover {
    background: #F8F9FA;
}
.messageTpl .msg-box:hover::-webkit-scrollbar {
    width: 10px;
    background-color: #f1f1f1;
    margin-right: 10px;
}
.messageTpl .msg-box:hover::-webkit-scrollbar-thumb {
    background: #bbb;
}
.messageTpl .noti-scroll {
    max-height: 230px;
}
.messageTpl img.index {
    display: none;
}
.index .messageTpl img.bs-header-icon {
    display: none;
}
.index .messageTpl img.index {
    display: block;
    width: 25px;
    margin-top: -5px;
}
.index .messageTpl .msg-box .msg-item .msg-icon {
    display: none;
}
.index .messageTpl .dropdown-menu-list {
    background-color: rgba(2,37,114,0.8);
    border: 1px solid #4198EE;
}
.index .messageTpl .msg-box .msg-item:hover {
    background: rgba(2,37,114,1);
}
.index .messageTpl .msg-box .msg-item .msg-detail h6 {
    color: rgba(255,255,255,0.8);
}
.index .messageTpl .dropdown-menu-list h5 {
    color: rgba(255,255,255,0.8);
}
.index .messageTpl .dropdown-menu-list h5 span {
    color: rgba(255,255,255,0.6);
}
.index .messageTpl .msg-box:hover::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(0,0,0,0);
}
.index .messageTpl .msg-box:hover::-webkit-scrollbar-thumb {
    background: #4198EE;
}
@media screen and (max-width: 400px){
    .messageTpl .dropdown-menu-list {
        position: fixed;
        top: 50px;
        left: 50%;
        transform: translate(-50%,0);
    }
}

@media screen and (max-width: 1400px) and (min-width: 1200px){
    .topBlock .item .IContent .number {
        display: block;
        margin-top: 10px;
        margin-left: 0px;
    }
}
@media screen and (max-width: 1200px){
    .topBlock {
        padding: 13px 0px 7px 0px;
    }
    .topBlock .item {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .topBlock .item:nth-child(even):after{
        background-color: #FFFFFF;
    }
}
@media screen and (max-width: 600px){
    .topBlock .item .IContent .number {
        display: block;
        margin-top: 10px;
        margin-left: 0px;
    }
}

/*women*/

.layui-header{
    z-index: 1003;
}

.layadmin-tabspage-none .layui-layout-admin .layui-header{
    background: url(../img/headbg.jpg) top center no-repeat;
    background-size: 100% 100%;
    width: 100vw;
    min-width: 1366px;
}

.layadmin-tabspage-none .layui-layout-admin .layadmin-index{
    background: url(../img/indexbg.png) top center no-repeat;
    background-size: 100% 100%;
    height: 328px;
    box-shadow: none;
    position: absolute;
    z-index: 1002;
    width: 100vw;
    min-width: 1366px;
}

.layui-layout-admin .layui-logo{
    width: unset;
    background-color: transparent;
}

.layui-layout-admin .layui-logo span label{
    color: #ffe2a1;
    font-weight: bold;
    font-size: 30px;
}

.layui-layout-admin .layui-logo span label span{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding-left: 10px;
}

.layui-layout-admin .layui-logo .bs-logo-icon{
    width: 30px;
    top: -4px;
}

.layui-layout-admin .layui-logo span{
    padding-left: 0;
}

.layui-header .layui-nav-item img.bs-header-icon{
    width: 20px;
}

.layui-layout-admin .layui-header .layui-layout-right .layui-nav-item:hover{
    background-color: #C36469;
}

.layui-layout-admin .layui-header a cite{
    color: #fff;
}

.bs-per-head{
    width: 25px;
    height: 25px;
}

.layui-layout-admin .layui-header .layui-layout-right .layui-nav-item.topSearch:hover{
    background-color: unset;
}

.topSearch input{
    width: 250px;
    height: 30px;
    border-radius: 15px;
    margin-top: 15px;
    margin-right: 30px;
}

.layui-layout-admin .layui-layout-right .topSearch .bs-search-icon {
    padding: 0;
    margin: 0;
    height: unset;
    line-height: 0;
    min-width: unset;
    position: absolute;
    top: 5px;
    right: 43px;
    display: block;
}

.chartsBlock .layui-card-header{
    padding-left: 72px;
}

.layui-card-header .header-icon {
    top: 18px;
    left: 30px;
}

.layui-card-header{
    border-bottom: none;
}

.chartsBlock .layui-card-header span{
    font-size: 20px;
    color: black;
}

.chartsBlock .layui-body-header{
    padding-left: 8px;
    float: left;
    line-height: 30px;
    height: 30px;
}

.chartsBlock .layui-body-header span{
    font-size: 18px;
    color: #393939;
}

.chartsBlock .layui-body-header:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 15px;
    border-radius: 3px;
    margin-right: 5px;
    background-color: #FD8187;
}

.layui-white{
    background-color: #fff;
}

.card .cardBox{
    float: left;
    width: 100%;
}

.card img{
    width: 28px;

    margin: 30px auto 0;
    display: block;
}

.card h1{
    font-size: 16px;
    color: #727272;
    text-align: center;
    margin-top: 15px;
    min-height: 50px;
}

.card .cardBox{
    background-color: #F8F7F7;
}

.card a{
    font-size: 14px;
    color: #2d8ce3;
    text-align: center;
    width: 90px;
    height: 34px;
    line-height: 34px;
    background-color: #eef7ff;
    border-radius: 2px;
    display: block;
    margin: 10px auto 20px;
}

.cityLink{
    line-height: 35px;
    text-align: center;
    height: 35px;
    border: 1px solid #FD7D83;
    box-sizing: border-box;
    border-radius: 25px;
    color: #FD7D83;
    width: 80%;
    margin: 0 auto;
}

.dynamic ul li{
    padding-bottom:17.4px;
}

.dynamic ul li:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff9eaf;
    float: left;
    margin: 7px 12px 0 0;
}

.dynamic ul li h1{
    font-size: 16px;
    color: #333;
    float: left;
    width: 70%;
}

.dynamic ul li h2{
    font-size: 16px;
    color: #666;
    float: right;
}

.dynamic ul li:last-child{
    padding-bottom: 0;
}

.claerfix{
    clear: both;
}

.card .cardBox:hover{
    background-color: #ff9eaf;
}

.card .cardBox:hover h1{
    color: #fff;
}

.card .cardBox:hover img{
    filter: brightness(2.2);
}

.cityLink:hover{
    background-color: #ff9eaf;
    color: #fff;
}

.officeLink img{
    width: 100%;
}

.officeLink img:hover{
    filter: brightness(1.1);
}

.dynamic ul li h1:hover{
    color: #ff9eaf;
}

.layui-nav-tree .layui-this,.layui-nav-tree .layui-this>a{
    background-color: #feefcc;
    color: #a90a0d;
    box-sizing: border-box;
}

.layui-nav-tree .layui-nav-item>a{
    border-left: 3px solid #fff;
}

.layui-nav-tree .layui-this>a{
    border-left: 3px solid #a90a0d;
}

.layui-side-menu .layui-nav .layui-nav-item a:hover{
    background-color: #feefcc;
    color: #a90a0d;
}

.layui-side-menu .layui-nav .layui-nav-item a:hover .bs-menu-icon,
.layui-nav-tree .layui-this,.layui-side-menu .layui-nav .layui-nav-item.layui-this>a .bs-menu-icon{
    filter: unset;
}

.inputSty{
    border: none;
    background-color: #f8f7f7;
}

.btnSty1{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 0;
    width: auto;
    min-width: 90px;
    color: #666666;
    border: 1px solid #666666;
}

.btnSty1:hover,.btnSty2:hover{
    color: unset;
}

.btnSty2{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 25px;
    width: auto;
    min-width: 150px;
    color: #fe7d83;
    border: 1px solid #fe7d83;
}

.btnSty3{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #fe7d83;
    border-radius: 25px;
    width: auto;
    min-width: 150px;
    color: #fff;
    border: 1px solid #fe7d83;
    margin-left: 50px !important;
}

.layui-card .layui-table-view{
    margin-top: 50px;
}

.treeBox{
    width: 600px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -320px;
    background-color: #fff;
    overflow-y: auto;
    box-shadow: 0 0 20px #bababa;
    display: none;
}

.treeBox .demo-tree-more{
    width: 80%;
    margin: 20px auto;
}

/* 02.21 */
.side-Title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 80px 20px -50px;
}

.side-Title span{
    font-size: 14px;
    font-weight: normal;
    padding-left: 8px;
}
.side-Title img{
    margin-bottom: 3px;
    margin-right: 6px;
}
/*.side-Title:before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 5px;*/
/*    height: 19px;*/
/*    margin: 0 10px -3px 0;*/
/*    border-radius: 3px;*/
/*    background: rgb(254, 130, 135);*/
/*}*/
.layui-body-header1 {
    padding-left: 0 !important;
    height: auto;
}
.main-work {
    color: #333;
}
.main-work img {
    margin-right: 5px;
}
.main-work .toBack {
    margin-bottom: 20px;
}
.tableTitle {
    margin: 20px 0 -30px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.tableColor .layui-table-header{
    background-color: #C36469;
}
.list li{
    font-size: 16px;
    line-height: 16px;
    padding: 20px 0;
    margin: 0 90px 0 100px;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.list li a {
    color: #333;
    display: inline-block;
    width: 92%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list li span {
    color: #bebebe;
    float: right;
}
.listHead {
    margin: 15px 0;
}
.addBtn {
    margin: -10px 90px 0 0;
    float: right;
    background: #fe8287;
}
.layui-side-menu .layui-nav .layui-nav-item a {
    display: flex;
    align-items: center;
}
.layui-nav-tree .layui-nav-item a{
    line-height: 1.6em  !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.layui-table-view .layui-table {
    width: 100%;
}
.layui-table-cell {
    height: auto;
    line-height: 1.6em;
    overflow:initial;
    text-overflow: ellipsis;
    white-space: normal;
}

/* 02.22 */
.loginBg_dongying {
    background: url(../img/loginBg.jpg) top center no-repeat;
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.loginBg_dongying .l-title {
    text-align: center;
    margin: 70px 0 0;
}
.loginBg_dongying .l-title h1{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 226, 161);
    font-weight: bold;
    -moz-transform: matrix( 3.37796281273818,0,0,3.37796281273818,0,0);
    -webkit-transform: matrix( 3.37796281273818,0,0,3.37796281273818,0,0);
    -ms-transform: matrix( 3.37796281273818,0,0,3.37796281273818,0,0);
    letter-spacing:3px;
    padding-top: 20px;

}
.loginBg_dongying .l-title h2{
    background: url(../img/h2.png) center center no-repeat;
    width: 660px;
    height: 39px;
    font-size: 28px;
    color: rgb(247, 247, 247);
    margin: 70px auto 0;
}

.loginBg_dongying .loginBox{
    background: url(../img/log.png) center center no-repeat;
    width: 814px;
    height: 473px;
    margin: 0 auto;
}


.tabBox{
    width: 270px;
    margin: 0 auto;
    display: flex;
    padding-top: 120px;
}

.tabBox .tab{
    font-size: 20px;
    color: rgb(102, 102, 102);
    flex: 1;
    text-align: center;
    cursor: pointer;
    padding-bottom: 10px;
}

.tabBox .active{
    font-size: 24px;
    color: #bc110d;
}

.loginBtns {
    margin: 150px 50px;
    display: flex;
    justify-content: space-around;
}
.loginBtns a:hover{
    opacity: 0.85;
    transition: all 0.3s;
}
.copyRight {
    width: 100%;
    position: absolute;
    bottom: 30px;
}
.copyRight p {
    font-size: 18px;
    line-height: 1.5em;
    color: #a6a6a6;
    text-align: center;
}

.workList li {
    margin: 30px auto;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 2px;
    width: 374px;
    background-color: rgb(248, 247, 247);
}
.workList li:hover,
.workList li.active {
    box-shadow: 0px 0px 20px 0px rgba(48, 67, 63, 0.08);

    background: rgb(255, 255, 255);
    transition: all 0.3s;
}
.workList li p {
    display: inline-block;
    font-size: 18px;
    width: 80%;
}
.workList li img {
    float: right;
}
.workList li button {
    display: block;
    margin-top: 10px;
    background: #fe8287;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    min-width: 60px;
}
.linkGroup {
    margin-top: 50px;
}

.citylink {
    margin: 10px 3.2% !important;
    font-size: 16px;
    border-radius: 50px;
    color: #fe8287;
    border: 1px solid #fe8287;
    background: transparent;
}
.citylink.active,
.citylink:hover {
    color:#fff;
    background: #fe8287;
}
.city_work .layui-tab-title{
    height: 30px;
}
.city_work .layui-tab-title li{
    line-height: 30px;
    min-width: 108px;
    padding: 0 15px; /*02.24*/
    color: #fff;
    border-radius: 5px 5px 0 0;
    margin-left: 0;
    background-color: rgb(254, 126, 132);
}
/* 02.23 */
.cityWorkList li {
    width: 300px;
    height: 98px;
    margin: 15px 5px 20px;
    display: inline-block;
}
.cityWorkList li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cityWorkList li .status {
    font-size: 14px;
    color: #bebebe;
    float: right;
    margin-top: -15px;
}
.mainWorkSide .layui-this,
.mainWorkSide .layui-this>a{
    background-color: #fff !important;
    color: #fe7d83 !important;
}
.mainWorkSide .layui-nav-item a:hover{
    background-color: #fff !important;
    color: #fe7d83 !important;
}
.layui-badge {
    font-size: 12px;
    border-radius: 3px;
    background: rgb(254, 126, 132);
}
.draftsList {
    margin-top: 50px;
}
.draftsList li a {
    width: 75%;
}
.draftsList li span {
    float: unset;
    clear: both;
}
.draftsList li .options {
    float: right;
}
.draftsList li .options span {
    display: inline-block;
    padding: 3px 5px;
    font-size: 14px;
    color: #666;
    border-radius: 3px;
    cursor: pointer;
}
.draftsList li .options .fb {
    color: #fff;
    background: rgb(254, 126, 132);
}
.sideTree {
    margin: 80px 35px 0;
}
.t-search {
    position: relative;
}
.t-search .layui-icon-search {
    position: absolute;
    top: 8px;
    right: 5px;
}
button.uploadFile {
    margin-right: 80px;
    float: right;
    background: rgb(254, 126, 132);
}
/* 02.24 */
.city_work .layui-tab-title li{
    padding: 0 15px;
}
.bgBox{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}
.bgBox img {
    width: 155px;
}
.toMore {
    font-size: 14px;
    float: right;
}
.dtList li{
    margin: 0 ;
    padding: 10px 0;
    border-bottom: none;
}
.chartsBlock .layui-card-header span {
    vertical-align: middle;
}
.dtList li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -8px 5px 0 0;
    width: 6px;
    height: 6px;
    background: rgb(254, 126, 132);
    border-radius: 50%;
}
.dtList li a{
    width: 80%;
}
.dtList li span {
    font-size: 14px;
    line-height: 0.9em;
}

.loginBg_dongying .inputBox .inp1{
    background: url(../img/inp1.png) top center no-repeat;
    width: 318px;
    height: 44px;
    border: none;
    font-size: 20px;
    margin: 20px 0 0 245px;
    background-size: contain;
}

.loginBg_dongying .inputBox .inp2{
    background: url(../img/inp2.png) top center no-repeat;
    width: 318px;
    height: 44px;
    border: none;
    font-size: 20px;
    margin: 15px 0 0 245px;
    background-size: contain;
}

.loginBg_dongying .inputBox .inp3{
    background: url(../img/inp3.png) top center no-repeat;
    width: 318px;
    height: 44px;
    border: none;
    font-size: 20px;
    margin: 15px 0 0 245px;
    background-size: contain;
}

.loginBg_dongying .inputBox .btn{
    width: 318px;
    height: 44px;
    border: none;
    background-color: #bc110d;
    color: #efc68f;
    font-size: 16px;
    margin: 25px 0 0 245px;
    border-radius: 5px;
    cursor: pointer;
}

.loginBg_dongying .inputBox .btn:hover{
    filter: brightness(1.2);
}

.inputBox .inp1 input,.inputBox .inp2 input,.inputBox .inp3 input{
    position: relative;
    left: 51px;
    top: 9px;
    width: 253px;
    font-size: 20px;
    border: none;
    background: none;
}

.layui-side-menu .layui-nav .layui-nav-item .bs-menu-icon{
    top: 19px;
    filter: grayscale(1);
}

.layui-nav *{
    font-size: 13px;
}

.layui-layout-admin .layui-side{
    width: 225px;
}

.layui-side-menu .layui-side-scroll{
    width: 225px;
}

.layui-side-menu .layui-nav{
    width: 225px;
}

.layui-side-menu .layui-nav .layui-nav-item a{
    padding-right: 5px;
    height: 53px;
}

.layui-layout-admin .layui-body{
    left: 222px;
}

.location{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin: 10px 0 20px;
}

.location a{
    font-weight: normal;
    padding-left: 5px;

}

#noticeBtn input{
    border: 1px solid #bc110d;
}

#searchBtn{
    background-color: #bc110d;
    height: 38px;
    width: 40px;
    line-height: 38px;
    font-size: 12px;
    min-width: auto;
    text-align: center;
}

#searchBtn i{
    font-size: 21px !important;
    margin-left: -2px;
}

.layui-form-select dl dd.layui-this{
    background-color: #bc110d;
}

.add{
    background: url(../img/btn.png) top center no-repeat;
    width: 184px;
    height: 76px;
    position: absolute;
    top: 20px;
    right: 30px;
}

.tabBlock{
    display: flex;
    width: 100%;
}

.tabBlock .tab{
    line-height: 40px;
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.tabBlock .tab:nth-child(2){
    flex: 0 0 10%;
}

.tabBlock .tab i{
    padding-left: 2px;
    font-size: 12px;
}

.selectBox{
    padding-bottom: 0;
}

.tabBlock .active{
    color: #bc110d;
}

.contentChe{
    margin-top: 12px !important;
}
.contentTit{
    font-size: 18px;
    color: rgb(43, 43, 43);
    line-height: 26px;
    font-weight: 400;
    min-height: 55px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}
.contentImg{
    float: left;
    margin: 0 10px;
}
.contentBtn{
    border: 1px solid #fb9678;
    color: #fb9678;
    margin-top: 5px;
    margin-left: 18px;
}
.bg-title h4 {
    margin-top: 10px;
}
.entBtn{
    border-radius: 2px;
    background-color: rgb(187, 187, 187);
    width: 44px;
    height: 25px;
    border: none;
    color: white;
    margin-left: 10px;
}
.dynamic_txt{
    padding: 8px 8px 0 30px;
    margin-bottom: 2px;
}
.contentMes{
    margin-left: 20px;
    line-height: 45px;
    color: #999;
}
.contentMes span{
    margin-right: 15px;
}

.title{
    width: 95%;
}

.icoBox{
    display: inline-block;
    margin-right: 30px;
}

.icoBox img{
    margin-right: 3px;
    margin-bottom: 5px;
}

.un-icon{
    filter: grayscale(1);
}

.thumbnail{
    text-align:center;
    width: 90%;
}

.thumbnail img{
    width: 100%;
    margin-top: 5px;
}

.state{
    width: 100%;
    font-size: 16px;
    color: #000;
    text-align: center;
    height: 95px;
    line-height: 95px;
}

.state1{
    color: #12ae58;
}

.state2{
    color: #cf2b27;
}

.state3{
    color: #d1bc0c;
}

.state4{
    color: #0970c7;
}

.entBtn{
    display: block;
    margin: 20px auto 0;
    background-color: #949494;
    cursor: pointer;
}

.entBtn:hover{
    background-color: #cf2b27;
    color: #fff;
}

.entBtn2{
    margin-top: 10px;
    background-color: unset;
    color: #949494;
}

.contentRow{
    border-bottom: solid 1px #ecf0f4;
    padding: 15px 0 10px 0;
}

.pageBox{
    padding-left: 30px;
    color: #3c3b3b;
    margin-top: 15px;
}
.pageSel{
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    width: 89px;
    height: 25px;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 30px;
}
.pageBox span{
    color: #bc110d;
    font-weight: 600;
    padding: 0 6px;
}
.pageChoose{
    margin-top: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
}
.pageChoose span{
    margin: 0 4px 0 7px;
}
.pageChoose a{
    color: #3c3b3b;
}

.pageBox .contentChe{
    margin-top: 6px !important;
    margin-right: 5px;
}

.layadmin-index .num{
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    margin-top: 30px;
}

.layui-layout-admin .layui-logo{
    box-shadow:none;
}

.indexBox{
    width: 1380px;
    margin: 60px auto 0;
    display: flex;
}

.indexBox .iconBox{
    flex:1;
    text-align: center;
}

.indexBox h1{
    color: #fff;
    font-size: 36px;
}

.indexBox p{
    color: #fbd799;
    font-size: 16px;
}

.w1500{
    width: 1500px;
    margin: 350px auto 0;

}

.leftBox{
    float: left;
}

.inxTitle{
    font-size: 24px;
    color: #bc110d;
    font-weight: bold;
}

.leftBox .dataBox{
    display: flex;
    width: 1020px;
    flex-wrap: wrap;
}

.leftBox .dataBox .data{
    flex: 1;
    text-align: center;
    background-color: #fff;
    height: 147px;
    margin-right:20px;
    margin-top: 20px;
    border-radius: 3px;
    display: block;
}

.leftBox .dataBox .data img{
    padding-top: 30px;
}

.dataBox .data h2{
    font-size: 16px;
    margin: 6px 0;
}

.dataBox .data p{
    font-size: 14px;
    color: #afafaf;
}

.listBg{
    width: 443px;
    background-color: #fff;
    margin-top: 20px;
}

.leftBox{
    float: left;
}

.rightBox{
    float: right;
}

.listBg ul{
    padding: 20px 20px 10px 20px;
}

.listBg li a>span:first-child{
    float: left;
}

.listBg li a>span:last-child{
    float: right;
}

.listBg li{
    clear: both;
    padding-bottom: 15px;
    height: 20px;
}

.rightBox .listBg{
    margin-bottom: 20px;
}

.barBox{
    width: 180px;
    float: left;
    margin: 4px 0 0 10px;
}

.topBar{
    height: 12px;
    background-color: #f46a5d;
    border-radius: 10px;
    float: left;
}

.item-unactive .acc img{
    filter: grayscale(1);
}

.back{
    padding-right: 10px;
}

.userBox{
    background-color: #f8f7f7;
}

.writeBox{
    display: block;
}

.writeBox .layui-card-header{
    padding: 0;
    height: 20px;
}

.writeBox .userImg{
    display: flex;
    margin-top: 8px;
    padding-bottom: 30px;
    height: 38px;
}

.writeBox .write{
    float: right;
    margin: 4px 4px 0 0;
}

.writeBox .layui-card-body{
    padding: 0;
}

.writeBox .userImg .acc{
    margin-left: 20px;
    flex: 0 0 10%;
}

.writeBox .userImg .accText{
    flex: 0 0 50%;
}

.writeBox .userImg .accText h1{
    font-size: 16px;
    color: #2b2b2b;
    padding-left: 10px;
}

.writeBox .userImg .accText p{
    font-size: 14px;
    color: #848484;
    padding-left: 10px;
}

.writeBox .userImg .accMsg{
    flex: 0 0 25%;
}

.writeBox .userImg .accMsg h1{
    font-size: 16px;
    color: #cf2b27;
    text-align: right;
    padding-right: 20px;
}

.item-active .writeBox .userImg .accMsg h1{
    font-size: 16px;
    color: #12ae58;
    text-align: right;
    padding-right: 20px;
}

.writeBox .userImg .accMsg h2{
    font-size: 16px;
    color: #848484;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
}

.writeBox .userImg .accMsg p{
    font-size: 14px;
    color: #848484;
    text-align: right;
    padding-right: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

.larryms-search-box{
    margin-top: 20px;
}

.writeBox:hover{
    background-color: #bc110d;
}

.writeBox:hover img{
    filter: brightness(10);
}

.writeBox:hover h1,.writeBox:hover h2,.writeBox:hover p{
    color: #fff !important;
}

.add:hover{
    filter: brightness(1.2);
}

.layadmin-side-shrink .layui-side {
    width: 60px;
}

.layadmin-side-shrink .side-Title{
    color: #fff;
}

.dataSide .addDataBox{
    margin-left: 20px;
}

.layui-side-scroll::-webkit-scrollbar {
    width: 4px;
}
.layui-side-scroll::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 10px;
}
.layui-side-scroll::-webkit-scrollbar-track-piece {
    background: transparent;
}

.accountBox .container .location{
    padding-left: 20px;
}

.accountBox .container .container{
    padding: 20px;
}

.accountBox .container .larryms-search-box{
    margin-top: 0;
}

.accountBox .container .chartsBlock{
    margin-top: 0;
}

.accountBox .item-unactive .accMsg h1{
    font-size: 16px;
    color: #848484;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
}

.pdy0{
    padding-top: 0;
    padding-bottom: 0;
}

.bg-red{
    background-color: #cf2b27;
    margin: 10px;
    padding-top: 25px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.bg-red h1{
    font-weight: bold;
    text-align: center;
    color: #ffe2a1;
    font-size: 30px;
}

.bg-red p{
    text-align: center;
    color: #ffe2a1;
}

.bor-right{
    border-right: 1px solid #ffe2a1;
}

.location span{
    font-weight: normal;
    color: #bc110d;
}

.larryms-search-box>.layui-input-inline{
    float: left;
    padding-right: 20px;
}

.location .tab{
    color: #333;
    cursor: pointer;
    margin: 0 5px;
}

.location .active{
    color: #bc110d;
}

.accountBox .borBottom{
    padding-top: 0;
}

.accountBox .borBottom .location{
    float: left;
}

.accountBox .borBottom .layui-input-inline,.accountBox .borBottom .layui-btn{
    float: right;
    margin: 20px 20px 0 0;
}

.accountBox .borBottom .layui-input-inline{
    margin-right: 10px;
}

.accountBox .borBottom .layui-input-inline input{
    border-color: #bc110d;
}

.topBox{
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 0 15px;
}

.topBox span{
    color: #bc110d;
    font-size: 20px;
}

.topTab{
    float: right;
    margin:15px 20px 0 0;
}

.topTab span{
    margin: 0 6px;
    line-height: 30px;
    cursor: pointer;
}

.topTab .active{
    color: #bc110d;
}

.top ul li{
    display: flex;
    padding: 15px 0 0 0;
}

.top ul li div{
    flex: 1;
}

.top ul li .num{
    flex: 0 0 10%;
    margin-left: 15px;
    color: #333;
    font-weight: bold;

}

.top ul li .name{
    flex: 0 0 70%;
}

.top ul li:nth-child(1) .num,.top ul li:nth-child(2) .num,.top ul li:nth-child(3) .num{
    color: #bc110d;
}

.chartBox{
    margin: 0 10px;
    height: 113px;
}

.layui-layout-admin .layui-header .layui-nav-bar{
    background-color: #d41c18;
}

.writeBox .userImg .accText h1{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}