.hn25 a{
    color: #0376F8;
}
.hn25 a:hover{
    color: #0061CF;
    text-decoration: none;
}
.hn25 .top_nav{
    background: #0376F8;
}
.hn25 .top_nav input::placeholder {
    color: rgba(255, 255, 255, .5);
}
.hn25 .class_link{
    left: 320px;
}
.hn25 .class_link .nav-tabs > li + li{
    margin-left: 16px;
}
.hn25 .class_link .nav-tabs > li > a{
    height: 52px;
    line-height: normal;
    text-align: center;
    color:rgba(255,255,255,.85);
    font-size: 15px;
    min-width: 96px;
}
.hn25 .class_link .nav-tabs > li > a i{
    display: block;
    padding: 8px 0px 2px 0px;
    font-size: 16px;
    margin-right: auto;
}
.hn25 .class_link .nav-tabs > li > a:hover{
    color: #0376F8;
    background:rgba(255,255,255,.85);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.hn25 .class_link .nav-tabs > li.active > a,
.hn25 .class_link .nav-tabs > li.active > a:hover,
.hn25 .class_link .nav-tabs > li.active > a:focus{
    color: #0376F8;
    background: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.color-blue {
    color: #0376F8;
}
.hn25  a.user_header{
    color: rgba(255,255,255,1);
}

.layui-tab  .layui-tab-title{
    height: 100%;
    background: #ffffff;
}
.layui-tab-head{
    border-bottom: 1px solid rgba(0,0,0,.08);
}
.layui-tab  .layui-tab-title li {
    min-width: auto;
    padding: 0 2px;
    color: #5C6981;
}
.layui-tab.layui-tab-brief>.layui-tab-head .layui-tab-title>li.layui-this {
    font-size: 15px;
    color: #0376F8;
}
.layui-tab  .layui-tab-title li:first-child{
    margin-left: 12px;
}
.layui-tab  .layui-tab-title li + li{
    margin-left: 32px;
}
.layui-tab-item>a.automatic-button-link{
    position: absolute;
    right: 16px;
    top: 12px;
    left: auto;
    width: auto;
    color: #5C6981;
}
.layui-tab-item>a.automatic-button-link:hover{
    color: #0376F8;
}
.h-g .layui-tab.layui-tab-brief>.layui-tab-head .layui-tab-title>li.layui-this {
    color: #0376F8;
    font-size: 15px;
}
.layui-tab-brief>.layui-tab-head .layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-head .layui-tab-title .layui-this:after {
    border-bottom: 4px solid #0376F8;
    min-width: auto;
}

.no-border table.mw-ui-table-layout,
.no-border table.mw-ui-table-layout > tbody > tr > td{
    border: 0;
}
.layui-breadcrumb a:hover{
    color: #0376F8!important;
}
.layui-menu.layui-dropdown-menu{
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}
/* ====================================================  */

.l-nav-btn-close{
    position: absolute;
    top: 50%;
    left: 220px;
    width: 8px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    background: #ffffff;
    color: #5C6981;
    z-index: 2;
    cursor: pointer;
    box-shadow: 2px 1px 5px rgba(0,0,0,.05);
}
.l-nav-btn-close:hover{
    background: #5C6981;
    color: #ffffff;
}
.l-nav-btn-open{
    position: absolute;
    top: 50%;
    left: 0px;
    width: 8px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    background: #5C6981;
    color: #ffffff;
    z-index: 2;
    cursor: pointer;
}
.l-nav-btn-close i,
.l-nav-btn-open i{
    font-size: 16px;
}
.hn25 .mw-main.home{
    height: calc(100% - 60px);
    position: absolute;
    left: 0px;
    right: 0;
}

/* home content */
.hn25 .mw-main.home{
    height: calc(100% - 60px);
    position: absolute;
    left: 0px;
    right: 0;
}
.hn25 .url_link_oa {
    height: 40px;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 8px;
    background: #fff;
    float: left;
    width: 100%;
}
.hn25 .oa_content{
    height: calc(100% - 0px)!important;
    overflow-y: auto;
    width: 100%;
}
.hn25 .url_link_oa + .oa_content{
    position: relative;
    height: calc(100% - 40px)!important;
    overflow-y: auto;
    padding: 8px!important;
}

.hn25 .h-g{
    position: relative;
    width: 100%;
    float: left;
    padding: 5px 5px 0px 5px;
}
.hn25 .h-g + .h-g{
    margin-top: 16px;
    padding: 0px 5px 5px 5px;
}
.hn25 .h-g .hg-panel{
    background: #ffffff;
    float: left;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0,0,0,.1);
}
.hn25 .h-g .hg-panel + .hg-panel{
    margin-left: 16px;
}
.hn25 .h-g .h-g-8{
    width: calc(((100% / 12) * 8) - 8px);
}
.hn25 .h-g .h-g-7{
    width: calc(((100% / 12) * 7) - 8px);
}
.hn25 .h-g .h-g-6{
    width: calc(((100% / 12) * 6) - 8px);
}
.hn25 .h-g .h-g-5{
    width: calc(((100% / 12) * 5) - 8px);
}
.hn25 .h-g .h-g-4{
    width: calc(((100% / 12) * 4) - 8px);
}
.hn25 .h-g .h-g-50{
    width: calc(50% - 8px);
    float: left;
}
.hn25 .h-g .h-g-50:nth-of-type(2){
    margin-left: 16px;
}
.hn25 .h-g .h-g-l420{
    position: relative;
    width: calc((100% - 420px) - 16px);
    float: left;
}
.hn25 .h-g .h-g-r420{
    width: 420px;
    float: right;
}
.hn25 .h-g .h-g-l420 .h-g-50 .hg-panel{
    width: 100%;
    margin: 0;
}
.hn25 .h-g .h-g-l420 .h-g-50 .hg-panel + .hg-panel{
    margin-top: 16px;
}

/*  news */
.subject-title .title::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.subject-title .title::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.subject-title .btn-more{
    position: absolute;
    right: 12px;
    top: 50%;
    font-family: 'Microsoft YaHei';
    transform: translateY(-50%);
}
.subject-title .btn-more a{
    color: #1679CC;
}
.main-top-news{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}
.main-top-news .subject-title{
    position: relative;
    padding: 0 16px;
    height: 48px;
    line-height: 48px;
}
.main-top-news .subject-title .title{
    position: relative;
    color:#0376F8;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 0;
    padding: 0 24px;
}
.main-top-news .subject-title .btn-more a{
    color:#c3c3c3;
    text-decoration: none;
}
.main-top-news .subject-title .title::before {
    background: url(title-icon-l.png) no-repeat;
}
.main-top-news .subject-title .title::after {
    background: url(title-icon-r.png) no-repeat;
}
.main-top-news.layui-col-space15{
    margin:0;
}
.main-top-news-con{
    position: relative;
    margin:8px 16px;
    padding: 0;
}
.main-top-news-con .layui-col-md6:nth-of-type(2){
    padding-left: 16px;
}
.main-top-news-con .main-top-news-pic{
    float: left;
    width: 420px;
}
.main-top-news-con .main-top-news-text{
    float: left;
    width: calc(100% - 420px);
    padding-left: 16px;
}
.main-top-news .swiper-container {
    height: 280px;
    overflow: hidden;
}
.main-top-news .swiper-container .swiper-slide .title{
    position: absolute;
    width: calc(100% - 0px);
    height: 40px;
    bottom: 0;
    left: 0;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 120px;
    background: rgba(0,0,0,.6);
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 101;
}
.main-top-news .swiper-container-horizontal>.swiper-pagination-bullets,
.main-top-news .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: auto;
    width: auto;
    right: 10px;
}
.main-top-news .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 3px;
}
.main-top-news .swiper-pagination-bullet{
    background: rgba(255,255,255,.6);
}
.main-top-news .swiper-pagination-bullet-active{
    background: rgba(255,255,255,1);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('swiper-button-prev.png')!important;
    background-size: 20px 48px!important;
    left: -3px!important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url('swiper-button-next.png')!important;
    background-size: 20px 48px!important;
    right: -3px!important;
}
.main-top-news-text a{
    color: rgba(0,0,0,.65);
}
.top1-news {
    width: 100%;
    height: 92px;
    background: rgba(3,118,248,.06);
    padding: 12px;
}
.top1-news .title{
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top1-news .issue-time{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top1-news a:hover .title,.top1-news .description a:hover {
    color: #0376F8;
}
.top1-news .description{
    position: relative;
    margin-top: 10px;
    line-height: 150%;
    color: rgba(0,0,0,0.45);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 46px;
    overflow: hidden;
}
.top1-news .description a.color-blue{
    position: absolute;
    width: 80px;
    height: 20px;
    bottom: 5px;
    right: 0;
    padding: 0px 0px 6px 6px;
    background: #F0F7FF;
}
.top1-news .description em{
    font-style: normal;
    margin-left: 8px;
}

.top-news-list{
    position: relative;
    width: 100%;
    margin-top: 6px;
}
.top-news-list a{
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}
.top-news-list a:hover{
    color: #0376F8;
    background: rgba(3,118,248,.06);
}
.top-news-con{
    overflow: hidden;
}
.top-news-con li{
    float: left;
    height: 32px;
}
.top-news-con li:first-child{
    position: relative;
    width: calc(100% - 100px);
}
.top-news-con li .title{
    max-width: calc(100% - 26px);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 12px;
}
.top-news-con li .title::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    top: 50%;
    left: 0;
    background: #0376F8;
    transform: translateY(-50%);
}
.top-news-con li .icon-hot{
    width: 18px;
    height: 10px;
    background: url(../../ptemp-02/images/ptemp-icon-hot.png) center no-repeat;
    background-size: 100%;
    margin-left: 8px;
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;

}
.top-news-con li:last-child{
    width: 100px;
    text-align: right;
    color: rgba(0,0,0,.3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-news-con:hover li:last-child{
    color: #0376F8;
}

/* 待办通知 */
.layui-tab-brief.hn-home-tab{

}
.layui-tab-brief.hn-home-tab .layui-tab-title{
    height: 48px;
    padding: 0px 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.layui-tab-brief.hn-home-tab .layui-tab-title li{
    line-height: 48px;
    color: rgba(0,0,0,.45);
    padding: 0;
    font-size: 16px;
}
.layui-tab-brief.hn-home-tab .layui-tab-title li + li{
    margin-left: 40px;
}
.layui-tab-brief.hn-home-tab>.layui-tab-title .layui-this {
    color: #15213A;
    font-weight: 600;
}
.layui-tab-brief.hn-home-tab .layui-tab-title .layui-this:after {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    content: "";
    width: 100%;
    height: 4px;
    border-width: 0;
    border-radius: 8px;
    background: #0376F8;
    box-sizing: border-box;
    pointer-events: none;
}
.layui-tab-brief.hn-home-tab>.layui-tab-title .badge{
    position: absolute;
    top: 4px;
    right: -26px;
    background: #FF5562;
    color: #ffffff;
}
.layui-tab-brief.hn-home-tab .layui-tab-content{
    position: relative;
    height: calc(100% - 48px);
    overflow-y: auto;
    padding: 8px 16px!important;
    overflow: visible;
}
.layui-tab-brief.hn-home-tab .tab-more-btn{
     position: absolute;
     top: -36px;
     right: 16px;
}
.layui-tab-brief.hn-home-tab .tab-more-btn a{
    color: #c5c5c5;
}
.home-db-list {
    position: relative;
    width: 100%;
}
.home-db-list ul{
    padding: 0;
    margin: 0;
}
.home-db-list ul li{
    width: 100%;
    float: left;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    padding:4px;
    border-bottom:1px dotted #efefef;
    cursor: pointer;
}
.home-db-list ul li:hover{
    background: rgba(3,118,248,.06);
}
.home-db-list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    
    color:#5C6981;
}
.home-db-list ul li a:hover{
    color: #0376F8;
}
.home-db-list-item {
    position: relative;
    width: 100%;
}
.home-db-list-item .icon{
    float: left;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(3,118,248,.06);
    color: #0376F8;
    font-weight: bold;
    font-size: 14px;
    margin-right: 8px;
}
.home-db-list-item .title{
    float: left;
    width: calc((100% - 48px) - 88px);
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-db-list-item .time{
    width: 80px;
    height: 40px;
    line-height: 40px;
    float: right;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0,0,0,.3);
}

.home-tz-list-item {
    position: relative;
    width: 100%;
}
.home-tz-list-item .title{
    position: relative;
    float: left;
    width: calc((100% - 0px) - 88px);
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-tz-list-item .title::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    top: 50%;
    left: 0;
    background: #0376F8;
    transform: translateY(-50%);
}
.home-tz-list-item .time{
    width: 80px;
    height: 40px;
    line-height: 40px;
    float: right;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0,0,0,.3);
}
li.read .home-tz-list-item .title{
    color: rgba(0,0,0,.3);
}
li.read .home-tz-list-item .title::before{
    background: #dedede;
}

/* four entrance */
.home-entrance {
    position: relative;
    padding:16px;
    min-height: 290px;
    transition: .3s;
}
.home-entrance-btn{
    position: absolute;
    width: 60px;
    height: 12px;
    bottom:-12px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background:rgba(255,255,255,.6);
    color: rgba(0,0,0,.45);
    text-align: center;
    line-height: 12px;
    overflow: hidden;
}
.home-entrance-btn a{
    display: block;
    width: 100%;
    text-align: center;
    height: 100%;
    color: rgba(0,0,0,.3);
}
.home-entrance.home-entrance:before{
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    bottom:32px;
    left: 8px;
    background: url(home-entrance-1-icon.png) no-repeat;
}
.home-entrance.home-entrance:after{
    content: '';
    position: absolute;
    width: 240px;
    height: 240px;
    bottom:0px;
    right: 0px;
    background: url(home-entrance-1-bg.png) no-repeat;
    z-index: 1;
    pointer-events: none;
}
.home-entrance .title{
    width: 160px;
    float: left;
}
.home-entrance .con{
    position: relative;
    width: calc(100% - 174px);
    margin-left: 14px;
    float: left;
    z-index: 3;
    height: 252px;
    overflow: hidden;
    transition: .3s;
}
.home-entrance .con.showall{
    height: auto;
    overflow: visible;
}
.home-entrance .title{
    border-bottom: 1px solid #0376F8;
}
.home-entrance .title a{
    color:  #0376F8;
}
.home-entrance .title a:hover{
    opacity: .85;
}
.home-entrance .title span{
    display: block;
    float: left;
    font-size: 26px;
    font-weight: 600;
}
.home-entrance .title i{
    display: block;
    float: left;
    margin-top: 8px;
    width: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    border-radius: 100px;
    margin-left: 10px;
    color: #0376F8;
    border:1px solid #0376F8;
}
.home-entrance .title p{
    width: 100%;
    float: left;
    font-size: 12px;
    margin-top: 2px;
    opacity: .5;
}
.home-entrance-item{
    position: relative;
    float: left;
    width:25%;
    padding:0px 4px;
}
.home-entrance-item:nth-of-type(n+5){
    margin-top: 12px;
}
.home-entrance-item a{
    position: relative;
    display: block;
    width: 100%;
    height: 116px;
    padding: 12px 8px;
    background: rgba(255,255,255,.6);
    border-radius: 8px;
    box-shadow: 1px 1px 6px rgba(0,0,0,.06);
    text-decoration: none;
    cursor: pointer;
}
.home-entrance-item a:hover{
    background: rgba(255,255,255,1);
}
.home-entrance-item i{
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    text-align: center;
    line-height: 48px;
    background: #0376F8;
    color: #ffffff;
    font-size: 22px;
    margin: 0px auto;
}
.home-entrance-item p{
    width: 100%;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
    color: #15213A;
}

.hn25 .h-g .hg-panel.home-entrance.home-entrance-1 {
    background: linear-gradient(45deg, #E4F1FF, #D5E9FF);
}
.home-entrance.home-entrance-1 .title{
    color: #0376F8;
    border-bottom: 1px solid rgba(3,118,248,.1);
}
.home-entrance.home-entrance-1:before{
    background: url(home-entrance-1-icon.png) no-repeat;
}
.home-entrance-1.home-entrance:after{
    background: url(home-entrance-1-bg.png) no-repeat;
}
.home-entrance.home-entrance-1 .home-entrance-item a:hover p{
    color: #0376F8;
}
.hn25 .h-g .hg-panel.home-entrance.home-entrance-2 {
    background: linear-gradient(45deg, #F1FFFE, #DFFCFA);
}
.home-entrance.home-entrance-2 .title{
    color: #22BFB5;
    border-bottom: 1px solid rgba(34,191,181,.1);
}
.home-entrance.home-entrance-2 .title a{
    color: #22BFB5;
}
.home-entrance.home-entrance-2 .title i{
    color: #22BFB5;
    border:1px solid #22BFB5;
}
.home-entrance.home-entrance-2:before{
    background: url(home-entrance-2-icon.png) no-repeat;
}
.home-entrance-2.home-entrance:after{
    background: url(home-entrance-2-bg.png) no-repeat;
}
.home-entrance.home-entrance-2 .home-entrance-item a:hover p{
    color: #22BFB5;
}
.home-entrance.home-entrance-2 .home-entrance-item i{
    background: #22BFB5;
}
.hn25 .h-g .hg-panel.home-entrance.home-entrance-3 {
    background: linear-gradient(45deg, #F6FFF5, #EEFFEC);
}
.home-entrance.home-entrance-3 .title{
    color: #20AF10;
    border-bottom: 1px solid rgba(32,175,16,.1);
}
.home-entrance.home-entrance-3 .title a{
    color: #20AF10;
}
.home-entrance.home-entrance-3 .title i{
    color: #20AF10;
    border:1px solid #20AF10;
}
.home-entrance.home-entrance-3:before{
    background: url(home-entrance-3-icon.png) no-repeat;
}
.home-entrance-3.home-entrance:after{
    background: url(home-entrance-3-bg.png) no-repeat;
}
.home-entrance.home-entrance-3 .home-entrance-item a:hover p{
    color: #20AF10;
}
.home-entrance.home-entrance-3 .home-entrance-item i{
    background: #20AF10;
}
.hn25 .h-g .hg-panel.home-entrance.home-entrance-4 {
    background: linear-gradient(45deg, #FAF3FF, #F5E8FF);
}
.home-entrance.home-entrance-4 .title{
    color: #8A2BD2;
    border-bottom: 1px solid rgba(149,24,243,.1);
}
.home-entrance.home-entrance-4 .title a{
    color: #8A2BD2;
}
.home-entrance.home-entrance-4 .title i{
    color: #8A2BD2;
    border:1px solid #8A2BD2;
}
.home-entrance.home-entrance-4:before{
    background: url(home-entrance-4-icon.png) no-repeat;
}
.home-entrance-4.home-entrance:after{
    background: url(home-entrance-4-bg.png) no-repeat;
}
.home-entrance.home-entrance-4 .home-entrance-item a:hover p{
    color: #8A2BD2;
}
.home-entrance.home-entrance-4 .home-entrance-item i{
    background: #8A2BD2;
}

.hn25 .h-g .hg-panel.home-app-list {
    background: linear-gradient(180deg, #FFFFFF, #EAF4FF);
}
.hn25 .panel-title{
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
}
.hn25 .panel-title span{
    font-size: 16px;
    font-weight: 600;
    color: #0376F8;
}
.home-app-list .panel-con{
    width: 100%;
    height: calc(100% - 48px);
    background: url(home-links-bg.png) right bottom no-repeat;
}
.home-app-list .panel-con li{
    width: 100%;
    float: left;
    margin-top: 8px;
    padding: 0 16px;
    
}
.home-app-list .panel-con li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #5C6981;
    height: 64px;
    line-height: 64px;
    padding: 4px;
    border-radius: 8px;
}
.home-app-list .panel-con li a:hover{
    background: #ffffff;
}
.home-app-list-item {
    width: 100%;
    height: 100%;
}
.home-app-list-item .icon{
    width: 56px;
    height: 56px;
    border-radius: 100px;
    float: left;
    text-align: center;
    line-height: 56px;
    background: #dedede;
    color: rgba(0,0,0,.65);
}
.home-app-list-item .icon i{
    font-size: 24px;
    line-height: inherit!important;
}
.home-app-list-item .title{
    font-size: 18px;
    max-width: calc(100% - 120px);
    float: left;
    margin-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-app-list-item .badge{
    float: left;
    margin-left: 8px;
    margin-top: 22px;
    background: #FF5562;
}
li:nth-child(1) .home-app-list-item .icon{
    background: rgba(3,118,248,.06);
    color: rgba(3,118,248,1);
}
li:nth-child(2) .home-app-list-item .icon{
    background: rgba(34,191,181,.06);
    color: rgba(34,191,181,1);
}
li:nth-child(3) .home-app-list-item .icon{
    background: rgba(32,175,16,.06);
    color: rgba(32,175,16,1);
}
li:nth-child(4) .home-app-list-item .icon{
    background: rgba(149,24,243,.06);
    color: rgba(149,24,243,1);
}
li:nth-child(5) .home-app-list-item .icon{
    background: rgba(255,85,98,.06);
    color: rgba(255,85,98,1);
}

/* my center */
.hn25 .mw-sidebar{
    width:220px;
    z-index: 2;
    box-shadow: 0px 1px 6px rgba(0,0,0,.1);
    background:#ffffff!important;
}
.hn25 .oa_content .mw-sidebar{
    background:#ffffff!important;
    border-right: 4px solid #F3F3F4;
}
.hn25 .oa_content .hn-app-submenu .mw-sidebar{
    left:0px!important;
}
.hn25 .navbar-default.left_panel>.slimScrollDiv{
    height: calc(100% - 48px)!important;
}
.nav-bottom-text{
    position: absolute;
    width: 100%;
    padding: 0 12px;
    bottom: 10px;
    height: 38px;
}
.nav-bottom-text span{
    display: inline-block;
    font-size: 13px;
    list-style: 150%;
    color: rgba(0,0,0,.45);
    width: 100%;
    text-align: left;
}
.hn25 .mw-main{
    left: 220px;
    height: calc(100% - 60px);
}
.hn25 #page-wrapper{
    box-shadow: none;
}
.hn25 .navbar-default{
    border-color: #e9e9e9;
}
.hn25 .navbar-static-side .nav > li{
    margin: 10px 10px 0px 10px;
    border-radius: 6px;
    width: calc(100% - 20px);
}
.hn25 .navbar-static-side .nav > li > a{
    color: #5C6981;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    padding: 0px 8px 0px 8px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hn25 .navbar-static-side .nav > li .nav-second-level a{
    padding-left: 24px!important;
}
.hn25 .left_panel .nav > li.active:before,
.hn25 .left_panel .nav > li.active:after{
    display: none;
}
.hn25 .left_panel .nav > li.active{
    background: rgba(3,118,248,.05);
}
.hn25 .left_panel .nav > li.active >a{
    color: #0376F8;
}
.hn25 .left_panel .nav > li:hover >a{
    color: #0376F8;
}
.hn25 .left_panel .nav > li.metismenu-has-children.active{
    background: transparent;
}
.hn25 .metismenu .mw-right-nav {
    float: right;
    margin-top:8px;
}
.hn25 .metismenu .fa-angle-up,
.hn25 .metismenu .fa-angle-down{
    font-size: 14px;
}
.layui-col-space16>*{
    padding:8px;
}
.layui-col-space12>*{
    padding:6px;
}

.i-my.oa_content{
    padding: 12px!important;
}
.i-my.layui-form{
    min-height: 760px;
}
.i-my .layui-col-space12{
    margin: 0;
}
.i-my>.layui-fluid:nth-of-type(1){
    height:33%;
}
.i-my>.layui-fluid:nth-of-type(2){
    height:46%;
}
.i-my>.layui-fluid:nth-of-type(3){
    height:21%;
}
.i-my .i-my-info {
    height: 56%;
}
.i-my .i-my-analysis {
    height: calc((100% - 56%) - 12px);
}
.i-my .mw-ui-panel{
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.08);
}
.i-my .mw-ui-panel .mw-ui-panel{
    border-radius: 0;
    box-shadow: none;
}
.layui-row .mw-ui-panel + .mw-ui-panel{
    margin-top: 12px;
}
.layui-tab-content .mw-ui-panel + .mw-ui-panel{
    margin-top: 0;
}
.i-my .layui-colla-item,
.i-my .layui-colla-content{
    border: none;
}
.i-my .mw-ui-panel .layui-colla-title{
    position: relative;
    height: 48px;
    line-height: 48px;
    padding: 0 16px 0 16px;
    color: #15213A;
    background-color: transparent;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
}
.i-my .layui-tab .layui-tab-head{
    height: 48px;
    line-height: 48px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #ffffff;
}
.i-my .layui-tab .layui-tab-head .mw__title{
    margin: 0;
    line-height: 48px;
}
.i-my .layui-tab .layui-tab-head .mw__title + div .layui-tab-title li:only-child{
    display: none!important;
}
.i-my .layui-tab .layui-tab-head .mw__title h5{
    position: relative;
    height: 48px;
    line-height: 48px;
    padding: 0 16px 0 16px;
    color: #15213A;
    background-color: transparent;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    border-left: 0;
}
.i-my .layui-tab .layui-tab-head .layui-tab-automatic-button-bar a{
    color: rgba(0,0,0,.25);
}
.i-my .layui-tab .layui-tab-head .layui-tab-automatic-button-bar a:hover{
    color: #0376F8;
}
.i-my .mw-ui-panel .layui-colla-title .automatic-button-link-ellipsis{
    position: absolute;
    width: auto;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
    color: rgba(0,0,0,.25);
}
.i-my .mw-ui-panel .layui-colla-title .automatic-button-link-ellipsis:hover{
    color: #0376F8;
}
.i-my .layui-colla-content{
    overflow-y: auto;
}
.i-my .mw-ui-panel .layui-colla-title + .layui-colla-content{
    height: calc(100% - 48px)!important;
}
.i-my .layui-tab .layui-tab-content{
    height: calc(100% - 48px)!important;
}
.i-my .layui-tab .layui-tab-content .mw-ui-panel{
    border-top-left-radius:0 ;
    border-top-right-radius:0 ;
}
.i-my .layui-tab .layui-tab-content .layui-table-view .layui-table th{
    border-top: 0;
}
.i-my .layui-tab .layui-tab-content .layui-table-view  .layui-table td:first-child{
    border-left: 0;
}

.i-my .i-my-info{
    position: relative;
    background: url(my-info-bg.png) no-repeat;
    background-size: 100% 100%;
}
.i-my-info-box{
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 16px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.i-my-info-box .avatar{
    position: relative;
    float: left;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    text-align: center;
    line-height: 96px;
    background: #ffffff;
    overflow: hidden;
}
.i-my-info-box .avatar img{
    width: auto;
    height: auto;
    max-width: 96px;
    max-height: 96px;
    vertical-align: middle;
}
.i-my-info-box .text{
    position: relative;
    float: left;
    width: calc(100% - 96px);
    padding-left: 20px;
}
.i-my-info-box .text p.name{
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    color: #15213A;
    padding-top: 6px;
    margin-bottom: 12px;
}
.i-my-info-box .text p.name span{
    font-size: 13px;
    font-weight: 400;
    color: #15213A;
    padding-left: 16px;
}
.i-my-info-box .text p {
    color:#5C6981;
    margin-bottom: 6px;
}
.i-my-info-box .text p i{
    margin-right: 8px;
    width: 14px;
    display: inline-block;
    text-align: right;
}

.mw-ui-panel.i-my-analysis{
    background: transparent;
    box-shadow: none;
}
.i-my-analysis{
    position:relative;
}
.i-my-analysis-item{
    position: relative;
    float: left;
    width:calc(33.3333% - 8px);
    height: 100%;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.08);
    padding:20px 16px;
}
.i-my-analysis-item + .i-my-analysis-item{
    margin-left: 12px;
}
.i-my-analysis-item .text span{
    color: rgba(0,0,0,.45);
}
.i-my-analysis-item .text p{
    font-size: 32px;
    color:#0376F8 ;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    margin-top: 4px;
}
.i-my-analysis-item .text p span{
    font-size: 14px;
    color: rgba(0,0,0,.45);
    font-weight: 400;
    padding-left: 8px;
}
.i-my-analysis .i-my-analysis-item:after{
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    right:4px;
    transform: translateY(-50%);
    background: url(i-my-analysis-1.png) no-repeat;
    background-size: 100% 100%;
    z-index: 0;
    pointer-events: none;
}
.i-my-analysis .i-my-analysis-item:nth-of-type(2):after{
    background: url(i-my-analysis-2.png) no-repeat;
    background-size: 100% 100%;
}
.i-my-analysis .i-my-analysis-item:nth-of-type(3):after{
    background: url(i-my-analysis-3.png) no-repeat;
    background-size: 100% 100%;
}
.i-my-analysis-item a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.i-my-analysis-item a:hover{
    text-decoration: none;
    opacity: .75;
}

.i-my-list{
    position: relative;
    width: 100%;
}
.i-my-list ul{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-bottom: 1px dotted #eaeaea;
}
.i-my-list ul li{
    float: left;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0,0,0,.45);
    padding-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.i-my-list ul li:last-child{
    padding-right: 0;
}
.i-my-list a{
    color:#15213A;
}
.i-my-list a:hover,
.i-my-list ul.read a:hover{
    color:#0376F8;
}
.i-my-list.notice .icon{
    width: 20px;
    color: #0376F8;
}
.i-my-list.notice .icon i{
    font-size: 16px;
}
.i-my-list.notice .title{
    width: calc(100% - 200px);
}
.i-my-list.notice .dep{
    width: 108px;
}
.i-my-list.notice .date{
    width: 72px;
    text-align: right;
}
.i-my-list ul.read a{
    color: rgba(0,0,0,.45);
}
.i-my-list.notice ul.read .icon{
    color:rgba(0,0,0,.45);
}
.i-my-schedule .layui-colla-content{
    padding: 8px;
}
.i-my-schedule .layui-laydate,
.i-my-schedule .layui-laydate-hint{
    border: 0;
    box-shadow: none;
    transform: scale(1)!important;
}
.i-my-schedule .layui-laydate-header i:hover,
.i-my-schedule .layui-laydate-header span:hover{
    color: #0376F8;
}
.i-my-schedule .layui-laydate .layui-this{
    background-color: #0376F8 !important
}
.hn25 .layui-tab-title li{
    font-size: 15px;
}
.hn25 .layui-tab-brief>.layui-tab-title .layui-this{
    color: #0376F8;
}
.hn25 .layui-tab .badge{
    background: #0376F8;
    color: #ffffff;
}
.hn25 .layui-tab .layui-tab-title .badge{
    margin-left: 5px;
}
.hn25 .layui-tab-brief>.layui-tab-more li.layui-this:after,
.hn25 .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 3px solid #0376F8;
}
.i-my-work .layui-tab {
    position: absolute;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    left: 6px;
}
.i-my-work .layui-tab  .layui-tab-title{
    width: calc(100% -120px);
    margin-left: 120px;
    padding-right: 40px;
    height: 48px;
    line-height: 48px;
}
.i-my-work .layui-tab  .layui-tab-title li {
    min-width: auto;
    padding: 0 2px;
}
.i-my-work .layui-tab  .layui-tab-title li + li{
    margin-left: 32px;
}
.i-my-work .layui-tab  .layui-tab-content{
    padding:12px!important;
    height: calc(100% - 48px);
}
.i-my-work .layui-tab-item>a.automatic-button-link{
    position: absolute;
    right: 16px;
    top: 12px;
    left: auto;
    width: auto;
    color: rgba(0,0,0,.25);
}
.i-my-work .layui-tab-item>a.automatic-button-link:hover{
    color: #0376F8;
}
.i-my-work .layui-table>tbody>tr>td>.layui-table-cell {
    padding: 6px 10px !important;
    color: rgba(0,0,0,.45);
}
.i-my-work .layui-table>tbody>tr>td>.layui-table-cell a{
    color: #15213A;
}
.i-my-work .layui-table>tbody>tr>td>.layui-table-cell a:hover{
    color: #0376F8;
}
.i-my-work .layui-table td {
    border-right: 0px solid #eee;
    border-bottom: 1px dotted #eaeaea;
}
.i-my-flow-box{
    position: relative;
    width: 100%;
    height: 100%;
}
.i-my-flow-box ul{
    margin: 0;
    padding: 0;
}
.i-my-flow-box li{
    float: left;
    width: 12.5%;
    padding:20px 6px 12px;
    text-align: center;
}
.i-my-flow-item a{
    color: #15213A;
}
.i-my-flow-item a:hover{
    opacity: .85;
}
.i-my-flow-item .icon{
    position: relative;
    margin: 0 auto;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 12px;
    margin-bottom: 8px;
    background: transparent;
    overflow: hidden;
}
.i-my-flow-item .icon .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .08;
}
.i-my-flow-item .icon i{
    font-size: 20px;
}
.i-my-flow-item p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.i-my-flow-box li:nth-child(1) .icon .bg{
    background: #0376F8;
}
.i-my-flow-box li:nth-child(1) .icon i{
    color: #0376F8;
}
.i-my-flow-box li:nth-child(2) .icon .bg{
    background: #FF5562;
}
.i-my-flow-box li:nth-child(2) .icon i{
    color: #FF5562;
}
.i-my-flow-box li:nth-child(3) .icon .bg{
    background: #22BFB5;
}
.i-my-flow-box li:nth-child(3) .icon i{
    color: #22BFB5;
}
.i-my-flow-box li:nth-child(4) .icon .bg{
    background: #F3AA00;
}
.i-my-flow-box li:nth-child(4) .icon i{
    color: #F3AA00;
}
.i-my-flow-box li:nth-child(5) .icon .bg{
    background: #9518F3;
}
.i-my-flow-box li:nth-child(5) .icon i{
    color: #9518F3;
}
.i-my-flow-box li:nth-child(6) .icon .bg{
    background: #20AF10;
}
.i-my-flow-box li:nth-child(6) .icon i{
    color: #20AF10;
}
.i-my-flow-box li:nth-child(7) .icon .bg{
    background: #FF7700;
}
.i-my-flow-box li:nth-child(7) .icon i{
    color: #FF7700;
}
.i-my-flow-box li:nth-child(8) .icon .bg{
    background: #0376F8;
}
.i-my-flow-box li:nth-child(8) .icon i{
    color: #0376F8;
}
.i-my .mw-ui-panel.i-my-userguide .layui-colla-content{
    padding: 0;
    overflow: hidden;
}
.i-my-userguide .layui-colla-content{
    position: relative;
    width: 100%;
    height: 100%;
}
.i-my-userguide a{
    display: block;
    background: url(i-my-userguide-bg.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.i-my-userguide a .icon{
    position: absolute;
    width: 30%;
    height: 100%;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    max-width: 120px;
    background: url(i-my-userguide-icon.png) center no-repeat;
    background-size: 100% auto;
}
.i-my-userguide a .text{
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width:240px;
    text-align: right;
}
.i-my-userguide a .text p{
    font-size: 26px;
    font-weight: 600;
}
.i-my-userguide a .text .txt{
    float: left;
    width: calc(100% - 80px);
}
.i-my-userguide a .text .t-icon{
    float: left;
    width: 48px;
    margin-left: 32px;
    height: 48px;
    background: #ffffff;
    border-radius: 100%;
    text-align: center;
    line-height: 48px;
}
.i-my-userguide a .text .t-icon i{
    font-size: 28px;
}

.myjob-display-mode-btn{
    position: absolute;
    width: 60px;
    height: 24px;
    top: 20px;
    right: 20px;
    z-index: 2;
}
.myjob-display-mode-btn .myjob-display-mode-btn-1,
.myjob-display-mode-btn .myjob-display-mode-btn-2{
    float: left;
    margin-left: 6px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    line-height: 24px;
    text-align: center;
    color: rgba(0,0,0,.45);
    border: 1px solid #e9e9e9;
    cursor: pointer;
}
.myjob-display-mode-btn .myjob-display-mode-btn-1.active,
.myjob-display-mode-btn .myjob-display-mode-btn-2.active,
.myjob-display-mode-btn .myjob-display-mode-btn-1:hover,
.myjob-display-mode-btn .myjob-display-mode-btn-2:hover{
    color: #0376F8;
    border: 1px solid #0376F8;
}

.layui-automatic-toolbar + .myjob-mode-1 +  .myjob-mode-2{
    height: calc(100% - 48px)!important;
    overflow-y: auto;
    margin-top: 48px;
}
.myjob-mode-2 .layui-colla-title {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px 0 35px;
    color: #0376F8;
    background-color: #ffffff;
}
.myjob-mode-2 .layui-table-view .layui-table td,
.myjob-mode-2 .layui-table-view .layui-table th{
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.myjob-mode-2 .layui-table tbody:nth-child(odd) td{
    background: rgba(0,0,0,.025);
}
.myjob-mode-2 .layui-table>tbody>tr>td>.layui-table-cell{
    color: rgba(0,0,0,.45);
}
.myjob-mode-2 .layui-table-view .layui-table td a{
    color: #15213A;
}
.myjob-mode-2 .layui-table-view .layui-table td a:hover{
    color: #0376F8;
}
.myjob-mode-2 .layui-colla-item{
    border-top:0;
}
li.app-fav {
    margin-bottom: 10px;
}
li.app-fav:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background:#e9e9e9;
    bottom: 0px;
    left: 0;
}
li.app-fav i{
    color:#F3AA00 ;
}
.app-fav-btn i{
    
}
.app-fav-btn .fa-star{
    display: none;
}
.app-fav-btn.active .fa-star-o{
    display: none;
}
.app-fav-btn.active .fa-star{
    display:inline-block;
    color: #F3AA00;
}

.hn-app-with-lnav{
    position: relative;
    width: 100%;
    height: 100%;
}
.hn-app-submenu{
    position: relative;
    width: 220px;
    background: #ffffff;
    float: left;
    height: 100%;
    margin-right: 10px;
}
.hn-app-submenu-content{
    position: relative;
    width:calc((100% - 220px) - 10px);
    float: left;
    height: 100%;
}
.hn-app-submenu.no-submenu + .hn-app-submenu-content{
    width:100%;
}

.hn25 .hn-app-submenu .navbar-static-side .nav > li.title{
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    color: #15213A;
}
.hn25 .hn-app-submenu .mw-sidebar{
    height: 100%;
}
.hn25 .hn-app-submenu .nav-bottom-text{
    display: none;
}

.hn25 .top_nav .xh_head .pull-right .ant-input-affix-wrapper .ant-input,
.hn25 .top_nav .xh_head .pull-right .ant-input-affix-wrapper .ant-input:focus{
    width: 160px;
    background: rgba(255, 255, 255, .25);
    border: 0!important;
    color: #ffffff;
    padding:0px 12px;
}
.hn25 .top_nav .xh_head .pull-right .ant-input-affix-wrapper .ant-input-suffix{
    color: #ffffff;
}

/* old fixed */
.layui-table-view .layui-table th{
    border-top: 1px solid #eeeeee;
}
.layui-btn {
    background: #0376F8;
    border-color:#0376F8 ;
}
.layui-btn-primary {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 4px;
    color: rgba(0,0,0,.5);
}
.layui-btn-warm {
    background-color: #ffb800;
    color: #fff;
    border: 1px solid #ffb800;
}
.layui-btn-danger {
    background-color: #ff5722;
    color: #fff;
    border: 1px solid #ff5722;
}
.layui-table-cell .layui-btn-sm{
    height: 22px;
    line-height: 22px;
    padding: 0px 4px;
}
.table-cell-content-list-con .badge.color-green {
    background: #f6ffed;
    color: #389e0d;
    border: 1px solid #b7eb8f;
}
.ams-3analysis-con a {
    color: #ffffff !important;
}
.p-style-description + .layui-tab-brief .layui-tab-title{
    padding-left: 92px;
}

.hn25  .oa_content .mw-sidebar{
    left:10px!important;
    height: calc(100% - 16px)!important;
    box-shadow: none;
}
.hn25 .oa_content .mw-sidebar + .mw-main{
    left: 232px!important;
    height: calc(100% - 16px)!important;
    width: calc(100% - 240px);
}
.hn25 .oa_content .mw-main .oa_content{
    padding: 4px 8px 4px 4px!important;
}
.hn25 .oa_content .mw-main .oa_content .layui-tab.layui-tab-brief>.layui-tab-head .layui-tab-title>li.layui-this{
    font-size: 14px;
}
.hn-app-list-box a{
    cursor: pointer;
}

.hn25 .upload_file_css{
    background: #ffffff;
}
.hn25 .upload_file_css .top-toolbar-fixed{
    border-bottom: 1px solid #eeeeee;
}
.hn25 .upload_file_css .top-toolbar-fixed + .main-container-bottom{
    padding-top: 48px;
}
.hn25 .upload_file_css .doclist-lr > .adi-hr-sv-right{
    border-left: 1px solid #eeeeee;
}
.hn25 .upload_file_css .doclist-lr > .adi-hr-sv-right > .mw-ui-panel >.adi-hr-sv > .adi-hr-sv-top > .mw-ui-panel > .layui-breadcrumb{
    display: inline-block;
    margin-top: 5px;
}

.hn25 .oa_content .mw-main .oa_content,
.hn25 .oa_content > form > .layui-automatic-toolbar {
    background: #ffffff!important;
}
.hn25 .oa_content .mw-ui-panel > .layui-automatic-toolbar + div[xtype='Tree']{
    height: calc(100% - 46px)!important;
} 


/* flow tabs */
.hn25 .bottom-nav.ontop + .url_link_oa{
    margin-top: 32px!important;
}
.hn25 .bottom-nav.ontop + .url_link_oa + .oa_content{
    height: calc((100% - 40px) - 32px)!important;
}
.bottom-nav{
	position: fixed;
	z-index: 8;
	bottom:0;
	left:0;
	width: 100%;
	height: 32px;
	font-size: 1em;
	background :#e8e8e8;
	box-sizing: border-box;
	overflow: hidden;
}
.bottom-nav:before{
	content: "";
	position: absolute;
	width:100%;
	height: 0px;
	background: #f2f2f2;
	top: 0px;
	left:0;
	z-index: 8;
}
.bottom-nav .bottom-nav-home {
	position: relative;
	width:132px;
	margin-left:8px;
	height: 32px;
	line-height: 32px;
	font-size: 1em;
	float: left;
	text-align: center;
}
.bottom-nav .bottom-nav-home i{
	margin-right:10px;
}
.bottom-nav .bottom-nav-home.active a,
.bottom-nav .bottom-nav-home.active a:hover{
	color:rgba(0,0,0,.85);
}

.bottom-nav .bottom-nav-home.active a:hover{
	background: #ffffff;
	height: 100%;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.bottom-nav .bottom-nav-home a{
	display: block;
	width: 100%;
}

.bottom-nav .bottom-nav-home a,
.bottom-nav li a{
	color:rgba(0,0,0,.65);
}
.bottom-nav ul {
	position: relative;
	width:calc(100% - 0px);
	height: 32px;
	line-height: 33px;
	font-size: 1em;
    padding: 0 12px;
	float: left;
}
.bottom-nav li{
	position: relative;
	float:left;	
	width:12.5%;
	height: 32px;
	padding:0px 5px 0px 20px;
	box-sizing: border-box;
	margin-top: -1px;
	transition: 0s;
}

.bottom-nav .bottom-nav-home a:after,
.bottom-nav li a:first-child:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 14px;
	right: 0;
	top:10px;
	background:rgba(0,0,0,.15);
}

.bottom-nav .bottom-nav-home.active a:after,
.bottom-nav li:last-child a:first-child:after,
.bottom-nav li.active a:first-child:after,
.bottom-nav li:hover a:first-child:after,
.bottom-nav .bottom-nav-home.active a:before{
	display: none;
}

.bottom-nav li a{
	width:calc(100% - 20px);
	float:left;
	overflow: hidden;
    text-decoration: none;
}
.bottom-nav li a.btn{
	width:16px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	margin-top:8px;
	padding:0px;
	float:right;
	color:rgba(0,0,0,.85);
}
.bottom-nav li:hover a.btn{
	
}
.bottom-nav li:hover,
.bottom-nav .bottom-nav-home a:hover{
	background: #e6f7ff;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.bottom-nav li a:hover,
.bottom-nav .bottom-nav-home a:hover{
	color:#117BE2;
}
.bottom-nav li:hover:before,
.bottom-nav .bottom-nav-home a:hover:before{
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	left: -18px;
	bottom: 0px;
	z-index: 9;
	border-radius: 100%;
	background-color: transparent;
    box-shadow: 18px 18px 0px 9px #e6f7ff;
}
.bottom-nav li:hover:after,
.bottom-nav .bottom-nav-home a:hover:after{
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	right: -18px;
	bottom: 0px;
	z-index: 9;
	border-radius: 100%;
	background-color: transparent;
    box-shadow: -18px 18px 0px 9px #e6f7ff;
}

.bottom-nav li.active,
.bottom-nav .bottom-nav-home.active{
	background: #ffffff;
    z-index: 10;
	height: 100%;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;

}
.bottom-nav li.active:before, 
.bottom-nav .bottom-nav-home.active:before{
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	left: -18px;
	top: 0px;
	z-index: 9;
	border-radius: 100%;
	background-color: transparent;
    box-shadow: 18px -18px 0px 9px #ffffff;
}
.bottom-nav li.active:after,
.bottom-nav .bottom-nav-home.active:after{
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	right: -18px;
	top: 1px;
	z-index: 9;
	border-radius: 100%;
	background-color: transparent;
    box-shadow: -18px -18px 0px 10px #ffffff;
}

.bottom-nav li.active a:first-child:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 14px;
	left: -1px;
	top:10px;
	background: #e8e8e8;
}

.bottom-nav li.active a{
	color:rgba(0,0,0,.85);
}

/*顶部*/
.bottom-nav.ontop{
	bottom:auto;
    top:0;
}
.bottom-nav li{
	margin-top: 0px;
	margin-bottom:-1px;
}
.bottom-nav.ontop li.active,
.bottom-nav.ontop .bottom-nav-home.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.bottom-nav.ontop li.active:before,
.bottom-nav.ontop .bottom-nav-home.active:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: -18px;
	top:auto;
    bottom: 0;
    z-index: 9;
    border-radius: 100%;
    background-color: transparent;
    box-shadow: 18px 18px 0px 9px #ffffff;
}
.bottom-nav.ontop li.active:after,
.bottom-nav.ontop .bottom-nav-home.active:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: -18px;
    top: auto;
	bottom:0px;
    z-index: 9;
    border-radius: 100%;
    background-color: transparent;
    box-shadow: -18px 18px 0px 9px #ffffff;
}
.bottom-nav.ontop li:hover:before,
.bottom-nav.ontop .bottom-nav-home a:hover:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: -18px;
    bottom: 0px;
    z-index: 9;
    border-radius: 100%;
    background-color: transparent;
    box-shadow: 18px 18px 0px 9px #e6f7ff;
}
.bottom-nav.ontop li:hover:after,
.bottom-nav.ontop .bottom-nav-home a:hover:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: -18px;
    bottom: 0px;
    z-index: 9;
    border-radius: 100%;
    background-color: transparent;
    box-shadow: -18px 18px 0px 9px #e6f7ff;
}
.bottom-nav.ontop li.active:hover:before,
.bottom-nav.ontop .bottom-nav-home.active a:hover:before {
    box-shadow: 18px 18px 0px 9px #ffffff;
}
.bottom-nav.ontop li.active:hover:after,
.bottom-nav.ontop .bottom-nav-home.active a:hover:after {
     box-shadow: -18px 18px 0px 9px #ffffff;
}
.unit_btn a{
    color: #ffffff;
}
.layui-layer-page .layui-layer-content .layui-tab.layui-tab-brief .layui-tab-head .layui-tab-title li{
    margin-left: 24px;
}
.layui-layer-page .layui-layer-content .layui-tab.layui-tab-brief .layui-tab-head .layui-tab-title li:first-child{
    margin-left: 12px;
}
.layui-table-view,
.layui-table-view[lay-skin=line],
.layui-table-view[lay-skin=row],
.layui-table-view td, .layui-table-view th{
    border-bottom: 1px dotted #E8E8E8;
}

.ui-default-datasheet .datasheet-row-activated{
    background: #f8f8f8;
}
.ui-default-datasheet:focus .datasheet-row-activated{
    background: #f8f8f8;
}
.layui-form-item .layui-inline .layui-btn-primary {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: #0376F8;
}
.layui-form-item .layui-inline .layui-btn-primary:hover{
    color: #FFFFFF!important;
}
.layui-btn-sm i {
    font-size: 14px !important;
}
.top-toolbar-fixed .i-con-search  input{
    height: 28px;
    line-height: 28px;
}
.mw-ui-default-form .mw-ui-table-layout td .layui-form-item .layui-input-inline input{
    height: 28px;
    line-height: 28px;
}
.mw-ui-default-form .mw-ui-table-layout td .layui-btn-sm{
    height: 28px;
    line-height: 28px;
    font-size: 13px;
}
.hn25 table.sticky-enabled.layui-table tbody tr:hover{
    background: #F2F8FF;
}

.hn25 .oa_content > .mw-ui-default-form > .adi-hr-sv > .adi-hr-sv-left{
    background: #ffffff;
}

/* 03-20 edit */
.i-my.layui-form{
    min-height: 600px;
}
.i-my>.layui-fluid:nth-of-type(1){
    height:40%;
}
.i-my>.layui-fluid:nth-of-type(2){
    height:60%;
}
.i-my>.layui-fluid:nth-of-type(3){
    height:0%;
}
.i-my .i-my-info {
    height: 60%;
}
.i-my .i-my-analysis {
    height: calc((100% - 60%) - 12px);
}
.i-my .layui-tab.layui-tab-brief .layui-tab-head .layui-tab-title li.layui-this,
.i-my .layui-tab.layui-tab-brief .layui-tab-head .layui-tab-title li{
    font-size: 16px;
}

.hn25 .n320  .h-g .h-g-12,
.hn25 .n320  .h-g .h-g-12 .h-g-100{
    width: 100%;
}
.hn25 .n320 .h-g .h-g-12 .h-g-100 .hg-panel{
    width: 100%;
}
.hn25 .n320 .h-g .h-g-12 .h-g-100 .hg-panel + .hg-panel{
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
}
.n320 .home-entrance-item{
    width: 16.6666%;
}
.n320 .home-entrance-item:nth-of-type(n+5) {
    margin-top: 0px;
}
.n320 .home-entrance-item:nth-of-type(n+7) {
    margin-top: 12px;
}
.n320 .home-entrance .con{
    height: auto;
}
.n320 .home-entrance-item.add i{
    background: rgba(0,0,0,.1);
    color: rgba(0,0,0,.45);
    font-size: 24px;
}
.n320 .home-entrance .title{
    width: 200px;
}
.n320 .home-entrance .con{
    width: calc(100% - 216px);
    margin-left: 16px;
}
.n320 .home-app-list-item .badge {
    background: #FF5562;
    position: absolute;
    margin: 0;
    right: -16px;
    top: -5px;
    padding: 3px 5px;
    font-weight: 400;
    min-width: 18px;
    text-align: center;
    font-family:Arial, Helvetica, sans-serif;
}
.table-cell-content-list-con .info .icon{
    margin-left: 5px;
    display: inline-block;
    color: #0376F8;
}
.table-cell-content-list-con .info .title-main + .icon.badge-green{
    padding: 0px 4px;
    margin-left: 5px;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #B8EB90;
    background: #F6FFED;
    color:#389E0D;
}
.table-cell-content-list-con span.link{
    padding: 0px 4px;
    color: #0376F8;
}
.pc-details-editer div[xtype='HtmlEditor'] {
    white-space: normal;
}
