@charset "utf-8";

.portalBanner {
	background-image: url(../images/portalBnrBg.jpg);
	background-repeat: no-repeat;
	padding: 9px;
}
.titleBox {
	font-size: 13px;
	font-weight: bold;
	color: #7EB31A;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 8px;
	float: left;
}
.line-dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #77BF1F;
}

.infoBox {
	font-size: 13px;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: left;
}
.infoBox a {
	color: #333333;
	text-decoration: none;
}
.infoBox a:hover {
	text-decoration: underline;
}
.infoBox .pink {
	color: #FF3366;
}
/*.more_old {
	float: right;
	margin-top: 10px;
	margin-right: 8px;
}*/
.more {
	float: right;
	margin-right: 8px;
	font-size: 14px;
}
.topInfo {
	float: right;
}
.infoBox_2 {
	background-image: url(../images/index/box-02_01.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.wordwrap
{
    word-wrap: break-word;
    -moz-binding: url('wordwrap.xml#wordwrap');
    display: block;
    overflow: auto;
}
.shortWidth { width: 100px; }
