@charset "utf-8";

#infoDetail{
	float:left;
	margin:8px auto;
	width: 780px;	
	border:#C9C9C9 solid 1px;
	padding:1px;
	background:#ffffff
;}
#infoContent{
	border-top:#D8E6FA solid 3px;
	margin:0 5px;
	padding:20px 5px
;}
.contentBox .bt{
	width:780px;
	height:55px;
	margin:0 auto;
	background:#F7F7F7;
	border:#E3E3E3 solid 1px
;}
.contentBox .bt ul{
	height:55px;
	line-height:55px;
	float:right;
	margin-right:22px
;}
*html .contentBox .bt ul{
	height:55px;
	line-height:55px;
	float:right;
	margin-right:22px;
	padding-top:17px;
	margin-bottom:-17px;
	display:inline
;}
.contentBox .bt li{
	float:left;
	margin:0 10px;
	display:inline
;}

.contentBox .bt input{
	width:74px;
	height:21px;
	border:none
;}
.contentBox #bt1{
	background:url(../images/go_top.jpg)
;}
.contentBox #bt2{
	background:url(../images/close_page.jpg)
;}
.contentBox #bt3{
	background-image: url(../images/add_favorite.jpg);}
.text_title{
	line-height:55px;
	color:#12438C;
	text-align:center;
	font-size:20px;	
	font-family:"黑体",Arial, Helvetica, sans-serif
;}
.text_source{
	line-height:25px;
	color:#1650A5;
	text-align:center
;}
.text_source span{
	margin:0 12px
;}
.text_content{
	margin-top:15px
;}