.allcover {
  position: absolute;
  top: 0;
  right: 0;
}
.ctt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lr {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ell2 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ell3 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body {
  background: #f7f8fa;
}
body .top {
  position: static;
  background: #f6f6fa;
  color: #999;
  border-bottom: none;
}
body .top .inner .top-nav ul li {
    border-color: #999;
}
body .top .inner .top-nav ul li a {
    color: #999;
}
body header {
  position: static;
  border-bottom: 0;
}
body .banner {
  overflow: hidden;
  width: 100%;
  height: 540px;
}
body .banner a{
    display: flex;
    justify-content: center;
}
body .banner a img {
  max-width: inherit;
}
body .content {
  margin-bottom: 40px;
}
body .content .inner .breadcrumb {
  padding: 20px 0;
}
body .content .inner .breadcrumb ul {
  display: flex;
}
body .content .inner .breadcrumb ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  margin-right: 5px;
}
body .content .inner .breadcrumb ul li img {
  margin-right: 8px;
}
body .content .inner .breadcrumb ul li a {
  font-size: 14px;
  color: #999;
}
body .content .inner .content-box {
  display: flex;
  justify-content: space-between;
}
body .content .inner .content-box .content-l {
  width: 240px;
}
body .content .inner .content-box .content-l ul li {
  cursor: pointer;
}
body .content .inner .content-box .content-l ul li a {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}
body .content .inner .content-box .content-l ul li a i {
  font-size: 24px;
  margin-top: -2px;
  color: rgba(153, 153, 153, 0.6);
}
body .content .inner .content-box .content-l ul li a:hover{
  color: #e02727;
}
body .content .inner .content-box .content-l ul li a:hover i {
  color: #e02727;
}
body .content .inner .content-box .content-l ul li .active,body .content .inner .content-box .content-l ul li a.active:hover  {
  background: #e02727;
  color: #fff;
}
body .content .inner .content-box .content-l ul li .active i ,body .content .inner .content-box .content-l ul li a.active:hover i{
  color: #fff;
}
body .content .inner .content-box .content-r {
  width: 1140px;
}
body .content .inner .content-box .content-r .main article {
  background: #fff;
  border-radius: 6px;
  padding: 40px;
  box-sizing: border-box;
}
body .content .inner .content-box .content-r .main article h5 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
body .content .inner .content-box .content-r .main article p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-indent: 32px;
  padding: 15px 0;
}
body .content .inner .content-box .content-r .main article p a{
  font-size: 16px;
}
body .content .inner .content-box .content-r .main .vision-tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
body .content .inner .content-box .content-r .main .vision-tab li {
  width: 560px;
  height: 230px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 70px 72px;
  box-sizing: border-box;
  cursor: pointer;
}
body .content .inner .content-box .content-r .main .vision-tab li:hover {
  background: #e02727;
}
body .content .inner .content-box .content-r .main .vision-tab li:hover span {
  color: #E8E8E8;
}
body .content .inner .content-box .content-r .main .vision-tab li:hover .txt strong {
  color: #E8E8E8;
}
body .content .inner .content-box .content-r .main .vision-tab li:hover .txt p {
  color: #E8E8E8;
}
body .content .inner .content-box .content-r .main .vision-tab li span {
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  margin-right: 30px;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  font-size: 32px;
  color: #000;
  font-weight: bold;
}
body .content .inner .content-box .content-r .main .vision-tab li .txt strong {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
body .content .inner .content-box .content-r .main .vision-tab li .txt p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
body .content .inner .content-box .content-r .main .vision-box {
  width: 100%;
  height: 420px;
  border-radius: 6px;
  background: url("../img/index/vision-bg.png") 50% 50% no-repeat;
  position: relative;
}
body .content .inner .content-box .content-r .main .vision-box .copywriting {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
body .content .inner .content-box .content-r .main .vision-box .copywriting h4 {
  font-size: 46px;
  color: #fb6772;
  font-weight: bold;
  margin-bottom: 20px;
}
body .content .inner .content-box .content-r .main .vision-box .copywriting p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
}
body .content .inner .content-box .content-r .main .news-box {
  background: #fff;
  border-radius: 6px;
  padding: 40px 30px;
  box-sizing: border-box;
}
body .content .inner .content-box .content-r .main .news-box h5 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
body .content .inner .content-box .content-r .main .news-box > ul > li {
  padding: 30px 0;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
}
body .content .inner .content-box .content-r .main .news-box > ul > li .pic {
  width: 180px;
  height: 135px;
  margin-right: 44px;
  overflow: hidden;
}
body .content .inner .content-box .content-r .main .news-box > ul > li .txt {
  width: 800px;
}
body .content .inner .content-box .content-r .main .news-box > ul > li .txt h6 {
  font-weight: bold;
}
body .content .inner .content-box .content-r .main .news-box > ul > li .txt h6 a {
  font-size: 18px;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
body .content .inner .content-box .content-r .main .news-box > ul > li .txt h6 a:hover {
  color: #e02727;
}
body .content .inner .content-box .content-r .main .news-box > ul > li .txt > ul {
  display: flex;
  align-items: center;
  padding: 10px 0 15px;
}
body .content .inner .content-box .content-r .main .news-box > ul > li .txt > ul > li {
  margin-right: 40px;
  font-size: 14px;
  color: #666;
}
body .content .inner .content-box .content-r .main .news-box > ul > li .txt p {
  line-height: 26px;
}
body .content .inner .content-box .content-r .main .news-box > ul > li .txt p a {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .content .inner .content-box .content-r .main .news-box > ul > li .txt p a:hover {
  color: #e02727;
}
body .content .inner .content-box .content-r .main .news-box > ul > li:last-child {
  border-bottom: 0;
}
body .content .inner .content-box .content-r .main .news-box #pages {
  text-align: center;
  padding-top: 20px;
}
body .content .inner .content-box .content-r .main .news-box #pages .layui-laypage {
  width: 550px;
}
body .content .inner .content-box .content-r .main .news-box #pages .layui-laypage .layui-laypage-count {
  float: right;
  width: 80px;
  background: none;
}
body .content .inner .content-box .content-r .main .news-box #pages .layui-laypage .layui-laypage-em {
  background-color: #e02727;
  border-radius: 6px;
}
body .content .inner .content-box .content-r .main .news-box #pages .layui-laypage a,
body .content .inner .content-box .content-r .main .news-box #pages .layui-laypage span {
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  padding: 0;
  border-radius: 6px;
  margin: 0 4px;
  line-height: 34px;
  color: #999;
  background: #F7F8FA;
}
body .content .inner .content-box .content-r .main .news-box #pages .layui-laypage .layui-laypage-prev em,
body .content .inner .content-box .content-r .main .news-box #pages .layui-laypage .layui-laypage-next em {
  font-size: 22px;
  line-height: 30px;
}
body .content .inner .content-box .content-r .main .news-box .page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
body .content .inner .content-box .content-r .main .news-box .page ul {
  display: flex;
  align-items: center;
}
body .content .inner .content-box .content-r .main .news-box .page ul li {
  margin: 0 4px;
}
body .content .inner .content-box .content-r .main .news-box .page ul li a {
  display: inline-block;
  font-size: 16px;
  color: #999;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 6px;
  line-height: 34px;
  background: #F7F8FA;
}
body .content .inner .content-box .content-r .main .news-box .page ul li .active {
  background: #e02727;
  color: #fff;
}
body .content .inner .content-box .content-r .main .news-box .page ul li:first-child a,
body .content .inner .content-box .content-r .main .news-box .page ul li:last-child a {
  font-size: 20px;
  line-height: 30px;
}
body .content .inner .content-box .content-r .main .news-box .page span {
  font-size: 16px;
  color: #999;
  margin-left: 15px;
}
body .content .inner .content-box .content-r .main .propose-box {
  background: #fff;
  border-radius: 6px;
  padding: 60px 30px 30px;
  box-sizing: border-box;
}
body .content .inner .content-box .content-r .main .propose-box h5 {
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
body .content .inner .content-box .content-r .main .propose-box p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  text-align: center;
}
body .content .inner .content-box .content-r .main .propose-box form {
  padding: 5px 0 55px;
}
body .content .inner .content-box .content-r .main .propose-box form strong {
  display: block;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  line-height: 20px;
  margin: 50px 0 40px;
  padding-left: 10px;
  border-left: 4px solid #fb6772;
}
body .content .inner .content-box .content-r .main .propose-box form .layui-form-label {
  width: 104px;
  color: #666;
}
body .content .inner .content-box .content-r .main .propose-box form .layui-form-label span {
  color: #fb6772;
}
body .content .inner .content-box .content-r .main .propose-box form .layui-input-block {
  margin-left: 134px;
}
body .content .inner .content-box .content-r .main .propose-box form .layui-form-item {
  margin-bottom: 20px;
}
body .content .inner .content-box .content-r .main .propose-box form .layui-input {
  width: 340px;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  color: #000;
}
body .content .inner .content-box .content-r .main .propose-box form .layui-textarea {
  width: 820px;
  height: 200px;
  color: #000;
  border-radius: 6px;
}
body .content .inner .content-box .content-r .main .propose-box form .layui-edge {
  right: 620px;
}
body .content .inner .content-box .content-r .main .propose-box form .layui-form-select dl {
  left: 0;
  min-width: 340px;
}
body .content .inner .content-box .content-r .main .propose-box form .layui-form-select dl dd.layui-this {
  background-color: #e02727;
}
body .content .inner .content-box .content-r .main .propose-box form .layui-btn {
  width: 86px;
  background-color: #e02727;
  border-radius: 6px;
}
body .content .inner .content-box .content-r .main .propose-box form .layui-btn-primary {
  background-color: #fff;
  color: #999;
  border: 1px solid #E8E8E8;
}
body .content .inner .content-box .content-r .main .propose-box .bottom {
  padding-top: 30px;
  border-top: 1px solid #E8E8E8;
}
body .content .inner .content-box .content-r .main .propose-box .bottom p {
  font-size: 14px;
  color: #999;
}
body .content .inner .content-box .content-r .main .cooperation-box {
  background: #fff;
  border-radius: 6px;
  padding: 50px 20px;
  box-sizing: border-box;
}
body .content .inner .content-box .content-r .main .cooperation-box h5 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
body .content .inner .content-box .content-r .main .cooperation-box > ul {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 80px;
}
body .content .inner .content-box .content-r .main .cooperation-box > ul li {
  width: 354px;
  height: 280px;
  background: #F7F8FA;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  cursor: pointer;
}
body .content .inner .content-box .content-r .main .cooperation-box > ul li:hover {
  color: #fff;
  background: #e02727;
}
body .content .inner .content-box .content-r .main .cooperation-box > ul li:hover span {
  background: url("../img/index/icon-phone-w.png") 50% 50% no-repeat;
}
body .content .inner .content-box .content-r .main .cooperation-box > ul li span {
  width: 92px;
  height: 92px;
  background: url("../img/index/icon-phone-b.png") 50% 50% no-repeat;
  margin: 60px 0 20px;
}
body .content .inner .content-box .content-r .main .cooperation-box > ul li > p {
  font-size: 18px;
  margin-bottom: 10px;
}
body .content .inner .content-box .content-r .main .cooperation-box > ul li strong {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
body .content .inner .content-box .content-r .main .cooperation-box > p {
  text-align: center;
  font-size: 14px;
  color: #666;
}
body .content .inner .content-box .content-r .main .cooperation-box .email {
  display: block;
  width: 330px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid rgba(102, 102, 102, 0.2);
  background: #fff;
  font-weight: bold;
  margin: 20px auto 30px;
  font-size: 20px;
  color: #666;
}
body .content .inner .content-box .content-r .main .statement-box {
  width: 100%;
  height: 550px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .content .inner .content-box .content-r .main .statement-box img {
  margin: 120px 0 60px;
}
body .content .inner .content-box .content-r .main .statement-box strong {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 25px;
}
body .content .inner .content-box .content-r .main .statement-box p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
body .content .inner .content-box .content-r .main .contact-box {
  padding: 30px 40px 60px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}
body .content .inner .content-box .content-r .main .contact-box > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(11, 21, 57, 0.1);
}
body .content .inner .content-box .content-r .main .contact-box > ul > li {
  width: 104px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #F7F8FA;
  border-radius: 22px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  margin: 0 20px;
}
body .content .inner .content-box .content-r .main .contact-box > ul > li:hover {
  background: #e02727;
  color: #fff;
}
body .content .inner .content-box .content-r .main .contact-box > ul .active {
  background: #e02727;
  color: #fff;
}
body .content .inner .content-box .content-r .main .contact-box .company {
  display: none;
}
body .content .inner .content-box .content-r .main .contact-box .company .company-info {
  display: flex;
  justify-content: space-between;
}
body .content .inner .content-box .content-r .main .contact-box .company .company-info > ul {
  width: 400px;
}
body .content .inner .content-box .content-r .main .contact-box .company .company-info > ul > li {
  display: flex;
  margin-bottom: 40px;
}
body .content .inner .content-box .content-r .main .contact-box .company .company-info > ul > li img {
  width: 46px;
  height: 46px;
  margin-right: 15px;
}
body .content .inner .content-box .content-r .main .contact-box .company .company-info > ul > li .txt span {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
body .content .inner .content-box .content-r .main .contact-box .company .company-info > ul > li .txt p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
body .content .inner .content-box .content-r .main .contact-box .company .company-info > ul > li:last-child {
  margin-bottom: 0;
}
body .content .inner .content-box .content-r .main .contact-box .company .company-info .map {
  width: 600px;
  height: 390px;
  border-radius: 6px;
}
body .content .inner .content-box .content-r .main .contact-box .active {
  display: block;
}
body .content .inner .content-box .content-r .main .site-box {
  background: #fff;
  border-radius: 6px;
  padding: 40px 30px 0;
  box-sizing: border-box;
}
body .content .inner .content-box .content-r .main .site-box h5 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
body .content .inner .content-box .content-r .main .site-box ul li {
  border-bottom: 1px dashed #E8E8E8;
  padding: 20px 0;
  font-size: 16px;
  color: #e02727;
}
body .content .inner .content-box .content-r .main .site-box ul li dl {
  display: flex;
  align-items: center;
}
body .content .inner .content-box .content-r .main .site-box ul li dl dt {
  width: 104px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-right: 30px;
  background: url("../img/index/block-bg.png") 0 0 no-repeat;
}
body .content .inner .content-box .content-r .main .site-box ul li dl dd {
  margin-right: 30px;
}
body .content .inner .content-box .content-r .main .site-box ul li dl dd a {
  font-size: 16px;
  color: #e02727;
}
body .content .inner .content-box .content-r .main .site-box ul li dl dd a:hover {
  color: #fb6772;
}
body .content .inner .content-box .content-r .main .site-box ul li:last-child {
  border-bottom: none;
}
body .content .inner .content-box .content-r .main .detail {
  background: #fff;
  border-radius: 6px;
  padding: 40px 130px;
  box-sizing: border-box;
}
body .content .inner .content-box .content-r .main .detail h5 {
  font-size: 24px;
  color: #222;
  text-align: center;
  font-weight: bold;
}
body .content .inner .content-box .content-r .main .detail .signtag {
  margin: 10px 0 30px;
}
body .content .inner .content-box .content-r .main .detail .signtag ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .content .inner .content-box .content-r .main .detail .signtag ul li {
  margin: 0 15px;
  font-size: 14px;
  color: #666;
}
body .content .inner .content-box .content-r .main .detail img {
  margin: 40px auto;
}
body .content .inner .content-box .content-r .main .detail p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-indent: 28px;
}
body .content .inner .content-box .content-r .main .detail .turn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
body .content .inner .content-box .content-r .main .detail .turn a {
  width: 404px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}
body .content .inner .content-box .content-r .main .detail .turn a:hover {
  color: #e02727;
}
body .content .inner .content-box .content-r .flex-box {
  display: flex;
  justify-content: space-between;
}
body .content .inner .content-box .content-r .flex-box .online-box {
  width: 814px;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  padding: 40px 30px;
}
body .content .inner .content-box .content-r .flex-box .online-box h5 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
body .content .inner .content-box .content-r .flex-box .online-box p {
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 22px;
}
body .content .inner .content-box .content-r .flex-box .online-box form {
  padding-top: 40px;
}
body .content .inner .content-box .content-r .flex-box .online-box form .form-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .content .inner .content-box .content-r .flex-box .online-box form .form-box .layui-form-label {
  width: 76px;
  color: #666;
}
body .content .inner .content-box .content-r .flex-box .online-box form .form-box .layui-form-label span {
  color: #fb6772;
}
body .content .inner .content-box .content-r .flex-box .online-box form .form-box .layui-input-block {
  margin-left: 76px;
}
body .content .inner .content-box .content-r .flex-box .online-box form .form-box .layui-form-item {
  width: 358px;
  margin-bottom: 20px;
}
body .content .inner .content-box .content-r .flex-box .online-box form .form-box .layui-form-text {
  width: 100%;
}
body .content .inner .content-box .content-r .flex-box .online-box form .form-box .layui-input {
  width: 250px;
  border-radius: 6px;
  border: 1px solid #E8E8E8;
  color: #000;
}
body .content .inner .content-box .content-r .flex-box .online-box form .form-box .layui-textarea {
  width: 646px;
  height: 140px;
  color: #000;
  border-radius: 6px;
}
body .content .inner .content-box .content-r .flex-box .online-box form .form-box .layui-form-select dl {
  left: 30px;
  min-width: 250px;
}
body .content .inner .content-box .content-r .flex-box .online-box form .form-box .layui-form-select dl dd.layui-this {
  background-color: #e02727;
}
body .content .inner .content-box .content-r .flex-box .online-box form .form-box .layui-form-radio i {
  font-size: 18px;
}
body .content .inner .content-box .content-r .flex-box .online-box form .form-box .layui-form-radio > i:hover,
body .content .inner .content-box .content-r .flex-box .online-box form .form-box .layui-form-radioed > i {
  color: #e02727;
}
body .content .inner .content-box .content-r .flex-box .online-box form button {
  display: block;
  width: 320px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #e02727;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  margin: 20px auto 0;
  border: none;
}
body .content .inner .content-box .content-r .flex-box aside {
  width: 306px;
}
body .content .inner .content-box .content-r .flex-box aside > div {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
}
body .content .inner .content-box .content-r .flex-box aside > div strong {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 12px;
}
body .content .inner .content-box .content-r .flex-box aside .flow {
  margin-bottom: 20px;
}
body .content .inner .content-box .content-r .flex-box aside .flow .flow-box {
  display: flex;
  font-size: 14px;
  color: #e02727;
}
body .content .inner .content-box .content-r .flex-box aside .flow .flow-box dl {
  width: 30px;
  height: 216px;
  margin-top: 20px;
  border-right: 1px solid rgba(0, 85, 182, 0.2);
}
body .content .inner .content-box .content-r .flex-box aside .flow .flow-box dl dd {
  margin-bottom: 20px;
}
body .content .inner .content-box .content-r .flex-box aside .flow .flow-box dl dd:first-child {
  margin-top: -7px;
}
body .content .inner .content-box .content-r .flex-box aside .flow .flow-box dl dd:last-child {
  margin-bottom: 0;
}
body .content .inner .content-box .content-r .flex-box aside .flow .flow-box ul {
  margin: 3px 0 0 -3px;
}
body .content .inner .content-box .content-r .flex-box aside .flow .flow-box ul li {
  display: flex;
  align-items: center;
  line-height: 36px;
}
body .content .inner .content-box .content-r .flex-box aside .flow .flow-box ul li i {
  width: 5px;
  height: 5px;
  background: #e02727;
  border-radius: 50%;
  margin-right: 14px;
}
body .content .inner .content-box .content-r .flex-box aside .matter ul li {
  font-size: 12px;
  color: #333;
  line-height: 22px;
  margin-bottom: 10px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .content .inner .content-box .content-r .flex-box aside .matter ul li:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=about.css.map */