@charset "UTF-8";
ul, li, p {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  min-width: 1400px;
  padding: 0px;
  margin: 0;
  background: #fff;
  font-family: "Microsoft Yahei", "微软雅黑";
}

::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  background: #ddd;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 2px;
  background: rgb(26, 135, 123);
}

::-webkit-scrollbar-button {
  background-color: #ddd;
  display: none;
}

/*banner*/
.banner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.banner .swiper-slide img {
  width: 100%;
}

.banner .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 15px;
}

img {
  vertical-align: middle;
}

.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
}

.top-hy {
  height: 46px;
  background: #f5f5f5;
  line-height: 46px;
}
.top-hy .top-hy-box {
  max-width: 1600px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
}
.top-hy .top-hy-box .top-hy-1 {
  display: flex;
}
.top-hy .top-hy-box .top-hy-1 .top-hy-1-1 {
  color: #A5A5A5;
  font-size: 14px;
  background: url("../images/ott1.png") no-repeat;
  background-position: left center;
  background-size: 12px auto;
  padding-left: 20px;
}
.top-hy .top-hy-box .top-hy-1 .top-hy-1-2 {
  margin-left: 10px;
  font-size: 14px;
  color: #000000;
  background: url("../images/ott2.png") no-repeat;
  background-position: left center;
  background-size: 16px auto;
  padding-left: 20px;
}
.top-hy .top-hy-box .top-hy-2 {
  display: flex;
  align-items: center;
}
.top-hy .top-hy-box .top-hy-2 .top-hy-2-1 {
  width: 276px;
  height: 30px;
  margin-right: 50px;
  background: url("../images/ss.png") #FFFFFF no-repeat;
  background-position: left center;
  border-radius: 10px 10px 10px 10px;
  padding-left: 50px;
  display: flex;
  align-content: center;
}
.top-hy .top-hy-box .top-hy-2 .top-hy-2-1{
    position: relative;
}
.top-hy .top-hy-box .top-hy-2 .top-hy-2-1 #search-keyword {
  border: none;
  height: 30px;
  width: 216px;
}
.top-hy .top-hy-box .top-hy-2 .top-hy-2-1 .asdfsdfdsa-btn{
    width: 50px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    border:none;
    cursor: pointer;
}
.top-hy .top-hy-box .top-hy-2 .top-hy-2-2 {
  display: flex;
}
.top-hy .top-hy-box .top-hy-2 .top-hy-2-2 a {
  margin-left: 8px;
}
.top-hy .top-hy-box .top-hy-2 .top-hy-2-2 a img {
  width: 22px;
  height: 22px;
}

