@charset "utf-8";
/*常用内容样式*/


.news-content {
	padding-top: 15px;
}
.news-content>h2 {
	text-align: center;
	font-size: 2.0em;
	font-family: '微软雅黑';
	color: #333333;
	margin: 0 0 10px;
	font-weight: normal;
}
.news-content>h3.subtitle {
	font-family: '微软雅黑';
	font-size: 1.8em;
	text-align: center;
	color: #333;
	font-weight: normal;
}
.news-content>h4 {
	text-align: center;
	font-size: 1.6em;
	color: #777777;

	margin: 10px 0 20px;
	padding: 5px 0 10px 0;
	border-bottom:1px dashed #D4D4D4;
}
.news-content-txt {
	width: 100%;
	font-size: 1.6em !important;
	color: #333;
	margin: 0 auto;
	line-height: 200%;
	font-family: '微软雅黑';
}
.news-content-txt p {
	text-indent: 2em;
	width: 100%;
	font-size: 1em !important;
	color: #333;
	margin: 5px auto;
	line-height: 200% !important;
	font-family: '微软雅黑' !important;
}
.news-content-txt p span {
	font-family: '微软雅黑' !important;
}
.news-content-txt td{ padding:2px;}
.news-content-txt td p{ text-indent:0;}
.news-content-txt p iframe.ke-insertpdf {
	width: 93% !important;
	margin: 0 auto !important;
}
.news-content-txt img {
	margin: 10px auto;
	display: block;
	max-width: 96%;
	height: auto;
}
.news-content a.ke-insertfile {
	color: #114fa4;
}
.frame-page.flink .news-content-txt a {
	display: block;
	float: left;
	width: 209px;
	height: 42px;
	border: 1px solid #CCCCCC;
	color: #333333;
	line-height: 42px;
	text-align: center;
	font-family: 1.6em;
	margin: 20px 10px 0 10px;
	text-indent: 0;
}
.frame-page.flink .news-content-txt a:hover {
	border: 1px solid #9A0000;
	color: #9A0000;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.frame-page.flink .news-content-txt span {
	display: none;
}
/*上下篇*/
.pagination-list {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
.pagination-list a {
	width: 48%;
	float: left;
	font-size: 1.6em;
	color: #333;
	display: block;
	margin: 20px 0;
	font-family: '微软雅黑';
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pagination-list a:last-child {
	float: right;
	text-align: right;
}
.pagination-list a:hover {
	color: #1261A7;
}




/*1024 - 1199*/

@media only screen and (max-width: 1199px) {
.frame-page.flink .news-content-txt a {
	width: calc(25% - 22px);
}
}


/*768 - 1023*/

@media only screen and (max-width: 1023px) {
.pagination-list a {
	width: 100%;
	float: none !important;
	margin-right: 0;
}
.pagination-list a:last-child {
	text-align: left;
}
.frame-page.flink .news-content-txt a {
	width: calc(33.33333% - 22px);
}
}


/*640 - 767*/

@media only screen and (max-width: 767px) {
.frame-page.flink .news-content-txt a {
	width: calc(50% - 22px);
}
/*默认内容*/
.scroll-img img {
	height: 480px !important;
}
}


/*480 - 639*/

@media only screen and (max-width: 639px) {
.frame-page.flink .news-content-txt a {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.news-content>h4 .from {
	display: none;
}
.scroll-img img {
	height: 300px !important;
}
.scroll-prev, .scroll-next {
	width: 43px;
	height: 43px;
	top: 65%;
	-webkit-background-size: 30% auto;
	background-size: 30% auto;
}
}


/*360 - 479*/

@media only screen and (max-width: 479px) {
.pagination-list {
	padding-top: 5px;
}
.pagination-list a {
	margin: 10px 0;
}
.scroll-img img {
	height: 250px !important;
}
}


/*320 - 359*/

@media only screen and (max-width: 359px) {
}
