.wrapper {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
body {
  background: url(../img/sjzt-bg.png) no-repeat;
  background-size: 100% auto;
}
.content {
  display: flex;
  margin-top: 366px;
  margin-bottom: 60px;
  background: rgba(255, 255, 255, 0.8);
}
.content .left-info {
  width: 300px;
  height: 1014px;
  padding-top: 54px;
  padding-left: 26px;
  padding-right: 23px;
  box-sizing: border-box;
  background: rgba(191, 191, 191, 0.2);
}
.content .left-info .pic {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 52px;
}
.content .left-info .pic .pic-cont {
  width: 150px;
  height: 200px;
  background: url(https://resjz.cqnews.net/16/2024/10/9/2006581/img/moren8.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 16px;
}
.content .left-info .pic .pic-cont img {
  display: block;
  width: 150px;
  height: 200px;
}
.content .left-info .pic .name {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}
.content .left-info .pic .job {
  display: inline-block;
  margin-top: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.content .left-info .left-cont {
  height: 145px;
  margin-bottom: 45px;
}
.content .left-info .left-cont .title {
  width: 88px;
  height: 22px;
  background: url(../img/red-bg.png) no-repeat;
  position: relative;
  margin-bottom: 16px;
}
.content .left-info .left-cont .title .title-info {
  position: absolute;
  left: 4px;
  top: -7px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}
.content .left-info .left-cont .cont-info {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.content .right-cont {
  width: 900px;
  padding: 68px 36px 0 54px;
  box-sizing: border-box;
}
.content .right-cont .title {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.content .right-cont .title .ztbd-title {
  width: 100%;
}
.content .right-cont .title .title-name {
  position: absolute;
  left: 111px;
  bottom: 11px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.content .right-cont .title .more {
  position: absolute;
  right: 0;
  top: 14%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #CC0202;
}
.content .right-cont .zyhd {
  width: 100%;
  margin-bottom: 80px;
}
.content .right-cont .zyhd .zyhd-item {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 23px;
}
.content .right-cont .zyhd .zyhd-item .zyhd-title {
  width: 650px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .right-cont .zyhd .zyhd-item .time {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.content .right-cont .tpxw {
  margin-top: 37px;
  width: 100%;
}
.content .right-cont .tpxw .tpxw-item {
  display: block;
  width: 250px;
  height: 200px;
  border: 1px solid #BFBFBF;
  float: left;
  margin-bottom: 23px;
  margin-right: 23px;
}
.content .right-cont .tpxw .tpxw-item .tpxw-pic {
  width: 250px;
  height: 150px;
  background: url(https://resjz.cqnews.net/16/2024/10/9/2006581/img/moren9.png) no-repeat;
  background-size: contain;
}
.content .right-cont .tpxw .tpxw-item .tpxw-pic img {
  width: 100%;
  height: 150px;
}
.content .right-cont .tpxw .tpxw-item .item-title {
  width: 100%;
  height: 50px;
  padding: 15px 0 0 9px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .right-cont .tpxw .tpxw-item:nth-child(3n) {
  margin-right: 0;
}
.content .right-cont .tpxw .tpxw-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 7px 10px 0px #D6D6D6;
  border: 1px solid #BFBFBF;
}
.content .right-cont .tpxw .tpxw-item:hover .item-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
}
