body {
    background-color: #eee;
}

.top-bar {
    background-color: #013d97;
    width: 100%;
}

.women {
    position: relative;
}

#women {
    height: 65px;
    line-height: 65px;
}

#cp {
    height: 65px;
    line-height: 65px;
}

.women-title {
    position: absolute;
    z-index: 99;
    background-color: #013d97;
    text-align: center;
    left: 0;
    width: 100%;
    top: 65px;
    display: none;
    line-height: 0;
}

.name:hover {
    color: skyblue;
}

.name {
    padding: 20px 0;
}

.first-t {
    font-size: 18px;
}

.anli-box {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.an-li {
    padding: 0px 20px;
}

.anli-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}

.left-box {
    border: 1px solid #058ade;
    height: 296px;
    margin-right: 30px;
    width: 120px;
    text-align: center;
}

.left-box li {
    padding-top: 10px;
}

.left-title {
    background-color: #058ade;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
}

.content-list {
    text-align: center;
}

.content-list div {
    border-bottom: 1px solid #058ade;
    font-size: 14px;
    cursor: pointer;
}

.content-list div a {
    display: block;
    color: #000;
    padding: 8px 0;
}

.content-list div:last-child {
    border-bottom: none;
}

.content-list div a.active,
.content-list div a:hover {
    background: #bee3fa;
}

.content-list div.active {
    background: #058ade;
    color: #fff;
}

.right-box {
    margin-bottom: 20px;
}

.right-title {
    background-color: #058ade;
    padding: 10px 20px;
    color: #fff;
}

.right-img {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #058ade;
}

.img {
    padding-bottom: 15px;
    border: 1px solid #ccc;
    margin-top: 15px;
}

.bottom-box {
    background-color: #013d97;
    height: 300px;
}

.box {
    display: flex;
    justify-content: space-between;
}

.botton-bar {
    padding-top: 30px;
    color: #fff;
    text-align: center;
}

.title {
    font-size: 30px;
    padding-bottom: 20px;
}

.t {
    padding: 5px 0;
    font-size: 14px;
}

.bt {
    padding: 5px 0;
}

.floot {
    height: 60px;
    background-color: slategrey;
    line-height: 60px;
}

.floot-text {
    text-align: center;
    color: #fff;
}

#kt {
    display: none;
}

#jx {
    display: none;
}

#dd {
    display: none;
}

#fs {
    display: none;
}

#tm {
    display: none;
}

#qt {
    display: none;
}