/* 团队架构 */
.schema{
    background-color: #003364;
    height: 110vh;
    padding: 30px 40px;
}
.schema h2{
    width: 300px;
    background: url("action.svg") no-repeat;
    background-size: contain;
    padding: 20px 65px;
    color: #fff;
}
.schema_item{
    width: 80%;
    margin: 62px auto;
    text-align: center;
}

/* 重点议题 */
.lssues h2{
    width: 250px;
    background: url("action.svg") no-repeat;
    background-size: contain;
    margin: 20px 65px;
}
.lssues_con{
    display: flex;
    margin-left: 65px;
}
.con_item{
    flex: 1;
    position: relative;
}

#lssues_item1{
    height: 400px;
    background: url("foundation1.jpeg") no-repeat;
    background-size: contain;
    border-radius: 10%;
}
#lssues_item2{
    height: 400px;
    background: url("foundation2.jpeg") no-repeat;
    background-size: contain;
    border-radius: 10%;
}
#lssues_item3{
    height: 400px;
    background: url("foundation3.jpeg") no-repeat;
    background-size: contain;
    border-radius: 10%;
}
#lssues_item1 h3,#lssues_item2 h3, #lssues_item3 h3{
    position: absolute;
    bottom: 16px;
    left: 20px;
    color: #fff;
}

/* 隐藏部分 */
#foot_item1{
    width: 400px;
    background: url("foundation1.svg") no-repeat;
    height: 400px;
    background-size: contain;
    padding: 10px;
    color: #fff;
    border-radius: 10%;
}
#foot_item2{
    width: 400px;
    background: url("foundation2.svg") no-repeat;
    height: 400px;
    background-size: contain;
    padding: 10px;
    color: #fff;
    border-radius: 10%;
}
#foot_item3{
    width: 400px;
    background: url("foundation3.svg") no-repeat;
    height: 400px;
    background-size: contain;
    padding: 10px;
    color: #fff;
    border-radius: 10%;
}
.foot_item h3,.foot_item p{
    padding: 10px 30px;
    line-height: 30px;
}

/* 信息公开 */
.box{
    padding: 25px;
    padding-left: 60px;
}
.box h2{
    width: 250px;
    font-size: 2em;
    background: url("action.svg") no-repeat;
    background-size: contain;
    margin: 20px 0;
}
.conA{
    margin-top: 20px;
    font-size: 18px;
}
.conA li{
    padding: 5px 0;
    text-decoration: underline;
    text-decoration-color: #297eed;
}

.tables{
    width: 50%;
    margin-top: 30px;
}
.nav-link:hover{
    cursor: pointer;
}



/* 移动端 */
@media(max-width:768px){
    nav{
        width: 91%;
    }
    .nav-pills{
        display: flex;
    }
    .nav-pills li{
        flex: 1;
    }
    .lssues h2,.box h2{
        font-size: 1.5rem;
    }
    .lssues_con{
        width: 80%;
        flex-direction: column;
        margin: 0 auto;
    }
    #lssues_item1,#lssues_item2,#lssues_item3{
        height: 301px;
        margin-bottom: 20px;
    }
    #lssues_item1 h3, #lssues_item2 h3, #lssues_item3 h3{
        bottom: 32px;
        padding: 0;
    }
    .foot_item{
        width: 297px !important;
    }
    .schema,.modelogo,.modeImg{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    .schema{
        padding: 20px;
        height: 56vh;
    }
    .schema h2{
        font-size: 1.5rem;
        padding: 0;
    }
    .modelogo{
        width: 320px;
    }
    .modeImg{
        width: 360px;
        position: relative;
        top: 20px;
        right: 46px;
    }
}