.top_nav {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  background: #fff;
}
.top_nav .top_nav-box {
  max-width: 1600px;
  margin: auto;
  display: flex;
  align-items: center;
  height: 140px;
  justify-content: space-between;
}
.top_nav .top_nav-box .top-log {
  max-width: 661px;
  display: flex;
  align-items: center;
}
.top_nav .top_nav-box .top-log img {
  max-height: 96px;
}
.top_nav .top_nav-box .top-nav-box {
  display: flex;
}
.top_nav .top_nav-box .top-nav-box .title:hover .top-dis-nav {
  display: block;
}
.top_nav .top_nav-box .top-nav-box .title {
  position: relative;
}
.top_nav .top_nav-box .top-nav-box .title .top-dis-nav {
  position: absolute;
  display: none;
  width: 100%;
  background: rgba(26, 135, 123, 0.5);
  z-index: 1111;
}
.top_nav .top_nav-box .top-nav-box .title .top-dis-nav a {
  display: block;
  color: #fff;
}
.top_nav .top_nav-box .top-nav-box .title .top-dis-nav a:hover {
  color: #fff;
  background: #076a5e;
}
.top_nav .top_nav-box .top-nav-box .title .top-dis-nav a:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  background: rgba(26, 135, 123, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
}
.top_nav .top_nav-box .top-nav-box .title a {
  display: block;
  width: 108px;
  text-align: center;
  font-size: 20px;
  color: #000;
  line-height: 44px;
  position: relative;
}
.top_nav .top_nav-box .top-nav-box .title a:hover {
  color: #1D217E;
}
.top_nav .top_nav-box .top-nav-box .title a:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1D217E;
  left: 0;
  right: 0;
  bottom: 0;
}
.top_nav .top_nav-box .top-nav-box .title a.active {
  color: #1D217E;
}
.top_nav .top_nav-box .top-nav-box .title a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1D217E;
  left: 0;
  right: 0;
  bottom: 0;
}
.top_nav .top_nav-box .top-yy {
  width: 100px;
  height: 30px;
  border-radius: 15px;
  background: #0060a5;
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.top_nav .top_nav-box .top-yy .asdasdasd-dfgsdfsag {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.top_nav .top_nav-box .top-yy .asdasdasd-dfgsdfsag .dfsdsafdsaf {
  transition: all 0.6s;
}
.top_nav .top_nav-box .top-yy .asdasdasd-dfgsdfsag .dsfsdgdfgfg-shang {
  transform: rotate(180deg);
}
.top_nav .top_nav-box .top-yy .disable-sadasdas {
  position: absolute;
  width: 130px;
  left: -15px;
  top: 85px;
  background: #fff;
  z-index: 9999;
  display: none;
}
.top_nav .top_nav-box .top-yy .disable-sadasdas a {
  display: block;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
}
.top_nav .top_nav-box .top-yy .disable-sadasdas a:hover {
  color: #0060a5;
}

.foot {
  background: url("../images/foot.jpg?v=1") no-repeat center;
  background-size: 100% 100%;
  height: 300px;
  margin-top: 69px;
  position: relative;
}
.foot::after {
  max-width: 1600px;
  min-width: 1200px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
  height: 1px;
  background: #ddd;
  margin: auto;
}
.foot .foot-box {
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.foot .foot-box .bq {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
  margin-top: 106px;
}
.foot .foot-box .bq a {
  font-size: 14px;
  color: #FFFFFF;
}
.foot .foot-box .ewm {
  display: flex;
  margin-top: 87px;
}
.foot .foot-box .ewm .ewm-box {
  margin-left: 32px;
  text-align: center;
}
.foot .foot-box .ewm .ewm-box img {
  width: 107px;
  height: 107px;
}
.foot .foot-box .ewm .ewm-box div {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
  margin-top: 27px;
}

.index-gg {
  max-width: 1600px;
  margin: auto;
  height: 53px;
  background: #EEEEEE;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  margin-top: 21px;
}
.index-gg .gg-bg {
  background: url("../images/ggbg.png") no-repeat;
  background-position: left center;
  width: 173px;
  height: 53px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 53px;
  padding-left: 50px;
}
.index-gg .gg-swiper {
  width: 1423px;
  overflow: hidden;
  font-size: 14px;
}
.index-gg .gg-swiper a {
  padding-left: 20px;
  position: relative;
  color: #000000;
  line-height: 53px;
  height: 53px;
  overflow: hidden;
  display: flex;
  text-overflow: ellipsis; /*文本超出以...显示*/
  white-space: nowrap; /*强制在第一行显示*/
}
.index-gg .gg-swiper a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ttt {
  text-align: center;
}
.ttt .ttt-1 {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  line-height: 30px;
}
.ttt .ttt-2 {
  font-weight: bold;
  font-size: 18px;
  color: #A5A5A5;
  line-height: 18px;
  margin-top: 19px;
}
.ttt .ttt-3 {
  width: 200px;
  margin: auto;
  height: 2px;
  background: #E60027;
  margin-top: 26px;
  position: relative;
}
.ttt .ttt-3::after {
  content: "";
  width: 80px;
  height: 5px;
  background: #E60027;
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;
  margin: auto;
}

.index-about {
  max-width: 1600px;
  margin: auto;
  margin-top: 64px;
  border-bottom: 2px solid #000;
  padding-bottom: 33px;
}
.index-about .idnex-ab-desc {
  font-size: 14px;
  color: #4B4B4B;
  line-height: 35px;
  margin-top: 24px;
}
.index-about .idnex-ab-desc p {
  text-indent: 2em;
}
.index-about .abot-logo {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
.index-about .abot-logo .abot-logo-box {
  display: flex;
}
.index-about .abot-logo .abot-logo-box .abot-logo-box-item {
  margin-left: 60px;
  text-align: center;
}
.index-about .abot-logo .abot-logo-box .abot-logo-box-item img {
  height: 128px;
}
.index-about .abot-logo .abot-logo-box .abot-logo-box-item div {
  font-size: 14px;
  color: #4B4B4B;
  margin-top: 14px;
  text-align: center;
}

.index-news {
  max-width: 1600px;
  margin: auto;
  margin-top: 54px;
}
.index-news .index-news-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.index-news .index-news-box .index-news-box-left {
  max-width: 740px;
  min-width: 640px;
  background: #f7f7f7;
}
.index-news .index-news-box .index-news-box-left .index-news-box-left-img {
  width: 100%;
  height: 370px;
}
.index-news .index-news-box .index-news-box-left .index-news-box-left-img img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}

.index-new-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 159px;
}
.index-new-item .index-new-item-t {
  width: 140px;
  flex-shrink: 0;
  text-align: center;
}
.index-new-item .index-new-item-t .index-new-item-t-1 {
  font-size: 22px;
  color: #4B4B4B;
  line-height: 22px;
  padding-top: 31px;
}
.index-new-item .index-new-item-t .index-new-item-t-2 {
  font-size: 14px;
  color: #4B4B4B;
  line-height: 14px;
  margin-top: 16px;
}
.index-new-item .index-new-item-t-c {
  max-width: 600px;
  min-width: 400px;
  padding-left: 20px;
}
.index-new-item .index-new-item-t-c .index-new-item-t-c-1 {
  font-size: 16px;
  color: #716f6f;
  padding-top: 24px;
  font-weight: 700;
}
.index-new-item .index-new-item-t-c .index-new-item-t-c-2 {
  margin-top: 15px;
  font-size: 14px;
  color: #4B4B4B;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-zz {
  background: url("../images/zzbg.jpg") no-repeat center;
  background-size: cover;
  height: 590px;
  margin-top: 47px;
}
.index-zz .zz-ttt {
  max-width: 1600px;
  margin: auto;
  display: flex;
  padding-top: 120px;
}
.index-zz .zz-ttt .zz-ttt-1 {
  width: 8px;
  height: 78px;
  background: #E60027;
}
.index-zz .zz-ttt .zz-ttt-2 {
  margin-left: 30px;
}
.index-zz .zz-ttt .zz-ttt-2 .zz-ttt-2-1 {
  font-weight: bold;
  font-size: 47px;
  color: #FFFFFF;
  line-height: 47px;
}
.index-zz .zz-ttt .zz-ttt-2 .zz-ttt-2-2 {
  font-weight: bold;
  font-size: 19.7px;
  line-height: 20px;
  color: #fff;
  margin-top: 12px;
}
.index-zz .zz-ttt .zz-ttt-3 {
  width: 102px;
  height: 32px;
  background: #E60027;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  margin-left: 15px;
}
.index-zz .ry-box {
  max-width: 1469px;
  overflow: hidden;
  height: 238px;
  margin: auto;
  margin-top: 50px;
}

.index-jd {
  max-width: 1600px;
  margin: auto;
  margin-top: 84px;
}
.index-jd .index-jd-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 22px;
}
.index-jd .index-jd-box .index-jd-box-item {
  width: 23%;
  height: 263px;
  margin-top: 17px;
  position: relative;
}
.index-jd .index-jd-box .index-jd-box-item img {
  width: 100%;
  height: 263px;
  object-fit: cover;
}
.index-jd .index-jd-box .index-jd-box-item .dios-tti {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  font-size: 30px;
  color: #FFFFFF;
}
.index-jd .index-jd-box .index-jd-box-item:hover .dios-tti {
  display: flex;
}

.base-nav-box {
  background: #f2f2f2;
}
.base-nav-box .base-nav-box-1 {
  display: flex;
  width: 1200px;
  margin: auto;
}
.base-nav-box .base-nav-box-1 a {
  line-height: 60px;
  font-size: 18px;
  color: #000000;
  position: relative;
  margin-right: 50px;
}
.base-nav-box .base-nav-box-1 a::after {
  content: "";
  height: 18px;
  width: 1px;
  background: #ddd;
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.base-nav-box .base-nav-box-1 a::before {
  content: "";
  width: 72px;
  height: 2px;
  background: #1A877B;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  display: none;
}
.base-nav-box .base-nav-box-1 a:nth-child(1)::after {
  display: none;
}
.base-nav-box .base-nav-box-1 a.suba, .base-nav-box .base-nav-box-1 a:hover {
  color: #1A877B;
}
.base-nav-box .base-nav-box-1 a.suba::before, .base-nav-box .base-nav-box-1 a:hover::before {
  display: block;
}

.base-dqwz {
  width: 1200px;
  margin: auto;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  line-height: 18px;
  padding-top: 80px;
  padding-bottom: 10px;
  color: #1A877B;
}
.base-dqwz a {
  color: #1A877B;
}

#articlebox {
  width: 1200px;
  margin: auto;
}
#articlebox .artcontent {
  font-size: 18px;
  color: #000000;
  line-height: 41px;
}
#articlebox .artcontent img {
  max-width: 100%;
  height: auto;
}

