body {
	margin: 0;
}
.flex-layout {
	display: flex;
}
.index-page {
    background-image: url(/static/img/liaoning-img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 960px;
    min-width: 1520px;
    height: 100vh;
    overflow: hidden;
}
.top-page {
	width: 100%;
}
.bottom-page {
	width: 100%;
	padding: 0 2.5%;
}
.chart-border {
	border: 2px solid #142D71;
    background: rgba(14, 36, 79, 0.5);
    border-radius: 15px;
}
.chart-border .chart-title {
    background-image: url(/static/img/liaoning-img/title-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 28px;
    padding-left: 50px;
    color: #FFF;
    font-size: 13px;
    height: 34px;
}
.left {
	width: 41%;
    margin-top: 6vh;
    margin-right: 0.8%;
}
.left .left-top-chart {
	width: 100%;
	height: 55vh;
	position: relative;
}
.left .left-top-chart .map-title {
	color: #5096EE;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    left: 30px;
}
.left .left-bottom-box {
	margin-top: 2vh;
    justify-content: space-between;
}
.left .left-bottom-box .left-bottom-chart {
	width: 48.5%;
	height: 24.5vh;
	padding-top: 10px;
}
.right {
	width: 54%;
    flex-wrap: wrap;
    justify-content: space-around;
}
.right .right-chart {
	width: 48%;
	height: 24.4vh;
	margin-top: 2vh;
	padding-top: 10px;
}
.right .right-top {
	width: 100%;
	justify-content: space-between;
	padding: 0 1%;
}
.right .right-top .count-box {
	color: #FFF;
}
.right .right-top .count-box img {
	width: 50px;
	height: 50px;
}
.right .right-top .count-box .top-content {
	margin-left: 10px;
}
.right .right-top .count-box .top-content p {
	margin: 0;
}
.right .right-top .count-box .top-content .title {
	letter-spacing: 1px;
    font-size: 15px;
}
.right .right-top .count-box .top-content .count {
    font-size: 24px;
    font-weight: bold;
}
.right .right-top .count-box .top-content .unit {
	font-size: 13px;
    margin-top: auto;
    margin-bottom: 3px;
}
.active-list {
	display: flex;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: space-between;
}
.active-list .active-title {
	margin: 0px auto;
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 10px 0;
	box-sizing: border-box;
	background: #314F8B;
	margin-top: 10px;
}
.active-list .active-title li {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 12px;
	color: #48ece7;
	list-style-type: none;
}
.active-list .active-title li:nth-child(1) {
	width: 7%;
	text-align: center;
}
.active-list .active-title li:nth-child(2) {
	width: 40%;
}
.active-list .active-title li:nth-child(3) {
	width: 12%;
	text-align: center;
}
.active-list .active-title li:nth-child(4) {
	width: 12%;
	text-align: center;
}
.active-list .active-title li:nth-child(5) {
	width: 12%;
	text-align: center;
}
.active-list .active-title li:nth-child(6) {
	width: 17%;
	text-align: center;
}
.plan ul li div:nth-child(1) {
	width: 7%;
	text-align: center;
}
.plan ul li div:nth-child(2) {
	width: 40%;
}
.plan ul li div:nth-child(3) {
	width: 12%;
	text-align: center;
}
.plan ul li div:nth-child(4) {
	width: 12%;
	text-align: center;
}
.plan ul li div:nth-child(5) {
	width: 12%;
	text-align: center;
}
.plan ul li div:nth-child(6) {
	width: 17%;
	text-align: center;
}
.active-list .plan ul {
	width: 100%;
}
.active-list .plan ul .single-color {
	background: #25286F;
}
.active-list .plan ul .double-color {
	background: #314F8B;
}
.active-list .plan ul li {
	align-items: start;
	width: 100%;
	justify-content: space-between;
	cursor: pointer;
}
.active-list .plan ul li div p {
	width: 100%;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
	white-space: nowrap;
	/* 防止换行 */
	overflow: hidden;
	/* 隐藏溢出部分 */
	text-overflow: ellipsis;
	/* 显示省略号 */
}
.active-list .plan ul li div:first-child p {
	width: 100%;
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
	white-space: wrap;
	/* 防止换行 */
	overflow: inherit;
	/* 隐藏溢出部分 */
	text-overflow: ellipsis;
	/* 显示省略号 */
}
.content {
	width: 100%;
	border-radius: 20px;
	padding: 0 25px;
	box-sizing: border-box;
}
.content .plan {
	overflow-y: scroll;
	box-sizing: border-box;
	scrollbar-width: none;
}
.content .plan::-webkit-scrollbar {
	display: none;
	overflow-y: scroll;
	scrollbar-width: none;
	/* Firefox */
}
.content .plan ul {
	padding: 0;
	padding-right: 10px;
	margin-top: 0;
}
.content .plan ul li {
	display: flex;
	color: white;
	justify-content: space-around;
	align-items: center;
	height: 25px;
}
.content .plan ul li span {
	padding: 3px 5px;
	width: 17px;
	height: 15px;
	text-align: center;
	position: relative;
	background-color: cadetblue;
}
.content .plan ul li span:after {
	content: " ";
	display: block;
	width: 8px;
	height: 8px;
	background-color: cadetblue;
	position: absolute;
	right: -2px;
	top: 40%;
	transform: rotate(45deg) translateY(-50%);
}