.ctx_newsAll .ctx_newsAllMain {
  width: 1200px;
  margin: 0 auto;
}

.ctx_newsAll .ctx_newsAllMain .head {
  width: 100%;
  line-height: 12   0px;
  text-align: left;
  font-size: 50px;
  font-weight: bold;
}

.ctx_newsAll .ctx_newsAllMain .recommend {
  width: 100%;
  height: 300px;
  display: flex;
  cursor: pointer;
}

.ctx_newsAll .ctx_newsAllMain .recommend .news_logo {
  width: 200px;
  height: 100%;
  background-color: #5397F7;
  line-height: 300px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}

.ctx_newsAll .ctx_newsAllMain .recommend .news_main {
  width: 600px;
  height: 100%;
  margin-left: 24px;
  background: url("../img/20213619447389.png")-186px 0px no-repeat;
}

.ctx_newsAll .ctx_newsAllMain .recommend .news_show {
  width: 320px;
  margin: 0 26px;
  margin-top: 34px;
}

.ctx_newsAll .ctx_newsAllMain .recommend .news_show h5 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.ctx_newsAll .ctx_newsAllMain .recommend .news_show span {
  margin-top: 16px;
  font-size: 14px;
  color: #999999;
  float: right;
}

.ctx_newsAll .ctx_newsAllMain .recommend .news_show p {
  overflow: hidden;
  margin-top: 66px;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #999999;
  text-align: left;
}

.ctx_newsAll .ctx_newsAllMain .content {
  margin-top: 20px;
  width: 100%;
}

.ctx_newsAll .ctx_newsAllMain .content .content_list {
  width: 100%;
  overflow: hidden;
}

.ctx_newsAll .ctx_newsAllMain .content .content_list li {
  width: 100%;
  margin: 25px 0;
}

.ctx_newsAll .ctx_newsAllMain .content .content_list li a {
  width: 100%;
}

.ctx_newsAll .ctx_newsAllMain .content .content_list li a h6 {
  font-size: 20px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.ctx_newsAll .ctx_newsAllMain .content .content_list li a h6 span {
  font-weight: normal;
  display: inline-block;
  font-size: 14px;
  color: #999999;
}

.ctx_newsAll .ctx_newsAllMain .content .content_list li a p {
  color: #666666;
  margin-top: 8px;
  width: 1040px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 34px;
}
