@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
.main {
  flex: 1;
  background: #fff;
}
.main .articlelist {
  padding: 20px;
}
.main .articlelist h3 {
  font-size: 18px;
  color: #0a83f8;
  transition: all 0.5s;
}
.main .articlelist h3:hover {
  color: #F32043;
}
.main .articlelist .articlecon {
  margin: 20px auto;
  display: flex;
}
.main .articlelist .articlecon .imgbox {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.main .articlelist .articlecon .imgbox img {
  display: block;
  width: 100%;
}
.main .articlelist .articlecon .infobox {
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.main .articlelist .typebox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #333;
}
.main .articlelist .typebox span {
  color: #F32043;
  margin-left: 20px;
}

.right {
  margin-left: 20px;
  width: 280px;
}
.right .tab-a-more {
  position: absolute;
  right: 5px;
  top: 0;
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right .tab-a-more i {
  border-radius: 50%;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  background: #09F;
  animation: bounce_fountainG 1.2s linear infinite;
  animation-delay: .4s;
}
.right .tab-a-more i:nth-child(2) {
  background: #3c0;
  animation-delay: .6s;
}
.right .tab-a-more i:nth-child(3) {
  background: #f60;
  animation-delay: .8s;
}
.right .articlebox {
  background: #fff;
  padding-bottom: 10px;
}
.right .articlebox .title {
  height: 40px;
  color: #0a83f8;
  display: flex;
  align-items: center;
  padding-left: 10px;
  position: relative;
}
.right .articlebox .title h3 {
  font-weight: bold;
  padding: 5px 5px 5px 0;
  border-bottom: 2px solid #0a83f8;
  transition: all 0.5s;
  font-size: 16px;
}
.right .articlebox .title h3:hover {
  padding-right: 20px;
}
.right .articlebox ul {
  margin-top: 5px;
}
.right .articlebox ul li {
  padding-left: 10px;
}
.right .articlebox ul li a {
  height: 32px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.right .articlebox ul li a:hover {
  color: #F32043;
}
.right .articlebox ul li a span {
  margin-right: 5px;
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  background: #B1B1B1;
  color: #fff;
  font-size: 12px;
}
.right .articlebox ul li:nth-child(1) span {
  background: #FF6600;
}
.right .articlebox ul li:nth-child(2) span {
  background: #FF6600;
}
.right .articlebox ul li:nth-child(3) span {
  background: #FF6600;
}
.right .articlebox ul li:nth-child(4) span {
  background: #FF6600;
}
.right .labelbox {
  margin-top: 20px;
  background: #fff;
  padding-bottom: 10px;
}
.right .labelbox .title {
  height: 40px;
  color: #0a83f8;
  display: flex;
  align-items: center;
  padding-left: 10px;
  position: relative;
}
.right .labelbox .title h3 {
  font-weight: bold;
  padding: 5px 5px 5px 0;
  border-bottom: 2px solid #0a83f8;
  transition: all 0.5s;
  font-size: 16px;
}
.right .labelbox .title h3:hover {
  padding-right: 20px;
}
.right .labelbox .labelcon {
  padding: 5px;
}
.right .labelbox .labelcon .box {
  float: left;
  padding: 5px;
  background: #cbdbfb;
  font-size: 14px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.right .labelbox .labelcon .box a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a83f8;
}
.right .labelbox .labelcon .box:hover {
  background: #ccc;
}
.right .labelbox .labelcon .box:hover a {
  color: #333;
}
.right .albumbox {
  margin-top: 20px;
  background: #fff;
  padding-bottom: 10px;
}
.right .albumbox .title {
  height: 40px;
  color: #0a83f8;
  display: flex;
  align-items: center;
  padding-left: 10px;
  position: relative;
}
.right .albumbox .title h3 {
  font-weight: bold;
  padding: 5px 5px 5px 0;
  border-bottom: 2px solid #0a83f8;
  transition: all 0.5s;
  font-size: 16px;
}
.right .albumbox .title h3:hover {
  padding-right: 20px;
}
.right .albumbox .grid {
  margin: 5px auto;
  width: 95%;
}
.right .albumbox .grid .grid-item {
  width: 50%;
  padding: 5px;
}
.right .albumbox .grid .grid-item img {
  display: block;
  width: 100%;
}
.right .linkbox {
  margin-top: 20px;
  background: #fff;
  padding-bottom: 10px;
}
.right .linkbox .title {
  height: 40px;
  color: #0a83f8;
  display: flex;
  align-items: center;
  padding-left: 10px;
  position: relative;
}
.right .linkbox .title h3 {
  font-weight: bold;
  padding: 5px 5px 5px 0;
  border-bottom: 2px solid #0a83f8;
  transition: all 0.5s;
  font-size: 16px;
}
.right .linkbox .title h3:hover {
  padding-right: 20px;
}
.right .linkbox ul {
  background: #fff;
  padding: 0 10px;
}
.right .linkbox ul li {
  min-width: 50px;
  float: left;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 5px;
}
.right .linkbox ul li a {
  color: #333;
}

@media screen and (max-width: 780px) {
  .right {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .main .articlelist .articlecon .imgbox {
    display: none;
  }
}

/*# sourceMappingURL=home.css.map */
