.block {
  width: 100%;
  height: 10px;
  background-color: #F4F6FA;
}

.wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.wrapper .main-wrapper {
  width: 1200px;
  display: flex;
}

.wrapper .main-wrapper .left-menu {
  width: 250px;
  padding-top: 80px;
  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: 70px 0 40px 35px;
  margin-bottom: 80px;
}

.wrapper .main-wrapper .right-wrapper .header {
  text-align: left;
  /* display: flex; */
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding: 12px 0;
  letter-spacing: 1px;
}

.wrapper .main-wrapper .right-wrapper .header span.news-title {
  font-size: 22px;
  color: #333333;
}

.wrapper .main-wrapper .right-wrapper .header span.right {
  color: #999999;
  font-size: 14px;
  padding-right: 100px;
  display: block;
  /* flex: 1; */
  text-align: right;
  margin-top: 20px;
}
}

.wrapper .main-wrapper .right-wrapper .header span.right span.author {
  margin-right: 30px;
}

.wrapper .main-wrapper .right-wrapper ul.keyword-list {
  width: 100%;
  padding: 15px 0 40px;
}

.wrapper .main-wrapper .right-wrapper ul.keyword-list li.keyword-item {
  display: inline-block;
  padding: 5px 10px;
  color: #F42434;
  font-size: 14px;
  border: 1px solid #FF6D6D;
  border-radius: 2px;
  margin-right: 15px;
}

.wrapper .main-wrapper .right-wrapper .news-content {
  word-wrap: normal;
  padding-right: 100px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 80px;
  text-align: justify;
}

.wrapper .main-wrapper .footer-btn {
  padding: 20px;
  font-size: 14px;
  color: #999999;
}

.wrapper .main-wrapper .footer-btn button {
  width: 75px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 14px;
  color: #999999;
  margin-right: 15px;
  cursor: pointer;
}

.wrapper .main-wrapper .footer-btn .box {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.wrapper .main-wrapper .footer-btn .box:hover {
  color: #ED1731;
}

.wrapper .main-wrapper .footer-btn .box:hover button {
  color: #ED1731;
  border-color: #ED1731;
}
