.menu {
  width: 100%;
  height: 50px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu .cont {
  width: 1200px;
  margin: 0 auto;
}

.menu_img {
  transform: rotate(180deg);
  cursor: pointer;
}

.menu_title {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.name {
  font-weight: 500;
  color: #ff4c3f;
}
.nametwo {
  font-weight: 500;
}

/* 资讯列表 */
.info_list {
  width: 1200px;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
}

.info_item li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
}
.item-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

.item-li .text {
  width: 800px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}
.item-li .right_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 260px;
}
.item-li .right_list .list_laiyuan {
  width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
}

.item-li .time {
  color: #666666;
  width: 100px;
}
.info_item li:last-child {
  border-bottom: none;
}
.item-li:hover,
.item-li:hover .time {
  color: #ff4c3f;
}

/* 分页 */
.page {
  margin: 46px 0 46px;
}
.pages .page {
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  border: 1px solid #e7e7e7;
}

.pages {
  text-align: center;
}
.pages .total {
  font-size: 16px;
  line-height: 22px;
  margin: 0 10px;
}
.pages .prev,
.pages .next {
  margin: 0 30px;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 4px;
  font-size: 16px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border: 1px solid #e7e7e7;
}
.pages .page.active {
  background: #ff4743;
  color: #fff;
}
.pages input {
  background: #fff;
  width: 75px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

/* 资讯详情页 */
.content_detail {
  margin: 20px auto;
  background: #fff;
  padding: 40px;
  width: 1200px;
  line-height: 30px;
}

.content_detail h2 {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.content_detail .box {
  margin: 10px auto;
  width: 680px;
  display: flex;
  justify-content: space-evenly;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.content_detail .box > span {
  padding-left: 18px;
}

/* 微信微博QQ分享 + 免责声明*/
.detial_mianze {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}
.detial_mianze .mianze_title {
  color: #ff4c3f;
}
