﻿/* 头部及搜索框公共样式 */
body {
    width: 100%;
    background: url(/template/imgs/govtInfo/hd-bg.png) no-repeat;
    background-size: 100% 602px;
}
.p-header{
    margin: 0 auto;
    width: 1100px;
    padding-top: 54px;
}
.logo img{
    width: 330px;
    height: 75px;
}
.bg-title{
    color: rgba(255, 255, 255, 1);
    font-size: 100px;
    text-align: left;
    font-family: Roboto-bold;
    text-align: center;
    margin-top: 34px;
    margin-bottom: 58px;
    text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.content-box{
    width: 1100px;
    margin: 0 auto;
    background-color: #f2f2f2;
    padding: 84px 36px 36px 36px;
    box-sizing: border-box;
}
.top-search{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-search .line{
    width: 240px;
    height: 2px;
    background: #e0e0e0;
}
.top-search .input{
    /* width: 510px;
    height: 50px; */
    position: relative;
}
.top-search .input input{
    border-radius: 9px;
    width: 510px;
    height: 50px;
    border: 2px solid #275fab;
    text-indent:20px
}
.top-search .input img{
    width: 26px;
    height: 26px;
    position: absolute;
    top: 14px;
    right: 20px;
    cursor: pointer;
}
.placeholder-class{
    color: #888888;
    font-size: 16px;
}
.inner-container{
    display: flex;
    margin-top: 84px;
}
/* 左边样式开始 */
.inner-container .left{
    max-height: 1100px;
    width: 240px;
    box-sizing: border-box;
}
.column{
    width: 100%;
    margin-bottom: 15px;
}
.column-name{
    display: flex;
    height: 70px;
    align-items: center;
    box-shadow: 0px 1px 5px 0px #00000033;
    color: #275fab;
    font-size: 23px;
    padding: 0 14px 0 24px;
    box-sizing: border-box;
    background: #fff;
    justify-content: space-between;
    cursor: pointer;
}
.column-name-active{
    background-color: #275fab;
    color: #fff;
}
.column-name img{
    width: 40px;
    height: 40px;
}
.column-name .txt{
    flex: 1;
    margin: 0 20px;
    font-family: Microsoft YaHei;
}
.column-name .txt1{
    text-align-last: justify;
}
.column-name .txt2{
    margin: 0 12px;
}
.second-menu{
    padding: 10px 0;
    background: #fff;
    max-height: 435px;
    overflow-y: auto;
    box-sizing: border-box;
}
.menu-box{
    margin-bottom: 10px;
}
.menu-box:last-child{
    margin-bottom:0;
}
.menu{
    display: flex;
    align-items: center;
    line-height: 36px;
    height: 36px;
    padding: 0 21px;
    color: #101010;
    font-size: 16px;
    justify-content: space-between;
    cursor: pointer;
}

.menu-name{
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei;
}
/* .menu-name::before {
    content: '';
    display: block;
    width:4px;
    height: 4px;
    background-color: #101010;
    margin-right: 10px;
} */
.second-menu .menu-active{
    background-color: #e5e5e5;
    color: #2e65a6;
}
/* .menu-active::before{
    background:#275fab;
} */
.level-menu{
    padding: 10px 42px;
    cursor: pointer;
}
.level-menu:hover{
    background: #eceaea;
}
/* 左边样式结束*/
.rgith{
    width: 770px;
    margin-left: 12px;
    max-height: 1100px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 25px;
    font-size: 16px;
    overflow-y: auto;
    box-sizing: border-box;
}
@media (max-width: 600px) {
    
    .p-header{
        width: auto;
    }
    .bg-title{
        font-size: 30px;
    }
    .content-box{
        padding: 36px 10px;
        width:100%;
    }
    .top-search .line{
        width: 40px;
    }
    .top-search .input input{
        width: 100%;
    }
    .top-search .input img{
        right: 10px;
    }
    .inner-container{
        display: block;
    }
    .inner-container .left{
        width: 100%;
        max-width: 865px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .column{
        width: 49%;
    }
    .column-name img{
        width: 26px;
        height: 26px;
    }
    .column-name {
        font-size: 16px;
        padding: 0 14px 0 14px;
    }
    .second-menu{
        max-height: 200px;
    }
    .menu {
        line-height: 26px;
        height: 26px;
        font-size: 14px;
    }
    .menu-name{
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .level-menu{
        font-size: 14px;
    }
    .rgith {
        width: 100%;
        margin-left: 0;
    }
    .el-pagination{
        overflow-x: scroll;
    }
}