/*!
 * 子页公共样式
 * date：2020-10-21
 * author：qianyuting
 */

/*面包屑*/
.em-router>a,
.em-router{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #666666;
}
.em-router{
    box-sizing: border-box;
    padding-left: 27px;
    background: url("../images/icon_local.png") left center no-repeat;
}


/*通用左侧列表*/
.em-sub-view{
    position: relative;
}

.em-sub-navs{
    border-top: 2px solid #207dff ;
    border-radius: 2px 2px 0px 0px;
    width: 255px;
    padding-bottom: 131px;
}
.em-sub-navs:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 255px;
    top: 0;
    left: 0;
    z-index: -2;
    background: url(../images/img_sub_navs.png) center top no-repeat;
    background-size: 100% 100%;
    border-radius: 2px 2px 0px 0px;
}
.em-sub-navs:before{
    content: '';
    width: 255px;
    height: 131px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: url("../images/img_sub_bottom.png") center no-repeat;
}
.em-sub-title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #1e70e3;
    margin-top: 30px;
    margin-bottom: 28px;
}
.em-menus{
    margin: 0 10px;
}
.em-menus-item{
    margin-bottom: 10px;
}
.em-menus-item>a{
    display: block;
    border-radius: 4px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 30px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #666666;
    background: #ffffff;
    position: relative;
}
.em-menus-item>a:after{
    width: 13px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%) ;
    right: 20px;
    content: '';
    position: absolute;
    background: url("../images/icon_down.png") center no-repeat;
}

.em-menus-item.em-active>a{
    background-color: #056dff;
    background-image: linear-gradient(90deg,
    #056dff 0%,
    #3c8dff 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    color: #ffffff;
    box-shadow: 0px 4px 6px 0px
    rgba(7, 115, 252, 0.22);
}
.em-menus-item.em-active>a:after{
    background-image: url(../images/icon_nav_up.png);
}
.em-child-menus{
    border-radius: 0 0 4px 4px;
    background-color: #fff;
    position: relative;
    display: none;
}
.em-menus-item.em-active>.em-child-menus{
    display: block;
}

.em-child-menus-item>a{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 0 48px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.em-child-menus-item:hover>a,
.em-child-menus-item.em-active>a{
    color: #1e70e3;
}
.em-child-menus-item:hover>a:before,
.em-child-menus-item.em-active>a:before{
    width: 3px;
    height: 24px;
    background-color: #0773fc;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.em-child-menus-item>a:after{
    left: 25px;
    bottom: 0;
    right: 26px;
    content: '';
    position: absolute;
    border-bottom: 1px dashed #eeeeee;
}
.em-child-menus>.em-child-menus-item:last-child>a:after{
    display: none;
}

/* 右侧 */
.em-right-content {
    width: calc(100% - 286px);
    border-top: 2px solid #207dff;
    border-radius: 2px 2px 0px 0px;
}

/*分页*/
.m-pagination-info>span{
    color: #5c5c5c;
}
.m-pagination-page>li.active>a{
    background-color: #fff;
    color: #2d94df;
}
.m-pagination-page>li>a{
    height: 30px;
    line-height: 30px;
    min-width: 30px;
    box-sizing: border-box;
}
.m-pagination-group>input{
    height: 30px;
    box-sizing: border-box;
}
.m-pagination-size .chosen-container-single .chosen-single span,
.m-pagination-info,
.m-pagination-group>button{
    height: 30px;
    line-height: 30px;
}
.m-pagination-size .chosen-container{
    height: 30px;
}
.m-pagination-size .chosen-container-single .chosen-single{
    height: 30px;
}


.em-menus-item.current>a{
    background-color: #056dff;
    background-image: linear-gradient(90deg,
    #056dff 0%,
    #3c8dff 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    color: #ffffff;
    box-shadow: 0px 4px 6px 0px
    rgba(7, 115, 252, 0.22);
}
.em-menus-item.current>a:after{
    background-image: url(../images/icon_nav_up.png);
}

.em-menus-item.current>.em-child-menus{
    display: block;
}


.em-child-menus-item.current>a{
    color: #1e70e3;
}

.em-child-menus-item.current>a:before{
    width: 3px;
    height: 24px;
    background-color: #0773fc;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}