.pages-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-top: 78px;
  margin-bottom: 50px;
}
.pages-tit .pages-tit-1 {
  width: 87px;
  height: 16px;
  background: url("../images/tt1.png") no-repeat center;
}
.pages-tit .pages-tit-2 {
  font-size: 30px;
  color: #010000;
  line-height: 35px;
  margin: 0 27px;
}
.pages-tit .pages-tit-3 {
  width: 87px;
  height: 16px;
  background: url("../images/tt2.png") no-repeat center;
}

.base-nav-sss {
  width: 1200px;
  margin: auto;
  display: flex;
  margin-top: 32px;
  flex-wrap: wrap;
}
.base-nav-sss .base-nav-sss-a {
  color: #1A877B;
  width: 280px;
  height: 53px;
  border: 1px solid #1A877B;
  padding: 4px;
  margin: 5px 0;
  margin-right: 20px;
}
.base-nav-sss .base-nav-sss-a div {
  line-height: 43px;
  text-align: center;
  font-size: 18px;
}
.base-nav-sss .xuanadsfsfgdsgf-sdsd div, .base-nav-sss .base-nav-sss-a:hover div {
  background: #1A877B;
  color: #fff;
}

.n_picture {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin: auto;
  padding-top: 13px;
}
.n_picture .pic-item-base {
  width: 380px;
  height: 380px;
  border: 1px solid #ddd;
  margin-top: 30px;
}
.n_picture .pic-item-base .pic-item-base-1 {
  width: 100%;
  height: 240px;
}
.n_picture .pic-item-base .pic-item-base-1 img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.n_picture .pic-item-base .pic-item-base-2 {
  font-size: 20px;
  color: #000;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  width: 360px;
  margin: auto;
  margin-top: 26px;
}
.n_picture .pic-item-base .pic-item-base-3 {
  width: 360px;
  margin: auto;
  font-size: 14px;
  line-height: 35px;
  height: 70px;
  color: #4B4B4B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}

.view-time-click {
  display: flex;
  justify-content: flex-end;
  width: 1200px;
  margin: auto;
  margin-top: 8px;
}
.view-time-click .view-time-click-box {
  display: flex;
}
.view-time-click .view-time-click-box .view-time-click-box-1 {
  font-size: 14px;
  color: #D1692B;
}
.view-time-click .view-time-click-box .view-time-click-box-2 {
  font-size: 16px;
  color: #000000;
  margin-left: 17px;
  background: url("../images/yan.png") no-repeat;
  background-position: left center;
  padding-left: 25px;
}

.hs_fy_con {
  width: 1200px;
  margin: auto;
  margin-top: 115px;
  display: flex;
  justify-content: space-between;
}
.hs_fy_con a {
  width: 280px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 14px;
  background: none;
  border: 1px dashed #0060a5;
  border-radius: 6px;
}
.hs_fy_con a span {
  margin-left: 20px;
  font-size: 14px;
  color: #4A89CE;
}

.jiaotong-box {
  border: 2px solid #1A877B;
  width: 1200px;
  margin: auto;
  margin-top: 53px;
}
.jiaotong-box img {
  width: 100%;
}

.jiaotong-box-i {
  width: 1200px;
  margin: auto;
}
.jiaotong-box-i .jiaotong-box-i-item {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #ddd;
}
.jiaotong-box-i .jiaotong-box-i-item .jiaotong-box-i-item-img {
  width: 583px;
  height: 299px;
}
.jiaotong-box-i .jiaotong-box-i-item .jiaotong-box-i-item-img img {
  width: 583px;
  height: 299px;
}
.jiaotong-box-i .jiaotong-box-i-item .jiaotong-box-i-item-wz {
  width: 617px;
}
.jiaotong-box-i .jiaotong-box-i-item .jiaotong-box-i-item-wz div {
  width: 535px;
  margin: auto;
}
.jiaotong-box-i .jiaotong-box-i-item .jiaotong-box-i-item-wz div:nth-child(1) {
  font-size: 20px;
  line-height: 20px;
  color: #1A877B;
  padding-top: 43px;
}
.jiaotong-box-i .jiaotong-box-i-item .jiaotong-box-i-item-wz div:nth-child(2) {
  font-size: 14px;
  color: #4B4B4B;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-top: 43px;
  margin-bottom: 85px;
}
.jiaotong-box-i .jiaotong-box-i-item .jiaotong-box-i-item-wz div:nth-child(3) {
  color: #1A877B;
  font-size: 14px;
  display: inline;
  padding: 0 20px;
  border-bottom: 2px solid #1A877B;
  margin-left: 40px;
}

.base-rongyu {
  width: 1200px;
  margin: auto;
  margin-top: 38px;
  position: relative;
}
.base-rongyu::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #757575;
  left: 174px;
  position: absolute;
  top: 0;
}
.base-rongyu .base-rongyu-box {
  display: flex;
  justify-content: space-between;
}
.base-rongyu .base-rongyu-box .base-rongyu-box-1 {
  font-size: 36px;
  color: #1A877B;
  line-height: 41px;
  width: 174px;
}
.base-rongyu .base-rongyu-box .base-rongyu-box-2 {
  width: 985px;
  font-size: 18px;
  color: #757575;
  line-height: 41px;
  margin-top: 50px;
}
.base-rongyu .base-rongyu-box .base-rongyu-box-2 p {
  position: relative;
}
.base-rongyu .base-rongyu-box .base-rongyu-box-2 p::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #757575;
  position: absolute;
  left: -20px;
  top: 16px;
}

