.Row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.Column {
    display: flex;
    flex-direction: column;
}

.photoSize {
    width: 100%;
    height: 100%;
}

body {
    background-color: #fff;
}

.bigbox {
    width: 80rem;
    margin: 0 auto;
    /* overflow: hidden; */
}

.fixnav {
    width: 12rem;
}

.tabList_title {
    width: 90rem;
    font-weight: 550;
    font-size: 34px;
    padding: 0 0 48px;
    margin: 32px auto 32px;
    position: relative;
}

.fixnav ul li {
    width: 100%;
    height: 4rem;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    /* overflow: hidden; */
    /* background-color: #fff; */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.fixnav ul li:hover {
    width: 100%;
    height: 4rem;
    border-bottom: 1px solid #085696;
    color: #085696;
}

.fixnav ul li:active {
    width: 100%;
    height: 3rem;
    color: #fff;
    line-height: 3rem;
    /* text-align: center; */
    border-bottom: 4px solid #085696;
    /* background-color: rgb(49, 181, 199); */
    color: #085696;
}

.smallbox {
    width: 0;
    height: 0;
    border-left: 8px solid #085696;
    border-top: 8px solid #085696;
    margin-left: 20px;
}

.fixnav ul li p {
    width: 130px;
    max-width: 130px;
    line-height: 2.5rem;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 12px;
}

.current p {
    width: 9.1rem;
    height: 2.5rem;
    text-align: center;
}

.nobox {
    clear: both;
    height: 0;
    overflow: hidden;
}

.tabList {
    width: 75%;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto 64px;
}

.hrefBox {
    color: #3c3c3c;
    width: 28%;
    margin-right: 30px;
}

.hrefBox:hover {
    color: #085696 !important;
    font-weight: 550;
    box-shadow: 4px 4px 10px #e6e6e6;
}

.childBox {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

.childBox_img {
    width: 100%;
    height: 280px;
}

.childBox_foot {
    width: 100%;
}

.childBox_title {
    width: 100%;
    background-color: #fafbff;
    border-radius: 8px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
}

.tabList_title::before {
    content: '';
    width: 4%;
    height: 4px;
    background-color: #085696;
    position: absolute;
    left: 0;
    bottom: 24px;
}