a {
  text-decoration:none;
  color:#524f4f;
}

.contentZX {
  width: 1200px;
  margin:0 auto;
  position: relative;
}

.zx-container {
  position: relative;
}

.zx-content {
  display: flex;
  flex-wrap: wrap;
}

.zx-content :nth-child(3n){
  margin-right: 0;
}

.zx-content :nth-child(3n) {
  margin-right: 0;
}

.zx-content :nth-last-child(1), .zx-content :nth-last-child(2), .zx-content :nth-last-child(3) {
  margin-bottom: 0;
}

.zx-card {
  width: 386px;
  margin-right: 21px;
  margin-bottom: 23px;
}

.zx-card:hover .zx-card-des{
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.zx-card img{
  height: 289px;
}

.zx-card-des {
  padding: 20px 20px 38px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.zx-card-title {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #121212;
}

.zx-card-des p{
  height: 56px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #121212;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 10px;
}

.zx-card-time {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 20px;
}

.tag-btns{
  height: 90px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
}

.tag-btns .disabled{
  background: #CCCCCC;
}

.img_box{
  position: relative;
  width: 100%;
}
.img_box .zx-card-tag{
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 0;
}

.tag-btns .zx-card-tag{
  cursor: pointer;
}

.zx-card-tag{
  width: 70px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
  margin-left: 20px;
}


.content-title{
  background: #F5F5F5;
  padding: 30px 0;
}

.content{
  border-bottom: 1px solid #EEEEEE;
}

.content .contentZX{
  display: flex;
}

.content-title .title{
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #121212;
  line-height: 28px;
  margin-bottom: 20px;
}

.content-title .time{
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  line-height: 28px;
  margin-right: 20px;
}

.content-title .type{
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #014099;
  line-height: 28px;
}

.new-detail {
  width: 750px;
  margin: 38px 0;
}

.new-detail img{
  width: 100%;
}

.vertical{
  width: 1px;
  background-color: #EEEEEE;
  margin: 0 50px;
}

.tuijian{
  margin-top: 38px;
  flex: 1;
}

.tuijian-title{
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #121212;
  line-height: 28px;
  margin-bottom: 20px;
}

.tuijian-card{
  margin-bottom: 14px;

}

.tuijian-card .img{
  width: 130px;
  height: 97px;
  float: left;
  margin-right: 10px;
}

.tuijian-card .img img{
  width: 130px;
  height: 97px;
}

.tuijian-desc{
  height: 97px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #121212;
  line-height: 24px;
  overflow: hidden;
}
