.fl { float: left;}
.fr { float: right;}
.clear {
	margin: 0 auto;
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden
}

.blank6 {
	margin: 0 auto;
	clear: both;
	height: 6px;
	font-size: 1px;
	overflow: hidden
}

.blank15 {
	margin: 0 auto;
	clear: both;
	height: 15px;
	font-size: 1px;
	overflow: hidden
}

.blank25 {
	margin: 0 auto;
	clear: both;
	height: 25px;
	font-size: 1px;
	overflow: hidden
}

a {
	color: #333;
	text-decoration: none
}

a:focus {
	outline: medium none
}

.clean::after,.clean::before {
	display: table;
	content: ""
}

.clean::after {
	clear: both
}

.wrap {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto
}

.wrap1875 {
	width: 97.6563%;
	margin: 0 auto
}

.fl {
	float: left
}

.text-center {
	text-align: center
}

.over {
	overflow: hidden
}

.nowrap {
	white-space: nowrap
}

.fz0 {
	font-size: 0
}

.relative {
	position: relative;
	z-index: 1
}

.absolute {
	position: absolute;
	z-index: 1
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.middle {
	vertical-align: middle
}

.nowrap {
	white-space: nowrap
}

.trans {
	transition: all .3s ease 0s
}

.bgf8 {
	background-color: #f8f8f8
}

.wow {
	visibility: hidden
}

#path {
	width: 100%;
	padding: 24px 30px;
	color: #858585;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1
}

#path a {
	color: #858585
}

.web-side .category a {
	line-height: 47px;
	font-size: 14px;
	color: #5d5d5d;
	margin-right: 25px
}

.web-side .category a:hover {
	color: #3da8e5
}

.web-side .category.before a::before {
	width: 0;
	height: 0;
	border-left: 4px solid #5d5d5d;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin-right: 8px;
	vertical-align: middle;
	display: inline-block;
	content: ""
}

.web-side .category .on {
	color: #3da8e5
}

.web-side .category.before .on::before {
	border-left-color: #3da8e5;
	transform: rotate(90deg)
}

#info-ext {
	background: #fff none repeat scroll 0 0
}

.info-ext-list {
	width: 98%;
	max-width: 1200px;
	min-height: 300px;
	margin: 0 auto;
	padding: 20px 0 10px
}

.info-ext-list .item {
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ececec;

}

.info-ext-list .item .img {
	width: 22.5%;
	max-width: 270px;
	min-height:127px;
}

.info-ext-list .item .img img {
	width: 100%;
	
}

.info-ext-list .item .info {
	width: calc(77.5% - 60px);
	height: 100%;
	top: 0;
	left: calc(22.5% + 40px)
}

.info-ext-list .item .title {
	height: 36px;
	margin-bottom: 15px;
	line-height: 36px;
	font-size: 16px;
	color: #393939
}

.info-ext-list .item .title a {
	color: inherit
}

.info-ext-list .item .title a:hover {
	color: #3ea8e6
}

.info-ext-list .item .brief {
	height: 52px;
	line-height: 26px;
	color: #999;
	font-size: 13px;
	text-overflow: ellipsis;
	overflow: hidden
}

.info-ext-list .item .more {
	width: 88px;
	height: 30px;
	line-height: 30px;
	color: #999;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,.1);
	right: 0;
	bottom: 30px
}

.info-ext-list .item .time {
	height: 36px;
	line-height: 36px;
	font-size: 13px;
	color: #999;
	right: 10px;
	top: 0
}

.info-ext-list .item .tag_views {
	line-height: 26px;
	color: #999;
	font-size: 13px;
	left: calc(22.5% + 40px);
	bottom: 0
}

.info-ext-list .item:hover .img img {
	transform: scale(1.1,1.1)
}

.info-ext-list .item:hover .info {
	left: calc(22.5% + 60px)
}

.info-ext-list .item:hover .title {
	color: #0382db
}

.info-ext-list .item:hover .more {
	color: #fff;
	border-color: #3488ea;
	background: #0382db none repeat scroll 0 0
}