.zaxasdas-gdfss {
  width: 900px;
  margin: auto;
  margin-top: 100px;
}
.zaxasdas-gdfss .item-fdfads-fr {
  display: flex;
}
.zaxasdas-gdfss .item-fdfads-fr .item-fdfads-fr-1 {
  width: 104px;
  font-size: 18px;
  color: #000000;
}

.sadsfgdsa-in {
  background: #edf1f5;
  border: 1px solid #ddd;
  height: 37px;
  text-indent: 15px;
}

.map_contentsadasdasd-xxx {
  width: 1200px;
  margin: auto;
  height: 1px;
  background: #ddd;
  margin-top: 62px;
}

.base-news {
  width: 1200px;
  margin: auto;
}
.base-news .base-news-item {
  display: flex;
  justify-content: space-between;
  padding: 37px 0;
  border-bottom: 1px solid #ddd;
}
.base-news .base-news-item .base-news-item-1 {
  width: 458px;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
}
.base-news .base-news-item .base-news-item-1 img {
  width: 458px;
  height: 260px;
  object-fit: cover;
}
.base-news .base-news-item .base-news-item-2 {
  width: 725px;
}
.base-news .base-news-item .base-news-item-2 .base-news-item-2-1 {
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  overflow: hidden;
  margin-top: 6px;
  height: 24px;
  overflow: hidden;
}
.base-news .base-news-item .base-news-item-2 .base-news-item-2-2 {
  display: flex;
  align-items: center;
  margin-top: 21px;
}
.base-news .base-news-item .base-news-item-2 .base-news-item-2-2 div:nth-child(1) {
  font-size: 14px;
  color: #D1692B;
}
.base-news .base-news-item .base-news-item-2 .base-news-item-2-2 div:nth-child(2) {
  margin-left: 17px;
  background: url("../images/yan.png") no-repeat;
  background-position: left center;
  padding-left: 25px;
  font-size: 16px;
  color: #000000;
}
.base-news .base-news-item .base-news-item-2 .base-news-item-2-3 {
  font-size: 14px;
  color: #000000;
  line-height: 27px;
  height: 54px;
  overflow: hidden;
  margin-top: 21px;
}
.base-news .base-news-item .base-news-item-2 .base-news-item-2-4 {
  font-size: 14px;
  color: #000000;
  line-height: 27px;
  margin-top: 68px;
  padding-left: 21px;
  background: url("../images/time.png") no-repeat;
  background-position: left center;
}

