@charset "utf-8";
.introduce {
  width: 100%;
  height: 506px;
  background: url("../../images/jyjx/bgpic.png") center no-repeat;
}
.detail {
  width: 630px;
  padding: 30px;
}
.detail h3 {
  font-size: 36px;
  color: #fff;
  line-height: 72px;
}
.detail p {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-indent: 2em;
}
.detail a {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
}
.listBox ul li {
  overflow: hidden;
}
.listBox ul li img {
  display: block;
  width: 452px;
}
.listBox ul li:hover .titleHref h3 {
  background: url(../../images/jyjx/line01.png) left 15% no-repeat;
}
.listBox ul li:hover .liDetail {
  background: #3cc4ce;
  transition: 0.8s;
}
.listBox ul li:hover h3,
a {
  color: #fff;
}
.listBox ul li:hover p {
  color: #fff;
}
.listBox ul li:hover .arrow {
  background: url("../../images/jyjx/arrow_h.png") no-repeat;
}
.one {
  overflow: hidden;
}
.one img {
  height: 283px;
}
.liDetail {
  border: 1px solid #b7b7b7;
}
.titleHref {
  padding: 0 25px;
  position: relative;
}
.titleHref h3 {
  font-size: 32px;
  font-weight: bold;
  background: url("../../images/jyjx/h_line.png") left 15% no-repeat;
  padding-left: 15px;
  line-height: 40px;
}
.titleHref p {
  line-height: 42px;
  text-indent: 2em;
  overflow: hidden;
}
.titleHref .arrow {
  background: url("../../images/jyjx/arrow01.png") no-repeat;
  display: block;
  width: 41px;
  height: 28px;
  position: absolute;
  right: 23px;
  bottom: 28px;
}
