.inpageBtn {
  height: 1.33rem;
  line-height: 1.33rem;
  border-radius: 0.67rem;
  padding: 0 0.8rem;
  background: #FE9901;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inpageBtn img {
  filter: brightness(0) invert(1);
  margin-left: 0.33rem;
}

.ksBanner {
  position: relative;
  padding-bottom: 2.43rem;
      z-index: 2;
}

.ksBanner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  background: url(../images/banner-kuai.svg) no-repeat;
  background-size: cover;
}

.ksBanner .box {
  margin-right: 1.57rem;
  padding: 2.67rem 0 2.47rem 0;
  height: 16.67rem;
  box-sizing: border-box;
}

.ksBanner .box .textBox {
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative;
    left: 0.785rem;
}

.ksBanner .box .textBox .left {
  width: 41.57%;
}

.ksBanner .box .textBox h3 span {
  position: relative;
  font-weight: 500;
  padding-bottom: 0.67rem;
}
.ksBanner .box .textBox h3{
      position: relative;
}
.ksBanner .box .textBox h3 .ksMore{
      position: absolute;
    top: 0;
    right: 0;
  color: #fff;
  border: none;
    width: auto;
      transition: 0.3s;
}
.ksBanner .box .textBox h3 .ksMore img{
  filter: brightness(0) invert(1);
      transition: 0.3s;
}
.ksBanner .box .textBox h3 .ksMore:hover{
  color: #FE9901;
}
.ksBanner .box .textBox h3 .ksMore:hover img{
    filter: initial;
}

.ksBanner .box .textBox h3 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.33rem;
  border-radius: 0.17rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.ksBanner .box .textBox .text {
  margin-top: 1.53rem;
  line-height: 1rem;
  height: 6rem;
    -webkit-line-clamp: 6;
  padding-right: 0.3rem;
  text-align: justify;
}

.ksBanner .box .textBox .boxBtn .btn {
  width: 6.67rem;
  height: 1.67rem;
  border-radius: 0.83rem;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
}

.ksBanner .box .textBox .boxBtn {
  margin-top: 1.33rem;
}

.ksBanner .box .textBox .boxBtn .btnTop {
  padding-top: 0.67rem;
}

.ksBanner .box .textBox .boxBtn .btn img {
  margin-right: 0.33rem;
}



.ksBanner .box .textBox .boxBtn .xcxBtn {
  position: relative;
  margin-right: 2rem;

}

.ksBanner .box .textBox .boxBtn .xcxBtn:hover .ewmBox {
  visibility: initial;
  opacity: 1;
  bottom: 94%;
}

.ksBanner .box .textBox .boxBtn .ewmBox {
  padding: 0.67rem;
  border-radius: 0.13rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 180%;
  left: 50%;
  transform: translate(-50%);
  width: 7.67rem;
  background: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.ksBanner .box .textBox .boxBtn .ewmBox::before {
  content: "";
  position: absolute;
  bottom: -0.38rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.47rem solid transparent;
  border-right: 0.47rem solid transparent;
  border-top: 0.4rem solid #fff;
}

.ksBanner .box .textBox .boxBtn .ewmBox .pic {
  border-radius: 0.13rem;
  border: 1px #ddd solid;
  padding: 0.33rem;
}

.ksBanner .box .textBox .boxBtn .ewmBox .pic img {
  width: 100%;
}

.ksBanner .box .textBox .boxBtn .ewmBox .ewmScoll {
  overflow: hidden;
}

.ksBanner .box .textBox .boxBtn .ewmBox .dot {
  margin-top: 0.67rem;
  color: #666;
  display: flex;
  justify-content: space-between;
}

.ksBanner .box .textBox .boxBtn .ewmBox .dot span {

  cursor: pointer;
  transition: 0.3s;
}

.ksBanner .box .textBox .boxBtn .ewmBox .dot span.on,
.ksBanner .box .textBox .boxBtn .ewmBox .dot span:hover {
  color: #fe0000;
}

.ksBanner .box .right {
  width: 54.14%;
  overflow: hidden;
  position: relative;
}

.ksBanner .box .right em {
  display: block;
  padding-bottom: 63.32%;
}

.ksBanner .box .right .btn {
  position: absolute;
  bottom: 1.27rem;
  left: 0;
  width: 100%;
  z-index: 12;
  display: flex;
  justify-content: center;

}

.ksBanner .box .right .btn span {
  display: block;
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
  opacity: 0.5;
}

.ksBanner .box .right .btn span.swiper-pagination-bullet-active {
  width: 0.87rem;
  border-radius: 0.33rem;
  opacity: 1;
}

.ksOne {
  position: relative;
  padding-top: 70px;
  z-index: 1;
}

.ksOne .ksOneBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  z-index: -1;
}

.ksTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.33rem;
}

.ksTitle span {
  position: relative;
  font-weight: 500;
  color: #333333;
  padding-bottom: 20px;
}

.ksTitle span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.33rem;
  border-radius: 0.17rem;
  background: linear-gradient(90deg, rgba(254, 153, 1, 0.5), rgba(255, 255, 255, 0));
}

.ksMore {
  width: 5.6rem;
  height: 1.67rem;
  border: 1px #E8E8E8 solid;
  border-radius: 4px;
  color: #666666;
}

.ksMore img {
  margin-left: 0.33rem;
  transition: 0.3s;
  filter: brightness(0) invert(0.5);
}

.ksMore:hover img {
  filter: brightness(0) invert(1);
}

.ksOne .warp1 .box {
  display: flex;
  justify-content: space-between;
}

.ksOne .warp1 .box .left {
  width: 46.42%;
  overflow: hidden;
  position: relative;
}

.ksOne .warp1 .box .left .btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 12;
  display: flex;
  justify-content: center;
  width: auto;
  left: auto;
}

.ksOne .warp1 .box .left .btn span {
  display: block;
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
  opacity: 0.5;
}

.ksOne .warp1 .box .left .btn span.swiper-pagination-bullet-active {
  width: 0.87rem;
  border-radius: 0.33rem;
  opacity: 1;
}

.ksOne .warp1 .box .left a {
  position: relative;
  display: block;
}

.ksOne .warp1 .box .left a em {
  display: block;
  padding-bottom: 69.23%;
  transition: 0.6s;
}

.ksOne .warp1 .box .left a p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  line-height: 2.33rem;
  height: 2.33rem;
  padding: 0 4rem 0 1rem;
  color: #fff;
  transition: 0.3s;
}

.ksOne .warp1 .box .left a:hover em {
  transform: scale(1.1);
}

.ksOne .warp1 .box .left a:hover p {
  color: #FE9901;
}

.ksOne .warp1 .box .center {
  width: 27.14%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.ksOne .warp1 .box .center .item {
  display: block;
  padding: 1.4rem 1.07rem 0.6rem 1.07rem;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 7, 51, 0.08);
  transition: 0.3s;
  position: relative;
  box-sizing: border-box;
  height: 48.2%;
}

.ksOne .warp1 .box .center .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 37%;
  height: 86%;
  background: url(../images/icon-logo-bg.svg) no-repeat;
  background-size: contain;
  transition: 0.3s;
  opacity: 0;
}

.ksOne .warp1 .box .center .item .time {
  color: #666666;
  margin-bottom: 0.83rem;
  transition: 0.3s;
}

.ksOne .warp1 .box .center .item .time b {
  color: #333333;
  padding-right: 2px;
  transition: 0.3s;
}

.ksOne .warp1 .box .center .item h3 {
  font-weight: 500;
  line-height: 1.07rem;
  height: 2.13rem;
  color: #111111;
}

.ksOne .warp1 .box .center .item:hover::after {
  opacity: 1;
}

.ksOne .warp1 .box .center .item:hover .time,
.ksOne .warp1 .box .center .item:hover .time b {
  color: #FE9901;
}

.ksOne .warp1 .box .right {
  width: 23.57%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 7, 51, 0.08);
  padding: 1rem 0.83rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-sizing: border-box;
}

.ksOne .warp1 .box .right a {
  display: block;
  border-bottom: 1px #EAEAEA solid;
  padding-bottom: 0.9rem;
}

