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 {
    background: url(../img/loginBg.jpg) top center no-repeat;
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.loginBg .l-title {
    text-align: center;
    margin: 70px 0 0;
}
.loginBg .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 .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 .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;
    color: #666;
}
.draftsList li .options {
    float: right;
}
.draftsList li .options span {
    display: inline-block;
    padding: 3px 12px;
    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 .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 .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 .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 .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 .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: 20px !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-grow:0;
    text-align: center;
    cursor: pointer;
}


.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%;
}

.searchBox{
    margin-top: 20px;
    position: relative;
}

.searchBox .open{
    position: absolute;
    right: 10px;
    top: 30px;
    cursor: pointer;
}

.searchBox .layui-input{
    width: 800px;
    border: 1px solid #bc110d;
}

.searchBox #searchBtn{
    width: 80px;
}

.searchBox .tabBlock{
    justify-content: flex-start;
}

.searchBox .tabBlock{
    width: 100%;
}

.layui-body .tabBlock span{
    margin: 5px 10px;
    display: inline-block;
}

.quoteBox .tabBlock{
    flex-wrap: wrap;
}

.layui-body .tabBlock span a{
    font-size: 14px;
}

.searchBox~.classBlock .classBox{

}

.searchBox~.classBlock .classBox .location{
    margin-top: 4px;
}

.searchPage .borBottom{
    padding: 15px 0;
}

.searchPage .searchBox .borBottom{
    padding: 10px 0;
    font-size: 16px;
}

.searchPage .searchBox .tabBlock .tab{
    text-align: left;
    padding: 0 10px;
}

.searchPage .larryms-search-box{
    margin-top: 5px;
}

.searchBox~.classBlock .classBox .tabBlock .tab{
    flex-grow: 0;
    margin-right: 30px;
    text-align: center;
}

.classBlock{

}

.searchPage .title span {
    float: left;
    font-size: 22px;
    color: #cf2b27;
    font-weight: bold;
    padding-left: 26px;
}

.searchPage .title .more {
    float: right;
    font-size: 12px;
    color: #999999;
    line-height: 30px;
}

.searchPage .videoGroup{
    clear: both;
}

.searchPage .videoGroup li{
    position: relative;
    float: left;
    display: inline;
    margin: 0px 0px 16px 26px;
    width: 279px;
    height: 175px;
}

.searchPage .videoGroup li .pic {
    width: 279px;
    height: 175px;
}

.searchPage .videoGroup li .pic img{
    width: 100%;
    height: 100%;
}

.searchPage .videoGroup li span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    background: rgba(9, 96, 213, 0.8);
    padding: 2px 4px;
    border-radius: 0px 0px 6px 0px;
}

