/* 企业动态CSS */


/* 头部 */
/* 导航栏 */
.nav>li:nth-child(4){
  background-color: #076ce0;
}
.navbar-default .navbar-nav>li:nth-child(4)>a {
  color: #fff;
}

/* 企业动态 */
.information2{
  width: 68%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.information2 .inforul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 2rem;
}
.inforul li{
  width: 9.17rem;
  margin-bottom: 2rem;
}
.inforul li .inforimg{
  width: 100%;
  height: 8.75rem;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
}
.inforul li .inforimg a{
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
}
.inforul li .inforimg img{
  display: block;
  width: 8.54rem;
  height: 8.17rem;
  margin: auto;
}
.inforul li h5{
  font-family: lamp;
  font-size: .8rem;
  color: #030303;
  margin-left: .3rem;
  margin-bottom: .4rem;
}
.inforul li p{
  font-family: lamp;
  font-size: .64rem;
  color: #616161;
  line-height: 1.1rem;
  margin-left: .3rem;
}

/* 详情列表 */
.action{
  width: 100%;
  background-color: #f6f6f6;
}
.action .actionul{
  width: 68%;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.actionul li{
  width: 100%;
  height: 6.75rem;
  border-bottom: 1px dashed #ccc;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.actionul li .time{
  width: 3.83rem;
  height: 3.83rem;
  background-color: white;
  display: flex;
}
.actionul li .time p{
  font-size: 1.3rem;
  font-family: cuheiti;
  color: #595959;
  text-align: center;
  margin: auto;
  line-height: 1rem;
}
.actionul li .time p span{
  display: block;
  font-size: .7rem;
}
.actionul li .text{
  width: 48rem;
}
.actionul li .text h5{
  font-size: .75rem;
  color: #000;
  font-family: lamp;
  line-height: 1.5rem;
}
.actionul li .text p{
  font-size: .67rem;
  color: #595959;
  font-family: lamp;
  line-height: 1rem;
}