@charset "utf-8";
/* CSS Document */
.center{
	width:1200px;
	padding:15px 0;
}
.left{
	float:left;
	width:240px;
}
.cp_nav{
	background:#F9F9F9;
	padding-bottom:10px;
}
.left h3{
	height:47px;
	line-height:40px;
	background:url(../img/cpttbg.png) no-repeat;
	font-size:20px;
	text-align:center;
	color:#fff;
}
.cp_nav li{
	height:38px;
	line-height:38px;
	border-bottom:1px double #E7E7E7;
}
.cp_nav li a{
	display:block;
	padding-left:25px;
	height:38px;
	line-height:38px;
	font-size:13px;
	background:url(../img/cp_li.gif) no-repeat 8px center;
}
.cp_nav .sub_l_com{
	display:none;
}
.cp_nav .sub_l_com dd{
	padding-left:25px;
	line-height:26px;
	font-size:14px;
}
.left .l_lx{
	padding-top:20px;
	padding-bottom:50px;
}

.right{
	float:right;
	width:930px;
	padding-bottom:40px;
}
.right .h_tit{
	height:28px;
	border-bottom:1px solid #ECECEC;
	line-height:28px;
}
.right .h_tit span{
	float:left;
	font-size:16px;
	padding-right:35px;
	background:url(../img/tt_bg.png) no-repeat left bottom;
	display:block;
	line-height:24px;
	padding-bottom:4px;
	padding-left:2px;
}
.right .h_tit .m{
	float:right;
	display:block;
	font-family:"宋体";
}
.right .commm{
	padding:12px 0 40px;
	line-height:1.9;
	overflow:hidden;
}
.right .commm img ,.right .commm table{
	max-width:100% !important;
	height:auto !important;
}
.cp_list{
	overflow:hidden;
	padding-top:18px;
	padding-bottom:12px;
}
.cp_list ul{
	width:108%;
}
.cp_list ul li{
	float:left;
	margin-right:22px;
	width:216px;
	height:250px;
	display:inline;
}
.cp_list ul li .img{
	width:214px;
	height:198px;
	border:1px solid #E6E6E6;
	background:#F1F1F1;
	overflow:hidden;
}
.cp_list ul li p{
	text-align:center;
	padding-top:6px;
	line-height:18px;
	text-align:center;
	font-size:14px;
}
.cp_list ul li a:hover .img{
	border:1px solid #F00;
}
.new_list{
	padding:8px 0 15px;
}
.new_list li{
	height:40px;
	line-height:40px;
	border-bottom:1px dashed #656565;
	font-size:14px;
}
.new_list li a{
	display:block;
	color:#656565;
}
.new_list li a span{
	float:right;
}
.new_list li a:hover{
	color:#FFA100;
}

.art_tit{
	font-size:20px;
	text-align:center;
	padding:7px 0 20px;
}

.art_pn{
	padding-top:40px;
	padding-bottom:30px;
	line-height:24px;
}

.art_top{
	font-size:15px;
	padding-bottom:26px;
	text-align:left !important;
}

.art_top table td{
	padding:3px 0px;
	text-align:left;
}

/*-------分页样式-------*/

.quotes {
    clear: both;
    margin: 3px;
    padding: 3px;
    text-align: center;
}
.quotes ul li {
    border: 1px solid #CCCCCC;
    color: #666666;
    display: inline;
    margin-right: 4px;
    padding: 4px 7px;
    text-decoration: none;
}
.quotes .thisclass {
    background: #CCCCCC;
}

