aside,body,button,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,img,input,main,menu,nav,p,search,section,ul {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0
}

body,html {
	-webkit-font-smoothing: antialiased
}
body {
    background: url(/bg.jpg);
}
html {
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

a,button {
	cursor: pointer;
	transition: all .3s ease-in-out
}

a,a:active,a:visited,button,u {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none
}

li {
	list-style: none
}

img {
	display: block;
	width: 100%;
	border: 0;
	border-style: none;
	vertical-align: middle
}

img:not([src]),img[src=""] {
	opacity: 0
}

body {
	display: flex;
	background-color: #414141;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,PingFang SC,Helvetica,Microsoft Yahei,Arial,sans-serif;
	flex-direction: column;
	align-items: center
}

.dplayer-full-in-icon,.dplayer-menu,.dplayer-setting {
	display: none!important
}

.dplayer-mobile-play {
	opacity: 1!important
}

header {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
}

header h2 {
	color: #144a74;
	font-size: 1.5rem;
	line-height: 2.25rem;
}

header h2,search {
	padding: 2.2rem 0rem;
}

search {
	width: calc(100% - 10rem);
}

search form {
	float: right;
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	width: 12.5rem;
	height: 2.25rem;
	border: 1px solid #f0f0f0;
	align-items: center
}

search input {
	box-sizing: border-box;
	width: 100%;
	color: #144a74;
	font-size: .875rem;
	caret-color: #144a74;
}

search button,search input {
	padding: 0 1em;
	height: 2.25rem;
	background-color: #fff
}

search button {
	display: flex;
	border: 0;
	white-space: nowrap;
	cursor: pointer;
	align-items: center;
	justify-content: center
}

search button svg {
	width: 1.125rem;
	height: 1.125rem;
	fill: #144a74;
}

search input {
	outline: 0;
	appearance: none;
	-webkit-appearance: none
}

search input::-webkit-input-placeholder {
	color: #888;
	font-size: .875rem
}

search input::-moz-input-placeholder {
	color: #888;
	font-size: .875rem
}

search input:-ms-input-placeholder {
	color: #888;
	font-size: .875rem
}

header nav {
	display: grid;
	padding: .5rem;
	width: 100%;
	background: linear-gradient(to bottom right,#24527169,#414141);
	grid-template-columns: repeat(5,20%);
	justify-content: center;
}

header nav a {
	width: 100%;
	height: 2.5rem;
	color: #ffffff;
	text-align: center;
	font-size: 1rem;
	line-height: 2.5rem;
	font-weight: 600;
}

header nav .on,header nav a:hover {
	color: #144a74;
	background-color: #ffffff;
}

section {
	display: flex;
	width: 100%;
	background-color: #0202024a;
	flex-direction: column;
}

section>div:first-child {
	display: flex;
	box-sizing: border-box;
	padding: .75rem 0.225rem 10px 5px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	background: #24527169;
}

section>div:first-child h3 {
	margin: 0px 0px;
	color: #ffffff;
	font-size: 1.35rem;
	line-height: 1.35rem;
}

section>div:first-child small {
	display: block;
	margin: 0 1px;
	padding: 0 .8rem;
	font-size: 1rem;
	line-height: 1.5rem;
	border-radius: 9px;
}

section>div:first-child a {
	display: block;
	color: #fff
}

section>div:first-child a:hover {
	color: #ff0000
}

section ul {
	display: grid;
	box-sizing: border-box;
	padding: .2rem;
	width: 100%;
	grid-template-columns: repeat(6,16.6666%);
}

section ul li {
	padding: .125rem
}

section ul li div {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 2rem;
	background-color: #f6f6f6;
	color: #144a74;
	text-align: center;
	font-size: .78rem;
	line-height: 2rem;
	cursor: pointer;
}

section ul li div:hover {
	background-color: #f0f0f0
}

section>a {
	display: block;
	width: 100%
}

section>a img {
	height: 3.5rem
}

main {
	display: flex;
	padding: .3rem .1rem;
	width: 100%;
	flex-wrap: wrap
}

article,main {
	box-sizing: border-box
}

article {
	padding: .15rem;
	width: 50%;
}

figure {
	position: relative;
	overflow: hidden;
	padding-top: 57.25%;
	width: 100%;
	height: 0;
	background-color: #f6f6f6
}

article img {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	border-radius: 3px;
	transition: all .3s;
}

article img:hover {
	transform: scale(1.05)
}

cite {
	display: block;
	display: -webkit-box;
	overflow: hidden;
	margin-top: .3125rem;
	padding: 0 1px;
	width: 100%;
	height: 2.8rem;
	color: #ffd5d5;
	text-overflow: ellipsis;
	font-style: normal;
	font-size: .875rem;
	line-height: 1.6rem;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

cite:hover {
	color: #144a74
}

section>nav {
	margin: .75rem 0;
	width: 100%;
	text-align: center
}

section>nav a {
	display: inline-block;
	margin: .125rem;
	padding: .5rem .75rem;
	border-radius: .25rem;
	background-color: #f6f6f6;
	color: #144a74;
	font-size: .875rem
}
section>nav b {
    display: inline-block;
    margin: .125rem;
    padding: .5rem .75rem;
    border-radius: .25rem;
    background-color: #ff6121;
    color: #144a74;
    font-size: .875rem;
}
section>nav a:hover {
	background-color: #144a74;
	color: #fff;
}

#chun {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000
}

aside {
	margin-bottom: .75rem;
	width: 100%
}

aside ul {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(5,20%);
	grid-row-gap: .875rem
}

aside li {
	text-align: center;
	font-size: .875rem;
	line-height: 1.25rem
}

aside li a {
	color: #333
}

aside li a:hover {
	color: #ff6c6c
}

aside li a>div {
	position: relative;
	overflow: hidden;
	padding-top: 66%;
	width: 100%;
	height: 0
}

aside li img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 66%;
	min-height: 100%;
	border-radius: 50%;
	transform: translate(-50%,-50%)
}

aside li p {
	margin: 0
}

menu {
	display: grid;
	box-sizing: border-box;
	padding: 0.25rem;
	width: 100%;
	flex-wrap: wrap;
	margin: 0 auto;
	grid-template-columns: repeat(5,20%);
}

menu div {
	margin: 0.1rem 0.1rem 0.1rem 0;
	border: 1px solid #144a74;
	background-color: #02020299;
	color: #000000;
	font-size: 0.9rem;
	line-height: 2.0;
	text-align: center;
	border-radius: .2rem;
	cursor: pointer;
}

menu div:hover {
	background-color: #144a74;
	color: #fff
}

footer {
	margin-top: 2rem;
	margin-bottom: 10rem;
	width: 100%;
	color: #666;
	text-align: center
}

footer a,u {
	display: inline-block;
	color: #ddff5b;
	font-size: 1.2rem;
	line-height: 1.5rem
}

footer a:hover {
	color: #144a74
}
@media screen and (max-width: 768px) {
figure {
	position: relative;
	overflow: hidden;
	padding-top: 70.25%;
	width: 100%;
	height: 0;
	background-color: #f6f6f6
}
}
@media (min-width:864px) {
	header nav {
		padding: 0
	}

	header nav,section ul {
		grid-template-columns: repeat(8,12.5%);
	}

	article {
		width: 33.33333333%
	}

	aside ul {
		grid-template-columns: repeat(10,10%)
	}

	section>a img {
		height: 4rem
	}
}

@media (min-width:1224px) {
	header nav {
		padding: 0;
		grid-template-columns: repeat(10,10%);
	}

	menu {
		display: grid;
		box-sizing: border-box;
		padding: 0.225rem;
		width: 100%;
		flex-wrap: wrap;
		margin: 0 auto;
		grid-template-columns: repeat(12,8.3333333%);
	}

	header nav a {
		height: 3rem;
		line-height: 3rem;
		margin: -9px -2px;
	}

	section ul {
		grid-template-columns: repeat(15,6.66666%)
	}

	article {
		width: 25%;
	}

	aside ul {
		grid-template-columns: repeat(10,10%)
	}

	aside,section {
		width: 1200px;
	}

	search {
		width: 1056px;
	}
}

@media (min-width:1848px) {
	header h2,header search {
		padding: 0.5rem 0rem;
	}
}

menu div:nth-child(10n+1) {
	color: #e200fd
}

menu div:nth-child(10n+2) {
	color: #3dcf00
}

menu div:nth-child(10n+3) {
	color: #00c4ff
}

menu div:nth-child(10n+4) {
	color: #a80c1b
}

menu div:nth-child(10n+5) {
	color: #823b00
}

menu div:nth-child(10n+6) {
	color: #8185ff
}

menu div:nth-child(10n+7) {
	color: #ff0000
}

menu div:nth-child(10n+8) {
	color: #6f42c1
}

menu div:nth-child(10n+9) {
	color: #c54781
}

menu div:nth-child(10n+10) {
	color: #089107;
}

menu div:hover {
	background-color: #144a74;
	color: #fff
}

menu div:nth-child(10n+1):hover {
	background-color: #e200fd
}

menu div:nth-child(10n+2):hover {
	background-color: #3dcf00
}

menu div:nth-child(10n+3):hover {
	background-color: #00c4ff
}

menu div:nth-child(10n+4):hover {
	background-color: #a80c1b
}

menu div:nth-child(10n+5):hover {
	background-color: #823b00
}

menu div:nth-child(10n+6):hover {
	background-color: #8185ff
}

menu div:nth-child(10n+7):hover {
	background-color: #ff0000
}

menu div:nth-child(10n+8):hover {
	background-color: #6f42c1
}

menu div:nth-child(10n+9):hover {
	background-color: #c54781
}

menu div:nth-child(10n+10):hover {
	background-color: #089107;
}
.kuangall {
    width: 100%;
}

@media (min-width: 1224px) {
.kuangall {
        width: 1200px;
    }
}