@charset "UTF-8";
.p_breadcrumbFirst a {
  color: #fff !important;
}
.p_breadcrumbFirst a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}
.p_breadcrumbFirst span.sd1:last-child {
  display: none !important;
}

#w_grid-1579253911227 {
  width: 94%;
  max-width: 1600px;
  min-width: 0px;
  height: auto;
  max-height: none;
  min-height: 192px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 5vw 0;
}

.wh {
  width: 94%;
  max-width: 1600px;
  min-width: 0px;
  height: auto;
  max-height: none;
  min-height: 192px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

h1.titas-t {
  text-align: center;
  margin: 20px 0;
  text-align: center;
  padding-bottom: 20px;
  font-size: 32px;
  border-bottom: 1px solid #e8e8e8;
  color: #262626;
}
@media only screen and (max-width: 768px) {
  h1.titas-t {
    font-size: 20px;
    text-align: center;
    margin: 0 0px 10px;
    padding: 10px 0;
  }
}

.w_grid-001 .content {
  font-size: 16px;
  color: #666;
  padding-bottom: 15px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .w_grid-001 .content {
    font-size: 14px;
    line-height: 26px;
  }
}
.w_grid-001 .content .reset_style.js-adapMobile div {
  font-size: 16px;
  color: #666;
  padding-bottom: 15px;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  .w_grid-001 .content .reset_style.js-adapMobile div {
    font-size: 14px;
    line-height: 26px;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
}

.flex-z {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}

.flex_left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -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;
}

.flex_left1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex21 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}

.fang img {
  -webkit-transition: 0.5s linear 0s;
  -o-transition: 0.5s linear 0s;
  -moz-transition: 0.5s linear 0s;
  transition: 0.5s linear 0s;
}

.fang:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.ry-content {
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .ry-content {
    padding: 1rem 0;
  }
}
.ry-content .ry-list {
  margin: 0 -1%;
}
@media only screen and (max-width: 768px) {
  .ry-content .ry-list {
    margin: 0 -2%;
  }
}
.ry-content .ry-list li {
  width: 25%;
  padding: 0 1%;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .ry-content .ry-list li {
    width: 50%;
    padding: 0 2%;
    margin-top: 1rem;
  }
}
.ry-content .ry-list li a.img {
  display: block;
  -webkit-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  background: #f6f6f6;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
}
.ry-content .ry-list li a.img i {
  display: block;
  font-size: 0;
  overflow: hidden;
  padding-bottom: 106%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.ry-content .ry-list li a.img i u {
  display: block;
  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%);
}
.ry-content .ry-list li a.img i > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ry-content .ry-list li a.img i img {
  width: 100%;
}
.ry-content .ry-list li a.img .tit {
  text-align: center;
  padding: 0.75em 0;
  font-size: 16px;
  line-height: 1.5em;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .ry-content .ry-list li a.img .tit {
    font-size: 14px;
  }
}
.ry-content .ry-list li a.img:hover .tit {
  color: #0656a9;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span, .pager li > a, .pager li > span {
  border-radius: 0;
}

.pager li > a, .pager li > span {
  border: 1px solid #ededed;
  background: #ededed;
  color: #333;
  margin: 0 2.5px;
  padding: 6px 14px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  text-decoration: none;
  background-color: #1f2d49;
  color: #fff;
  border-color: #1f2d49;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  text-decoration: none;
  background-color: #1f2d49;
  color: #fff;
  border-color: #1f2d49;
}

@media only screen and (max-width: 768px) {
  .pager {
    margin: 10px 0;
  }
}

.news-content {
  padding: 4rem 0;
}
.news-content h1.titas-t {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .news-content {
    padding: 1rem 0;
  }
}
.news-content .newList {
  margin-bottom: 24px;
}