.searchPage .videoGroup .textbg {
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.searchPage .videoGroup li p {
    font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.searchPage .videoGroup li p a{
    color: #fff;
}

.searchPage .videoGroup .play {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0px 0px -28px;
    background: url(../img/play2.png) no-repeat;
}

.searchPage .title{
    padding: 10px 0;
    width: 98%;
}

.searchPage .placePeo{
    display: flex;
    flex-wrap: wrap;
}

.searchPage .placePeo li{
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    text-align: center;
    border-right: 1px solid #d3d3d3;
    box-sizing: border-box;
    margin: 10px 0;
}

.searchPage .placePeo li:nth-child(5n){
    border: none;
}

.searchPage .people{
    display: flex;
    flex-wrap: wrap;
}

.searchPage .people li{
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    text-align: center;
    margin: 10px 0;
}

.searchPage .people img{
    width: 100px;
    height: 120px;
}

.searchPage .people h1{
    font-size: 16px;
    margin-top: 10px;
}

.searchPage .movie{
    display: flex;
    flex-wrap: wrap;
}

.searchPage .movie li{
    width: 25%;
    min-width: 25%;
    max-width: 25%;
    text-align: center;
    box-sizing: border-box;
    margin: 15px 0;
}

.searchPage .book{
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
}

.searchPage .book li{
    width: 33.33%;
    min-width: 33.33%;
    max-width: 33.33%;
    text-align: center;
    box-sizing: border-box;
}

.searchPage .book img{
    float: left;
    width: 120px;
    height: 150px;
}

.searchPage .book .bookBox{
    float: left;
    margin-left: 15px;
    width: 60%;
}

.searchPage .book .bookBox h1{
    font-size: 18px;
    color: rgb(51, 51, 51);
    text-align: left;
    font-weight: bold;
}

.searchPage .book .bookBox h2{
    font-size: 13px;
    color: rgb(51, 51, 51);
    font-weight: normal;
    text-align: left;
    margin: 15px 0;
}

.searchPage .book li{
    margin: 10px 0;
}

.searchPage .book .bookBox p{
    border-top: 1px dashed #999;
    padding-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.word #word{
    width: 100%;
    height: 200px;
}

.mapBox #map{
    width: 100%;
    height: 400px;
}

.trs180{
    transform: rotate(180deg);
}

.body-box{width:1200px;margin:100px auto;background: #fff;}

.timer-shaft-box{width:100%;padding:30px 40px;box-sizing: border-box;}
.timer-shaft{position:relative;width:100%;height:80px;overflow: hidden;}
.timer-left{position:absolute;top:50%;left:20px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background: url(../img/icon_left.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-right{position:absolute;top:50%;right:20px;z-index:99;width:23px;height:37px;margin-top:-18.5px;background: url(../img/icon_right.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-scale{position:absolute;top:0;left:0;height:80px;padding-left: 80px;font-size: 0;white-space: nowrap;}
.timer-scale-cont{display:inline-block;height:100%;line-height:80px;}
.time-circle{display:inline-block;vertical-align:middle;width:60px;height:60px;line-height: 60px;text-align: center;font-size:18px;color:#fff;border-radius: 50%;background: #e2302e;transition: all .3s;cursor:pointer;}
.timer-scale-cont.hov .time-circle{width:80px;height:80px;line-height: 80px;font-size:24px;background: #ff8d3d;}
.line-scale{display:inline-block;vertical-align:middle;width:150px;height:22px;margin:0 2px;background: url(../img/icon_scale.png) no-repeat;background-size: cover;}

.timer-shaft-content{width:100%;margin-top:45px;overflow: hidden;font-size:0;box-sizing:border-box;white-space: nowrap;}
.shaft-detail-cont{display: none;width:100%;}
.timer-year{padding-left:20px;font-weight:bold;color:#333;font-size:0;}
.icon-year{display: inline-block;vertical-align:middle;width:33px;height:40px;background: url(../img/icon_sign.png) no-repeat;background-size: cover;}
.timer-year span{display: inline-block;vertical-align:middle;margin-left:18px;font-size:24px;}
.month-detail-box{position:relative;width:100%;min-height:93px;padding-top: 30px;font-size:0;box-sizing: border-box;white-space: normal;}
.month-detail-box:before{content: '';position:absolute;top:0;left:36.5px;height:100%;border-right:1px dashed #ff8d3d;}
.month-detail-box .month-title{position:absolute;font-size:16px;font-weight: bold;color:#333;}
.month-detail-box .month-title:before{content: '';position:absolute;top:50%;left:30px;width:13px;height:13px;margin-top:-6.5px;background: url(../img/icon_circle.png) no-repeat;background-size: cover;}
.incident-record{display:inline-block;padding-left:71px;line-height:2;font-size:14px;color:#333;}
.incident-record a{font-size:14px;color:#1d69a3;}

.sign{
    width: 80px;
    height: 70px;
    background-color: #F5F4F4;
    float: left;
    text-align: center;
    border-radius: 5px;
}

.sign img{
    margin-top: 12px;
}

.sign h1{
    font-size: 14px;
    color: #cf2b27;
}

.signText{
    float: left;
    margin-left: 10px;
}

.incident-record{
    width: 93%;
}

.signText a{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    display: block;
    color: #2b2b2b;
}

.signText span{
    color: #9F9F9F;
}

.signText img{
    margin-right: 3px;
}

.searchPage .tab-block ul{
    display: none;
}

.searchPage .tab-block ul:nth-child(1){
    display: flex;
}

.tab-box {
    display: inline-block;
    margin-left: 30px;
    line-height: 30px;
}

.tab-box .tab{
    float: left;
    font-size: 17px;
    padding: 0 12px;
    cursor: pointer;
}

.tab-box .tab.active{
    color: #cf2b27;
}

.layui-colla-title{
    background-color: #F5F4F4;
}

.thisSearch{
    margin-top: 10px;
}

.thisSearch .location{
    margin-left: 10px;
}

.thisSearch .thisClass{
    float: left;
    margin: 0 6px 0 0px;
    background: #FFF;
    border: 1px solid #DEDEDE;
    color: #999;
    font-size: 14px;
    padding: 0 6px;
}

.thisSearch .thisClass a span {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    max-width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.thisSearch .thisClass:hover, .thisSearch .thisClass.select {
    background: #FFF7F0;
    border-color: #bc110d;
    color: #bc110d;
}
/*搜索结果页样式*/
.month-detail-box-list1 {
    border-bottom: 1px solid #F8F7FC;
    padding :15px 0;
    min-height: 0;
}
.month-detail-box-list1:before {
    border: none;
}
.month-detail-box-list1 .month-title:before {
    top: auto;
    margin-top:8px;
}
.month-detail-box-list1 h5 {
    font-size: 20px;
    padding-left: 71px;
}


.month-detail-box-list1 .media {
    padding: 10px 0 10px 71px;
}
.month-detail-box-list1 .media .incident-record{
    padding: 0;
}

.month-detail-box-list1 .media .media-left {
    display: table-cell;
    vertical-align: top;
    padding-right: 20px;
    width: 160px;
}
.month-detail-box-list1 .media .media-left img {
    width: 100%;
    height: auto;
}
.month-detail-box-list1 .media  .media-body {
    display: table-cell;
    vertical-align: top;
}
.month-detail-box-list1 .media  .media-body .list-info {
    font-size: 12px;
}
.month-detail-box-list1 .media  .media-body .list-info span {
    padding-right: 20px;
    color: #999;

}

.searchList .media{
    padding-left: 26px;
}

.searchSel .layui-input{
    border: none !important;
}

.searchText{
    line-height: 32px;
    color: #c9c9c9;
}

.searchTab .searchBlock{
    display: none;
}

.searchTab .searchBlock:nth-child(1){
    display: block;
}

.box-body article-view{
    margin:0 auto;
    text-align:center;
}
.content-text{
    font-size:14px;
    line-height:28px;
    padding:10px;
    width:760px;
}
#fus {
    margin-top: 10px;
}

#fus ._row {
    min-height: 25px;
    line-height: 25px;
    margin-top: 2px;
    word-break: break-all;
}

#fus ._row i.fTypeIcon {
    margin-right: 7px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

#fus ._row .fName {
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#fus ._row .rowSpan {
    margin-left: 20px;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}

.gridSpan {
    margin-left: 20px;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}

i.girdTypeIcon {
    margin-right: 7px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}
.myIframe {
    width: 100%;
    height: 400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0;
}
.ttb{
    font-size:14px;
    float: left;
    margin-top: 20px;
}
.ttb td{
    line-height:26px;
    padding:5px;
}

.searchMain .box-main{
    float: left;
    margin: 20px 0 0 30px;
}

.searchMain .box-main .article-title{
    font-weight: bold;
}

.searchMain{
    width: 1400px;
    margin: 0 auto;
}

.searchMain .content-text{
    padding-left: 0;
    padding-right: 0;
}

.searchMain .content-text{
    width: 950px;
}

.searchMain .content-text{
    font-size: 16px;
}

.searchMain .file{
    margin: 10px 0;
}

.searchMain .file img{
    width: 16px;
}

.searchMain .file a{
    font-size: 14px;
    margin-left: 10px;
    color: #c45454;
}

.searchListPage .searchBox .borBottom{
    border-top: 2px solid #EBEBEB;
    padding-top: 3px;
    padding-bottom: 0;
    margin-top: 15px;
}

.searchListPage .searchBox .tabBlock .active{
    border-bottom: 2px solid #bc110d;
}

.signImg{
    float: left;
}

.searchListPage .signRight{
    display: flex;
    width: 100%;
}

.searchListPage .signText{
    overflow: hidden;
    margin-left: 0;
    margin-right: 20px;
}

.searchListPage .signImg{
    margin-right: 20px;
}

.searchListPage .signText a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space:unset;
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.searchListPage .ListTitle{
    font-size: 18px;
    font-weight: bold;
    color: #2b2b2b;
    margin-bottom: 10px;
    display: block;
}

.searchListPage .month-detail-box-list1{
    border-bottom: none;
}

.searchListPage .searchBox .tabBlock .tab{
    font-size: 14px;
}

.searchListPage .layui-form-select .layui-input::placeholder{
    font-size: 14px;
}

.searchListPage .signText span{
    font-size: 12px;
}

.searchListPage .videoGroup li{
    width: 235px;
    height: 145px;
    margin: 0px 0px 10px 10px;
}

.searchListPage .videoGroup li .pic{
    width: 235px;
    height: 145px;
}

.searchListPage .movie li{
    width: 20%;
    min-width: 20%;
    max-width: 20%;
    margin: 10px 0;
}

.searchListPage .book li{
    width: 25%;
    min-width: 25%;
    max-width: 25%;
}

.searchListPage .book img{
    width: 110px;
}

.searchListPage .book .bookBox{
    width: 55%;
    margin-left: 12px;
}

.searchListPage .book .bookBox h1{
    font-size: 16px;
}

.searchListPage .book .bookBox p{
    font-size: 13px;
    text-align: left;
}

.searchListPage .imgBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
}

.searchListPage .imgBox a{
    margin: 0 5px 5px 0;
}

.searchListPage .audioBox{
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
}

.searchListPage .audioBox .audio{
    display: flex;
    width: 33.3%;
    margin-bottom: 15px;
}

.searchListPage .audioBox{
    margin: 0 20px;
}

.searchListPage .audioBox .audText{
    margin: 0 15px;
}

.searchListPage .audioBox h1{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchListPage .audioBox h2{
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}

.searchListPage .audioBox .audPlay{
    width: 76px;
    height: 40px;
    background-color: rgb(207, 43, 39);
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.searchListPage .listBg{
    margin: 0;
    width: 100%;
    font-size: 14px;
}

.searchListPage .listBg ul{
    padding-top: 10px;
    padding-bottom: 0;
}

.searchListPage .listBg li a span:first-child{
    padding-right: 15px;
}

.searchListPage .listBg ul li:nth-child(-n+3) a span:first-child{
    color: rgb(207, 43, 39);
    font-weight: bold;
}

.searchListPage .listBg ul li:nth-child(-n+3) a span:last-child{
    color: rgb(207, 43, 39);
    font-weight: bold;
}

.searchListPage .hot{
    background-color: #ffc748;
    color: #fff;
    padding: 0 2px;
    border-radius: 3px;
    margin-left: 5px;
}

.searchListPage .new{
    background-color: #cf2b27;
    color: #fff;
    padding: 0 2px;
    border-radius: 3px;
    margin-left: 5px;
}

.dateFile{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1005;
    display: none;
}

.datePage{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.dateFile .dateBox{
    width: 64vw;
    height: 48vw;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -24vw;
    margin-left: -32vw;
    background-color: #fff;
    z-index: 10;
    overflow: auto;
    border-radius: 6px;
}

.dateFile .dateClose{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.dateFile .dateClose img{
    width: 35px;
    height: 35px;
}

.dateFile .thisImg{
    width: 90%;
    margin: 50px auto 0;
}

.dateFile .thisImg img{
    width: 100%;
    height: 34vw;
}

.bigPage .location{

}

.bigPage .search-box{
    position: absolute;
    top: 12px;
    right: 25px;
    display: flex;
    margin-left: 50px;
}

.bigPage .search-box .larryms-search-box>.layui-input-inline{
    padding-right: 0;
}

.bigPage .search-box .layui-form-select .layui-input{
    width: 70px;
    height: 38px;
    margin-bottom: 0;
    border-color: #bc110d;
    border-right: none;
    background-color: #F5F7FA;
}

.bigPage .search-box .larryms-search-box{
    margin-top: 0;
}

.bigPage .search-box .layui-input{
    width: 600px;
    border-color: #bc110d;
}

.bigPage .search-box #searchBtn{
    border-radius: 0;
    margin-left: 16px;
    width: 80px;
    font-size: 15px;
}

.bigPage .addBig{
    margin-top: 20px;
    background-color: #bc110d;
}

.bigPage .draftsList{
    margin-top: 0;
    clear: both;
    padding-top: 10px;
}

.bigPage .list li{
    margin-left: 0;
    margin-right: 0;
}

.bigPage .draftsList li a{
    width: 72%;
    font-size: 18px;
    line-height: 18px;
}

.bigPage .iconImg{
    float: right;
    cursor: pointer;
}

.bigPage .draftsList li .options{
    margin-right: 60px;
}

.bigPage .draftsList li .incident-record{
    line-height: normal;
}

.bigPage .draftsList li .signText{
    margin-left: 0;
}

.bigPage .draftsList li .signText a{
    width: 100%;
    color: #333;
    /* font-weight: bold; */
    margin-top: 5px;
}

.bigPage .month-detail-box .month-title:before{
    top: 50%;
    left: 31px;
}

.bigPage .month-detail-box .month-title{
    margin-top: 10px;
}

.bigPage .month-detail-box{
    min-height: unset;
}

.bigPage .draftsList li .options .fb{
    background-color: #bc110d;
}

.bigPage .bigBox{
    display: none;
    background-color: #FAFAFA;
    margin-top: 10px;
    box-shadow:inset 0 0 11px 0px rgb(0 0 0 / 3%)
}

.bigPage .trs90{
    transform: rotate(90deg);
}

.bigPage .layui-colla-icon{
    position: unset;
}

.bigPage .time{
    color: #FF8B3D;
    font-size: 16px;
}

.bigPage .bigImg{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.bigPage .abstract{
    font-size: 15px;
    color: #999;
}

.bigPage .options .layui-icon{
    font-size: 22px;
}

.bigPage .options span:nth-child(1) .layui-icon{
    font-size: 24px;
}

.bigPage .options span:nth-child(4) .layui-icon{
    font-size: 25px;
}

.bigPage .options .layui-icon:hover{
    color: #bc110d;
}

.logoBlock{
    display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: center;
}

.logoBlock .logoText{
    background: #fff;
    padding: 0 12px;
    color: #bc110d;
    line-height: 26px;
    height: 26px !important;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
}