/* CSS Document */
body {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #ECECEC;
	font-family: "微软雅黑";	
}
a{
	color:#555}

.news_item_bg{
	background-color: #f2f2f2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
	line-height: 35px;
	height: 35px;
	padding-left:5px
	
}
.news_item_bg a{
	/*color: #000;*/
}
.news_item_bg a:hover{
	color: #31689b;
	text-decoration: none;
}

.news_item_bg1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
	line-height: 30px;
	height: 30px;
	padding-left: 15px;
	background-image: url(../images/bg_dot.png);
	background-repeat: repeat-x;
	/*color: #000;*/
}
.news_item_bg1 a{
	/*color: #000;*/
}
.news_item_bg1 a:hover{
	color: #31689b;
	text-decoration: none;
}
.news_item_icon{
	line-height: 30px;
	height: 30px;
	background-image: url(../images/icon.jpg);
	background-repeat: no-repeat;
}
.news-header-title{
	background-image: url(../images/index_3.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	list-style-type: none;
	background-position: left;
	padding-left: 15px;
}

.border-line{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #31689b;
	border-right-color: #d1d1d1;
	border-bottom-color: #d1d1d1;
	border-left-color: #d1d1d1;
}
.top-padding {
	padding-top: 10px;
}

.top-margin {
	margin-top: 10px;
}

.text-black {
	line-height: 1.5;
	color: #000;
}

.text-white {
	line-height: 1.5;
	color: #fff;
}

.bg {
    background-color: #235789;
    margin: 0px;
}
.bg-red {
    background-color: #FF0000;
    margin: 0px;
}
.bg-white {
    background-color: #FFFFFF;
    margin: 0px;
}
.bg-green {
    background-color: #066;
    margin: 0px;
}
.bg-gray {
    background-color: #CCC;
    margin: 0px;
}
.bg-blue {
    background-color: #09F;
    margin: 0px;
}
.bg-yellow1 {
    background-color: #FFCC00;
    margin: 0px;
}
.text-red {
    color: #FF0000;
}
.text-white {
    color: #FFFFFF;
}
.text-green {
    color: #066;
}
.text-blue {
    color:#09F;
}
.text-gray {
    color:#CCC;
}
.text-yellow1 {
    color:#FFCC00;
}

.border {
	border: 1px solid #1f4e83;
	background-repeat: repeat-x;
}