.show-news-content {
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .show-news-content {
    padding: 2rem 0;
  }
}
.show-news-content .show-news-a1 {
  width: 65.875%;
}
@media only screen and (max-width: 768px) {
  .show-news-content .show-news-a1 {
    width: 100%;
  }
}
.show-news-content .show-news-a1 .tit1 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #262626;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0.65em;
  line-height: 1.25em;
}
@media only screen and (max-width: 768px) {
  .show-news-content .show-news-a1 .tit1 {
    text-align: left;
    font-size: 20px;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.show-news-content .show-news-a1 .tit2 {
  padding: 20px 0;
  color: #707070;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .show-news-content .show-news-a1 .tit2 {
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
  }
}
.show-news-content .show-news-a1 .tit2 p {
  padding: 0 1em;
}
@media only screen and (max-width: 768px) {
  .show-news-content .show-news-a1 .tit2 p {
    padding: 0 0.5em;
  }
}
.show-news-content .show-news-a1 .tit2 a {
  color: #707070;
}
.show-news-content .show-news-a1 .tit2 a:hover {
  color: #60a9d7;
}
.show-news-content .show-news-a1 .mssj {
  background: #f2f2f2;
  padding: 1em;
  color: #595959;
  font-size: 1rem;
  line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  .show-news-content .show-news-a1 .mssj {
    display: none;
  }
}
.show-news-content .show-news-a1 .content {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  padding: 2em 0;
}
.show-news-content .show-news-a1 .content img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .show-news-content .show-news-a1 .content {
    font-size: 14px;
    line-height: 26px;
    padding: 2em 0 1rem;
  }
}
.show-news-content .show-news-a2 {
  width: 24.0625%;
}
@media only screen and (max-width: 768px) {
  .show-news-content .show-news-a2 {
    width: 100%;
  }
}
.show-news-content .show-news-a2 .fenyea1 .shanys > div {
  width: 100%;
  padding: 25px 30px;
  border: 1px solid #f0f0f0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .show-news-content .show-news-a2 .fenyea1 .shanys > div {
    padding: 15px 18px;
    margin-bottom: 15px;
  }
}
.show-news-content .show-news-a2 .fenyea1 .shanys > div .asr {
  font-size: 18px;
  display: block;
  line-height: 24px;
  color: #333;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .show-news-content .show-news-a2 .fenyea1 .shanys > div .asr {
    font-size: 18px;
    margin-bottom: 7.5px;
  }
}
.show-news-content .show-news-a2 .fenyea1 .shanys > div .asr::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: #f2f2f2;
  left: 30%;
  top: 50%;
}
.show-news-content .show-news-a2 .fenyea1 .shanys > div a {
  display: block;
  color: #707070;
  font-size: 1rem;
  line-height: 1.5em;
}
@media only screen and (max-width: 768px) {
  .show-news-content .show-news-a2 .fenyea1 .shanys > div a {
    font-size: 14px;
  }
}
.show-news-content .show-news-a2 .fenyea1 .shanys > div a:hover {
  color: #0656a9;
}
.show-news-content .show-news-a2 .fenyea2 {
  border: 10px solid #f0f0f0;
  padding: 20px;
}
.show-news-content .show-news-a2 .fenyea2 .titast1 {
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4em;
}
.show-news-content .show-news-a2 .fenyea2 .xw_askt1 li {
  border-bottom: 1px solid #f0f0f0;
  padding: 25px 0px;
}
@media only screen and (max-width: 768px) {
  .show-news-content .show-news-a2 .fenyea2 .xw_askt1 li {
    padding: 15px 0;
  }
}
.show-news-content .show-news-a2 .fenyea2 .xw_askt1 li a.name {
  display: block;
  font-size: 15px;
  color: #727272;
  line-height: 24px;
  margin-bottom: 10px;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .show-news-content .show-news-a2 .fenyea2 .xw_askt1 li a.name {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.show-news-content .show-news-a2 .fenyea2 .xw_askt1 li span {
  font-size: 14px;
  color: #727272;
}
.show-news-content .show-news-a2 .fenyea2 .xw_askt1 li:hover a.name {
  color: #0656a9;
}

.ta {
  text-align: center;
}

.loadmore-tips {
  font-size: 1rem;
}

.news-channel-content {
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .news-channel-content {
    padding: 2rem 0;
  }
}
.news-channel-content .tias1a {
  text-align: center;
}
.news-channel-content .tias1a .tit {
  color: #000000;
  font-size: 38px;
  line-height: 1.75em;
}
@media only screen and (max-width: 768px) {
  .news-channel-content .tias1a .tit {
    font-size: 22px;
  }
}
.news-channel-content .tias1a .tit span {
  padding: 0 1em;
}
@media only screen and (max-width: 768px) {
  .news-channel-content .tias1a .tit span {
    padding: 0 0.5em;
  }
}
.news-channel-content .tias1a .tit::after, .news-channel-content .tias1a .tit::before {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background-color: rgb(224, 224, 224);
}
@media only screen and (max-width: 768px) {
  .news-channel-content .tias1a .tit::after, .news-channel-content .tias1a .tit::before {
    width: 1.75em;
  }
}
.news-channel-content .tias1a .pts {
  color: #999999;
  font-size: 16px;
  line-height: 1.6em;
}
@media only screen and (max-width: 768px) {
  .news-channel-content .tias1a .pts {
    font-size: 14px;
  }
}
.news-channel-content .news-channel-list {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .news-channel-content .news-channel-list {
    margin-top: 0;
  }
}
.news-channel-content .news-channel-list li {
  width: 23%;
  border: 1px solid #e2e2e2;
}
@media only screen and (max-width: 768px) {
  .news-channel-content .news-channel-list li {
    width: 48%;
    margin-top: 2rem;
  }
}
.news-channel-content .news-channel-list li a.img {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-channel-content .news-channel-list li a.img i {
  display: block;
  font-size: 0;
}
.news-channel-content .news-channel-list li a.img i img {
  width: 100%;
}
.news-channel-content .news-channel-list li a.img .cont-p {
  text-align: center;
  padding: 2.5rem 0;
}
@media only screen and (max-width: 768px) {
  .news-channel-content .news-channel-list li a.img .cont-p {
    padding: 1.5rem 0;
  }
}
.news-channel-content .news-channel-list li a.img .cont-p .tit {
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
}
.news-channel-content .news-channel-list li a.img .cont-p .entit {
  color: #999;
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .news-channel-content .news-channel-list li a.img .cont-p .entit {
    margin-top: 0.25rem;
  }
}
.news-channel-content .news-channel-list li a.img:hover {
  background-color: #339966;
}
.news-channel-content .news-channel-list li a.img:hover .tit, .news-channel-content .news-channel-list li a.img:hover .entit {
  color: #fff;
}

.show-contenter-content {
  padding-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .show-contenter-content {
    padding-top: 2rem;
  }
}
.show-contenter-content .lx-cont1 {
  position: relative;
  z-index: 1;
}
.show-contenter-content .lx-cont1 .tit-at {
  color: #333e46;
  font-size: 30px;
  line-height: 1.25em;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .show-contenter-content .lx-cont1 .tit-at {
    font-size: 24px;
  }
}
.show-contenter-content .lx-cont1 .lx-a1 {
  width: 48.0625%;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.18);
  padding: 45px 3%;
  border-bottom: 5px solid #339966;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .show-contenter-content .lx-cont1 .lx-a1 {
    width: 100%;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2rem;
    padding: 26px 6%;
  }
}
.show-contenter-content .lx-cont1 .lx-a1 .pas1 {
  font-size: 14px;
  line-height: 1.6em;
  margin: 0.5em 0 1.5em;
}
.show-contenter-content .lx-cont1 .lx-a1 form {
  margin-top: 3rem;
}
.show-contenter-content .lx-cont1 .lx-a1 form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1rem;
  line-height: 1.4em;
}
.show-contenter-content .lx-cont1 .lx-a1 form textarea:focus {
  border-color: #66afe9;
}
.show-contenter-content .lx-cont1 .lx-a1 form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1rem;
  line-height: 3em;
}
.show-contenter-content .lx-cont1 .lx-a1 form input:focus {
  border-color: #66afe9;
}
.show-contenter-content .lx-cont1 .lx-a1 form .msg-a1 {
  margin-top: 1rem;
}
.show-contenter-content .lx-cont1 .lx-a1 form .yazm {
  margin-top: 1rem;
}
.show-contenter-content .lx-cont1 .lx-a1 form .yazm input {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .show-contenter-content .lx-cont1 .lx-a1 form .yazm input {
    width: 50%;
  }
}
.show-contenter-content .lx-cont1 .lx-a1 form .yazm img {
  width: 30%;
  height: 100%;
  margin-left: 3%;
}
@media only screen and (max-width: 768px) {
  .show-contenter-content .lx-cont1 .lx-a1 form .yazm img {
    width: 45%;
  }
}
.show-contenter-content .lx-cont1 .lx-a1 form .moreast {
  border: none;
  color: #fff;
  background-color: #848484;
  color: #fff;
  border: 1px solid #848484;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  border-radius: 0px;
  width: 30%;
  height: 46px;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .show-contenter-content .lx-cont1 .lx-a1 form .moreast {
    width: 45%;
    height: 46px;
  }
}
.show-contenter-content .lx-cont1 .lx-a1 form .moreast:hover {
  background-color: #0656a9;
  border: 1px solid #0656a9;
  color: #fff;
}
.show-contenter-content .lx-cont1 .lx-a2 {
  width: 48.5%;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .show-contenter-content .lx-cont1 .lx-a2 {
    width: 100%;
    margin-top: 0;
  }
}
.show-contenter-content .lx-cont1 .lx-a2 .p1 {
  color: #000000;
  font-size: 24px;
  line-height: 1.6em;
  margin: 1.56rem 0;
}
@media only screen and (max-width: 768px) {
  .show-contenter-content .lx-cont1 .lx-a2 .p1 {
    font-size: 20px;
    margin: 0.65rem 0;
  }
}
.show-contenter-content .lx-cont1 .lx-a2 .p2 {
  color: #000000;
  font-size: 1rem;
  line-height: 2.5em;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .show-contenter-content .lx-cont1 .lx-a2 .p2 {
    font-size: 14px;
  }
}
.show-contenter-content .lx-cont1 .lx-a2 .p2 p i {
  color: #339966;
}
.show-contenter-content .lx-cont1 .lx-a2 .p2 p:nth-child(1) i::before {
  content: "\e628";
  font-size: 24px;
}
.show-contenter-content .lx-cont1 .lx-a2 .p2 p:nth-child(2) i::before {
  content: "\e638";
  font-size: 24px;
}
.show-contenter-content .lx-cont1 .lx-a2 .p2 p:nth-child(3) i::before {
  content: "\e630";
  font-size: 24px;
}
.show-contenter-content .lx-cont2 {
  margin-top: -5vw;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .show-contenter-content .lx-cont2 {
    margin-top: 1rem;
  }
}
.show-contenter-content .lx-cont2 #mapDiv {
  width: 100%;
  height: 35vw;
}
@media only screen and (max-width: 768px) {
  .show-contenter-content .lx-cont2 #mapDiv {
    height: 100vw;
  }
}

