.spypjgsy .header .sk-container>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.spypjgsy .header .sk-container>div ul {
    display: flex;
    align-items: center;
}

.spypjgsy .header .sk-container>div ul li {
    padding-left: 15px;
}

.spypjgsy .header .sk-container>div ul li a {
    display: block;
    color: #1B42DB;
    width: 115px;
    height: 34px;
    opacity: 0.8;
    background: #ffffff;
    border: 1px solid #4b5be9;
    border-radius: 18px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
}

.spypjgsy .main {
    margin-top: 30px;
    margin-bottom: 70px;
}

.spypjgsy .main .area1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.spypjgsy .main .area1 li {
    width: calc((100% / 2) - 30px);
    padding: 0 15px;
    margin-top: 15px;
}

.spypjgsy .main .area1 li a {
    display: block;
    width: 100%;
}

.spypjgsy .main .area1 li a img {
    width: 100%;
}

.area {
    margin-top: 40px;
}

.area .area-title {
    border-bottom: 1px solid #3239b9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.area .area-title img {
    max-width: calc(100% - 100px);
}

.area .area-title a {
    font-size: 14px;
    color: #0c5ac1;
}

.area-nav {
    display: flex;
    flex-wrap: wrap;
}

.area-nav li {
    margin-right: 20px;
    margin-top: 22px;
}

.area-nav li a {
    font-size: 18px;
    color: #96bced;
    line-height: 50px;
    padding: 0 15px;
    border: 1px solid #96bced;
    border-radius: 2px;
    display: block;
}

.area-nav li.active a {
    background-color: #0C5AC1;
    font-weight: 700;
    color: #fff;
}

.area-content {
    margin-top: 24px;
}

.area-content .area-list {
    font-size: 16px;
    display: none;
}

.area-content .area-list:first-child {
    display: block;
}

.area-content .area-list li {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.area-content .area-list li:last-child {
    margin-bottom: 0;
}

.area-content .area-list li a {
    font-size: 16px;
    color: #303030;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    max-width: calc(80% - 100px);
    text-indent: 17px;
}

.area-content .area-list li a::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #c1c1c1;
    border-radius: 50%;
    left: 0;
    top: calc(50% - 2.5px);
}

.area-content .area-list li span {
    font-size: 14px;
    color: #707070;
}

@media (max-width: 767px) {
    .spypjgsy .main .area1 li {
        width: 100%;
    }

    .area-content .area-list li a {
        max-width: calc(100% - 100px);
    }
}