.base-newssssss {
  width: 1200px;
  margin: auto;
}
.base-newssssss .base-news-item {
  display: flex;
  justify-content: space-between;
  padding: 27px 0;
  border-bottom: 1px solid #ddd;
}
.base-newssssss .base-news-item .base-news-item-2 {
  width: 1200px;
}
.base-newssssss .base-news-item .base-news-item-2 .base-news-item-2-1 {
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  overflow: hidden;
  margin-top: 6px;
  height: 24px;
  overflow: hidden;
}
.base-newssssss .base-news-item .base-news-item-2 .base-news-item-2-2 {
  display: flex;
  align-items: center;
  margin-top: 21px;
}
.base-newssssss .base-news-item .base-news-item-2 .base-news-item-2-2 div:nth-child(1) {
  font-size: 14px;
  color: #D1692B;
}
.base-newssssss .base-news-item .base-news-item-2 .base-news-item-2-2 div:nth-child(2) {
  margin-left: 17px;
  background: url("../images/yan.png") no-repeat;
  background-position: left center;
  padding-left: 25px;
  font-size: 16px;
  color: #000000;
}
.base-newssssss .base-news-item .base-news-item-2 .base-news-item-2-2 .base-news-item-2-4 {
  font-size: 14px;
  color: #000000;
  line-height: 27px;
  padding-left: 21px;
  margin-left: 52px;
  background: url("../images/time.png") no-repeat;
  background-position: left center;
}

.bd_weixin_popup {
  box-sizing: content-box;
}

.dfsfkldsag {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 99999999999;
  display: none;
}
.dfsfkldsag div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dfsfkldsag div img {
  height: 80%;
}

/*# sourceMappingURL=style.css.map */
