.banner {
	background: url(../images/gfqh/fund_info_bakground.png);
	height: 270px;
}
header {
	height: 270px;
}
a {
    text-decoration: none;
    color: #333;
	cursor: pointer;
}
.fund-info-date{
	float:right;
	margin-right:10px;
}
@media (min-width: 1201px)
.container {
    max-width: 1200px;
}

thead tr th {
	background: #F0F8FF;
	color: #005699;
}

tbody tr td {
	background: #fff;
}

.relation-title {
	top: 200px;
	left: 15%;
}
.sub-title {
	font-size: 30px;
	margin-left: 15px;
}
.sub-content {
	color: #fff;
	font-size: 36px;
	margin-top: 22px;
	margin-left: 15px;
}
.main {
	background: #fff;
}
.filter-container {
	padding: 30px 0;
}
input.searchKey {
	width: 45%;
	line-height: 44px;
	height: 44px;
	border-radius: 5px;
	border: 2px #bed5ec solid;
	padding: 0 20px;
	margin-right: 40px;
}
.btn-search {
	line-height: 48px;
	background: #3a89da;
	border-radius: 5px;
	border: 0;
	padding: 0 5%;
	color: #fff;
	font-size: 16px;
}
button.btn-search:hover, button.btn-search:focus, button.btn-search:active{
	color: #FFFFFF;
	outline: none;
}

/* .btn:focus,.btn:active:focus,
.btn.active:focus,.btn.focus,
.btn:active.focus,.btn.active.focus {  
	 outline: none;   
	 border-color: transparent;   
	 box-shadow:none;
} */

.filter-container .filters .filter {
    margin-top: 30px;
}
.filter-container .filters .filter label {
    color: #333;
    font-weight: bold;
}
.filter-container .filters .filter .selected {
    color: #fff;
    background: #3a89da;
    border-radius: 50px;
}
.filter-container .filters .filter span {
    padding: 0 15px;
    display: inline-block;
    color: #666;
    margin-left: 30px;
    cursor: pointer;
}
.filter-container .filters {
    font-size: 14px;
    line-height: 36px;
}

.fund-container {
	padding: 30px 0;
}
.fund-container table {
    font-size: 16px;
    border: 0;
	width: 100%;
	text-align: center;
	background-color: #fff;
}
.fund-container thead tr td {
    background: #75a4d6;
    color: #fff;
    height: 60px;
    border: 0;
    text-align: left;
    padding-left: 25px;
    word-wrap: break-word;
    word-break: break-all;
}
.fund-container tbody tr {
    height: 45px;
    line-height: 45px;
}
.fund-container tbody td {
    height: 60px;
    border: 0;
    text-align: left;
    padding-left: 25px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
}
.fund-container tbody tr:nth-child(even) td{
    background: #f0f4f8;
}
.fund-container tbody .url-link {
    color: #1689e5;
}
.fund-container tbody td span {
    color: #666;
}
.fund-container tbody td .hot:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 20px;
    background: url(../images/gfzq/hot.png) no-repeat center center;
}
#pagination {
	margin-top: 40px;
    text-align: center;
}