@charset "utf-8";

/*topicsIndex*/
#topicsIndex {
	width: 100%;
	margin: 0 0 50px 0;
	background: url(../img/bg_01.png) repeat-x top;
}
#topicsIndex h3 {
	width: 980px;
	margin: 0 auto 25px;
}
#topicsIndex h4 {
	margin: 0 auto 40px;
}
#topicsIndex ul {
	min-height: 150px;
	padding: 0 0 0 70px;
}
#topicsIndex ul li {
	float: left;
	width: 440px;
	margin: 0 15px 30px 0;
	font-size: 16px;
	line-height: 20px;
}

/*topicsDetail*/
#topicsDetail {
	width: 100%;
	margin: 0 0 50px 0;
	background: url(../img/bg_03.png) repeat-x top;
}
#topicsDetail .title {
	width: 980px;
	height: 250px;
	margin: 0 auto 50px;
	background: url(../img/bg_02.png) no-repeat;
}
#topicsDetail .title p {
	padding: 35px 0 0 0;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	line-height: 20px;
}
#topicsDetail .title h3 {
	padding: 42px 0 0 0;
	color: #000;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
}
#topicsDetail .title h3 strong {
	font-size: 30px;
	font-weight: bold;
	line-height: 60px;
}
#topicsDetail .news2 {
	float: left;
	width: 500px;
	height: 470px;
	margin: 0 0 30px 0;
	background: #F2F2F2;
}
#topicsDetail .news2 h4 {
	padding: 22px 0 20px 25px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
#topicsDetail .news2 ul {
	padding: 0 20px 0 25px;
}
#topicsDetail .news2 ul li {
	margin: 0 0 8px 0;
	color: #464646;
	font-size: 14px;
	line-height: 20px;
}
#topicsDetail .news2 ul li img {
	margin: 0 5px 1px 0;
}
#topicsDetail .strength2 {
	float: right;
	width: 450px;
	height: 470px;
	margin: 0 0 30px 0;
	background: #F2F2F2;
}
#topicsDetail .strength2 h4 {
	padding: 22px 0 20px 25px;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
}
#topicsDetail .strength2 dl {
	padding: 0 20px 0 25px;
}
#topicsDetail .strength2 dl dt {
	margin: 0 0 8px 0;
	color: #E67F80;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#topicsDetail .strength2 dl dd {
	margin: 0 0 15px 0;
	color: #464646;
	font-size: 14px;
	line-height: 20px;
}
#topicsDetail .message {
	clear: both;
	margin: 0 0 30px 0;
}
#topicsDetail .message h4 {
	float: left;
	width: 680px;
	margin: 0 0 20px 0;
	color: #E67F80;
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
}
#topicsDetail .message .pic {
	float: right;
	width: 270px;
	color: 
	color: #464646;
	font-size: 14px;
	line-height: 26px;
}
#topicsDetail .message .pic img {
	margin: 0 0 15px 0;
}
#topicsDetail .message .text {
	float: left;
	width: 680px;
	color: #464646;
	font-size: 14px;
	line-height: 26px;
}
#topicsDetail .data {
}
#topicsDetail .data h4 {
	float: left;
	width: 650px;
	margin: 0 0 16px 0;
	color: #52B231;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
}
#topicsDetail .data .pic {
	float: right;
	width: 300px;
}
#topicsDetail .data dl {
	float: left;
	width: 650px;
}
#topicsDetail .data dl dt {
	width: 130px;
	color: #000;
	font-size: 15px;
	line-height: 26px;
}
#topicsDetail .data dl dd {
	margin: -26px 0 0 130px;
	color: #000;
	font-size: 15px;
	line-height: 26px;
}