.ksOne .warp1 .box .right a:last-child {
  border: none;
  padding-bottom: 0;
}

.ksOne .warp1 .box .right a .time {
  color: #666666;
  transition: 0.3s;
}

.ksOne .warp1 .box .right a p {
  line-height: 1.07rem;
  height: 2.13rem;
  color: #111111;
  transition: 0.3s;
  margin-top: 0.33rem;
}

.ksOne .warp1 .box .right a:hover p {
  color: #FE9901;
}

.ksOne .warp2 {
  position: relative;
  margin-top: 5.33rem;
  z-index: 1;
}

.ksOne .warp2::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  width: 3rem;
  height: 3rem;
  background: #FE9901;
  opacity: 0.3;
  z-index: -1;
}

.yltdList {}

.yltdList li {
  width: 22.85%;
  float: left;
  margin-right: 2.866%;
}

.yltdList li:nth-child(4n) {
  margin-right: 0;
}

.yltdList li a {
  position: relative;
  display: block;
}

.yltdList li a em {
  display: block;
  padding-bottom: 143.75%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.yltdList li a .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.yltdList li a .text {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 0 1rem;
}

.yltdList li a .text p {
  margin-top: 0.33rem;
}

.yltdList li a:hover h3 {
  color: #FE9901;
}

.ksTwo {
  margin-top: 2.67rem;
  background: url(../images/twoBg.jpg) no-repeat center;
  background-size: cover;
}

.ksTwo ul li {
  float: left;
  width: 31.42%;
  margin-right: 2.87%;
}

.ksTwo ul li:nth-child(3n) {
  margin-right: 0;
}

.ksTwo ul li a {
  position: relative;
  display: block;
  transition: 0.4s;
  background: #fff;
  padding: 1.33rem 1.33rem 2.87rem 1.33rem;
}

.ksTwo ul li a .time {
  transition: 0.3s;
  color: #333333;
}

.ksTwo ul li a .more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.13rem;
  height: 2.13rem;
  background: #F4F4F4;
  transition: 0.3s;
}

.ksTwo ul li a p {
  margin-top: 25px;
  line-height: 32px;
  color: #333333;
  font-weight: 500;
  height: 64px;
  transition: 0.3s;
}

.ksTwo ul li a:hover {
  box-shadow: 0 0 10px rgba(189, 189, 189, 0.33);
}

.ksTwo ul li a:hover .time,
.ksTwo ul li a:hover p {
  color: #FE9901;
}

.ksTwo ul li a:hover .more {
  background: #FE9901;
}

.ksTwo ul li a:hover .more img {
  filter: brightness(0) invert(1);
}


/* 列表*/
.inpageCon {
  background: #F9FCFC;
  min-height: 8rem;
}

.newsList ul {
  padding-bottom: 0.67rem;
}

.newsList ul li {
  margin-bottom: 1.33rem;
}

.newsList ul li a {
  display: block;
  background: #fff;
  padding: 1.33rem 1.33rem 1.1rem 1.33rem;
  transition: 0.3s;
  box-shadow: 0 0 20px rgba(92, 106, 104, 0.07);
  border-bottom: 2px #fff solid;
}

.newsList ul li a .time {
  color: #333;
}

.newsList ul li a .time b {
  display: block;
  line-height: 1;
  transition: 0.3s;
}

.newsList ul li a .time span {
  line-height: 1;
  margin-top: 0.53rem;
  display: block;
}

.newsList ul li a .text {
  position: relative;
  width: calc(100% - 2.93rem);
  padding-left: 1rem;
  box-sizing: border-box;
}

.newsList ul li a .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 3.33rem;
  background: #DAC8AA;
}

.newsList ul li a .text h3 {
  font-weight: 500;
  line-height: 1.07rem;
  height: 1.07rem;
  color: #333333;
  transition: 0.3s;
}

.newsList ul li a .text p {
  margin: 0.53rem 0 0.8rem 0;
  line-height: 0.87rem;
  height: 1.73rem;
  color: #666666;
}

.newsList ul li a .text .more {
  color: #333333;
  transition: 0.3s;
}

