
.blog-list {
  display: flex;
  margin-bottom: 50px;
}
.blog-list-pic {
  position: relative;
  padding-bottom: 30%;
  width: 30%;
  transition: all 0.5s;
}
.blog-list-content {
  width: 70%; padding: 0 0 0 20px;
}
.blog-list-pic .img-center a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;  
}
.blog-list-pic .img-center img {
  max-height: 100%;
  transition: all 0.5s;
}
.blog-list-pic:hover img {
  transform: scale(0.9);
}
.blog-list-title {
  font-size: 19px;
}
.blog-list-date {
  color: #bdbdbd;
}
.blog-list-text {
  color: #5d5d5d;
}
.blog-list-more {
  text-align: right;
}
.blog-list-more a {
  color: #40488d;
}
.blog-list-more a:hover {
  text-decoration: underline; color: #00659e;
}
.blog-list-tag a {
  color: #a1a1a1;
  line-height: 1.2;
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-radius: 50px;
  padding: 3px 12px;
  transition: all 0.5s;
}
.blog-list-tag a:hover {
  color: #fff;
  background: #00659e;
  border: 1px solid #00659e;
}

.blog-divider {
  border-left: 1px solid #dfdfdf;
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .blog-divider {
    padding-left: 0px;
    border-left: none;
  }
}

h1.title-blog {
  display: block;
  margin: 0.5% auto 3% auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
}
h1.title-blog:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10%;
  margin-left: -5%;
  height: 2px;
  background-image: linear-gradient(135deg, #2a4d9c 10%, #91cded 100%);
  display: none;
}
h1.title-blog:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 10px auto;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 1024px) {
    h1.title-blog {font-size: 1.3rem; margin: 7px auto 20px auto;}
}

.blog-article-search {
  position: relative;
}
.blog-article-search > input {
  width: 100%;
  border: 1px solid #dfdfdf;
  border-radius: 40px;
  padding: 0 40px 0 20px;
  transition: all 0.5s;
}
.blog-article-search:hover > input {
  border: 1px solid #00659e;
}
.blog-article-search > a {
  position: absolute;
  right: 15px;
}
.blog-article-tag {
  margin-top: 30px;
}
.blog-article-tag a {
  color: #a1a1a1;
  line-height: 1.2;
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-radius: 50px;
  padding: 3px 12px;
  transition: all 0.5s;  
}
.blog-article-tag a:hover {
  color: #fff;
  background: #00659e;
  border: 1px solid #00659e;
}
.blog-article-cate {
  position: relative; z-index: 99; margin: 20px 0 30px 0;
}
.blog-article-cate > ul {
  padding: 0; margin: 0; display: flex; flex-flow: wrap; justify-content: center; align-items: center;
}
.blog-article-cate > ul > li {
  /*transition: all 0.5s;*/
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 2px;
}
/*.blog-article-cate > ul > li:hover {
  background-color: #00659e;
}*/
.blog-article-cate > ul > li:hover * {
  color: #fff;
}
.blog-article-cate > ul > li a:link, .blog-article-cate > ul > li a:visited {text-decoration:none; color:#fff; background: #40488d; line-height: 1.2; padding: 10px 20px; border-radius: 50px; display: flex; flex-flow: wrap; justify-content: center; align-items: center; text-align: center; border: 2px solid #40488d; transition: all 0.5s ease 0s;}
.blog-article-cate > ul > li a:active, .blog-article-cate > ul > li a:hover, .blog-article-cate > ul > li.current a {text-decoration:none; color:#fff; background: #00659e; border: 2px solid #00659e; cursor:pointer; transition: all 0.5s ease 0s;}
@media only screen and (max-width:768px){
    .blog-article-cate {margin: 50px 0 20px 0;}
    .blog-article-cate .blog-article-title {font-size: 19px; text-align: center; width: 30px; height: 30px; position: relative; display: block; margin: auto; cursor: pointer;}
    .blog-article-cate .blog-article-title > span:nth-child(1) {width: 30px; height: 2px; background-color: #000; position: absolute; top: 10px; left: 0; transition: all 0.5s ease 0s;}
    .blog-article-cate .blog-article-title.show > span:nth-child(1) {top: 14px; transform: rotate(45deg); background-color: #000;}
    .blog-article-cate .blog-article-title > span:nth-child(2) {width: 30px; height: 2px; background-color: #000; position: absolute; top: 20px; left: 0; transition: all 0.5s ease 0s;}
    .blog-article-cate .blog-article-title.show > span:nth-child(2) {top: 14px; transform: rotate(-45deg); background-color: #000;}
    .blog-article-cate .blog-article-title::before {content: attr(data-title); width: 260px; height: 30px; line-height: 30px; position: absolute; top: -30px; left: calc(50% - 130px); text-align: center; font-size: 12px; color: #000; transition: all 0.5s ease 0s;}
    .blog-article-cate .blog-article-title.show::before {color: #000;}
    .blog-article-cate ul {max-height: 0; overflow: hidden; position: absolute; top: 30px; left: 0; right: 0; background: #eee; transition: all 0.5s ease 0s;}
    .blog-article-cate ul > li::after, .blog-article-cate > ul li:first-child::before {content: none;}
    .blog-article-cate ul.open {max-height: 300px; overflow-y: auto; padding: 10px; transition: all 1.5s ease 0s;}
}
.blog-article-hot {margin-top: 30px;}
.blog-article-hot-box {
  border-bottom: 1px solid #e6e6e6;
}
.blog-article-hot-cate {
  color: #8b8b8b;
}
.blog-article-hot-text a {
  transition: all 0.5s;
}
.blog-article-hot-text a:hover {
  color: #00659e;
}


.blog-detail-text {
  padding: 20px 0;
}
.blog-detail-tag a {
  color: #a1a1a1;
  line-height: 1.2;
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-radius: 50px;
  padding: 3px 12px;
  transition: all 0.5s;
}
.blog-detail-tag a:hover {
  color: #fff;
  background: #00659e;
  border: 1px solid #00659e;
}
.blog-detail-btn {
  margin: 10px 0 30px 0;
}
/*.blog-detail-btn a {
  color: #fff;
  background-color: #40488d;
  padding: 5px 30px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 50px;
  transition: all 0.5s;
}
.blog-detail-btn a:hover {
  background-color: #00659e;
}*/


@media only screen and (max-width: 768px) {
  .blog-list {
    flex-direction: column;
  }
  .blog-list-pic {
    width: 100%;
    padding-bottom: 100%;
  }
  .blog-list-content {
    width: 100%; padding: 20px 0 0 0;
  }    
}