@charset "utf-8";

/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	font-family: Arial;
	font-size: 16px;
	line-height: 1.6;
	min-width: 1250px;
}

ul,
li {
	list-style: none;
}

img {
	border: 0px;
	width: 100%;
	height: auto;
}

a {
	color: #424242;
	text-decoration: none;
}

p {
	color: #424242;
	text-align: left;
}

.blank30 {
	height: 30px;
}

.clear {
	clear: both;
}

/* nav */
.top {
	width: 1200px;
	height: 80px;
	margin: 10px auto;
}

.top .logo {
	width: 150px;
	height: 55px;
	margin: 10px 0px;
	float: left;
}

.top .logo h1 {
	display: block;
	width: 150px;
	height: 55px;
	overflow: hidden;
}

.top .logo h2 {
	display: none;
}

.top .nav {
	height: 50px;
	margin: 15px 0px;
	float: right;
}

.top .nav li {
	height: 50px;
	line-height: 50px;
	float: left;
}

.top .nav li a {
	font-size: 16px;
	font-weight: bold;
	color: #0a4a8c;
	padding: 0 14px;
	border-left: 1px #ccc solid;
}

.top::after {
	content: "";
	display: block;
	clear: both;
}

.weizhi {
	width: 780px;
	margin: 10px auto 0px;
	font-size: 14px;
	color: #666;
}

.list {
	width: 1200px;
	margin: 0 auto;
}

/* list lf */
.listlf {
	width: 780px;
	border-top: 2px #0a4a8c solid;
	float: left;
}

.list_article {
	margin-bottom: 20px;
}

.list_article ul {
	margin-bottom: 20px;
}

.list_article>ul>li {
	height: 170px;
	overflow: hidden;
	margin: 10px 0px;
	border-top: 1px #ccc solid;
}

.list_article>ul>li:first-child {
	border: 0;
}

.list_article .pic {
	float: left;
}

.list_article .pic img {
	width: 230px;
	height: 135px;
	object-fit: cover;
	margin: 12px 20px 12px 0px;
}

.list_article h3 {
	height: 25px;
	margin: 10px 0px;
	overflow: hidden;
}