.newsList ul li a .text .more img {
  margin-left: 0.33rem;
  filter: brightness(0) invert(0.4);
  transition: 0.3s;
}

.newsList ul li a:hover .text .more img {

  filter: initial;
}

.newsList ul li a:hover {
  border-color: #FE9901;
}

.newsList ul li a:hover .text h3,
.newsList ul li a:hover .text .more,
.newsList ul li a:hover .time b {
  color: #FE9901;
}

/*详情*/
.inpageTitle {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px #DFDFDF solid;
}

.inpageTitle h3 {
  font-weight: 500;
  line-height: 1.4rem;
}

.inpageTitle .txt {
  margin-top: 0.47rem;
}

.inpageTitle .txt span {
  display: inline-block;
  color: #666;
  padding: 0 0.67rem;
}

.word {
  color: #444;
  line-height: 1.07rem;
  text-align: justify;
}

.word img {
  max-width: 100%;
  height: auto !important;
}

.word table {
  max-width: 100%;
}

.inpageLink {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px #DFDFDF solid;
}

.inpageLink .item {
  line-height: 1.67rem;
}

.inpageLink .item a {
  transition: 0.3s;
}

.inpageLink .item a:hover {
  color: #956413;
}

.fileBox {
  margin-top: 1.3rem;
}

.fileBox .tit {
  color: #956413;
  font-weight: 500;
}

.fileBox p {
  margin-top: 0.1rem;
}

.fileBox p a {
  transition: 0.3s;
}

.fileBox p a:hover {
  color: #956413;
}


.yltdListIn {
  padding-bottom: 0.67rem;
}

.yltdListIn li {
  margin-bottom: 1.33rem;
}

/*专家详情*/
.zjjsDetail {
  position: relative;
  padding-top: 0.8rem;
  z-index: 1;
  margin-bottom: 2.67rem;
}

.zjjsDetail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11.43rem;
  background: url(../images/zjjsDetailBg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.zjjsDetail .box {
  display: flex;
  justify-content: space-between;
  margin-top: 2.67rem;
}

.zjjsDetail .box .left {
  width: 9.73rem;
  position: relative;
  z-index: 1;
}

.zjjsDetail .box .left::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  right: 0;
  background: #019382;
  border-radius: 0.53rem;
  border-top-left-radius: 3.33rem;
  width: 90%;
  height: 80%;
  z-index: -1;
}

.zjjsDetail .box .left .pic {
  width: 9.33rem;
  overflow: hidden;
  border-radius: 0.53rem;
  border-top-left-radius: 3.33rem;
  padding-bottom: 139.64%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.zjjsDetail .box .right {
  width: calc(100% - 11.77rem);
  color: #fff;
}

.zjjsDetail .box .right .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.57rem;
  border-bottom: 1px #B3E3EA solid;
  margin-bottom: 1rem;
}

.zjjsDetail .box .right .title b {
  font-weight: 500;
}

.zjjsDetail .box .right .title span {
  padding: 0 0.93rem;
}

.zjjsDetail .box .right .title .back {
  transition: 0.3s;
}

.zjjsDetail .box .right .title .back:hover {
  opacity: 0.7;
}

.zjjsDetail .box .right .title .back img {
  margin-right: 0.33rem;
  position: relative;
  top: -0.07rem;
}

.zjjsDetail .box .right .textBox {
  position: relative;
  background: #fff;
  padding: 1.33rem 1.47rem;
  box-shadow: 0 0 0.67rem rgba(1, 72, 17, 0.08);
  margin-top: 1.1rem;
  z-index: 1;
}

.zjjsDetail .box .right .textBox .text {

  padding-right: 0.33rem;
  height: 4.47rem;
  overflow-y: auto;
  line-height: 32px;
  color: #3B464D;
}

.zjjsDetail .box .right .textBox::after {
  content: "";
  position: absolute;
  top: 1.33rem;
  right: 1.6rem;
  width: 1px;
  height: calc(100% - 1.33rem - 1.33rem);
  background: #B3E3EA;
  z-index: -1;
}

.zjjsDetail .box .right .textBox .text::-webkit-scrollbar {
  background: rgba(255, 255, 255, 0.01) !important;
}

