.main-wrap {
  background-color: #F6F6F6;
  padding-top: 20px;
}

.container {
  width: 1200px;
  margin: 0px auto;
  -webkit-font-smoothing: antialiased;
}

.container:after {
  content: '';
  display: table;
  clear: both;
}

.container .main-content {
  width: 1200px;
}

.container .main-content .latest-content {
  width: 1200px;
  min-height: 1000px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  margin-top: 20px;
  border-radius: 5px;
  padding: 20px;
  box-sizing: border-box;
}

.container .main-content .latest-content .title {
  font-size: 18px;
  color: #4a4a4a;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}

.container .main-content .latest-content section {
  display: flex;
  padding: 15px 10px;
  border-bottom: 1px dashed #e6e6e6;
}

.container .main-content .latest-content section .left-content {
  margin-right: 20px;
}

.container .main-content .latest-content section .left-content .pic-content {
  width: 300px;
  height: 185px;
}

.container .main-content .latest-content section .left-content .pic-content img {
  width: 100%;
  height: 100%;
}

.container .main-content .latest-content section .right-content {
  width: 818px;
}

.container .main-content .latest-content section .right-content .news-title {
  width: 818px;
  font-size: 22px;
  line-height: 1em;
  color: #3a3a3a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
}

.container .main-content .latest-content section .right-content .news-title:hover {
  color: #2267bd;
}

.container .main-content .latest-content section .right-content .news-info {
  margin-top: 20px;
  display: flex;
  font-size: 16px;
}

.container .main-content .latest-content section .right-content .news-info .news-author {
  margin-right: 20px;
  color: #2267bd;
}

.container .main-content .latest-content section .right-content .news-info .news-create-time {
  color: #9f9f9f;
}

.container .main-content .latest-content section .right-content .news-summary {
  color: #9f9f9f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 15px;
  line-height: 1.5em;
  font-size: 16px;
}


/* 底部按钮 */

.container .main-content .bottom-btn-container {
  width: 1200px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .main-content .bottom-btn-container .load-more-btn {
  width: 194px;
  height: 35px;
  display: block;
  line-height: 35px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  font-size: 14px;
  color: #4c4b4b;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: pointer;
}

.container .main-content .bottom-btn-container .load-more-btn:hover {
  opacity: .8;
}
