@import url("css/bootstrap.min.css");
@import url("css/animate.css");
@import url("css/font-awesome.css");
@import url("css/themify-icons.css");


/*  
Theme Name: wordpress模板下载
Theme URI: http://www.jianzhanyes.com
Description: 主题修改、定制请联系QQ：4551293 微信：13910185004
Version: 1.0
Author: JianZhanYes.com
Author URI: http://www.JianZhanYes.com
*/

body{
	background: url('images/bg-body.png') #efefef;
	color:#3a3a3a;
	padding:0px;

	}
	body a{
	color:#3a3a3a;
	}
	body a:hover{
	color:#ed1c24;
	text-decoration: none;
	}
	.bg-header {
	background: url('images/bg-header.png') #ba1a00;
	color:#fff;
	}

a:hover {
  text-decoration: none;
}


/*======= Pagination =========*/

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  margin-right:10px;
  line-height: 1.25;
  color: #ed1c24;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #ed1c24;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}


.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.tags {

}
.tags a{

	margin-right:10px;
}

/*======= Link =========*/

#link {



}
#link ul {
    margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	overflow:hidden;
}
#link ul li {
    margin: 0px;
	padding: 0px 5px 0px 0px;
	line-height:20px;
	display:inline;
}
#link .title{
    margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
	border-top:1px solid #DCDCDC;
}
#link .title P{
    margin: -10px auto 0px auto;
	padding: 0px 0px 0px 0px;
	line-height:20px;
	font-weight: bold;
	text-align:center;
	color:#666;
	z-index:999px;
}

/*======= Error =========*/
.error {
  margin: 0 auto;
  text-align: center;

}

.error .error-404 {
  color: #000;
}
.error .error-404 i{
  color: #d50c0d;
  font-size: 10em;
}

footer a{
	color:#fff;
}

.wp-block-image img {
	max-width:100%;
	height:auto;
}