.zjjsDetail .box .right .textBox .text::-webkit-scrollbar {
  width: 9px;


}

.zjjsDetail .box .right .textBox .text::-webkit-scrollbar-thumb {
  background: #019382 !important;
  border-radius: 6px;
}

.zjjsDetailBtm {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 0.87rem 0 0.87rem 0.87rem;
  z-index: 1;
}

.zjjsDetailBtm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 93%;
  height: 100%;
  background: #F9FCFC;
  box-shadow: 0 0 20px rgba(1, 72, 17, 0.08);
  z-index: -1;
}



.zjjsDetailBtm .left {
  width: 11rem;
}

.zjjsDetailBtm .left .item .pic {
  display: flex;
}

.zjjsDetailBtm .left .item .pic .icon {
  width: 2.67rem;
}

.zjjsDetailBtm .left .item .pic .icon p {
  margin-top: 0.47rem;
}

.zjjsDetailBtm .left .item .pic .img {
  width: 2.97rem;
  height: 2.97rem;
  background: #fff;
  border: 1px #979797 solid;
  padding: 4px;
  box-sizing: border-box;
}

.zjjsDetailBtm .left .item .pic .img img {
  width: 100%;
}

.zjjsDetailBtm .left .item>p {
  margin-top: 14px;
  color: #2E2E2E;
}

.zjjsDetailBtm .left .item:first-child {
  border-bottom: 1px #DADADA solid;
  margin-bottom: 1.13rem;
  padding-bottom: 1.13rem;
  margin-right: 1rem;
}

.zjjsDetailBtm .right {
  width: calc(100% - 11rem);
  margin-top: -3rem;
}

.zjjsDetailBtm .right .boxB {
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0 20px rgba(1, 72, 17, 0.08);
}

.zjjsDetailBtm .right .boxB .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zjjsDetailBtm .right .boxB .title h4 {
  color: #019382;
}

.zjjsDetailBtm .right .boxB .title .tab span {
  color: #000000;
  padding-left: 1.33rem;
}

.zjjsDetailBtm .right .boxB .title .tab span img {
  margin-right: 0.2rem;
}

.zjjsDetailBtm .right .boxB .table {
  width: 100%;
  margin-top: 0.53rem;
  background: #fff;
  border-top-left-radius: 0.27rem;
  border-top-right-radius: 0.27rem;
  overflow: hidden;
  color: #000000;
}

.zjjsDetailBtm .right .boxB .table table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.zjjsDetailBtm .right .boxB .table table th {
  background: #EEF0EF;
  padding: 0.53rem 0;
  line-height: 0.73rem;
  border-right: 1px #fff solid;
}

.zjjsDetailBtm .right .boxB .table table th p {
  margin-top: 0.3rem;
}

.zjjsDetailBtm .right .boxB .table table td {
  border: 1px #D0D0D0 solid;
  padding: 0.47rem 0.33rem;
  box-sizing: border-box;
}

.zjjsDetailBtm .right .boxB .table table td img {
  margin-right: 0.2rem;
}

.zjjsDetailBtm .right .tips {
  margin: 1.17rem 14% 0 1rem;
  display: flex;
  justify-content: space-between;
}

.zjjsDetailBtm .right .tips .txt {
  width: 53%;
  line-height: 0.73rem;
  color: #2E2E2E;
}

.zjjsDetailBtm .right .tips span {
  color: #019382;
}

.zjxq .ksCrumb {
  border-top: none;
}

.zjxq .ksCrumb .crumb {
  line-height: 0.73rem;
  color: #fff;
}

.zjxq .ksCrumb .crumb .left img {
  filter: brightness(0) invert(1);
}

.zjxq .ksCrumb .right {
  display: none;
}

/*响应式*/
@media screen and (max-width: 1540px) {
  .ksBanner .box .textBox{
    left:0;
  }
}
@media screen and (max-width: 1200px) {
  .ksOne .warp1 .box .center .item {
    padding-top: 0.6rem;
  }

  .ksOne .warp1 .box .right a {
    padding-bottom: 0.3rem;
  }

  .ksOne .warp1 .box .right a p {
    margin-top: 0.1rem;
  }
}

