/** #region 顶部导航条start */
.navbar {
    height: 45px;
    background-color: #ebe6df;
    background-image: url(imgs/topbar_bg.jpeg);
    background-size: cover;
}
.navbar a {
    color: #a38122;
    text-decoration: none;
}

/** 仅用来覆盖navbar的背景图片 */
.navbar .cover {
    background-color: #ebe6df;
    opacity: 0.85;
    height: 45px;
}
.navbar-left {
    padding: 2.5px 0;
    height: 45px;
}
.navbar-left a {
    background-image: url(imgs/yzxx-logo.png);
    background-position: left 0;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    padding: 10px 0 10px 45px;
    display: inline-block;
}
.navbar-left .dot {
    margin: 0 5px;
}
.navbar-left span:last-child {
    color: #666;
    font-size: small;
}
.navbar-right {

}
.navbar-right ul {
    height: 43px;
    line-height: 43px;
}
.navbar-right ul li {
    float: left;
}
.navbar-right ul li a {
    padding: 0 15px;
}
.navbar-right ul li:hover {
    color: #a17607;
    border-bottom: 2px solid #a17607;
}
.navbar-right ul li a.left-line {
    border-left: 1px solid #999;
}
.navbar-right .active {
    border-bottom: 2px solid #a17607;
    font-weight: bold;
    font-size: large;
}

/** #endregion 顶部导航条end */

.content {
    height: 500px;
}
.doing-wrapper {
    text-align: center;
    margin-top: 100px;
    font-size: xx-large;
    color: #150;
    font-weight: bold;
}
.doing-wrapper img {
    display: block;
    margin: 0 auto;
}

/** 底部导航开始 */
footer {
    text-align: center;
}
footer {
    color: #999;
    padding: 5px 0;
}
footer .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer ul li {
    padding: 0 5px;
    float: left;
}
footer p {
    margin-bottom: 5px;
}
/** 底部导航结束 */