body {
	background-color: #FFFFFF;
}

/* 头部图 */
.big-img img {
	width: 100%;
	/* height: 600px; */
	margin-bottom: 30px;
}

/* 专题摘要 */
.special {
	width: 1200px;
	height: 200px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.35);
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
	padding-top: 25px;
	box-sizing: border-box;
}

.special h1 {
	width: 99px;
	height: 42px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	margin: 0 auto;
}

.special p {
	width: 1091px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	margin: 0 auto;
	text-align: left;
    text-indent:2em;
	margin-bottom:14px;
}

/* 选项卡 */
.xuan {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}

/* 本例子css */
.slideTxtBox {
	width: 100%;
	text-align: left;
}

.slideTxtBox .hd {
	width: 1200px;
	height: 30px;
	line-height: 30px;
	position: relative;
	border-top: 2px solid #085BC0;

}

.header-title {
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-top: 2px solid #EAEAEA;
	position: relative;
}

.header-title-left {
	float: left;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 42px;
	margin-left: 10px;
}

.add li{
	border-bottom: 1px solid #CCCCCC;
	width:31%;float:left;
margin-left:1%;
margin-right:1%;
	line-height:36px;
    overflow: hidden;  
    display: -webkit-box;  
    -webkit-line-clamp: 1; /* 显示的行数 */  
    -webkit-box-orient: vertical;  
    text-overflow: ellipsis;
	margin-bottom:12px;
	margin-top:12px;

}
.add li a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	cursor: pointer;
}



.header-title-rigth {
	float: right;
	line-height: 40px;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	top: 4px;
	height: 32px;
}

.slideTxtBox .hd ul li {
	float: left;
	width: 100px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #666666;
}

.slideTxtBox .hd ul li a {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	width: 100%;
	border-left: 1px solid #000000;
}

.slideTxtBox .hd ul li:last-child a{
	padding-left: 5px;
}

.slideTxtBox .hd ul li:first-child a {
	border-left: none;
}

.slideTxtBox .hd ul li.on {
	width: 135px;
}

.slideTxtBox .hd ul li.on a {
	height: 18px;
	color: #085BC0;
	font-weight: bold;
	font-size: 20px;
}

.slideTxtBox .bd ul {
	padding-top: 10px;
	zoom: 1;
	width: 1200px;
	overflow: hidden;
}
