/*方案首页内容*/

.columnTitle{
	display: block;
	margin: 55px 0 21px 0;
}
.columnTitle h3{
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	float: left;
}
.columnTitle a{
	text-align: right;
	color: #6E6C6C;
	float: right;
	right: 0;
}
.classicList .imgList li a {
	display: inline-flex;
}
.classicList .imgList li a:hover{
	text-decoration: none;
}
.classicList .imgList li a:hover h3{
	color: #F26B17
}
.classicList .imgList li a img{
	width: 280px;
	height: 164px;
}
.classicList .imgList li a h3{
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #222;
	padding-left: 18px;
}
.classicList .imgList li a p{
	font-size: 14px;
	color: #6E6C6C;
	padding-left: 18px;
	line-height: 21px;
}
.TextList{
	margin-top: 23px;
}
.TextList li a{
	display: flex;
	justify-content: space-between;
}
.TextList li a:hover{
	text-decoration: none;
}
.TextList li a:hover h3{
	color: #F26B17
}
.TextList li a h3{
	font-size: 14px;
	font-weight: normal;
	color: #6E6C6C;
	line-height: 2em;
}
.TextList li a div{
	padding-left: 50px;
	background: url(/skins/default/img/common/hits.png) 7px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: normal;
	color: #6E6C6C;
	line-height: 2em;
}
.homeList .imgList li {
	height: 301px;
}
.homeList .imgList li a {
	position: relative;
}
.homeList .imgList li a:hover{
	text-decoration: none;
}
.homeList .imgList li a:hover h3{
	color: #F26B17;
}
.homeList .imgList li a img{
	position: absolute;
	display: block;
	width: 590px;
	height: 310px;
	top: 0;
	left: 0;
}
.homeList .imgList li a h3{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin:280px 0 0 15px;
}
.newList {
	margin-left: 0;
	margin-right: 0;
}
.newList .imgList li{
	margin-bottom: 36px;
}
.newList .imgList li a {
	display: inline-flex;
}
.newList .imgList li a:hover{
	text-decoration: none;
}
.newList .imgList li a:hover h3{
	color: #F26B17
}
.newList .imgList li a img{
	width: 210px;
	height: 134px;
}
.newList .imgList li a h3{
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #222;
	padding-left: 18px;
}
.newList .imgList li a p{
	font-size: 14px;
	color: #6E6C6C;
	padding-left: 18px;
	line-height: 21px;
	line-height: 2em;
}
.newList .imgList li a .hits{
	display: flex;
	justify-content: space-between;
	color: #6E6C6C;
}
.newList .imgList li a .hits span {
	margin-left: 18px;
	padding-left: 40px;
	background: url(/skins/default/img/common/hits.png) 3px;
	background-repeat: no-repeat;
}
.newList .navList{
	border: 2px solid #14B5C8;
	padding: 0;
	text-align: center;
}
.newList .navList .head{
	background-color: #14B5C8;
	color: #fff;
}
.newList .navList .head h3{
	font-size: 30px;
	padding-top: 18px;
	font-weight: bold;
}
.newList .navList .head h4{
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 8px;
}
.newList .navList li{
	height: 37px;
	margin-bottom: 21px;
	padding-left: 65px;
	text-align: left;
	background: url(/skins/default/img/common/list.png) 15px 0px;
	background-repeat: no-repeat;
}
.newList .navList li a{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #6E6C6C;
	line-height: 37px;
}
.newList .navList li a:hover{
	text-decoration: none;
	color: #F26B17;
	font-size: 20px;
}
.newList .navList .cur{
	background-color: #14B5C8;
	background-image: none;
}
.newList .navList .cur a{
	text-decoration: none;
	color: #Fff;
	font-size: 20px;
}
/*详情落地页*/
.subPageContent .title{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #F26B17;
	margin: 30px 0 30px 0;
}
.article {margin-top: 55px;padding-top: 15px;border-top: 1px dashed #ccc}
.article .nav li{cursor: pointer;width: 300px;font-size: 18px;font-weight: bold;}
.article .nav li a{
	color: #14B5C8;
}
.article .nav .active a{
	color: #222;
}
.article .tab-content .tab-pane ul {display: flex;flex-wrap: wrap;margin-top: 15px;margin-bottom: 30px}
.article .tab-content .tab-pane ul li {
	width: 380px;
	margin-right: 15px;
	height: 24px;
	font-size: 14px;
	line-height: 18px;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;}
.article .tab-content .tab-pane ul li a{color: #666}
.article .tab-content .tab-pane ul li a:hover {color: #079CE9;text-decoration-line: none;}