﻿@charset "utf-8";
body,video,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,th,td,img,div{margin:0;padding:0;border:0;} 
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1}
img{display:block;}


.divBody{
	/**/width: 1150px;
	padding: 25px;
	margin: 0 auto;
	font-family: "微软雅黑";
}
h1{
	text-align: center;
	font-size: 24px;
	color: #54AAF1;
}
/*搜索栏*/
.header {
    height: 42px;
    border: 2px solid #54AAF1;
    /*overflow: hidden;*/
    margin: 25px 0;
}
.header>*{
	display: inline-block;
	float: left;
	border: none;
	padding: 0;
	line-height: 42px;
	text-align: center;
	color: #666;
}
.header span{
	width: 88px;
	font-weight: bold;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.header .zhengxiang{
	width: 146px;
	border: none;
	color: #333;
}
.header input{
	width: 200px;
}
.header img{
	height: 42px;
	width: 130px;
}



.container>div{
	font-size: 14px;
	color: #FF0000;
}
/*表格*/
    table{
	font-size: 13px;
	color: #666;
}
table th{
	width: 78px;
	height: 40px;
	border-right: 1px solid #fff;
	color: #fff;
	background-color: #54AAF1;
}
table td{
	width: 79px;
	height: 65px;
	text-align: center;
}
.td-lg{
	width: 191;
}
.td-md{
	width: 90px;
}
.td-orange{
	color: #FF9966;
}
table td img{
	width: 60px;
	margin: 0 auto;
}
table td a{
	color: #54AAF1;
}
table a.forbid{
	text-decoration: none;
	color: #666;
	cursor: default;
}

/*背景色条*/
table .bac-blue{
	background-color: #E9F3FE;
}
table tr:hover{
	background-color: #fdf5e3;
}


/*页码*/
.pages{
	height: 40px;
	margin-top: 40px;
}
.pages>div{
	float: right;
	font-size: 16px;
	color: #666;
}
.pages .pages-badge{
	line-height: 40px;
	padding: 0 20px;
}
.pages .pages-items a{
	display: block;
	float: left;
	line-height: 38px;
	padding: 0 13px;
	margin-right: 8px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}
.pages-on{
	border: 1px solid #54AAF1!important;
	background-color: #54AAF1;
	color: #fff!important;
}