.ybzx-top {
  position: relative;
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
  padding: 40px 0 40px 40px;
}
.ybzx-topImg {
  width: 500px;
  height: 320px;
  overflow: hidden;
}
.ybzx-topzx {
  line-height: 24px;
  margin: 30px 0;
  /* padding: 30px 0; */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  /* height: 110px; */
}
.ybzx-topduan {
  height: 272px;
  overflow: hidden;
  width: calc(1400px - 700px);
  display: flex;
  flex-direction: column;
}
.ybzx-zxBtn {
  position: absolute;
  bottom: 35px;
}
.time {
  position: absolute;
  right: 135px;
  bottom: 45px;
  color: #adadad;
  font-size: 18px;
}
.yyjs-introduce {
  display: grid;
  grid-template-columns: 30px auto;
}
.text_desc {
  color: #a3a3a3;
  letter-spacing: 1px;
  font-size: 17px;
}
.expand {
  position: absolute;
  bottom: 45px;
  right: 35px;
  font-size: 18px;
  color: #3775cd;
}
.expand:hover {
  cursor: pointer;
}
.numberOfConsultations {
  position: relative;
}
.numberOfConsultations::before {
  content: '<?php echo count($list_zixun); ?>';
  /* 使用 PHP 变量输出动态值 */
  position: absolute;
  top: -10px;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #EA9518;
  border-radius: 50%;
  font-size: 12px;
}
.numberOfConsultations_2::before {
  content: '<?php echo count($list_comment); ?>';
  /* 使用 PHP 变量输出动态值 */
  position: absolute;
  top: -10px;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #EA9518;
  border-radius: 50%;
  font-size: 12px;
}
/* 内容页 */
/*  */
.eyeProjectBox {
  /* background: #f5f5f5; */
  padding: 10px 20px;
  border-radius: 5px;
}
.eyeProjectFlex {
  width: 100%;
  /* display: grid; */
  /* grid-template-columns: repeat(2, auto); */
  /* justify-content: flex-start; */
  /* display: flex; */
  /* justify-content: space-between; */
  /* justify-content: space-around;
                    align-items: center;
                    flex-wrap: wrap; */
}
.eyeProjectFlex > a {
  margin-bottom: 10px;
}
.eyeProjectLeft {
  /* width: 50%; */
  /* width: 480px; */
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  /* padding: 10px 20px; */
}
.imgaLeft {
  width: 220px;
  overflow: hidden;
  /* height: 140px; */
}
.timeLeft {
  margin-top: 5px;
}
.contentRightBox {
  width: calc(100% - 220px);
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.projectTitle {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.optimize {
  color: #03A9F4;
  font-size: 14px;
}
.price {
  font-size: 18px;
  font-weight: 700;
  color: #3F51B5;
}
.originalprice {
  color: #ccc;
  text-decoration: line-through;
}
.eyeProjectRight {
  /* width: 50%; */
  /* width: 480px; */
  width: 100%;
  display: flex;
  padding: 10px 20px;
}
.zxyyBtn {
  float: right;
  border: 2px solid;
  padding: 10px 20px;
  border-radius: 15px;
  color: #fff;
  border-color: #17579B;
  background: #4D87D0;
}
.zxyyBtn:hover {
  background: #03A9F4;
  cursor: pointer;
}
.tips {
  font-size: 16px;
  padding: 20px;
}
.tipsProject {
  font-weight: 700;
  color: #000;
  font-size: 20px;
}
.tipsNumber {
  color: #03A9F4;
}
/* 评论 */
.textareaContents {
  width: 100%;
  padding: 5px;
  margin-top: 20px;
  /* text-align: center; */
  height: 145px;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
}
.shuru {
  margin-top: 10PX;
}
.tjwt-orangeBtn {
  position: absolute;
  bottom: 15px;
  right: 0;
}
.tjwtbtn-orangeBtns {
  margin-right: 20px !important;
}
.postComments {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin-left: 20px;
  /* margin-right: 48px; */
  padding: 12px 42px;
  border-radius: 8px;
  background-color: #00387D;
  color: #fff;
  margin-bottom: 20px;
}
.blue {
  color: blue;
}
