.sq{
    width: 100%;
}
.mbx{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    color: #0075c5;
    box-sizing: border-box;
}
.mbx>a{
    color: #0075c5;
}
.mbx>a:hover{
    text-decoration: underline;
}
.sq_cont{
    width: 100%;
    border: 1px solid #bfdff8;
    padding: 0 0 20px 0;
    box-sizing: border-box;
}
.sq_top{
    width: 100%;
    height: 88px;
    color: #0075c5;
    font-size: 26px;
    line-height: 88px;
    background-color: #eff6fc;
    margin: 0 0 20px 0;
    padding-left: 60px;
    box-sizing: border-box;
}
.sq_cont>.cont_c{
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}
.cont_c>.c_tab{
    width: 100%;
    padding: 0 20px;
    background-color: #eff6fc;
    box-sizing: border-box;
}
.cont_c>.c_tab>ul{
     display: flex;
     align-items: center;
}
.cont_c>.c_tab a{
    font-size: 14px;
    color: #6D7073;
    line-height: 30px;
    margin-right: 25px;
}
.cont_c>.c_tab a:hover{
    text-decoration: underline;
}
.cont_c>.tab_c>ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cont_c>.tab_c li{
    width: 20%;
    margin-top: 10px;
    padding: 0 18px;
}
.cont_c>.tab_c li>a{
    width: 80%;
    height: 190px;
    display: block;
    border: 2px solid #bfdff8;
    box-sizing: border-box;
}
.cont_c>.tab_c li>a>img{
    width: 100%;
    height: 100%;
}
.cont_c>.tab_c li>.imgtitle{
    width: 100%;
    height: 40px;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
}



.cont_c>.page{
    padding: 15px 0 15px 20px;
    box-sizing: border-box;
}
.cont_c>.page>ul{
    display: flex;
}
.cont_c>.page>ul>li{
    border: 1px solid #ccc;
    margin-right: 20px;
}
.page>ul a{
    display: inline-block;
    line-height: 35px;
    font-size: 16px;
    padding: 0 25px;
}
