/*新闻列表*/

li {
	list-style: none;
}

img {
	border: none;
}


/* play */

.play {
	width: 1400px;
	height: 390px;
	overflow: hidden;
	position: relative;
	margin: 10px auto 0;
}

.play .text {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
}

.play .text div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	filter: alpha(opacity: 40);
	opacity: 0.4;
	z-index: 99;
}

.play .text span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 60px;
	color: white;
	z-index: 999;
	text-align: center;
	font-size: 20px;
}

.play ol {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 10px;
	z-index: 99999;
}

.play ol li {
	float: left;
	margin-right: 3px;
	display: inline;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 5px 9px;
	color: #fff;
	font-family: arial;
	font-size: 12px;
	border-radius: 100px;
}

.play ol li.active {
	font-weight: bold;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 1);
	position: relative;
}

.play ul {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.play ul li {
	width: 1400px;
	height: 390px;
	float: left;
}

.play ul img {
	float: left;
	width: 710px;
	height: 390px;
}

#next {
	display: block;
	position: absolute;
	top: 38%;
	right: 0;
	width: 20px;
	height: 80px;
	text-align: center;
	color: #fff;
	background: url("../images/xinwen/newslist/right.png");
	z-index: 999;
	line-height: 50px;
	text-decoration: none;
}

#prev {
	display: block;
	position: absolute;
	top: 38%;
	left: 0;
	width: 20px;
	height: 80px;
	text-align: center;
	background: url("../images/xinwen/newslist/left.png");
	z-index: 999;
	line-height: 50px;
	text-decoration: none;
}

#prev:hover .prevImg,
#next:hover .nextImg {
	display: block;
}

.prevImg {
	height: 54px;
	width: 80px;
	position: absolute;
	background: url("../images/xinwen/newslist/left.png");
	top: 0;
	left: 30px;
	display: none;
}

.nextImg {
	height: 54px;
	width: 80px;
	position: absolute;
	background: url("../images/xinwen/newslist/right.png");
	top: 0;
	right: 30px;
	display: none;
}

.nl_img:hover {
	transform: scale(1.1);
}

.nl_title:hover {
	color: #C30431;
}

.nl_time1 {
	width: 300px;
	float: left;
}

.nl_time1_img1 {
	width: 25px;
	height: 30px;
	float: left;
}

.nl_time2 {
	width: 150px;
	height: 30px;
	float: left;
}

.nl_time2_img1 {
	width: 25px;
	height: 16px;
	float: left;
	margin-top: 5px;
}


/*新闻详情页*/

.nd_top {
	width: 100%;
	height: 210px;
	background: url("../images/xinwen/details/banner.jpg") no-repeat;
	background-position: center 0;
	margin: 0 auto;
}

.ndt_title {
	letter-spacing: 4px;
	width: 120px;
	height: 50px;
	margin: 0 auto;
	font-size: 26px;
	padding-top: 40px;
	color: white;
}

.ndt_desc {
	width: 300px;
	height: 50px;
	margin: 0 auto;
	color: white;
	font-size: 18px;
	margin-top: 5px;
}

.nd_content {
	display: block;
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	margin-top: 50px;
	height: auto !important;
	min-height: 850px;
}

.ndc_left {
	width: 900px;
	height: inherit;
	float: left;
	margin-right: 70px;
}

.ndc_right {
	width: 430px;
	height: inherit;
	float: right;
}

.ndc_title {
	text-align: center;
	font-size: 24px;
	padding-bottom: 50px;
}

.ndc_author {
	color: #77838e;
	font-size: 15px;
	width: 900px;
	height: 20px;
	position: relative;
}

.author {
	float: left;
	width: 150px;
	padding-left: 20px;
}

.source,
.time {
	float: left;
	width: 200px;
}

.visitor {
	float: right;
	width: 200px;
}

.visitor1 {
	float: right;
	line-height: 15px;
}

.visitor2 {
	float: right;
	width: 21px;
	padding-right: 5px;
}

.time1 {
	float: left;
	width: 21px;
	padding-right: 5px;
}

.time2 {
	line-height: 16px;
}

.title_line {
	position: absolute;
	top: 23px;
}

.ndc_recommend {
	width: 100px;
	height: 36px;
	background-color: #C30431;
	color: white;
	font-size: 15px;
	text-align: center;
	line-height: 36px;
}

.red_line {
	border: 1px solid #C30431;
}

.title_list {
	width: 430px;
}

.ndc_right a {
	text-decoration: none;
	color: black;
}

.title_list ul {
	list-style: none;
	padding-left: 20px;
	padding-top: 10px;
}

.title_list ul li {
	list-style-type: disc;
	color: #C30431;
	padding-bottom: 10px;
	padding-top: 10px;
}

.title_list ul li span {
	color: black;
}

.title_list ul li label {
	text-align: right;
	color: #77838e;
	float: right;
}

.zu5,
.zu6 {
	width: inherit;
	padding-bottom: 30px;
	padding-top: 30px;
}
.zu5 img,
.zu6 img{
	width: 325px;
	height:176px;
}
.ndc_details {
	padding-top: 50px;
	width: 900px;
	height: 100%;
	overflow-x: hidden;
	color: #3c3c3c;
	line-height: 28px;
}

.ndc_a:hover {
	color: #C30431;
}

.ndc_img:hover {
	transform: scale(1.1);
}