.mer-ad {
  display: none;
}

.asher-xa li {
  padding: 1.25em 0;
  border-top: 1px solid #f0f0f0;
}
.asher-xa li .tita {
  color: #333;
  font-size: 1.45rem;
  line-height: 1.5em;
  margin-bottom: 0.35em;
}
.asher-xa li .p {
  font-size: 14px;
  line-height: 1.65em;
}

.p_headbox form {
  width: 100%;
}
.p_headbox form .serbtn {
  width: 100%;
  border: none;
  background: transparent;
}

.abt-erxt p {
  font-size: 16px;
  line-height: 2em;
  color: #333;
}

.c_portalResNews_list-01001006 .newMs {
  height: 2.8em;
  overflow: hidden;
}

#c_portalResnav_main-15746762858944025 .top-nav-wrap .btlink1 {
  display: block;
}

@media only screen and (max-width: 768px) {
  #w_common_text-1595381483616 {
    height: auto !important;
  }
  .yc-ast {
    display: none;
  }
  .mer-ad {
    display: block;
  }
  #w_grid-1573265972119 #w_grid-1595379259467 > div > .p_gridbox > .p_gridCell > .reset_style:nth-child(3) span {
    font-size: 14px !important;
  }
  #w_grid-1573265972119 #w_fimgbox-1595379789380 .w_imgbox img {
    opacity: 1;
  }
}