.w-1200 {
  width: 1200px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.w-1400 {
  width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.common-flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.common-flex.common-flex-xcenter {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-flex.common-flex-ycenter {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-flex.common-flex-xbetween {
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common-flex .common-flex-1 {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.adr-con {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.adr-con img {
  width: 11px;
  height: 16px;
  display: block;
  margin-right: 9px;
}
.adr-con span {
  display: inline-block;
  margin: 0 3px;
}
.adr-con a {
  color: #666666;
}
.adr-con a:hover {
  color: #c39467;
  font-weight: bold;
}

.col-list {
  margin-top: 35px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.col-list .col-item {
  min-width: 133px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(219, 206, 193, 0.3);
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-right: 15px;
}
.col-list .col-item.active {
  background-color: rgb(195, 148, 103);
  font-weight: bold;
  color: #fff;
}

.ar-tl {
  margin-top: 47px;
  font-weight: bold;
  font-size: 28px;
  color: #000000;
  text-align: center;
}

.ar-des {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  padding: 38px 0 31px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 45px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ar-des span {
  margin: 0 30px;
}
.ar-des em {
  font-style: normal;
}

.ar-con {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  padding-bottom: 90px;
  word-break: break-all;
}

.common-list {
  margin-top: 26px;
  padding-bottom: 61px;
}
.common-list .common-list-item {
  padding: 24px 0;
  line-height: 1.05;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #BFBFBF;
}
.common-list .common-list-item:hover {
  border-color: #DF0615;
}
.common-list .common-list-item:hover .cli-date {
  font-weight: bold;
}
.common-list .common-list-item:hover .cli-tl {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
.common-list .common-list-item:hover .cli-tl::after {
  background-color: #df0615;
}
.common-list .common-list-item .cli-tl {
  position: relative;
  padding-left: 18px;
  max-width: 80%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
}
.common-list .common-list-item .cli-tl::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #c39467;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.common-list .common-list-item .cli-date {
  font-size: 14px;
  color: #c39467;
}

.pages {
  margin-top: 80px;
  text-align: center;
  overflow: hidden;
}
.pages a {
  display: none;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #F0F0F0;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  padding: 0 10px;
  font-size: 14px;
  color: #666666;
  margin: 0 7.5px;
}
.pages a.pg-control {
  padding: 0 21px;
}
.pages a.pg-item {
  width: 36px;
}
.pages a.pg-item:hover {
  background: #C39467;
  color: #fff;
  border-color: #C39467;
}
.pages a.active {
  background: #C39467;
  color: #fff;
  border-color: #C39467;
}
.pages a.pg-hide {
  background-color: unset;
  padding: 0;
  margin: 0 6.5px;
  border: none;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .ahover {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  .ahover:hover {
    color: #336699 !important;
  }
}
@media screen and (max-width: 768px) {
  .w-1200 {
    padding: 0 0.2rem;
    width: 100%;
  }
  .w-1400 {
    padding: 0 0.2rem;
    width: 100%;
  }
  .col-list {
    margin-top: 0.3rem;
    white-space: nowrap;
    -webkit-flex-wrap: initial;
        -ms-flex-wrap: initial;
            flex-wrap: initial;
    overflow-x: auto;
  }
  .col-list .col-item {
    min-width: initial;
    padding: 0 10px;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
  }
  .ar-tl {
    margin-top: 0.3rem;
    font-size: 0.36rem;
  }
  .ar-des {
    margin-bottom: 0.3rem;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.3rem 0;
    font-size: 0.32rem;
  }
  .ar-con {
    padding-bottom: 0.3rem;
    font-size: 16px;
  }
  .common-list {
    margin-top: 0.3rem;
    padding-bottom: 0.7rem;
  }
  .common-list .common-list-item {
    padding: 0.3rem 0;
  }
  .common-list .common-list-item .cli-tl {
    max-width: 75%;
    font-size: 16px;
  }
  .pages {
    margin-top: 0.3rem;
  }
}