section {
	background: #fff;
}

.container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.container:before {
	content: none !important;
}

.contain {
	width: 1170px;
	border: 1px solid #DCDCDC;
	margin: 0 auto;
}

.navProgress {
	padding: 15px 0;
	position: relative;
	left: -786px;
}

.waterAction {
	color: #053DB0;
	font-size: 24px;
	width: 240px;
	margin: 50px auto;
	margin-bottom: 40px;
}

.sourceAndDate {
	border-bottom: 1px solid #DCDCDC;
	margin: 0 50px;
	padding-bottom: 12px;
	color: #666666;
	/*font-weight: bold;*/
}

.source span:first-child, .date span:first-child {
	font-weight: bold;
}

.date {
	float: right;
}

.borderBottom {
	margin-left: 50px;
	width: 1070px;
	border-bottom: 2px solid #0091E4;
	margin-top: 30px;
}

.navInfo {
	height: 42px;
	margin-bottom: 0px;
	background: #F5F5F5;
	border: 1px solid #DCDCDC;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.navInfo li {
	float: left;
	width: 212px;
	line-height: 42px;
	text-align: center;
}

.navInfo li a {
	color: #666666;
	display: block;
	font-size: 16px;
}

.navInfo li.active {
	background: #0091E4;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-weight: bold;
	border-bottom: #fff;
}

.navInfo li.active a {
	color: #FFFFFF;
}

.navInfo li.active a:hover {
	color: #FFFFFF !important;
}

.detailInfo {
	width: 1070px;
	display: none;
	margin-left: 50px;
	margin-top: 20px;
	text-align: center;
}

.detailInfo.active {
	display: block;
}

.detailInfo tr {
	border-bottom: 1px solid #DCDCDC;
}

.detailInfo tr td:first-child {
	width: 240px;
	height: 40px;
	line-height: 40px;
}

.detailInfo tr td:nth-child(2) {
	width: 480px;
	height: 40px;
	line-height: 40px;
}

.detailInfo tr td:last-child {
	width: 356px;
	height: 40px;
	line-height: 40px;
}

.detailInfo th {
	background: #F5F5F5;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
/*��ҳ*/
table tfoot tr {
	line-height: 20px;
	border-bottom: none !important;
}

table tfoot td {
	line-height: 80px !important;
	border-bottom: none !important;
}

table {
	margin-bottom: 20px;
}

.pag>span:nth-child(1) {
	width: 0;
	height: 0;
	display: inline-block;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #CDCDCD transparent transparent;
	margin: 8px;
	margin-left: 5px;
	position: relative;
	top: 8px;
	right: -22px;
}

.pag>span:nth-child(2) {
	width: 72px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	color: #CDCDCD;
	border: 1px solid #DDDDDD;
}

table tfoot tr td {
	height: 58px;
	font-size: 12px;
	text-align: right;
	padding-right: 0px;
}

table tfoot tr span, table tfoot tr b {
	text-align: center;
}

.pag>span:nth-child(3) {
	width: 32px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	border: 1px solid #1066B8;
	color: #1066B8;
}

.pag>span:nth-child(4), .pag>span:nth-child(5), .pag>span:nth-child(6),
	.pag>span:nth-child(7) {
	width: 32px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	border: 1px solid #CCCCCC;
	color: #666666;
}

.pag>span:nth-child(8) {
	width: 14px;
	display: inline-block;
	border-bottom: 1px dashed #6C6C6C;
	margin-bottom: 4px;
}

.pag>span:nth-child(9) {
	width: 72px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	color: #797979;
	border: 1px solid #DDDDDD;
}

.pag {
	position: relative;
}

.pag>span:nth-child(9)>span {
	width: 0;
	height: 0;
	display: inline-block;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent transparent #1066B8;
	margin: 8px;
	margin-left: 5px;
	position: absolute;
	top: 26px;
}

.pag>span:nth-child(10) {
	color: #333333;
}

.pag>span:nth-child(10)>b {
	color: #1066B8;
	margin: 0px 3px;
}

.pag>span:nth-child(12) {
	width: 32px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	border: 1px solid #CCCCCC;
	color: #000000;
}

.pag>span:last-child {
	width: 36px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	border: 1px solid #DDDDDD;
	color: #000000;
	background: #F5F5F5;
	margin-right: 20px;
}
.search input {
    width: 350px;
    height: 34px;
    border: 1px solid #97C5F7;
    margin: 0 10px;
    padding-left: 5px;
}
.btn-query {
    width: 100px;
}

.btn-my-primary {
    background: #0091E4;
    color: #fff;
    width: 70px;
    height: 34px;
    font-size: 14px;
    margin-left: 10px;
}