@charset "utf-8";
/* CSS Document */

.news_wrap {
	text-align:left;
	padding:0 42px 55px 42px;
}
.news_area {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
.news_inner {
}
#divRss {
	padding-top:60px;
}

.newslist li {
	background:url(../img/news/sub_news.png) center bottom no-repeat;
	padding:10px 80px 20px 150px;
	line-height:1.5em;
}
.newslist li p {
	font-size:20px;
	font-weight:bold;
	word-break:break-all;
}
.newslist li p a {
	color:#E00B75;
	text-decoration:none;
	word-break:break-all;
}
.newslist li p span {
	color:#C2AF24;
	font-size:14px;
}
.news_detail .itemDate {
	color:#C2AF24;
	font-size:14px;
	padding:0 80px 0 150px;
	line-height:1.5em;
	font-weight:bold;
}
.news_detail .itemTitle {
	color:#E00B75;
	background:url(../img/news/sub_news.png) center bottom no-repeat;
	padding:20px 80px 30px 150px;
	line-height:1.5em;
	font-size:20px;
	font-weight:bold;
	margin-top:-20px;
	word-break:break-all;
}
.news_detail .itemContent {
	line-height:1.5em;
	padding:5px 50px 0;
}
.news_detail .itemContent img {
	margin:0 auto;
}
.news_bottom {
	margin:30px auto 10px;
	text-align:center;
	word-break:break-all;
}
.newsLoader {
	margin:30px 0 30px 480px;
}
pre {
    /* Mozilla */
    white-space: -moz-pre-wrap;
    /* Opera 4-6 */
    white-space: -pre-wrap;
    /* Opera 7 */
    white-space: -o-pre-wrap;
    /* CSS3 */
    white-space: pre-wrap;
    /* IE 5.5+ */
    word-wrap: break-word;
}
