@charset "UTF-8";
body {
  background-color: #fff;
}
.bg-title {
  width: 100%;
  height: 300px;
  background-size: cover;
}

.bg-title img {
  display: block;
  width: 100%;
  height: 100%;
}

.wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.wrapper .main-wrapper {
  width: 1200px;
  display: flex;
}

.wrapper .main-wrapper .left-menu {
  width: 250px;
  margin-right: 35px;
  position: relative;
  top: 0;
}

.wrapper .main-wrapper .left-menu .title {
  width: 100%;
  display: flex;
  align-items: center;
  color: #999999;
  font-size: 14px;
  padding: 4px 0;
  white-space: nowrap;
  border-bottom: 1px solid #E5E5E5;
}

.wrapper .main-wrapper .left-menu .title span.line-icon {
  display: inline-block;
  margin-left: 10px;
  width: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.wrapper .main-wrapper .left-menu .title span.line-icon span.line {
  display: block;
  height: 2px;
  background-color: #E1E1E1;
}

.wrapper .main-wrapper .left-menu .title span.line-icon span.line.short-line {
  width: 50%;
}

.wrapper .main-wrapper .left-menu .title span.line-icon span.line.long-line {
  width: 100%;
  margin-top: 5px;
}

.wrapper .main-wrapper .left-menu ul.news-menu {
  padding-left: 20px;
  color: #999999;
  font-size: 14px;
  margin-top: 25px;
}

.wrapper .main-wrapper .left-menu ul.news-menu li.menu-item {
  border-radius: 2px;
  border: 1px solid #E5E5E5;
  margin-bottom: 15px;
  transition: all .5s;
  padding: 12px 20px;
  background-color: #ffffff;
  cursor: pointer;
  text-align: right;
}

.wrapper .main-wrapper .left-menu ul.news-menu li.menu-item.active {
  background-color: #ED1731;
  color: #ffffff;
}

.wrapper .main-wrapper .left-menu ul.recommend-list {
  width: 100%;
  font-size: 14px;
  color: #999999;
}

.wrapper .main-wrapper .left-menu ul.recommend-list li.recommend-item {
  padding: 20px 0 25px;
  border-bottom: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.wrapper .main-wrapper .left-menu ul.recommend-list li.recommend-item.active {
  color: #ED1731;
}

.wrapper .main-wrapper .left-menu ul.recommend-list li.recommend-item.active .date p.day {
  color: #ED1731;
}

.wrapper .main-wrapper .left-menu ul.recommend-list li.recommend-item.active .content p.news-title {
  color: #ED1731;
}

.wrapper .main-wrapper .left-menu ul.recommend-list li.recommend-item .date {
  margin-right: 10px;
  text-align: center;
}

.wrapper .main-wrapper .left-menu ul.recommend-list li.recommend-item .date p.day {
  color: #E6E6E6;
  font-size: 59px;
  font-family: 'Impact';
}

.wrapper .main-wrapper .left-menu ul.recommend-list li.recommend-item .date p.month {
  line-height: 25px;
}

.wrapper .main-wrapper .left-menu ul.recommend-list li.recommend-item .content {
  overflow: hidden;
}

.wrapper .main-wrapper .left-menu ul.recommend-list li.recommend-item .content p.news-title {
  color: #888888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 20px;
  margin-bottom: 20px;
}

.wrapper .main-wrapper .left-menu ul.recommend-list li.recommend-item .content .keyword {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.wrapper .main-wrapper .left-menu ul.recommend-list li.recommend-item .content .keyword span {
  padding: 5px 10px;
  font-size: 12px;
  margin-left: 15px;
  border: 1px solid #ECECEC;
  border-radius: 4px;
}

.wrapper .main-wrapper .right-wrapper {
  flex: 1;
  overflow: hidden;
  border-left: 1px solid #E5E5E5;
  padding: 40px 0 40px 35px;
  margin-bottom: 80px;
}

.wrapper .main-wrapper .right-wrapper ul.news-main-list {
  width: 100%;
}

.wrapper .main-wrapper .right-wrapper ul.news-main-list li.news-main-item {
  width: 100%;
  padding: 20px 0 40px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
}

.wrapper .main-wrapper .right-wrapper ul.news-main-list li.news-main-item img {
  display: block;
  width: 140px;
  height: 120px;
  border-radius: 5px;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 35px;
}

.wrapper .main-wrapper .right-wrapper ul.news-main-list li.news-main-item .content {
  flex: 1;
  overflow: hidden;
}

.wrapper .main-wrapper .right-wrapper ul.news-main-list li.news-main-item .content p.title {
  color: #666666;
  font-size: 22px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wrapper .main-wrapper .right-wrapper ul.news-main-list li.news-main-item .content p.date {
  font-size: 13px;
  color: #999999;
  line-height: 26px;
}

.wrapper .main-wrapper .right-wrapper ul.news-main-list li.news-main-item .content p.detail {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wrapper .main-wrapper .right-wrapper .page-control {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.wrapper .main-wrapper .right-wrapper .page-control button {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #E5E5E5;
  font-size: 14px;
  color: #877771;
  margin-right: 12px;
  cursor: pointer;
}

.wrapper .main-wrapper .right-wrapper .page-control button:hover {
  background-color: #E5E5E5;
  color: #877771;
}

.wrapper .main-wrapper .right-wrapper .page-control button.active {
  background-color: #ED1731;
  color: #ffffff;
}

.wrapper .main-wrapper .right-wrapper .page-control button:last-of-type {
  margin-right: 0;
}

.wrapper .main-wrapper .right-wrapper .page-control button.first-page {
  background-image: url("../images/zqy@2x.png");
  background-size: 100% 100%;
  border: none;
}

.wrapper .main-wrapper .right-wrapper .page-control button.pre-page {
  background-image: url("../images/pre@2x.png");
  background-size: 100% 100%;
  border: none;
}

.wrapper .main-wrapper .right-wrapper .page-control button.next-page {
  background-image: url("../images/next@2x.png");
  background-size: 100% 100%;
  border: none;
}

.wrapper .main-wrapper .right-wrapper .page-control button.last-page {
  background-image: url("../images/zhy@2x.png");
  background-size: 100% 100%;
  border: none;
}
