.data-cooperation-container {
    margin-top: 40px;
}

.col-md-offset-2 {
    margin-bottom: 26px;
}

/* 覆盖bootstrap面包屑的样式 data- 代表自定义css*/
.data-breadcrumb {
    background-color: #fff !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

.data-breadcrumb li a {
    color: #7e7e7e;
    text-decoration: none;
}

.data-breadcrumb .active {
    color: #b01f24 !important;
}

.data-breadcrumb > li + li:before {
    color: #CCCCCC;
    content: ">" !important;
    padding: 0 5px;
}

.margin_14 form {
    text-align: center;
    margin: 70px 0;
}

form label {
    font-weight: normal !important;
    /*margin-right: 16px;*/
}

form .input-box {
    width: 45%;
    height: 40px;
    border: 1px solid #cdcdcd;
    padding-left: 10px;
}
#table_show{
	display:none;
}
form .input-submit {
    width: 15%;
    height: 40px;
    border: none !important;
    background-color: #b01f24;
    color: #fff;
    text-align: center;
    margin-left: -4px;
}

.margin_14 table {
    width: 100%;
    margin-bottom: 50px;
    font-size: 14px;
}

table td {
    border: 1px solid #999;
    color: #666666;
    text-align: center;
}

table tr:nth-child(odd) {
    background-color: #f9f9f9;
}

tr {
    height: 60px;
}

.table-title th {
    color: #fff;
    text-align: center
}

.table-title {
    background-color: #b01f24 !important;
}



@media (max-width: 750px) {
	.margin_14 table {
		font-size: 12px;
	}
	table, table tr th, table tr td {
		padding: 5px;
	}
}