.info-ext-list .item:hover .tag_views {
	left: calc(22.5% + 60px)
}
.pagelist {
	padding: 20px;
}
.pagelist ul {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
}
.pagelist li{
	float: left;
}
.pagelist li a {
	padding: 5px 10px;
	margin: 5px;
	display: block;
	border: 1px solid lightgray;
	border-radius: 5px;
}
.pagelist li.thisclass a {
	background: #3ea8e6;
	color: #FFF;
}

@media only screen and (max-width:1280px) {
	.wrap {
		width: 90%
	}
}

@media only screen and (max-width:1200px) {
	.hide1200 {
		display: none
	}
}

@media only screen and (max-width:1024px) {
	.info-ext-list .item .more,.info-ext-list .item .tag_views {
		bottom: 0
	}
}

@media only screen and (max-width:992px) {
	.wrap {
		width: 95%
	}

	.web-side {
		margin-top: 3%
	}

	.info-ext-list .item .title {
		margin-bottom: 5px;
		height: 26px;
		line-height: 26px;
		font-size: 14px
	}

	.info-ext-list .item .time {
		height: 26px;
		line-height: 26px;
		font-size: 14px
	}

	.info-ext-list .item .brief {
		height: 26px;
		font-size: 12px
	}

	.info-ext-list .item .more,.info-ext-list .item .tag_views {
		line-height: 24px;
		font-size: 12px
	}

	.info-ext-list .item .tag_views {
		bottom: 20px
	}
}

@media only screen and (max-width:640px) {
	.web-side.wrap {
		width: 97.6563%
	}

	.info-ext-list .item .img {
		width: 100%;
		max-width: none;
		float: none;
		margin-bottom: 5px
	}

	.info-ext-list .item .info {
		width: 100%;
		float: none;
		position: inherit;
		left: 0
	}

	.info-ext-list .item .time {
		display: none
	}

	.info-ext-list .item .more,.info-ext-list .item .tag_views {
		position: static
	}

	.info-ext-list .item .more {
		float: left
	}

	.info-ext-list .item .tag_views {
		float: right
	}

	.info-ext-list .item:hover .info {
		left: calc(0px)
	}
}

@media only screen and (max-width:480px) {
	.info-ext-list .item .tag_views {
		text-align: right
	}
}

@media only screen and (max-width:380px) {
	.info-ext-list .item .tag_views {
		width: 100%;
		float: none;
		text-align: left
	}
}
/* article */

.info-detail {
	padding: 0 20px
}

.info-detail .info-top {
	border-bottom: 1px solid #cfcfcf;
}

.info-detail .title {
	font-size: 20px;
	color: #0279c3;
	margin-bottom: 10px;
}

.info-detail .info {
	padding-bottom: 15px;
	line-height: 30px;
	color: #7b7b7b
}

.info-detail .info span {
	margin: 0 10px
}

.info-detail .editor {
	min-height: 520px;
}

.info-detail .pvnx {
	width: 30%;
	height: 36px;
	line-height: 36px
}

.info-detail .pvnx a {
	text-decoration: none;
	font-size: 15px;
	color: #0382db
}
.editor {
	max-width: 1024px;
	margin: 0 auto;
}
.editor * {
	font-family: inherit;
	font-size: inherit;
	color: #5D5D5D;
	font-size: 16px;
	margin-bottom: 10px;
}

.editor img {
	max-width: 100%
}

@media only screen and (max-width:1280px) {
	.wrap {
		width: 90%
	}
}

@media only screen and (max-width:992px) {
	.wrap {
		width: 95%
	}
	.editor table {
		max-width:100% !important;
		width: 100% !important;
	}
	.editor table p {
		text-indent:0 !important;
	}
	.editor table img {
		max-width:100%;
		height:auto !important;
	}
}

@media only screen and (max-width:640px) {
	.show640 {
		display: block
	}

	.hide640 {
		display: none
	}

	.info-detail .info {
		padding-bottom: 5px;
		line-height: 24px
	}

	.info-detail .pvnx {
		width: 100%;
		float: none;
		text-align: left
	}

	.info-detail .pvnx a {
		font-size: 12px
	}
}

.info-detail .pvnx {
	width: 50%
}
::-moz-placeholder {
	color: #ababab;
	opacity: 1
}
