@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;
}

* {
  margin: 0;
  padding: 0;
}

.most {
  width: 100%;
  background-color: #f2f2f2;
}
.most .big {
  width: 1200px;
  width: 12rem;
  height: auto;
  background-color: #ffffff;
  margin: 0 auto;
}
.most .big .bread-crumbs {
  padding: 20px 70px;
  padding: 0.2rem 0.7rem;
  height: auto;
}
.most .big .content {
  width: auto;
  padding: 0 70px;
  padding: 0 0.7rem;
}
.most .big .content .lfCon {
  width: 8px;
  width: 8rem;
  padding: 0 20px 0 0;
  padding: 0 0.2rem 0 0;
  float: left;
  height: auto;
}
.most .big .content .lfCon .fj {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 0.58rem;
}
.most .big .content .lfCon .fj .fj1 {
  display: block;
  color: #1764ce;
  text-decoration: underline;
  margin-left: 40px;
  margin-left: 0.4rem;
  line-height: 30px;
  line-height: 0.3rem;
}
.most .big .content .lfCon .advice {
  width: 100%;
  height: auto;
  margin-top: 28px;
  margin-top: 0.28rem;
}
.most .big .content .lfCon .advice .top {
  width: 100%;
  height: 52px;
  height: 0.52rem;
  background-color: #eef5ff;
}
.most .big .content .lfCon .advice .top::before {
  position: absolute;
  content: "";
  width: 6px;
  width: 0.06rem;
  height: 52px;
  height: 0.52rem;
  background-color: #3280e9;
}
.most .big .content .lfCon .advice .top p {
  display: inline-block;
  line-height: 52px;
  line-height: 0.52rem;
  margin-left: 28px;
  margin-left: 0.28rem;
  font-weight: bold;
  font-size: 22px;
  font-size: 0.22rem;
  color: #1764ce;
}
.most .big .content .lfCon .advice textArea {
  color: #bfbfbf;
  border: solid 1px #ededed;
  width: 93.8%;
  height: 270px;
  height: 2.7rem;
  background-color: #ffffff;
  padding: 14px 25px 0;
  padding: 0.14rem 0.25rem 0;
  font-family: "微软雅黑";
  resize: none;
  appearance: none;
  outline: none;
}
.most .big .content .lfCon .tj {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 18px;
  margin-top: 0.18rem;
}
.most .big .content .lfCon .tj button {
  width: 185px;
  width: 1.85rem;
  height: 50px;
  height: 0.5rem;
  text-align: center;
  line-height: 50px;
  line-height: 0.5rem;
  background-color: #1764ce;
  border-radius: 4px;
  border: none;
  color: #FFFFFF;
  outline: none;
}
.most .big .content .rgCon {
  width: 240px;
  width: 2.4rem;
  float: right;
  height: auto;
}
.most .big .content .rgCon .zjxq {
  text-decoration: none;
  display: block;
  width: 280px;
  width: 2.8rem;
  height: 86px;
  height: 0.86rem;
  background: url("../images/zjxqy-jxz-pict3.png") no-repeat center;
  background-size: 100% 100%;
}
.most .big .content .rgCon .zjxq img {
  width: 20px;
  width: 0.2rem;
  height: 24px;
  height: 0.24rem;
  margin-left: 75px;
  margin-left: 0.75rem;
  margin-bottom: 3px;
  margin-bottom: 0.03rem;
}
.most .big .content .rgCon .zjxq p {
  display: inline-block;
  line-height: 86px;
  line-height: 0.86rem;
  font-size: 24px;
  font-size: 0.24rem;
  color: #FFFFFF;
  font-weight: bold;
  margin-left: 12px;
  margin-left: 0.12rem;
}
.most .big .content .rgCon .wytjy {
  text-decoration: none;
  display: block;
  margin-top: 14px;
  margin-top: 0.14rem;
  width: 240px;
  width: 2.4rem;
  height: 86px;
  height: 0.86rem;
  background: url("../images/zjxqy-jxz-pict2.png") no-repeat center;
  background-size: 100% 100%;
}
.most .big .content .rgCon .wytjy img {
  width: 20px;
  width: 0.2rem;
  height: 24px;
  height: 0.24rem;
  margin-left: 40px;
  margin-left: 0.4rem;
  margin-bottom: 3px;
  margin-bottom: 0.03rem;
}
.most .big .content .rgCon .wytjy p {
  display: inline-block;
  line-height: 86px;
  line-height: 0.86rem;
  font-size: 24px;
  font-size: 0.24rem;
  color: #FFFFFF;
  font-weight: bold;
  margin-left: 12px;
  margin-left: 0.12rem;
}

.cwx-xlbox2 .content-box1 .article-box .cwx-msgs span {
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .most .big .bread-crumbs {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    box-sizing: border-box;
  }

  .most .big .content {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .most .big {
    width: 100%;
  }
  .most .big .content .rgCon {
    display: none;
  }
  .most .big .content .lfCon {
    width: 100%;
    padding: 0 0;
  }
  .most .big .content .lfCon .fj a {
    font-size: 0.28rem;
    margin: 0.3rem 0;
  }
  .most .big .content .lfCon .article-box h2 {
    font-size: 0.4rem;
  }
  .most .big .content .lfCon .article-box .property .rt {
    display: none !important;
  }
  .most .big .content .lfCon .article-box .property .lf {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 0.24rem;
  }
  .most .big .content .lfCon .article-box .c-txt .view p {
    font-size: 0.32rem !important;
    color: #333333 !important;
  }
  .most .big .content .lfCon .advice {
    width: 6.86rem;
    margin: 0 auto;
  }
  .most .big .content .lfCon .advice .top p {
    font-size: 0.3rem;
  }
  .most .big .content .lfCon .advice textarea {
    margin-top: 0.27rem;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.24rem;
    padding: 0.14rem 0rem 0 0.25rem;
  }
  .most .big .content .lfCon .advice .nr {
    height: 3.75rem;
  }
  .most .big .content .lfCon .advice .nr p {
    font-size: 0.28rem;
    margin-top: 2.88rem;
  }
  .most .big .content .lfCon .advice .nr img {
    width: 3.23rem;
    height: 2.05rem;
    margin-left: -1.615rem;
    margin-top: -1.025rem;
  }
  .most .big .content .lfCon .tj {
    width: 6.86rem;
    margin: 0 auto;
  }
  .most .big .content .lfCon .tj button {
    font-size: 0.3rem;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
  }
}
