﻿@charset "utf-8";
html, body {
	margin:0;
	padding:0;
	color:#000;
	font-size:14px;
	-webkit-font-smoothing:antialiased;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	cursor:default;
	overflow-x:hidden;
	font-family: Verdana, "微软雅黑", "黑体";
}
img {
	border:0;
}
a {
	color:#000;
	text-decoration:none;
	transition: color 0.2s ease-in-out;
}
::selection {
 background:#3488ea;
 color:#fff;
}
ul, li, p {
	margin:0;
	padding:0;
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
}
.item {
	float: left;
	margin: 0;
}
.item .p {
	width: 100%;
	display:block;
}
.item .t {
	padding: 5px 10px;
}
.item .intro {
	padding: 0 10px 10px 10px;
}
.pager {
	padding: 20px 10% 40px 10%;
	font-size: 14px;
	width: max-content;
	margin: 0 auto;
}
.pager ul.pages li {
	float:left;
	padding:0 8px;
	background-color:transparent;
	color:#555;
	margin:0 5px 0 0;
	line-height:28px;
	transition:all 0.1s ease-out;
}
.pager ul.pages li:hover {
	color:#222;
	background-color:#eee;
}
.pager ul.pages li.pgEmpty {
	display:none;
}
.pager ul.pages li.pgCurrent {
	color:#fff;
	background-color:#03a9f4;
}
.news {
	line-height: 21px;
	text-align: justify;
	margin-top:10px;
}
.news .title {
	font-size: 24px;
	color: #2555a7;
	padding-bottom: 5px;
}
.news .line {
	padding: 20px 0;
}
.news .line span {
	display: inline-block;
	margin-right: 15px;
	padding: 2px 15px;
	border-radius: 13px;
	color:#888;
}
.news .line .first {
	background: #03a9f4;
	color:#fff;
}
.news .item {
	width: 23%;
	height:400px;
	margin: 0 1% 30px 1%;
	background: #fbfbfb;
	box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.05);
	border-radius: 1px;
	transition: transform 0.4s, background 0.8s;
	position:relative;
}
.news .item:hover {
	transform: scale(1.05);
	background:#f5f5f5;
}
.news .item .t {
	padding: 20px 10px;
	font-size: 15px;
}
.news .item .intro {
	color: #888;
}
.news .item .intro font {
	font-size:15px;
	position: absolute;
	left: 10px;
	bottom: 15px;
}
.news .text {
	color:#555;
}
.editor .editor-upimg {
	max-width:100%;
	height:auto;
	display:block;
	margin:20px auto;
}
.editor u {
	text-decoration: none;
	border-bottom: #f89090 2px solid;
}
.editor strike {
	text-decoration-color: #f89090;
	text-decoration-style: wavy;
}
.editor blockquote {
	margin:10px 20%!important;
	padding:20px!important;
	font-size:14px;
	color:#666;
	background:#f5f5f5;
	border-left:#ddd 3px solid!important;
}
.editor .editor-tit {
	font-size:28px;
	font-weight:200;
	display:block!important;
	margin:20px auto;
	text-align:center;
	padding-bottom:10px;
	border-bottom:#ddd 1px solid;
	line-height:32px;
	clear:both;
	color:#000;
}
.editor .editor-lr {
	padding:20px 0;
	display:block;
	display:flex;
}
.editor .editor-lr .editor-l {
	width:49%;
	margin:0 1% 0 0;
	float:left;
}
.editor .editor-lr .editor-r {
	width:49%;
	margin:0 0 0 1%;
	float:left;
}
.editor .editor-lr .editor-t {
	font-size: 17px;
	padding: 15px 30px 10px 30px;
	border-bottom: #ddd 1px solid;
	text-align:center;
	color:#333;
}
.editor .editor-lr .editor-intro {
	padding: 15px 30px 20px 30px;
	font-size: 15px;
	font-weight:normal!important;
	line-height: 26px;
}
.editor video {
	width:100%;
	margin:0;
}
@media (max-width: 900px) {
.editor .editor-upimg {
 width:100%!important;
}
.editor video {
 width:96%!important;
 margin:20px 2%!important;
}
.editor .editor-lr {
 display: block!important;
}
.editor .editor-lr .editor-r, .editor .editor-lr .editor-l {
 width: 100%!important;
 margin: 0!important;
 padding:0!important;
}
}
@media (max-width: 1010px) {
.news .item {
 height: 340px;
}
}
@media (max-width: 750px) {
.news .item {
 width: 48%;
}
.news .item:hover {
 transform: scale(1);
}
.news .title {
 font-size: 20px;
}
.editor .editor-upimg {
 width:100%!important;
}
.editor video {
 width:96%!important;
 margin:20px 2%!important;
}
.editor .editor-lr {
 display: block!important;
}
.editor .editor-lr .editor-r, .editor .editor-lr .editor-l {
 width: 100%!important;
 margin: 0!important;
 padding:0!important;
}
}
