@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:     VoyageTime
Author:      AbsharBY
Website:     http://abshar.by/VoyageTime

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Merriweather:400,700");

/*- PAGE -*/
.content img {
  width: 100%;
  margin-bottom: 0px; }

/** MEDIA MAX WIDTH 1200px **/

/*# sourceMappingURL=main.css.map */
/* 分页 */
.page{ font-family: font-size: 9px; margin-bottom: 30px;}
.page a,.page span{display:flex;
  color:#000000;
  background: var(--color-primary);
  font-weight:normal;
  text-decoration:none;
  letter-spacing:0px;
  border:0px solid #ccc;
  padding-top:1px;
  float:left;
  margin-top:3px;
  margin-right:5px;
  margin-bottom:2px;
  margin-left:5px;
  text-align:center;
  padding-right:9px;
  padding-left:9px;
  height:25px
} /* SPAN和链接 */

.page a:hover, .page a.current{color:#ffffff;  background: #e30000;
  border:0px solid #ccc;
} /* 当前链接有激活时 */

.page input{padding:5px;
  color:#6e0505;
  background: var(--color-primary);
  height:25px;
  width:25px;
  border:0px solid #2aa5df;
  text-align:center;
  margin-top:0px;
  margin-right:-5px;
  margin-bottom:10px;
  margin-left:-5px;
  vertical-align:middle;
  font-size:9px
} /* 跳转INPUT */

/*--------------------------------------------------------------
# Blog Home Pagination
--------------------------------------------------------------*/

.page {
  margin-top: 30px;
  color: #38618e;
}

.page ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page li {
  margin: 0 5px;
  transition: 0.3s;
}

.page li a {
  color: #2aa5df;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #074d6e;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page li.active a,
.page li:hover a {
  background: var(--color-primary);
  color: #b41010;
}