*{
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
a{
	text-shadow:none;
	text-decoration: none;
}
header{
	height: 40px;
	margin-top: 0px;
	background: #275795;
	position: relative;
}
/** header **/
.ui-bar-a{
	background: #1A4D8F;
}

header a{
	text-decoration: none;
	height: 40px;
}
header .header_title{
	margin: 0px 80px;
	line-height: 40px;
	text-align: left;
	color: white;
	font-size: 16px;
	font-weight: normal;
	text-shadow:none;
}

header .ui_header_back{
	width:80px;
	height: 50px;
	position: absolute;
	background-image: url(./../img/common/common_btn_back.png);
	left: 10px;
	top: 10px;
	background-repeat: no-repeat;
}
#top .center_{
	max-height: 70px;
	width: 100%;
}
.ui-btn-right{
	font-size: 16px;
	font-weight: normal;
	width: 80px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-left: 2px solid #01306E;
	line-height: 40px;
	text-align: center;
	color: white;
}
.ui-btn-right:hover{
	color: white;
}



article {
	background-image: url(./../img/common/bg.jpg);
}

/** display title**/

#display_title{
	height:57px;
	background:url(../img/list_page/title_new.png);
	line-height:57px;
	font-size:18px;
	text-indent:16px;
	color:#1660a1;
  	font-family: "Microsoft YaHei","WenQuanYi Micro Hei",SimHei,tohoma,sans-serif;
  	text-shadow:none;
  	font-weight:40;
}

#container{
	padding: 5px 5px 0px 5px;
}
