/* 新华网专题通用css框架。*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	color: #333;
	background-color: #eee;
	line-height: 1.8em;
}

.title {
	margin-top: 50px;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-size: cover;
}

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

a:hover {
	text-decoration: underline;
}

a:link {
	cursor: pointer;
}

body,
ul,
li,
input,
img,
a,
dl,
dt,
dd,
textarea,
button,
input,
select {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-family: Arial, Helvetica, "苹方-简", "微软雅黑";
	font-weight: normal;
}

img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	border: 0;
	height: auto;
	width: auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.pointer {
	cursor: pointer;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.block-center {
	margin-left: auto;
	margin-right: auto;
}

/*字号定义部分*/
.font-lg,
.font-lg a {
	font-size: 28px;
}

.font-md,
.font-md a {
	font-size: 20px;
}

.font-sm,
.font-sm a {
	font-size: 16px;
}

.limit-line {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.limit-line.line1 {
	white-space: nowrap;
	display: block;
	-webkit-box-orient: inherit;
}

.limit-line.line2 {
	-webkit-line-clamp: 2;
}

.limit-line.line3 {
	-webkit-line-clamp: 3;
}

.limit-line.line4 {
	-webkit-line-clamp: 4;
}

.limit-line.line5 {
	-webkit-line-clamp: 5;
}

.limit-line.line6 {
	-webkit-line-clamp: 6;
}

.show-xs {
	display: none;
}

.show-lg {
	display: block;
}

.bg-xinhua-bar {
	background-color: #0D5C7C;
	min-width: 1188px;
}

.top-bar {
	height: 57px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 14px;
	margin: 0 auto;
	position: relative;
	width: 1200px;
}

.top-bar a {
	color: #FFFFFF;
}

.top-bar .container {
	width: 1188px;
}

.top-bar ul li {
	list-style: none;
	float: left;
	line-height: 57px;

	min-width: 46px;
	text-align: center;
}

.top-bar ul li a {
	margin-right: 5px;
	font-size: 15px;
}

.footer {
	color: #FFFFFF;
	background: #0D5C7C;
	line-height: 65px;
	font-size: 12px;
	margin: 0 auto;
}

.banner {
	height: 700px;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

.banner .pc img {
	width: 1920px;
	height: 700px;
	max-width: inherit;
	max-height: inherit;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

.banner .m img {
	width: 7.5rem;
	height: 5rem;
	max-width: inherit;
	max-height: inherit;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

/*主要页面容器相关*/
.page-container {
	min-width: 1200px;
}

.container {
	margin: 0 auto;
	position: relative;
	min-width: 1200px;
}

.container::before {
	content: " ";
	display: table;
}

.bg-max-container {
	max-width: 1920px;
	margin: 0 auto;
	background-color: #fff;
}



@media (max-width: 768px) {

	body,
	ul,
	li,
	input,
	img,
	a,
	dl,
	dt,
	dd,
	textarea,
	button,
	input,
	select {
		font-size: 0.28rem;
	}

	.show-lg {
		display: none;
	}

	.show-xs {
		display: block;
	}

	::-webkit-scrollbar {
		width: 0px;
		height: 0px;
		background: transparent;
	}

	.block {
		padding-top: 10px;
	}

	.page-container {
		min-width: auto;
		background: #fff;
	}

	.container {
		margin: 0 0.25rem;
		width: auto;
		min-width: auto;
	}

	.bg-max-container {
		padding: 0.2rem 0;
	}

	.banner {
		height: 5rem;
		max-width: 7.5rem;
	}


	.font-lg,
	.font-lg a {
		font-size: 0.34rem;
	}

	.font-md,
	.font-md a {
		font-size: 0.28rem;
	}

	.font-sm,
	.font-sm a {
		font-size: 0.24rem;
	}
}


.zyzg_list {
	width: 100%;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 30px;
	background-color: #FFFFFF;
}

.zyzg_list ul {
	padding: 40px 45px;
	color:#d80c18;
}

.zyzg_list ul li {
	height: 66px;
	line-height: 66px;
	margin: 5px 0;
	background: url(../img/list_bar.png) no-repeat bottom center;
	padding-left: 20px;
	text-align: left;
	border-bottom:1px solid #ccc;
}

.zyzg_list ul li a {
	height: 66px;
	margin-left: 10px;
	display: block;
	font-weight: bold;
	color: #244c7c;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width:1000px;

}


.zyzg_list ul li a{
	text-decoration: none;
}

.zyzg_list .more {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	color: #044b86;
}

.zyzg_list .more a {
	color: #044b86;
}
.date{
	float:right;
	color:#666;
}







@media (max-width: 768px) {
	.zyzg_list {
	
		padding: 0;

	}

	.zyzg_list ul {
		padding: 0 .2rem;
	
	}

	.zyzg_list ul li {
		position: relative;
		height:1rem;
		line-height: 1rem;
		margin: 5px 0;
		background: url(../img/list_bar.png) no-repeat bottom center;
		padding-left: .2rem;
		background-size: contain;

		width:100%;
	}

	.zyzg_list ul li a {
		overflow: hidden;
		width: 100%;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-left: .1rem;
	}

	.date{
		display:none;
	}
	

}