﻿ul {

	margin: 0;

	list-style: none;

	padding: 0;

}
.clearfix {

	zoom: 1;
	min-width: 1200px;

}

.clearfix:before,
.clearfix:after {

	display: table;

	line-height: 0;

	content: "";

}

.clearfix:after {

	clear: both;

}

.container {

	/* padding: 0 15px; */

	width: 1200px;

	margin: 0 auto;

}
.main {
	/* background-color: #fff; */
	padding: 20px;
	/* margin-left: 180px; */
	height: auto;
	position: relative;
}

.ct2-sd {
	float: left;
	width: 260px;
	position: absolute;
	top: 20px;

}

.ct2-mn {
	float: left;
	width: 880px;
	margin-left: 250px;
	background-color: #fff;
	padding: 14px;
	box-sizing: border-box;

}

.ct2-sd .panel {
	background-color: #f6f6f6;
	border: 0;
}
.news-wrap {
	margin-top: 20px;

	padding: 30px 40px;

}
.news-title {
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: center;
}

.news-title h1 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}

.news-title p {
	margin: 15px 0 0;
	font-size: 0;
	
}

.news-title p span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999;
	margin: 0 5px;
}
.news-title p span:first-of-type{
	margin-left: -150px;
}
.news-content {
	line-height: 1.8;
}

.news-content img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}
.panel-sd {
	margin-bottom: 20px;
	/* background-color: #f6f6f6; */
}

.panel-sd:last-child {
	margin-bottom: 0;
}

.panel-sd .tit {
	width: 200px;
	height: 68px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 44px;
	background-image: url(./images/zuo.png);
	background-size: 100%;
	padding: 15px 0;

}

.panel-sd .tit span {

	display: block;

	text-transform: uppercase;

	font-size: 14px;

	color: #b5d9ff;

}

.lanmu {
	width: 200px;
	background-color: #ebebeb;
}

.lanmu li:hover {
	background-color: #B0121D;
}

.lanmu li {

	/* border-bottom: 1px dotted #ddd; */
	text-align: center;

}

.lanmu li:last-child {

	border-bottom: 0;

}

.lanmu li>a {

	display: block;

	line-height: 44px;

	padding: 10px 0 10px 0px;

	font-size: 18px;
	background-color: #fff;

}

.lanmu li .arr {

	float: right;

	height: 45px;

	width: 40px;

	position: relative;

	cursor: pointer;

}

.lanmu li .arr:after {

	content: '';

	border-top: 2px solid #ccc;

	border-left: 2px solid #ccc;

	box-sizing: content-box;

	display: block;

	width: 8px;

	height: 8px;

	margin: auto;

	position: absolute;

	top: 0;

	bottom: 0;

	-webkit-transform: rotate(135deg);

	transform: rotate(135deg);

	right: 15px;

}

.lanmu-box {

	display: none;

}

.lanmu-box p {

	margin: 0;

	border-top: 1px dotted #ddd;

	padding-left: 15px;

}

.lanmu-box p a {

	padding: 0 25px;

	display: block;

	line-height: 40px;

}

.lanmu li>a:hover,
.lanmu li.active>a {

	color: #000;
	/* font-weight: bold; */
	background-color: #FFEEEF;

}
.lanmu li>a{
	color: #333;
}

.lanmu li.open .lanmu-box {

	display: block;

}

.lanmu li.open .arr:after {

	-webkit-transform: rotate(225deg);

	transform: rotate(225deg);

}
.position {

	padding: 0 0 15px 30px;
	margin-bottom: 15px;
	float: right;
	background: url(./images/location_Yz_ic.gif) no-repeat 0 0;

}

.position2 {
	/* border-bottom: 2px solid #d6d6d6; */
	/* margin-bottom: 20px; */
}

.position2:before,
.position2:after {

	display: table;

	line-height: 0;

	content: "";

}

.position2:after {

	clear: both;

}

.list-3 {

	border-bottom: #dadada dashed 1px;

	margin-bottom: 20px;

	padding-bottom: 20px;

}

.list-3 li {
	padding: 10px;
	border-bottom: 1px dotted #d6d6d6;
}

.list-3 li a {

	display: block;

	line-height: 36px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	font-size: 16px;
	background: url(./images/xuo.png) no-repeat left 10px center;
	/* background-size: 7px 7px; */
	padding-left: 40px;
	color: #000;


}

.list-3 li:hover span {
	color: #B0121D;
}

.list-3 li span {

	float: right;

	color: #999;

}

.list-3 .line {

	border-bottom: #dadada dashed 1px;

	margin-bottom: 20px;

	padding-bottom: 20px;

}

.bordernone {

	border-bottom: none;

}
.ab_pages {
	clear: both;
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	overflow: hidden
}

.ab_pages ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0
}

.ab_pages ul a {
	color: #555;
	display: block;
	padding: 2px 10px;
	border: 1px solid #ddd;
	float: left;
	margin: 0 5px;
}

.ab_pages ul a.page-num-current {
	background: #ddd;
}

