.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
header {
  background-color: #F5F9FF;
}
header img {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  header {
    background-color: #F5F9FF;
  }
  header img {
    width: 1300px;
  }
}
.notic {
  padding: 50px 0;
  background-color: #F5F9FF;
}
.notic .layout {
  padding: 73px 27px 73px 33px;
  position: relative;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0 4px 0 rgba(74, 138, 233, 0.6), 0 7px 0 rgba(74, 138, 233, 0.3);
}
.notic .layout img {
  width: 24px;
  height: 23px;
  position: absolute;
}
.notic .layout .l {
  top: 31px;
  left: 34px;
}
.notic .layout .r {
  bottom: 30px;
  right: 24px;
}
.notic .layout p {
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  text-indent: 2em;
  text-align: justify;
  margin-bottom: 20px;
}
.notic .layout p:nth-last-child(1) {
  margin-bottom: 0;
}
.list {
  margin-bottom: 108px;
}
.list .layout {
  padding: 21px 27px 0 24px;
}
.list .layout ul li {
  margin-top: 30px;
}
.list .layout ul li:hover a .box .right .name {
  color: #257e20;
}
.list .layout ul li:hover a .xian {
  background: #257e20;
}
.list .layout ul li a {
  display: block;
}
.list .layout ul li a .box {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}
.list .layout ul li a .left {
  margin-right: 20px;
}
.list .layout ul li a .left img {
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 20px 4px 20px 4px;
}
.list .layout ul li a .right .name {
  font-size: 22px;
  font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}
.list .layout ul li a .right .cont {
  width: 1104px;
  font-size: 18px;
  color: #666666;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.list .layout ul li a .xian {
  width: 100%;
  height: 2px;
  background: #EBF3FF;
  border-radius: 5px 5px 5px 5px;
}
