﻿.contentMain .warp{
	padding: 20px 0;
	min-height: 600px;
}
.contentMain .warp .navBarMenu{
	float: left;
	width: 200px;
	margin-left: 20px;
	text-align: center;
}
.contentMain .warp .navBarMenu dt{
	background: url(../images/lmBg.png) no-repeat center;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}
.contentMain .warp .navBarMenu dd{
	border-bottom: 1px solid #ddd;
}
.contentMain .warp .navBarMenu dd a{
	display: block;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	background: #f6f6f6;
	color: #333;
}
.contentMain .warp .navBarMenu dd a:hover{
	color: #CC9966;
	font-weight: 500;
}
.contentMain .warp .contentWarp{
	float: left;
	width: 980px;
}
.contentMain .warp .contentWarp .banner{
	margin: 0 20px;
	padding-bottom: 20px;
}
.contentMain .warp .contentWarp .banner img{
	width: 100%;
}
.contentMain .warp .contentWarp .columnTitle{
	margin: 0 20px;
	border-bottom: 1px solid #ccc;
}
.contentMain .warp .contentWarp .columnTitle h3{
	float: left;
	padding: 0 10px;
	font-size: 20px;
	height: 38px;
	line-height: 34px;
	border-bottom: 4px solid #cc9966;
	margin-bottom: -1px;
}
.contentMain .warp .contentWarp .columnTitle .location{
	float: right;
	color: #888;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
}
.contentMain .warp .contentWarp .columnTitle .location a{
	color: #888;
}
.contentMain .warp .contentWarp .columnTitle .location a:hover{
	color: #CC9966;
}
.contentMain .warp .contentWarp .picList{
	padding: 10px 5px;
}
.contentMain .warp .contentWarp .picList li{
	float: left;
	width: 25%;
	padding: 10px 15px 0;
	text-align: center;
}
.contentMain .warp .contentWarp .picList li a{
	display: block;
	color: #696969;
	overflow: hidden;
}
.contentMain .warp .contentWarp .picList li .pic{
	border: 1px solid #aaaaaa;
	overflow: hidden;
	font-size: 0;
}
.contentMain .warp .contentWarp .picList li a:hover .pic{
	border: 1px solid #CC9966;
}
.contentMain .warp .contentWarp .picList li .pic img{
	width: 100%;
}
.contentMain .warp .contentWarp .picList li .text{
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*列表页*/
.contentMain .warp .contentWarp .list{
	padding: 15px 20px;
}
.contentMain .warp .contentWarp .list li{
	
	color: #666;
}
.contentMain .warp .contentWarp .list li a{
	height: 36px;
	line-height: 36px;
	padding-left: 20px;
	background: url(../images/newsDian.png) no-repeat left center;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	color: #333;
}
.contentMain .warp .contentWarp .list li a:hover{
	color: #CC9966;
}
.contentMain .warp .contentWarp .list li .date{
	height: 36px;
	line-height: 36px;
	float: right;
}
.contentMain .warp .contentWarp .list li.list5n{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #dadada;
}
/*翻页*/
.contentMain .warp .contentWarp .page{
	height: 60px;
	font-size: 14px;
	text-align: center;
	padding-top: 30px;
}
.contentMain .warp .contentWarp .list .page{
	height: 132px;
	padding-top: 52px;
}
.contentMain .warp .contentWarp .page a, .contentMain .warp .contentWarp .page span, .contentMain .warp .contentWarp .page input {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 24px;
    line-height: 18px;
    border: 1px solid #ddd;
}
.contentMain .warp .contentWarp .page table{
	text-align: center;
	margin: 0 auto;
}
/*单片正文*/
.contentMain .warp .contentWarp .text_content{
	padding: 10px 40px 40px;
}
.contentMain .warp .contentWarp .text_content h4.title{
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #333;
}
.contentMain .warp .contentWarp .text_content p{
	color: #666;
	font-size: 15px;
	line-height: 26px;
	text-indent: 2em;
}
/*内容页*/
.contentMain .warp .contentWarp .newsContent{
	padding: 20px 40px;
}
.contentMain .warp .contentWarp .title{
	text-align: center;
	border-bottom: 1px dashed #dadada;
}
.contentMain .warp .contentWarp .title h4{
	line-height: 36px;
	font-size: 20px;
	color: #333;
}
.contentMain .warp .contentWarp .title h5{
	line-height: 30px;
	font-size: 16px;
	color: #888;
}
.contentMain .warp .contentWarp .title .messages{
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	color: #666;
}
.contentMain .warp .contentWarp .title .messages span{
	display: inline-block;
	margin: 0 5px;
}
.contentMain .warp .contentWarp .content{
	padding: 20px;
}
.contentMain .warp .contentWarp .content p{
	padding: 10px 0;
	color: #666;
	font-size: 15px;
	line-height: 26px;
	text-indent: 2em;	
}
.contentMain .warp .contentWarp .content p img{
	width: 70%;
}