@charset "utf-8";

.m_viewOne .ib_box {
  margin: 10px 0;
  background-color: #fff;
}

.quick-link ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0%;
  text-align: center;
}

.quick-link li {
  display: flex;
  justify-content: center;
  margin: 0 0 3% 0;
  width: 20%;
}

.quick-link li a {
  display: block;
  position: relative;
}

.quick-link li a .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background-color: #ebeff8;
  border-radius: 17px;
  box-shadow: 0px 2px 2px #c6c6c6;
}

.quick-link .icon-small img {
  width: 100%;
}

.quick-link li a .tit {
  margin: 10px 0 0 0;
  padding: 1px 0 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  max-width: 100px;
  color: #101113;
  font-size: 13px;
}

.quick-link .site-new {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 32px;
  margin: 0 auto;
  width: 14px;
  height: 14px;
  background-color: #f13838;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
}