/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.1rem;
 
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

/*文章列表*/
.index_arc
{
   padding-left: 0;
　　list-style: none;
}
.index_arc_item{
	display: flex;
}
.index_arc li {
    position: relative;
    margin-bottom: 15px;
    padding: 15px 15px 15px 10px;
    list-style: none;
    background-color: #fff;
    border: solid 1px #ddd;
    box-shadow: 0 8px 18px rgba(0,0,0,0.06);
	transition: all .2s ease-out;
}
.index_arc li:hover{
	box-shadow: 0 8px 18px rgba(0,0,0,0.15);
	transition: all .2s ease-out;
	
    border-bottom: 1px solid #5a98de;
}

/*.index_arc li.pageNav-wrap {
	height: 20px;
	margin: 0 0 40px;
	padding: 0;
	border: none;
}*/

.index_arc .no_pic {
	padding: 15px;
}
.index_arc li .pic {
    position: absolute;
    left: 15px;
    top: 15px;
    height: 110px;
    overflow: hidden;
    line-height: 110px;
    width: 165px;
}
.index_arc li .pic img {
    vertical-align: middle;
    width: 100%;
    display: inline-block;
    border: none;
}

.index_arc .con{
	flex: 1;
}

.index_arc li .title {
    line-height: 26px;
    font-size: 0;
    position: relative;
    margin: 0;
    padding: 0;
}
.index_arc li .title a {
    max-width: 99%;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 26px;
}
.index_arc li .title * {
    display: inline-block;
    vertical-align: top;
}
.index_arc li .date_hits {
    position: relative;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}
.index_arc li .date_hits span {
    padding-right: 15px;
    height: 20px;
    line-height: 20px;
}
.index_arc li .date_hits span a {
    color: #009688;
}
.index_arc li .date_hits .hits {
    position: absolute;
    right: 50px;
    top: 0;
}
.index_arc li .date_hits .commonts {
    position: absolute;
    right: 0;
    top: 0;
}
.index_arc li .desc {
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 8px;
    color: #444;
}