.jyly_section {
  padding: 120px 0 90px;
  background: url(/images/qmj_banner_2_2025_02.png) top center no-repeat;
}

.liuyan_wrap {
  width: 1200px;
  margin: 90px auto 0;
  overflow: hidden;
}
.liuyan_wrap .message-list {
  width: 801px;
  height: 703px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 57px;
  float: left;
  background: url(/images/message_bg.png) no-repeat;
}
.liuyan_wrap .phone-message {
  width: 307px;
  height: 635px;
  float: left;
  margin-top: 33px;
  padding: 70px 38px 0 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(/images/phone.png) no-repeat;
}
.liuyan_wrap .phone-message li {
  margin-top: 10px;
}
.liuyan_wrap .phone-message li span {
  font-size: 16px;
}
.liuyan_wrap .message-list ul {
  width: 680px;
  height: 591px;
  overflow-y: auto;
  margin: 0 auto;
}
.liuyan_wrap .phone-message li .t-txt {
  width: 95%;
  outline: 0;
  height: 25px;
  padding-left: 7px;
  margin-top: 10px;
}
.liuyan_wrap textarea {
  width: 368px;
  height: 256px;
}
.liuyan_wrap .message-list li {
  width: 616px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ff8400;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin: 22px auto 0 auto;
}
.liuyan_wrap .phone-message li .code-txt {
  width: 76px;
  outline: 0;
  height: 25px;
  margin-right: 7px;
  padding-left: 8px;
}
.liuyan_wrap .phone-message li .content {
  outline: 0;
  padding: 7px 0 0 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.liuyan_wrap .phone-message li .btn {
  outline: 0;
  width: 180px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.liuyan_wrap .phone-message li:nth-of-type(1) {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #cd0400;
}
.liuyan_wrap .phone-message li:nth-of-type(6) {
  text-align: center;
}
.liuyan_wrap .message-list .page-con {
  background: #fff;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 0 20px 30px;
}
.liuyan_wrap .message-list .page-con .title {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ff8400;
  font-size: 18px;
  color: #a50a07;
}
.liuyan_wrap .message-list .page-con .content {
  font-size: 16px;
  padding: 15px 20px 0 0;
  line-height: 1.45;
}

input, textarea, input[type=search] {
  background: #f4f4f4;
  border: solid 1px #a3a3a3;
  padding: 5px 10px;
  font: 15px "Times New Roman", Times, serif;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-appearance: none;
}

.wrap {
  width: 1200px;
}

.tuijian_section {
  padding: 120px 0 90px;
  background: url(/images/lyjy_bg.jpg) top center no-repeat;
  background-size: cover;
}

.more {
  width: 170px;
  border-radius: 24px;
  height: 48px;
  font-size: 20px;
  background-color: #08697e;
  color: #fff;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 40px auto 0;
}

.thj_list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.thj_list .poster {
  height: 236px;
  overflow: hidden;
}
.thj_list .poster img{width: 100%;}
.thj_list .title {
  font-size: 15px;
  color: #143963;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 20px;
}

.thj_list .title a{
  color: #143963;
}