@charset "UTF-8";

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body,
div,
ul,
li,
h1,
h2,
form,
input,
button,
p,
section,
article {
	margin: 0;
	padding: 0;
}

h1,
h2 {
	display: inline-block;
	line-height: inherit;
	font-size: inherit;
	font-weight: inherit;
}

em,
i {
	font-style: normal;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

input[type=submit],
input[type=button],
button {
	cursor: pointer;
}

input,
button {
	outline: none;
	overflow: hidden;
	border: 0;
	font: inherit;
}

a {
	display: block;
	text-decoration: none;
	color: inherit;
}

html {
	font-size: 16px;
	line-height: 1.5;
	font-family: Microsoft YaHei, Helvetica, "宋体", Tahoma, Arial, "5b8b4f53", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	color: #333;
	background-color: #f5f5f5;
	min-height: 100%;
}

b {
	font-weight: 600;
	color: #df2d2d;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.container {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 .5rem;
}

.row {
	margin-top: .5rem;
}

/* header */
header {
	height: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ddd;
}

header .logo {
	padding: 0 1rem;
	color: #933c8a;
	font-size: 1.625rem;
	font-weight: bold;
}

header .search {
	width: 13.5rem;
	border-radius: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #ddd;
	overflow: hidden;
}

header .search input {
	width: 100%;
	height: 1.875rem;
	padding-left: 1em;
	font-size: .875rem;
	color: #555;
	background-color: #fff;
}

header .search button {
	padding: 0 1em;
	height: 1.875rem;
	cursor: pointer;
	color: #555;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* menu */
.menu {
	padding: .35rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #933c8a;
	border-radius: 4px;
}

.menu li {
	position: relative;
	width: 10%;
	padding: .35rem .25rem;
}

.menu li a {
	color: #fff;
	text-align: center;
	font-size: .875rem;
}

.menu li a:hover,
.menu li .active {
	color: #ffdc97;
}

.menu li:not(:last-child):not(:nth-child(10n))::after {
	display: block;
	content: "";
	width: 1px;
	height: 50%;
	background-color: #eee;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* sub-head */
.sub-head {
	padding: .25rem .5rem;
	background-color: #f9da9a;
	border-radius: 4px;
	font-size: .8125rem;
	font-weight: 600;
}

/* sub menu*/
.sub-link,
.sub-tag,
.links,
.column-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: .5rem;
}

.sub-link li,
.sub-tag li,
.links li {
	width: 10%;
	padding: .25rem;
}

.sub-link li a,
.sub-tag li a,
.links li a {
	padding: .15rem;
	font-size: .8125rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}

.sub-link li,
.links li {
	width: 10%;
}

.sub-tag li {
	width: calc(100% / 15);
}

.sub-link li a {
	color: #fff;
	border-radius: 4px;
	background-color: #b64a4a;
	border: 1px solid #b64a4a;
}

.sub-tag li a {
	color: #555;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.sub-tag li a:hover {
	color: #fff;
	background-color: #085ca5;
}

.links li a {
	color: #fff;
	border-radius: 4px;
	background-color: #2a2d37;
	border: 1px solid #2a2d37;
}

/* column box */
.flex-between {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.column-head {
	padding: .25rem .5rem;
	background-color: #dfdfdf;
	border-radius: 4px;

}

.column-head .text {
	display: block;
	font-size: 1rem;
	font-weight: 600;
}

.column-head .more {
	font-size: .8rem;
}

.column-head a.more:hover {
	color: #085ca5;
}

.column-list {
	margin: 0 -.125rem;
}

.column-list .list {
	width: 25%;
	padding: .25rem .25rem .5rem .25rem;
}

.column-list .list a {
	display: block;
	border-radius: 4px;
	overflow: hidden;
}

.column-list .list a:hover p {
	color: #085ca5;
}

.column-list .list a:hover .cover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.column-list .list .cover {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	border-radius: 4px;
}

.column-list .list .cover img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.column-list .list .info {
	position: absolute;
	height: 1.5rem;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.column-list .list .type,
.column-list .list .time {
	display: block;
	position: absolute;
	height: 1.5rem;
	line-height: 1.5rem;

	z-index: 1;
	font-size: .825rem;
	color: #eee;
}

.column-list .list .type {
	left: 5px;
}

.column-list .list .time {
	right: 5px;
}

.column-list .list p {
	line-height: 1.35em;
	margin: .35rem .25rem;
	font-size: .8125rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

/* foot */
footer {
	margin-top: 1rem;
	padding: 1rem 0;
	border-top: 1px solid #ddd;
	text-align: center;
}

footer .text {
	padding: .25rem;
	font-size: .8125rem;
}

footer .text a {
	display: inline-block;
}

/* go top */
.go-top {
	display: none;
	position: fixed;
	right: 3%;
	bottom: 30%;
	width: 2.35rem;
	height: 2.35rem;
	line-height: 2.35rem;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	cursor: pointer;
	z-index: 10;
}

.go-top:hover {
	background: #363c4f;
	color: #fff;
}

/* page */
.page {
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page li {
	padding: 0 .25rem;
}

.page li a {
	min-width: 3rem;
	padding: .25rem;
	font-size: .8125rem;
	text-align: center;
	border-radius: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.page li:hover:not(.active) a {
	color: #fff;
	background-color: #085ca5;
}

.page li.active a {
	color: #fff;
	background-color: #085ca5;
}

/* sort */
.sort {
	padding: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
}

.sort a {
	width: 100%;
	margin: 1px;
	padding: .25rem;
	text-align: center;
	font-size: .8125rem;
	border: 1px solid #ddd;
}

.sort a:hover:not(.active) {
	color: #b64a4a;
}

.sort a.active {
	color: #fff;
	font-weight: 600;
	background-color: #363c4f;
}

/* play */
.panel {
	padding: .2rem;
}

.panel .window {
	position: relative;
}

.window #play {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
}

.des {
	padding: .25rem .5rem;
	background-color: #dfdfdf;
	border-radius: 4px;
	margin-bottom: .5rem;
	line-height: 1.35em;
}

.des a {
	display: inline;
}

.des a:hover {
	color: #085ca5;
}


.text {
	font-size: .8125rem;
	line-height: 1.35em;
}

.sep {
	padding: 0 5px;
	font-family: simsun;
	opacity: .5;
}

h1[class="text"] {
	display: inline !important;
}

/* notice */
.notice {
	padding: .25rem .5rem;
	color: #eee;
	background-color: #6f68e7;
	border-radius: 4px;
	font-size: .875rem;
	text-align: center;
}

.notice-panel {
	border: 1px solid #3c6c93;
	border-radius: 4px;
	padding: 1rem .5rem;
	font-size: .825rem;
}

.notice-panel p {
	padding: .5rem 0;
}

.notice-panel em {
	font-weight: 600;
	margin-right: 5px;
	margin-left: 5px;
	color: #e94646;
}

@media screen and (max-width: 1023px) {
	html {
		font-size: 20px;
	}

	.menu li {
		width: 20%;
	}

	.menu li:nth-child(5n)::after {
		display: none !important;
	}

	.sub-link li,
	.links li {
		width: 20%;
		padding: 2px 1px;
	}

	.sub-tag li {
		width: calc(100% / 6);
		padding: 2px 1px;
	}

	.column-list .list {
		width: 50%;
	}

}

@media screen and (max-width: 767px) {
	html {
		font-size: 16px;
	}

	.container {
		padding: 0 .25rem;
	}

	.page .num {
		display: none;
	}
}

.grid-container2 {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
	padding: 2px;
}

.grid-item2 {
	background-color: #333;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	margin: 1px;
	border-radius: 10px;
}

.grid-item2 a {
	text-decoration: none;
	color: #f7d0bf;
}

@media only screen and (max-width: 1400px) {
	.grid-item2 {
		font-size: 16px;
	}

	.grid-container2 {
		grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
	}
}

@media only screen and (max-width: 500px) {
	.grid-item2 {
		font-size: 13px;
	}

	.grid-container2 {
		grid-template-columns: auto auto auto auto auto auto auto auto;
	}
}

.links-top {
	overflow: hidden;
	margin: auto;
	box-shadow: 0 3px 6px 2px rgba(0, 0, 0, .03)
}

.links-top ul li {
	float: left;
	padding: 10px 0;
	width: calc(99%/20);
	text-align: center
}

.links-top ul li img {
	margin: 0 auto;
	padding: 4px;
	width: 56px;
	height: 56px;
	border-radius: 15px;
}

.links-top ul li img:hover {
	background-color: #FF9800;
}

.links-top ul a {
	font-size: 14px;
	color: #fff;
}

.links-top ul a:hover {
	color: #fff;
}

@media (max-width:544px) {
	.leftd {
		width: 90px !important;
	}

	.rightd {
		width: 90px !important;
	}

	.links {
		padding: 0 5px
	}

	.links-top ul li {
		width: 20%
	}

	.links-box .panel-heading .btn {
		padding: 0 10px
	}

	.links-element ul {
		overflow: hidden;
		padding: 10px 0 10px 10px
	}

	.links-top ul a {
		font-size: 13px;
	}
}

.ba1ds {
	position: fixed;
	bottom: 0;
	left: 50%;
	height: 8%;
	width: 995px;
	margin: 0 auto;
	transform: translate(-50%, 0px);
	z-index: 9999;
}

.ta1ds {
	position: fixed;
	top: 0;
	left: 50%;
	height: 8%;
	width: 995px;
	margin: 0 auto;
	transform: translate(-50%, 0px);
	z-index: 9999;
}

.bottoma1ds img {}

.topa1ds img {
	height: 55px !important;
	margin-top: 10px;
}

.leftd {
	position: fixed;
	top: 54%;
	transform: translateY(-50%);
	width: 120px;
	left: 0;
	z-index: 9999;
}

.rightd {
	position: fixed;
	top: 54%;
	transform: translateY(-50%);
	width: 120px;
	right: 0;
	z-index: 9999;
}

.closebox1 {
	text-align: center;
	display: inherit;
	background-color: #965b7950;
	color: #fff;
	padding: 4px 0;
	display: block;
}

.closebox2 {
	text-align: center;
	display: inherit;
	background-color: #965b7950;
	color: #fff;
	display: block;
}

.closebox3 {
	text-align: center;
	display: inherit;
	background-color: #965b7950;
	color: #fff;
	padding: 4px 0;
	display: block;
}

.closebox4 {
	text-align: center;
	display: inherit;
	background-color: #965b7950;
	color: #fff;
	padding: 4px 0;
	display: block;
}

@media screen and (max-width:980px) {
	.ba1ds {
		width: 100%;
	}

	.ta1ds {
		width: 100%;
	}
}

.asd a {
	margin: 0 5px 5px 0;
	padding: 2px 8px;
	border: 2px solid;
	display: inline-block;
	background: #ffff00;
	border-color: #da08d3;
	text-align: -webkit-center;
	font-size: 16px;
	font-weight: bold;
	width: 105px;
}

.partners a {
	margin: 1px;
	padding: 2px 8px;
	border: 2px solid;
	display: inline-block;
	background: #cdafe3;
	text-align: -webkit-center;
	font-size: 16px;
	font-weight: bold;
	width: 100px;
	border-radius: 6px;
}

@media (max-width:544px) {
	.asd a {
		width: calc(92%/3);
		margin: 3px;
	}

	.partners a {
		width: calc(96%/4);
		font-size: 13px;
	}
}

.bottom {
	margin-top: 20px;
	background-color: #45194d;
	padding: 10px 0;
	padding-bottom: 35px;
}

.bottom .wrap p {
	color: #fff;
	text-align: center;
	padding: 4px 0;
}

.return_top {
	display: none;
	z-index: 200;
	position: fixed;
	bottom: 200px;
	right: 5px;
	z-index: 2147483647;
}

.return_top i {
	border-radius: 20%;
	background-color: #965b79d1;
	font-size: 40px;
	color: #efefef;
	font-weight: bold;
}

@media screen and (max-device-width: 760px) {
	.bottom {
		margin-top: 0 !important;
	}

	.return_top i {
		font-size: 32px;
	}
}

.txtguanggao {
	width: 100%;
	overflow: hidden;
	display: block;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
}

.txtguanggao a {
	width: 9.8%;
	float: left;
	border-radius: 3px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	background-color: #fdf751;
	margin: 1px;
	transition-duration: .3s;
}

.txtguanggao a:hover {
	background: #ff0000;
	color: #FFF
}

@media screen and (max-width: 1000px) {
	.txtguanggao a {
		width: 24.1%;
		float: left;
		border-radius: 3px;
		line-height: 30px;
		height: 30px;
		text-align: center;
		font-size: 13px;
		color: #FFFFFF;
		display: inline-block;
		background-color: #fdf751;
		margin: 1px;
		transition-duration: .3s;
	}
}

.txtguanggaox {
	width: 100%;
	overflow: hidden;
	display: block;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
}

.txtguanggaox a {
	width: 9.8%;
	float: left;
	border-radius: 3px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	display: inline-block;
	background-color: #fdf751;
	margin: 1px;
	transition-duration: .3s;
}

.txtguanggaox a:hover {
	background: #ff0000;
	color: #FFF
}

@media screen and (max-width: 1000px) {
	.txtguanggaox a {
		width: 23.4%;
		float: left;
		border-radius: 3px;
		line-height: 30px;
		height: 30px;
		text-align: center;
		font-size: 13px;
		color: #FFFFFF;
		display: inline-block;
		background-color: #fdf751;
		margin: 1px;
		transition-duration: .3s;
	}
}

.grid-container2 {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
	padding: 2px;
}

.grid-item2 {
	background-color: #333;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	margin: 1px;
	border-radius: 10px;
}

.grid-item2 a {
	text-decoration: none;
	color: #f7d0bf;
}

@media only screen and (max-width: 1400px) {
	.grid-item2 {
		font-size: 16px;
	}

	.grid-container2 {
		grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto;
	}
}

@media only screen and (max-width: 500px) {
	.grid-item2 {
		font-size: 13px;
	}

	.grid-container2 {
		grid-template-columns: auto auto auto auto auto auto auto auto;
	}
}

.nav-top {
	height: 30px;
	line-height: 30px;
	background-color: #323232;
}

.nav-link {
	padding: 10px;
	line-height: 10px;
	text-align: center;
}

.nav-link a {
	color: #CCCCCC !important;
}

.row1 {
	background: #0450b9;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	margin: 0 auto;
}

@media screen and (max-width:750px) {
	.duilian {
		display: none;
	}

	.ads img {
		height: 100px !important;
		width: 100% !important;
	}

	.ads1 img {
		height: 100% !important;
		width: 100% !important;
	}

	.top6 img {
		height: 50px !important;
		width: 15.8% !important;
	}

	.ads bigimg {
		height: 78px !important;
	}
}

.btn-sort-wrapper a {
	background-color: #eee;
	color: #333;
	padding: 5px 15px;
	margin-right: 5px;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 3px;
}

.pic a {
	font-size: 14px !important;
}

.title1 {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style: none;
	background-color: #f9da9aad;
	font-size: 13px;
	width: 100%;
	border-radius: 3px;
}