
.advisory-box-list {
  display: flex;
  justify-content: center;
}
.advisory-boxs{
  border: 1px solid #ededed;
  margin: 0 10px;
}
.advisory-boxs:hover {
  box-shadow: 0px 2px 10px 0px rgba(194, 194, 194, 0.5);
}
.advisory-boxs:hover .thumb-pic{
  transform: scale(1.1);
}
.thumb-pic-container{
  height: 160px;
  width: 100%;
  overflow: hidden;
}
.thumb-pic{
  height: 160px;
  transition: all 0.6s;
  background-size: 100% 100%; 
  background-repeat: no-repeat;
}
.thumb-pic1{
  background-image: url(../img/infor-1.png);
}
.thumb-pic2{
  background-image: url(../img/infor-2.jpg);
}
.thumb-pic3{
  background-image: url(../img/infor-3.jpg);
}
.advisory-text{
  padding: 16px 20px;
  white-space: normal
}
.pubdate{
  font-size: 26px;
}
.pubdate-t{
  font-size: 16px;
  font-weight: 500;
}
.advisory-text-center{
  margin-top: 40px;
  text-align: center;
}
.more{
  display: inline-block;
  vertical-align: top;
  margin:8px 0 68px 0;
  min-width: 120px;
  height: 40px;
  font-size:14px;
  color: #1890ff;
  line-height: 40px;
  border-radius: 4px;
  transition: all 0.2s;
  cursor: pointer;
}
.more:hover {
  background: #4ca1ff;
  color: #fff;
}