@media screen and (max-width: 960px) {
  .ksCrumb .crumb {
    padding: 0;
    line-height: 1.8rem;
  }

  .ksBanner .box {
    margin-right: 0;
  }

  .ksCrumb .crumb .left {
   font-size: 0.43rem;
  }
  .ksCrumb  .crumb .left img{
    display:none
  }
     .ksCrumb   .inpageBtn {
        padding: 0 0.4rem;
           height: 1rem;
    line-height: 1rem;
       font-size: 0.43rem;
    }
  .ksCrumb .crumb .right{
    margin: 0.4rem 0;
  }

  .ksBanner .box .textBox {
    display: block;
  }

  .ksBanner .box {
    padding: 1rem 0 1rem 0;
  }

  .ksBanner .box .textBox .left {
    width: 100%;
  }

  .ksBanner .box .textBox .boxBtn {
    margin-top: 0.5rem;
  }

  .ksBanner .box .right {
    width: 100%;
    margin-top: 1rem;
  }

  .ksOne {
    padding-top: 127px;
  }
  .ksMore{
    width: 4.6rem;
  }

  .ksOne .warp1 .box {
    display: block;
  }

  .ksOne .warp1 .box .left {
    width: 100%;
  }

  .ksOne .warp1 .box .center {
    width: 100%;
    margin: 1rem 0;
  }

  .ksOne .warp1 .box .center .item:first-child {
    margin-bottom: 0.8rem;
  }

  .ksOne .warp1 .box .right {
    width: 100%;
  }

  .ksOne .warp1 .box .right a {
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
  }

  .ksOne .warp1 .box .right a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .ksOne .warp2 {
    margin-top: 1rem;
  }

  .yltdList li {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.8rem;
  }

  .yltdList li:nth-child(2n) {
    float: right;
  }

  .ksTwo {
    margin-top: 1.3rem;
  }

  .ksTwo ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.8rem;
  }

  .newsList ul {
    padding-bottom: 0;
  }

  .newsList ul li {
    margin-bottom: 0.8rem;
  }

  .newsList ul li a {
    padding: 0.6rem;
  }

  .newsList ul li a .text {
    width: calc(100% - 2.3rem);
    padding-left: 0.6rem;
  }

  .newsList ul li a .text p {
    margin: 0.3rem 0 0.4rem 0;
  }

  .zjjsDetail .box {
    display: block;
    margin-top: 0.8rem;
  }

  .zjjsDetail .box .left {
    margin: 0 auto;
  }

  .zjjsDetail .box .right {
    width: 100%;
    color: #333;
    margin-top: 1.5rem;
  }

  .zjjsDetail .box .right .sc {
    color: #666;
  }

  .zjjsDetail .box .right .title .back img {
    filter: brightness(0) invert(0.4);
  }

  .zjjsDetail .box .right .textBox {
    padding: 0.8rem;
  }

  .zjjsDetail .box .right .textBox::after {
    right: 0.95rem;
  }

  .zjjsDetailBtm {
    display: block;
    margin-top: 1rem;
    padding-left: 0;
  }

  .zjjsDetailBtm::before {
    width: 100%;
  }

  .zjjsDetailBtm .left {
    width: 100%;
    padding-left: 0.8rem;
    box-sizing: border-box;
  }

  .zjjsDetailBtm .right {
    width: 100%;
    margin-top: 1.4rem;
  }

  .zjjsDetailBtm .right .boxB .table {
    overflow-x: auto;
  }

  .zjjsDetailBtm .right .boxB .table table {
    width: 700px;
  }

  .zjjsDetailBtm .right .tips {
    width: 100%;
    display: block;
    padding: 0 0.8rem;
    box-sizing: border-box;
    margin: 0;
    margin-top: 0.8rem;
  }

  .zjjsDetailBtm .right .tips .txt {
    width: 100%;
  }
  .ksBanner .box .textBox .boxBtn{
    justify-content: space-between;
  }
  .ksBanner .box .textBox .boxBtn .xcxBtn{
    margin-right:0;
  }
}