/* 时间+标题+简介样式 */ 
.all_list li {
    height: 60px;
}
.all_list {
    overflow: unset!important;
	}

.fa_list {
  margin-top: 80px;
}
.fa_list ul li {
  width: 600px;
  height: 106px;
  margin-bottom: 60px;
  float: left;
}
.fa_list ul li .ls_fl {
  width: 106px;
  height: 106px;
  background: #2452b0;
  border-radius: 10px;
}
.fa_list ul li .ls_fl h1 {
  font-size: 37px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  line-height: 65px;
  text-align: center;
}
.fa_list ul li .ls_fl span {
  font-size: 19px;
  font-family: Arial;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  display: block;
  text-align: center;
}
.fa_list ul li .ls_fr {
  width: 430px;
  height: 106px;
  margin-left: 20px;
}
.fa_list ul li .ls_fr > a {
  font-size: 22px;
  font-weight: 400;
  color: #2e3033;
  line-height: 32px;
}
.fa_list ul li .ls_fr > a:hover {
  color: #2452b0;
}
.fa_list ul li .ls_fr p {
  font-size: 16px;
  font-weight: 400;
  color: #969797;
  line-height: 28px;
  margin-top: 15px;
}
.fa_list ul li .ls_fr p > a {
  color: #2452b0;
  font-size: 16px;
  font-weight: 400;
}


