@media screen and (max-width:768px) {
  .web-path {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .mobile-path {
    display: none;
  }
}

.web-banner {
  position: relative;
}

.web-banner .article-box {
  position: absolute;
  top: 5%;
  left: 20%;
  width: 600px;
}

.web-banner .article-box .title {
  width: 373px;
  height: 53px;
  line-height: 53px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  background: #B5553D;
  border-radius: 27px;
  margin: 10px auto 25px;
}

.web-banner .article-box .list-box {
  background: #FFFFFF;
  opacity: 0.8;
  border-radius: 10px;
  padding: 10px 34px 10px 54px;
}

.web-banner .article-box .list-box .list {
  position: relative;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  color: #B5553D;
}

.web-banner .article-box .list-box .list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 55px;
  width: 2px;
  height: 55px;
  background-color: #B5553D;
}

.web-banner .article-box .list-box .list::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 49px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #B5553D;
}

.web-banner .article-box .list-box .list span:nth-child(1) {
  margin-right: 50px;
}

.web-path .head-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #373737;
  text-align: center;
  margin: 102px auto 12px;
}
.web-path .head-title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #373737;
    text-align: center;
    margin: 102px auto 12px;
}
.web-path .sub-title {
      position: relative;
    width: 300px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F7B267;
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 26px;
}

.web-path .sub-title:before {
  content: '';
  position: absolute;
  top: 14px;
  left: -188px;
  width: 200px;
  height: 3px;
  background-color: #F7B267;
}

.web-path .sub-title:after {
  content: '';
  position: absolute;
  top: 14px;
  right: -188px;
  width: 200px;
  height: 3px;
  background-color: #F7B267;
}

.web-path .article-contain {
  width: 1200px;
  margin: 54px auto 20px;
  padding: 0 70px;
}

.web-path .article-contain .list {
  border-bottom: 4px solid #EDEDED;
  padding-bottom: 56px;
  margin-bottom: 56px;
  /*display: -webkit-box;
		        display: -ms-flexbox;
		        display: -webkit-flex;
		        display: flex;
		        -webkit-box-pack: center;
		        -ms-flex-pack: center;
		        -webkit-justify-content: center;
		        justify-content: center;
		        -webkit-box-align: center;
		        -ms-flex-align: center;
		        -webkit-align-items: center;
		        align-items: center;*/
}

.web-path .article-contain .list img {
  width: 456px;
 
}

.web-path .article-contain .list .rt-path {
  box-sizing: border-box;
  width: 604px;
  padding-left: 40px;
}

.web-path .article-contain .list .rt-path .title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #373737;
  line-height: 24px;
  padding-top: 15px;
}

.web-path .article-contain .list .rt-path .name {
  height: 34px;
  line-height: 34px;
  margin: 20px 0;
}

.web-path .article-contain .list .rt-path .name .circle {
  width: 34px;
  height: 34px;
  background-color: #F8E0E0;
  border-radius: 50%;
  margin-right: 12px;
}

.web-path .article-contain .list .rt-path .content {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #373737;
  margin-top: 10px;
  text-indent:2em
}

.mobile-path .article-contain {
  /* padding: .21rem .51rem; */
}

.mobile-path .article-box {
  background-color: #fff;
  padding: .7rem .64rem;
}

.mobile-path .article-box .title {
  position: relative;
  padding-left: .23rem;
}

.mobile-path .article-box .title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: .04rem;
  height: 100%;
  background-color: #F99574;
}