.list_article h4 {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

.list_article .con p {
	overflow: hidden;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

/* line */
.mainline {
	width: 1px;
	height: 1450px;
	margin: 10px;
	background-color: #ccc;
	float: left;
}

/* list rt */
.listrt {
	width: 390px;
	float: left;
	border-top: 4px #0a4a8c double;
}

.title {
	width: 100%;
	height: 60px;
}

.title h2 {
	position: relative;
	display: inline-block;
	margin: 12px 21px;
	padding: 0 10px;
	font-size: 20px;
	color: #666;
	font-weight: bold;
}

.title h2::before,
.title h2::after {
	content: '';
	position: absolute;
	top: 17px;
	display: inline-block;
	width: 21px;
	height: 1px;
	background: #666;
}

.title h2::before {
	left: -21px;
}

.title h2::after {
	right: -21px;
}

.box1 ul li {
	height: 200px;
	margin-bottom: 20px;
	overflow: hidden;
}

.box1_title {
	text-align: left;
	margin-bottom: 10px;
}

.box1_title h3 {
	font-size: 16px;
}

.box1_con {
	font-size: 14px;
	text-align: left;
}

.box1_con::after {
	content: "";
	display: block;
	clear: both;
}

.box1_pic {
	width: 200px;
	height: auto;
	float: right;
	margin-left: 20px;
}

.box1_pic img {
	width: 100%;
	height: 100%;
}

.box1_next {
	height: 154px;
	overflow: hidden;
}

.box1_next h3 {
	font-size: 16px;
	border-top: 1px #ccc solid;
	margin-top: 20px;
	padding: 10px 0px;
}

.box1_next p {
	font-size: 14px;
	height: 80px;
	overflow: hidden;
	line-height: 1.5;
}

.rt_list {
	margin-top: 20px;
}

.rt_list ul li {
	height: 70px;
	border-bottom: 1px #ccc dashed;
	float: left;
}

.rt_list span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #0a4a8c;
	text-align: center;
	margin: 20px 5px;
	background-image: url(.././images/circlebg.png);
	float: left;
}

.rt_list p {
	display: inline-block;
	width: 350px;
	height: 44px;
	overflow: hidden;
	line-height: 1.4;
	margin: 13px 0px;
	float: left;
}

.list::after {
	content: "";
	display: block;
	clear: both;
}

.enfooter {
	width: 1200px;
	height: 150px;
	padding: 45px;
	margin: 0 auto;
	border-top: 1px #0a4a8c solid;
}

.enfooter P {
	font-size: 14px;
	line-height: 2.4;
	color: #000;
	text-align: center;
}

/* detail lf */
.content {
	width: 750px;
	text-align: left;
	overflow: hidden;
}

.content .tit h2 {
	font-size: 30px;
	line-height: 1.6;
	margin: 20px 0px;
}

.content .from .con-info span {
	font-size: 14px;
	color: #666;
	padding: 10px 10px 10px 0px;
}

.content .con {
	margin: 30px 0px;
	font-family: times new roman;
}

.content .con P {
	margin-bottom: 20px;
	color: #424242;
}

.text-editor {
	text-align: right;
	font-family: "SimSun";
	margin: 25px 0px;
}

.pull-right {
	float: right !important;
}

.pages_print {
	width: 112px;
	height: 25px;
	background: url(https://www.stdaily.com/resource/kjw/index/images/print.jpg) no-repeat 0 -8px;
	position: relative;
	z-index: 999;
}

.pages_print span {
	display: inline-block;
	height: 25px;
	cursor: pointer;
}

.pages_print span.btnPrint,
.pages_print span.smaller {
	width: 25px;
}

.pages_print span.bigger {
	width: 25px;
	margin: 0 11px;
}

/* 分页样式 */
/* .page_num{padding-top:15px; height:40px; overflow:hidden; width:96%; margin:auto; font-size:14px; display: none;}
#page_div{line-height:20px; color:#666; width:590px; height:20px; margin:0 auto}
#pagination_input{ width:20px; height:16px; line-height:16px; margin:0 8px; padding:0; overflow:hidden; border:1px solid #ccc;}
#page_div .pagination_index, #page_div .pagination_index_num{ 
background:#F8F9FB; border:1px solid #CAD4DF; padding:0 8px;
margin-right:2px;
float: left; height:20px;text-align:center;}
#page_div .pagination_index a, #page_div .pagination_index_num a{padding:0px; margin:0px;text-align:center;  color:#666666; font-size:14px;}
#page_div .pagination_index a:hover, #page_div .pagination_index_num a:hover{padding:0px; margin:0px;text-align:center;  color:#666666; font-size:14px;}
#page_div .pagination_index_last{width:260px; float:right; text-align:right; margin:0 auto;}
#page_div .pagination_index_num{margin-right:2px; padding:0px; width:20px;}
#page_div .currentIndex{ background:#145190; border:1px solid #145190; width:20px; height:20px;
line-height:20px; color:#FFF;text-align:center; font-weight:bold; font-size:14px;} */

.content .from{
	overflow: hidden;
}

.content .from .con-info{
	margin-bottom: 10px;
}

.content .from .share{
	float: left;
}

.pages_content {
	border-top: 1px #dddddd solid;
	margin-top: 15px;
}

/* 视频处理 */
#printContent video {
	max-width: 100% !important;
	max-height: 600px !important;
	background: #000000;
}



.pages {
	padding-top: 0;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	clear: both;
	padding-left: 12px;
	display: flex;
	justify-content: center;
}

.pages .page-active {
	border: 1px solid #d8000f;
	background-color: #d8000f;
}

.pages .page {
	width: 30px !important;
	text-align: center;
	font-size: 13px;
	padding: 0;
}

.pages .page-active a {
	color: #fff;
}

.pages .page a {
	display: block;
	width: 100%;
	height: 100%;
}

.pages>li a {
	color: #333;
}

.pages>li {
	border: 1px solid #ccc;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	margin: 5px 5px;
}

.tab-hot__title a {
	color: #216BA3;
}

.pages .page-previous {
	width: auto;
	padding: 0 10px;
	width: 80px !important;
	margin-right: 10px;
}

.pages .page-next {
	width: auto;
	padding: 0 10px;
	width: 80px !important;
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	.pages .page {
		display: none;
	}
}