@charset "UTF-8";
/**
  css style 用于scss编写继续
*/
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hover:hover {
  color: #1764ce !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

body {
  background: #f2f2f2;
}

.cwx-main .cwx-xlbox2 .content-box1 .article-box {
  width: 678px;
  width: 6.78rem;
}
.cwx-main .cwx-xlbox2 .content-box1 .content-aside {
  width: 290px;
  width: 2.9rem;
  height: auto;
  margin-left: 30px;
  margin-left: 0.3rem;
  padding-left: 20px;
  padding-left: 0.2rem;
  border-left: 1px solid #e5e5e5;
}
.cwx-main .cwx-xlbox2 .content-box1 .content-aside .c-aside-top {
  width: 100%px;
  width: 1%rem;
  height: 20px;
  height: 0.2rem;
  line-height: 20px;
  line-height: 0.2rem;
  border-left: 4px solid #1764ce;
}
.cwx-main .cwx-xlbox2 .content-box1 .content-aside .c-aside-top span {
  margin-left: 15px;
  margin-left: 0.15rem;
  font-size: 16px;
  font-size: 0.16rem;
  color: #000;
}
.cwx-main .cwx-xlbox2 .content-box1 .content-aside .c-aside-top a {
  float: right;
  font-size: 14px;
  font-size: 0.14rem;
  color: #666;
}
.cwx-main .cwx-xlbox2 .content-box1 .content-aside .c-aside-top a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #1764ce;
}
.cwx-main .cwx-xlbox2 .content-box1 .content-aside .c-aside-list {
  margin-top: 26px;
  margin-top: 0.26rem;
}
.cwx-main .cwx-xlbox2 .content-box1 .content-aside .c-aside-list a {
  position: relative;
  display: block;
  padding-left: 17px;
  padding-left: 0.17rem;
  line-height: 32px;
  line-height: 0.32rem;
  margin-bottom: 20px;
  margin-bottom: 0.2rem;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cwx-main .cwx-xlbox2 .content-box1 .content-aside .c-aside-list a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  top: 0.13rem;
  width: 6px;
  width: 0.06rem;
  height: 6px;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #c4c4c4;
}

@media screen and (max-width: 768px) {
  .cwx-main .cwx-xlbox2 .content-box1 .article-box {
    width: 100%;
  }

  .cwx-main .cwx-xlbox2 .content-box1 .content-aside .c-aside-top {
    height: auto;
    margin-bottom: 0.4rem;
  }

  .cwx-main .cwx-xlbox2 .content-box1 .content-aside .c-aside-top span {
    font-size: 0.32rem;
  }

  .cwx-main .cwx-xlbox2 .content-box1 .content-aside .c-aside-top a {
    font-size: 0.28rem;
  }

  .cwx-main .cwx-xlbox2 .content-box1 .content-aside {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    font-size: 0.32rem;
  }
  .cwx-main .cwx-xlbox2 .content-box1 .content-aside .c-aside-list a {
    margin-bottom: 0.4rem;
    padding-left: 0.4rem;
  }
  .cwx-main .cwx-xlbox2 .content-box1 .content-aside .c-aside-list a:before {
    width: 0.12rem;
    height: 0.12rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
