* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.banner_ {
  width: 100%;
}

.banner_ img {
  width: 100%;
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.main_top {
  margin-top: 20px;
}

.main_top img {
  width: 100%;
  height: 158px;
}

.main_nav {
  margin-top: 58px;
}

.main_nav ul {
  display: flex;
}

.main_nav ul li {
  width: 212px;
  height: 44px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 400;
  border: 1px solid #ccc;
overflow: hidden;
  line-height: 40px;
  text-align: center;
  margin-right: 35px;
}

.main_nav ul li:hover .main_nav ul li a {
  color: white !important;
}

.main_nav ul li a {
  color: rgba(40, 40, 40, 1);
  display: block;
  width: 100%;
  height: 100%;
  line-height: 44px;
}

.main_nav ul li:hover {
  color: #fff;
  background: rgba(225, 69, 69, 1);
}

.main_nav ul li a:hover {
  color: #fff;
  background: rgba(225, 69, 69, 1);
}

.main_nav ul li:last-child {
  margin-right: 0;
}

.main_title {
  width: 756px;
  margin: 0 auto;
  text-align: center;
  margin-top: 61px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(40, 40, 40, 1);
  line-height: 35px;
}

.main_centent {
  display: block;
  height: auto;
  margin-bottom: 50px;
}

.centent_ul li {
  height: 397px;
  background: rgba(245, 245, 245, 1);
  float: left;
  margin-top: 85px;
  position: relative;
  padding-bottom: 20px;
}

.li_left {
  width: 500px;
  height: 500px;
  float: left;
  position: relative;
}

.li_number {
  width: 30px;
  text-align: center;
  float: left;
  position: absolute;
  left: 5%;
  top: 20%;
}

.li_number b {
  color: #E14545;
  display: block;
  font-size: 24px;
}

.li_img {
  float: left;
  position: absolute;
  top: -7%;
  left: 15%;
}

.li_right {
  width: 700px;
  height: 400px;
  float: left;
  position: relative;
}

.li_right img {
  margin-top: 30px;
  margin-left: 30px;
}

.li_right h4 {
  font-size: 24px;
  font-weight: bold;
  color: rgba(225, 69, 69, 1);
  line-height: 40px;
  position: absolute;
  left: 15%;
  top: 30%;
}
.li_right p {
  display:none;
  width: 580px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.li_right p:nth-child(3) {
  display: -webkit-box !important;
  position: absolute;
  top: 45%;
  left: 10%;
}


.li_right p a {
  color: rgba(51, 51, 51, 1);
}

.li_button a {
  position: absolute;
  bottom: 10%;
  right: 5%;
  font-size: 18px;
  font-weight: 400;
  color: rgba(225, 69, 69, 1);
  line-height: 40px;
}

/* 头像右侧 */
.li_left1 {
  width: 500px;
  height: 500px;
  position: relative;
  float: right;
}

.li_number1 {
  width: 30px;
  text-align: center;
  float: left;
  position: absolute;
  right: 5%;
  top: 20%;
}

.li_number1 b {
  color: #E14545;
  display: block;
  font-size: 24px;
}

.li_img1 {
  float: left;
  position: absolute;
  top: -10%;
  right: 15%;
}

.li_right1 {
  width: 700px;
  height: 400px;
  position: relative;
  float: left;
}

.li_right1 img {
  position: absolute;
  right: 6%;
  top: 10%;
}

.li_right1 h4 {
  font-size: 24px;
  font-weight: bold;
  color: rgba(225, 69, 69, 1);
  line-height: 40px;
  position: absolute;
  right: 15%;
  top: 32%;
}

.li_right1 p {
  width: 580px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 32px;
  position: absolute;
  top: 50%;
  right: 10%;
}

.li_right1 a {
  color: red;
}

.li_button1 a {
  position: absolute;
  bottom: 10%;
  left: 4%;
  font-size: 18px;
  font-weight: 400;
  color: rgba(225, 69, 69, 1);
  line-height: 40px;
}

#jzgd,
#jzgd_end {
  margin-top: 40px;
  margin-bottom: 60px;
  cursor: pointer;
  font-size: 22px;
}