
/*调整模板的宽度*/
div.container-fluid.costom_main_navigation,div.row.content{
	max-width: 1140px
}


/*菜单*/
.costom_main_navigation a {
	height:60px;
	font-size: 17px;
	line-height: 80px !important;
}


/*第一行图片*/
.costom_title_img_div{
	box-shadow: 8px 8px 0px white;
}

/*第二行按钮*/
.costom_middle_button{
	width: 150px;
    letter-spacing: 5px;
    display: block;
    text-indent: 6px;
    margin: 15px auto;
    border-radius: 0px;
    background-color: rgb(0,160,234);
    border: none;
    box-shadow: 2px 2px 5px grey;
    font-weight: bold;
}

/*第三行表格的父div*/
div.caption.costom_table_captionDiv{
	padding:15px;
}

/*第三行表格*/
.costom_table .costom_table_thead tr{
	background-color: rgb(203,229,254);

}

.costom_table .costom_table_thead tr th{
	border-bottom: 0px;
	padding:18px;
	color: rgb(0,91,148);
	font-size: 16px;
    text-align: center;
}

.costom_table .costom_table_tbody tr td{
    border-top:0px;
    padding:20px;
}

/*第三行分页按钮*/
.costom_page_navigation{
	text-align: center;
}
.costom_page_navigation > ul > li {
	/* margin-left: 10px;
	margin-right:10px; */
}
.costom_page_navigation > ul > li > a{
	padding-top: 0px;
	padding-bottom: 0px;
	border-radius: 0px !important;
	color:rgb(183,183,183);
	margin: 0px 3px;
}
.costom_page_navigation a.page_number_selected{
	color: rgb(122,122,122);
	border-color: #ffffff;
}



/*搜索栏样式*/
.search_input {
    width: 341px;
    height: 36px;
    line-height: 36px;
    padding: 0 0 0 5px;
    border: 1px #0066b3 solid;
    font-size: 14px;
    font-family: "Microsoft Yahei",Arial, Helvetica, sans-serif,"黑体";
    color: #333333;
    margin: auto;
    display: block;
}
.search_btn {
    width: 100px;
    height: 38px;
    font-family: "Microsoft Yahei",Arial, Helvetica, sans-serif,"黑体";
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: inline-block;
    background:#0066b3  no-repeat;
    cursor: pointer;
    margin: auto;
    display: block;
}
.gb_btn {
    height: 30px;
    text-align: right;
    padding-top: 3px;
    padding-right: 3px;
}

footer{
	margin-top: 30px;
    background: #DDDDDD;
    padding-top:20px;
    padding-bottom: 20px;
}

		

footer p{
	text-align: center;	
}