* {margin:0;padding:0;}
html {
    background:#efefef;
}
body {
    width:100% ;
    font-size:0;
    background:#efefef;
    font-family: '微软雅黑', '宋体';
}
a {color: #333;}
a:hover{text-decoration:none;}
ul{margin:0;list-style:none;}
h5{margin:0;font-size:16px;font-weight:bold;color:red;margin:20px auto;}
.container{
	width:100%;
	height:auto;
	padding:0;
	text-align:center;
	font-size:14px;
}
.top{
	width:100%;
	height:425px;
}
.main{
	width:1000px;
	margin:20px auto;
	padding:0;
	height:auto;
	background:#fff;
	border-radius:5px;
	box-shadow:0 2px 5px #dedede;
}
.row { margin:0; padding:0;}
.row .col-md-12 {padding:0;}
.container .title{
	margin:0;
    height:60px;
    padding-left:20px;
    font-size:16px;
    line-height:60px;
    color:#fff;
    border-radius:5px 5px 0 0;
    text-align: left;
    background:#0f9591;
    border-top:1px solid #fff;
    
}
.container .main .title a {
	color: #fff;
}
.container .main .title a:hover {
	color:red;
}
.container .mainr h3 a {
	color: #fff;
}
.container .main h3 {
	margin:40px 0 30px;
	font-weight:bold;
	text-align:center;
	color: red;
	font-family: '微软雅黑', '宋体';
	
}
.row .col-md-12 .row {
	margin: 0;
	width:80%;
	margin:0 auto;
}
.col-md-3 {
	float: left;
	width: 25%;
	*width: 24.5%;
	height: 40px;
	padding: 0 1px;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	border-bottom:1px solid #ddd;
}
.container .main .con {
	font-size: 15px;
	line-height: 28px;
	text-align: center;
	min-height:200px;
	_height:200px;
}
.container .main .con p {
	text-indent: 2em;
}
.container .main .con .text{
	min-height:400px;
	padding:10px 40px;
}
.container .main .con .images {
	text-align:center;
}
.container .main .con .images img {
	max-width: 800px;
	width: 600px;
	height: 400px;
	margin: 20px auto;
}
.container .main .con p {
	text-align: justify;
	text-justify: inter-ideograph;
}
.container .fujian {
	padding:10px 30px;
	text-align: left;
}
#detail {
	min-height: 330px;
	height:auto;
	padding:10px 30px;
	text-align:left;
}
table{
	margin:0 auto;
}
.share {
	height: 70px;
	padding: 20px 0 0 745px;
	background:#fafafa;
	border-top:1px dashed #ccc;
	border-radius:0 0 5px 5px;
}
.share span{
	float:left;
}
.share a{
	float:left;
	margin:0 3px 0 0;
}
.share a img{
	width:24px;
	height:24px;
}
.breadcrumb .active {
	background: none;
}
.foot {
	width: 100%;
	margin: 15px auto 0;
}
.container .main .con td p {
	text-indent: 0;
}
/*社区建设的样式*/
.sqjs{
	min-height:500px;
	height:auto;
	
}
.sqjs-name{
	height:200px;
	margin:20px 20px 10px;
	background:#efefef;
	border:1px solid #ccc;
	padding:20px 0 20px 30px;
}
.sqjs-name ul li{
	float:left;
	width:13%;
	line-height:30px;
	font-size:14px;
	text-align:left;
	padding-left:12px;
	margin-right:12px;
	background:url(../../img/style.gif) no-repeat 0 center;
}
.selected{
	color:red;
}
.sqjs-con{
	margin:0 20px 20px;
	padding:20px;
}
.sqjs-con p{
	text-indent:2em;
	text-align:left;
	font-size:14px;
	line-height:32px;
}
table{
	width:100%;
}




.t1{
	width:90%;
	height:40px;
	margin:20px auto 0;
	line-height:40px;
	text-align:left;
	text-indent:1em;
	background:#d6ebea;
	border:1px solid #7dbfbd;
}
.con1{
	border:1px solid #7dbfbd;
	border-top:0;
	width:90%;
	margin:0 auto;
	padding:20px;
	text-align:left;
	text-indent:2em;
}
.replay{
	margin-bottom:20px;
}
.question {
    font-family: "微软雅黑";
    font-size: 15px;
    line-height: 28px;
    min-height: 400px;
    padding: 20px;
}
.question p {
    margin: 10px;
    text-align: justify;
    text-indent: 2em;
}
.question p label {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 5px;
}
.question input {
    margin-left: 50px;
	margin-right:5px;
}
.question textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 100px;
    margin-left: 50px;
    margin-top: 10px;
    width: 80%;
}