.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;
}

.main-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.main-left {
	background-color: #F4F8FF;
	width: 180px;
	padding: 20px;
}

.main-left li {
	margin-bottom: 15px;
}

.main-left li>a {
	line-height: 34px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #3239b9;
	position: relative;
}

.main-left li>a::after {
	position: absolute;
	content: '';
	width: 100%;
	border-bottom: 1px dashed #707070;
	left: 0;
	bottom: 0;
}

.main-left li:hover>a, .main-left li.active>a {
	background-color: #6168EB;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

.sublist {

}

.sublist div {
    margin: 5px 0;
}

.sublist div a {
    display: block;
    text-align: center;
    padding: 5px 0;
    color: #00AFEE;
    font-size: 14px;
}

.sublist div a:hover {
    background-color: #00AFEE;
    color: #fff;
    font-weight: 700;
}

.main-right {
	width: calc(100% - 260px);
}

.main-right .area {
	
}

.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%);
}

.area-list {
	margin-top: 30px;
	margin-bottom: 40px;
}

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

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

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

.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-list li span {
    font-size: 14px;
    color: #707070;
}

#pagination {
	display: flex;
	justify-content: center;
}

#pagination .sk-laypage-last, #pagination .sk-laypage-limits {
	display: none;
}