@charset "utf-8";
body, html{
	min-width:500px;
}
/*--------------横向表格--------------*/
.hTable {
	width: 100%;
	margin: 0;
}
.hTable th {
	line-height: 2.5em;
	border-bottom: solid 1px #ddd;
	font-weight: bold;
	background-color: #eee;
	background-color: #fff5e4;
	padding: 5px 0;
	vertical-align: middle;
}
.hTable td {
	line-height: 2.5em;
	border-bottom: solid 1px #ddd;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}

/*--------------纵向表格--------------*/
/*.vTable {
	width: 95%;
}*/
.vTable th {
	line-height: 2.5em;
	border-bottom: solid 1px #ddd;
	font-weight: bold;
	background-color: #eee;
	background-color: #fff5e4;
	padding: 5px 5px 5px 0;
	vertical-align: middle;
}
.vTable td {
	line-height: 2.5em;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0 5px 5px;
}
.searchModule .vTable {
	margin: 0 auto;
	background-image:url(/portal/images/formBg.png);
	background-repeat:repeat-x;
	background-position:0 0;
}
.searchModule .vTable th {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: right;
    width: 150px;
	padding-right: 5px;
	border-right:solid 1px #ddd;
}
.searchModule .vTable td {
	padding-left: 5px;
	line-height: 2.8em;
	width: auto;
}
.searchModule .vTable input[type="text"]{
	border: solid 1px #ccc;
	height: 26px;
	padding: 0 5px;
	background-color: #fff;
}
.searchModule .vTable select{
	border: solid 1px #ccc;
	height: 26px;
	width: 155px;
	background-color: #fff;
}


/*--------------机构查询--------------*/
.listPage h4.titleBar {
    color: #ba011e;
    font-size: 14px;
    font-weight: bold;
	height:40px;
    line-height: 60px;
}
.searchModule .toolbar {
	width:146px;
}
.searchModule .toolbar input[type="submit"] {
    font-size: 10pt;
    height: 30px;
    line-height: 28px;
    width: 65px;
	display: inline-block;
	float: left;
	margin: 0 5px;
}
.searchModule .toolbar a.button {
    font-size: 10pt;
    height: 30px;
    line-height: 28px;
    width: 65px;
	display: inline-block;
	float: left;
}


.ht_pagination {
    border-top: medium none;
	margin: auto;
    padding-top: 20px;
    text-align: center;
}


/*--------------logo展示列表--------------*/
.logoListModule .titleBar{
	display: none;
}
.logoListModule dl {
	overflow: hidden;
	padding:25px 20px;
}
.logoListModule dd {
    display: block;
    float: left;
    height: 65px;
    width: 20%;
	padding: 10px 18px;
}
.logoListModule dd img {
	border: solid 1px #ccc;
	width: 119px;
	height:42px;
	padding: 8px 16px;
}
.logoListModule dd img:hover {
	border: solid 1px #cc521a;
}
.logoListModule dd img.borderMask {
	position: absolute;
	z-index: 20;
}
.logoListModule dd img.logoImg {
	position: absolute;
	z-index: 2;
}

/*--------------logo详细页--------------*/
article h5 {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
    text-align: center;
	height:30px;
	line-height:45px;
}
article .newspage_content{
	font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, Verdana, SimSun;
}
article .newspage_content p, article .newspage_content div{
	text-indent:2em;
	text-align:justify;
	line-height:28px;
	padding:0 0 10px 0;
	width:95%;
	margin:0 auto;
}
article .newspage_content p a{
	color:#cc521a;
}
article .newspage_content p a:hover{
	color:#b60017;
	text-decoration:underline;
}
article .newspage_content img{
	width:90%;
	max-width:710px;
	margin:0 auto;
	display:block;
}

.detailPage h4.titleBar {
    color: #ba011e;
    font-size: 14px;
    font-weight: bold;
	height:40px;
    line-height: 60px;
}

/*--------------------------无记录--------------------------*/
.listModule .noneRecord{
	position: relative;
	z-index:100;
	/*bottom:40px;*/
	width:100%;
	margin:0 0px 0px -50%;
	left: 50%; 
	border-bottom: 1px solid #ddd;
	line-height: 2em;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
	color:#b60017;
}