@import url(common.min.css);
.anli {
  width: 100%;
  height: auto;
  background: #fff;
  padding-bottom: 60px;
}
.anli .main {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.anli .main .content {
  width: 980px;
  flex: 0 980px;
  height: auto;
}
.anli .main .content .crumbs {
  width: auto;
  height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.anli .main .content .crumbs a {
  color: #999999;
  text-decoration: none;
}
.anli .main .content .crumbs span {
  color: #333333;
}
.anli .main .content .crumbs a:nth-last-child(1) {
    color: #333333;
}
.anli .main .content > .navs {
  width: 100%;
  height: 82px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.anli .main .content > .navs .name {
  width: auto;
  height: 82px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 82px;
}
.anli .main .content > .navs .list {
  width: auto;
  height: 82px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
.anli .main .content > .navs .list a {
  display: block;
  width: auto;
  height: 32px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  padding: 0 13px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 32px;
  margin-left: 20px;
}
.anli .main .content > .navs .list a:hover {
  color: #fff;
  border-color: #006EC7;
  background-color: #006EC7;
}
.anli .main .content > .navs .list a.active {
  color: #fff;
  border-color: #006EC7;
  background-color: #006EC7;
}
.anli .main .content > .list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.anli .main .content > .list .item {
  display: block;
  width: 312px;
  height: auto;
  overflow: hidden;
  margin-right: 22px;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 27px;
}
.anli .main .content > .list .item:nth-child(3n) {
  margin-right: 0;
}
.anli .main .content > .list .item .image {
  width: 100%;
  height: 176px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.anli .main .content > .list .item .image img {
  /* height: 100%; */
  width: 100%;
}
.anli .main .content > .list .item .text {
  width: 100%;
  height: auto;
  padding-bottom: 22px;
  padding-top: 15px;
}
.anli .main .content > .list .item .text .title {
  width: 100%;
  height: 17px;
  margin: 0 auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anli .main .content > .list .item .text .des {
  width: 100%;
  height: 15px;
  margin: 0 auto;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 11px;
}
.anli .main .content > .list .item:hover .image img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.anli .main .content > .list .item:hover .text {
  background-color: #006EC7;
}
.anli .main .content > .list .item:hover .text .title {
  width: 90%;
  color: #fff;
}
.anli .main .content > .list .item:hover .text .des {
  color: #fff;
  width: 90%;
}
.anli .main .article_right {
  width: 287px;
  flex: 0 287px;
  height: auto;
  padding-top: 55px;
}
.anli .main .article_right .box {
  padding-bottom: 50px;
}
.anli .main .article_right .box .name {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
  height: 29px;
}
.anli .main .article_right .box .name .m {
  width: auto;
  height: 18px;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 11px;
  border-bottom: 1px solid #006EC7;
}
.anli .main .article_right .box .name .m .icon {
  width: 6px;
  height: 16px;
  background: #006EC7;
}
.anli .main .article_right .box .name .m .n {
  width: auto;
  height: 18px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  margin-left: 10px;
}
.anli .main .article_right .box .list {
  width: 100%;
  height: auto;
}
.anli .main .article_right .box .list .item {
  display: block;
  width: 100%;
  height: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 28px;
}
.anli .main .article_right .box .list .item .icon {
  display: block;
  width: auto;
  height: 20px;
  background: #fff;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
  margin-right: 14px;
  padding: 0 3px;
}
.anli .main .article_right .box .list .item .t {
  width: auto;
  height: 20px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anli .main .article_right .box .list .item .t:hover {
  color: #006EC7;
}
.anli .main .article_right .box .list .item:nth-child(1) .icon {
  background: #EF4B5F;
  color: #fff;
}
.anli .main .article_right .box .list .item:nth-child(2) .icon {
  background: #FE7050;
  color: #fff;
}
.anli .main .article_right .box .list .item:nth-child(3) .icon {
  background: #FEBD50;
  color: #fff;
}

.page {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
.page li {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #333333;
  margin-left: 11px;
  border: 1px solid #E7EBEE;
  background: #E7EBEE;
}
.page li a {
  display: inline-block;
  height: 34px;
  padding-left: 20px;
  padding-right: 20px;
  color: #333333;
}
.page li.active {
  border: 1px solid #006EC7;
  color: #FFFFFF;
  background: #006EC7;
}
.page li.active a {
  color: #FFFFFF;
}
.page li:hover {
  border: 1px solid #006EC7;
  color: #FFFFFF;
}/*# sourceMappingURL=anli.min.css.map */