.mobile-path .article-box .title span:nth-child(1) {
  font-size: .38rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.mobile-path .article-box .title span:nth-child(2) {
  font-size: .21rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #707070;
  margin-left: .1rem;
}

.mobile-path .list-box {
  position: relative;
  padding-left: .55rem;
  margin-top: .22rem;
}

.mobile-path .list-box::after {
  content: '';
  position: absolute;
  top: 3%;
  left: 0;
  width: 1px;
  height: 105%;
  background-color: #F8F9FB;
}

.mobile-path .list-box .list {
  position: relative;
  font-size: .26rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #595968;
  height: 0.8rem;
  padding-top: 0.5rem;
}

.mobile-path .list-box .list:nth-child(1)::before {
  content: '';
  position: absolute;
  bottom: 0.05rem;
  left: -.61rem;
  z-index: 10;
  width: .15rem;
  height: .15rem;
  background-color: #FF8162;
  border-radius: 50%;
}

.mobile-path .list-box .list:nth-child(2)::before {
  content: '';
  position: absolute;
  bottom: 0.05rem;
  left: -.61rem;
  z-index: 10;
  width: .15rem;
  height: .15rem;
  background-color: #78919D;
  border-radius: 50%;
}

.mobile-path .list-box .list:nth-child(3)::before {
  content: '';
  position: absolute;
  bottom: 0.05rem;
  left: -.61rem;
  z-index: 10;
  width: .15rem;
  height: .15rem;
  background-color: #A5D54E;
  border-radius: 50%;
}

.mobile-path .list-box .list:nth-child(4)::before {
  content: '';
  position: absolute;
  bottom: 0.05rem;
  left: -.61rem;
  z-index: 10;
  width: .15rem;
  height: .15rem;
  background-color: #FF8162;
  border-radius: 50%;
}

.mobile-path .list-box .list:nth-child(5)::before {
  content: '';
  position: absolute;
  bottom: 0.05rem;
  left: -.61rem;
  z-index: 10;
  width: .15rem;
  height: .15rem;
  background-color: #78919D;
  border-radius: 50%;
}

.mobile-path .list-box .list:nth-child(6)::before {
  content: '';
  position: absolute;
  bottom: 0.05rem;
  left: -.61rem;
  z-index: 10;
  width: .15rem;
  height: .15rem;
  background-color: #A5D54E;
  border-radius: 50%;
}

.mobile-path .title-box {
  background-color: #fff;
  padding: .48rem 0 .55rem;
}

.mobile-path .title-box .tit {
  font-size: .33rem;
  font-weight: bold;
  color: #4F5354;
  text-align: center;
}

.mobile-path .title-box .sub-tit {
  position: relative;
  font-size: .28rem;
  color: #CDCDCD;
  text-align: center;
}

.mobile-path .title-box .sub-tit::after {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 40%;
  width: 20%;
  height: 1px;
  background: #F18B5B;
}

.mobile-path .m-list-box {
  padding: .2rem;
}

.mobile-path .m-list-box .list {
  background-color: #fff;
  margin-bottom: .2rem;
}

.mobile-path .m-list-box .list .tit {
  padding: .33rem 0 .37rem;
  font-size: .33rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  background: none;
}
.mobile-path .m-list-box .list .tit:after {
  
  background: none;
}
.mobile-path .m-list-box .list .content {
  font-size: .28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding: .27rem .32rem;
}

.mobile-path .m-list-box .list .name-box {
  padding: 0 .34rem .25rem;
}

.mobile-path .m-list-box .list .name-box .color-mark {
  width: .4rem;
  height: .4rem;
  background-color: #F25425;
  border-radius: 50%;
}

.mobile-path .m-list-box .list .name-box span {
  
  font-size: .25rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7D7D7D;
}

/* detail */

.web-path .detail-box {
  width: 1200px;
  margin: 53px auto;
}

.web-path .detail-box .content {
  margin-top: 39px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-indent:2em
}
.content p{text-indent:2em;font-size: 18px; margin-top: 20px;}
.web-path .foot-name {
  margin-top: 35px;
}

.web-path .foot-name img {
  width: 45px;
  height: 45px;
}

.web-path .foot-name span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-left: 9px;
  vertical-align: bottom;
}

.mobile-path .head-title {
  font-size: .42rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2C2C2C;
  text-align: center;
}

.mobile-path .name {
  padding-top: .2rem;
  font-size: .25rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A5A5A5;
  text-align: center;
}

.mobile-path .pic {
  margin: .74rem 0 .8rem;
}

.mobile-path .content {
  font-size: .29rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #373737;
  text-indent:2em
}