.wrapper {
  height: 680px;
}

.wrapper::after {
  display: block;
  content: "";
  clear: both;
}

.left-div {
  float: left;
  width: 300px;
  margin-top: 24px;
  margin-left: 28px;
  margin-right: 20px;
}

.left-title {
  height: 30px;
  background-image: linear-gradient(#80b4f5, #fff);
  border-radius: 10px;
}

.left-title span {
  display: inline-block;
  margin-left: 20px;
  margin-top: 3px;
  color: #333;
  font-size: 17px;
  font-weight: bold;
}

.left-img {
  display: block;
  width: 288px;
  margin: 0 auto;
}

.sub-nav {
  margin-top: 25px;
  font-size: 16px;
  font-weight: normal;
}

.sub-nav a:hover {
  color: #dc851f;
}

.title-list {
  float: right;
  margin-right: 25px;
}

.sec-title {
  margin-top: 8px;
  width: 650px;
  height: 38px;
  background-color: #6072ab;
  border-radius: 10px;
}

.sec-title span {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  margin-top: 6px;
  margin-left: 18px;
}

.titles {
  width: 600px;
  margin-top: 23px;
  margin-left: 30px;
}

.titles li {
  margin-bottom: 12px;
}

/* 
.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(#9faccf, #fff);
  border-radius: 25px;
  border: 1px solid #6072ab;
} */

.wp_article_list a {
  margin-left: 8px;
  font-size: 17px;
  color: #666;
}

.titles a:hover {
  color: #dc851f;
}

.wp_paging.clearfix{
  position: relative;
  left: -20px;
  top: 10px;
}

.wp_paging a span:hover {
  color: #dc851f;
}

.wp_paging span a:hover {
  color: #dc851f;
}

