@charset "utf-8";

ul ,p{
	margin:0;
	padding:0;
	list-style-type:none;
}
img {
	border:none;
	border:0;
}

.content{
margin:auto;
width:1000px;
margin-top:10px;
	/*background-color: #FFFFFF;*/
margin-bottom:30px;
}
.cLeft{
	
	background: rgba(218, 185, 146,0.4);/*#FFFFFF;*/

    width: 190px;
    margin-right:10px;
    padding:10px;
    float:left;
    display: block;
}
.cLeft li{
	height:30px;
	line-height:30px;
	font-size:16px;
	text-align:center;
}
.cRight{
	margin-left:10px;
	background: white;//rgba(218, 185, 146,0.4);
/*#FFFFFF;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000', endColorstr='#7f000000', GradientType=0) alpha(opacity=100);*/

	display: block;
	float:left;
	width: 750px;
	padding:10px;
}


.menuNav{
    float: right;
    margin: 14px;
    font-size: 1.17em;
}
.menuNav li{
	display:inline;
	
}
 .clearfix:after,.clearfix:before{
        content: "";
        display: table;
    }
    .clearfix:after{
        clear: both;
    }
    .clearfix{
        *zoom: 1;
    }


.content img{max-width:750px} 

.inforbox .infotitle{
	text-align:center;	
}

.inforbox .ftitle{
	text-align:center;	
}

.inforbox .date{
	display:block;
	margin:10px;
	text-align:center;	
}
.info_con{
	margin-bottom:10px;	
}
.infolist li{
	float: left;
	width: 250px;
}
.infolist li img{
	
}


.gj_img{
text-align:center;	
padding:10px 0px 10px 0px;
}

.gj_btn{
	padding:10px 0px 10px 0px;
	text-align:center;	
	width:750px;
}
.gj_btn input{
	width:25px;
}
.gj_btn img{
	position:relative;
	width:24px;
	top:8px;
}

.clist li{
	height:38px;
	line-height:38px;
	font-size:16px;
}
.clist	.ctime{
	float:right;
}

/*page css*/
.page{
	height: 53px;
	float: right;
	padding-top: 10px;
}
.page li{
	height: 38px;
	width: 38px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #ebebeb;
	margin-left: 10px;
	text-align: center;
	line-height: 38px;
	color: #bdbdbd;
}
.page li a{
   display:block;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%; 
	color: #bdbdbd;
}

.page .no{
	background-color: #e91e63;
	color: #fff;
}
.page li a:hover{
	background-color: #e91e63;
	color: #fff;
}
.page .prepage{
	background: url(../images/pre.png);
	border: none;
	height: 40px;
	width: 40px;
}
.page .nextpage{
	background: url(../images/next.png);
	border: none;
	height: 40px;
	width: 40px;
}



