@import "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 .cname {
  width: 100%;
  height: 31px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 31px;
  padding-top: 40px;
  padding-bottom: 10px;
}
.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 > .list {
  width: 100%;
  height: auto;
  padding-bottom: 44px;
}
.anli .main .content > .list .item {
  display: block;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 2px solid #F5F5F5;
}
.anli .main .content > .list .item:hover .image img {
  transform: scale(1.1);
  transition: all 0.3s;
}
.anli .main .content > .list .item .image {
  width: 380px;
  height: auto;
  margin-right: 55px;
}
.anli .main .content > .list .item .image img {
  width: 100%;
  height: auto;
}
.anli .main .content > .list .item .text {
  width: calc(100% - 380px - 55px);
  height: auto;
}
.anli .main .content > .list .item .text .name {
  width: 100%;
  height: 31px;
  font-size: 30px;
  font-family: PingFangSC;
  font-weight: 500;
  color: #000000;
  line-height: 31px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anli .main .content > .list .item .text .des {
  width: 100%;
  height: 72px;
  font-size: 18px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #5D6675;
  line-height: 25px;
  margin-top: 19px;
  text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.anli .main .content > .list .item .text .li {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #5D6675;
  line-height: 21px;
  margin-top: 29px;
  text-align: justify;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.anli .main .content > .list .item .text .li .label {
  color: #000000;
  margin-right: 10px;
  font-weight: bold;
  width: auto;
  white-space: nowrap;
}
.anli .main .content > .list .item .text .more {
  width: 100%;
  height: 24px;
  font-size: 18px;
  font-family: PingFangSC;
  font-weight: 400;
  color: #2485D8;
  line-height: 24px;
  margin-top: 29px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.anli .main .content > .list .item .text .more img {
  width: 24px;
  height: 24px;
  margin-left: 14px;
}
.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;
}/*# sourceMappingURL=zhuanjiatuandui.min.css.map */