/*
Theme Name: Bridge
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: http://qodethemes.com/
Text Domain: bridge
Version: 18.0.9
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.post_info{
	display:none !important;
}
.footer_bottom{
	height:60px !important;
}

.custom_search_box {
	margin-bottom: 40px;
	padding: 0 20px;
}
.custom_search_container {
	padding: 30px 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}
.custom_search_content {
	margin-top: 20px;
}
.custom_search_content:first-of-type {
	margin-top: 0px;
}
.custom_search_field {
	display: inline-block;
	width: 56px;
}
.custom_search_list {
	display: inline-block;
}
.custom_search_list a {
	padding: 3px 12px;
	border-radius: 3px;
	cursor: pointer;
}
.custom_search_list span {
	padding: 3px 12px;
	border-radius: 3px;
	color: #000000;
	cursor: no-drop;
}
.custom_search_list span.active {
	color: #fff;
	background: #ccc;
}
.custom_search_list a:hover {
	color: #fff;
	background: #0c4fa4;
}
.custom_search_list a.active {
	color: #fff;
	background: #0c4fa4;
}
.title_icon {
	display: inline-block;
	position: relative;
	top: -2px;
	padding: 0px 6px;
	color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: 5px;
}
.title_icon.project {
	line-height: 20px;
}
.title_icon.news {
	margin-left: 4px;
	line-height: 24px;
}
/*------------------
    分页部分的CSS
------------------*/
.fenye {
	float: right;
    height: 25px;
    line-height: 25px;
    _background: #F9F9F9;
    padding: 2px 5px;
    margin: 20px 4px;
    _border: solid 1px #ccc;
    _text-align: center;
}
.fenye a {
    padding: 4px 10px;
    margin: 0 6px;
    border: 1px solid #aaa;
    text-decoration: none;
    color:#333;
}
.fenye a.current {
    background:#0c4fa4;
    color:#fff;
}

.fenye a:hover{
    background:#0c4fa4;
    color:#fff;
}

/* 暂无数据 */
.no_data {
	text-align: center;
}
.no_data p {
	margin-top: 20px;
	font-weight: 500;
    color: #999;
}
@media only screen and (max-width: 768px) {
	.no_data img {
		width: 200px;
		height: 182px;
	}
}

.post_time {
	margin-top: 10px;
}