@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration: none;
}
body{
	margin:0;
	padding:0;
	font:12px "微软雅黑",arial;
  	background: url(bzsj_20200218_bg.jpg) no-repeat top #fff;  	
	margin: 0 auto;
}

/* Common */

.pad_b20{
	padding-bottom: 20px!important;
}
.pad_b30{
	padding-bottom: 30px!important;
}
.pad20{
	padding: 20px 0px!important;	
}

/*TRS_Editor*/
.TRS_Editor{
	width: 100%;
	height: auto;
	min-height: 590px;
	overflow: hidden;
}
.TRS_Editor p:nth-of-type(1){
	overflow: hidden;
}

/*banner图（编辑器内第一张图片:居中的文字内容图片）*/
.TRS_Editor p:nth-of-type(1) img{
	width: 980px;
	height: 380px;
	max-width: 980px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

/*封面图（编辑器内图片:十佳对应人物、团队、社区、项目的展示图片）*/
.TRS_Editor p:nth-of-type(2) img{
	width: auto;
	max-width: 800px;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 40px;
	overflow: hidden;
}

.TRS_Editor p img{
	width: auto;
	max-width: 800px;
	height: auto;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

/*简介*/
.TRS_Editor p{
	width: 980px;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	line-height: 29px;
	letter-spacing: 0.6px;
	text-align:justify;
	margin-bottom: 20px;
	display: block;
}
.TRS_Editor p strong{
	background: none;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	color: #f00;
	font-weight: bold;
	line-height: 29px;
	letter-spacing: 0.6px;
	text-align:justify;
	display: inline;
	margin-bottom: 20px;
}

/*标题*/
.TRS_Editor p b{
	width: 980px;
	height: 45px;
	display: block;
	margin: 30px auto;
	background: url(W020191127399311870379.jpg) no-repeat;
	overflow: hidden;
}
.TRS_Editor p b strong{
	font-size: 27px!important;
	color: #000;
	font-weight: bold;
	height: 45px;
	line-height: 45px!important;
	text-align: center!important;
	display: table!important;
	margin: 0 auto;
	padding-left: 15px!important;
	padding-right: 15px!important;
	background: #fff;
	text-indent: 0;
}


/*底部版权*/
.footer{
	background: #de3c3c;
	height: 170px;
	margin-top: 10px;
	overflow: hidden;
}
.footer_con{
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
.footer_left{
  width: 620px;
  height: auto;
  margin: 0 auto;
  padding: 40px 0px;
  padding-right: 50px;    
  display: block;
  float: left;
  overflow: hidden;
}
.footer_left p{
  font-size: 14px;
  color: #fff;
  font-family: "宋体";
  font-weight: normal;
  line-height: 30px;
  text-align: center;
}
.footer_right{
  width: 310px;
  height: auto;
  padding: 40px 0px;
  float: right;  
  overflow: hidden;
}
.footer_right img{
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 6px;
}
.footer_right p{
  font-size: 14px;
  color: #fff;
  font-family: "宋体";
  font-weight: normal;
  text-align: center;
  text-indent: 0; 
}