﻿@charset "UTF-8";
@font-face {
  font-family: "Butler";
  src: url("../font/Butler_Medium.otf");
}

@font-face {
  font-family: "DIN-Condensed";
  src: url("../font/din_condensed_bold-webfont.woff") format("woff"), url("../font/din_condensed_bold-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}

.center-title {
  text-align: center;
  padding-bottom: 38px;
}

.center-area {
  max-width: 1680px;
  width: calc(100% - 32px);
  margin: 0 auto;
}

.inner-center {
	
  margin: 0 auto;
}
.dsb{padding-left:20%;}
.contain {
  position: relative;background:url(../images/jb.png) no-repeat 0 0
}

.contain .swiper-button-next,
.contain .swiper-button-prev {
  margin-top: -234px;
}

.contain .swiper-button-next {
  background-image: url(../images/swiper_right.png);
  right: 0;
  left: inherit;
  background-size: 26px 26px;background-repeat:no-repeat
}

.contain .swiper-button-prev {
  background-image: url(../images/swiper_left.png);
  right: inherit;
  left: 0;
  background-size: 26px 26px;background-repeat:no-repeat
}

.contain .history_container {
  padding: 10px 0 50px 0;
  width: calc(100% - 90px);
}

.contain .history_container .swiper-wrapper .swiper-slide {
  padding: 0 20px;
}

.contain .history_container .swiper-wrapper .swiper-slide .line {
  width: 100%;
  height: 1px;
  background: #d6a769;
  position: absolute;
  top: 0;
}

.contain .history_container .swiper-wrapper .swiper-slide .circle {
  width: 14px;
  height: 14px;
  border: 1px solid #d6a769;
  border-radius: 50%;
  background: #d6a769;
  position: absolute;
  top: -6px;
  left: 30px;
}

.contain .history_container .swiper-wrapper .swiper-slide .circle::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px dashed #d6a769;
  position: absolute;
  left: -4px;
  top: -4px;
}

.contain .history_container .swiper-wrapper .swiper-slide .circle::after {
  content: "";
  height: 40px;
  width: 1px;
  background: #d6a769;
  position: absolute;
  left: 6px;
  top: 17px;
}

.contain .history_container .swiper-wrapper .swiper-slide .item {
  padding-left: 0;
  padding-top: 55px;
}

.contain .history_container .swiper-wrapper .swiper-slide .item .year {
  font-size: 24px;
  font-weight: 700;
  font-family: "DIN Condensed", "DIN-Condensed";
  color: #90705a;
  line-height: 29px;
  padding-bottom: 2px;
}

.contain .history_container .swiper-wrapper .swiper-slide .item ul {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 16px;
  /*修改滚动条样式*/
}

.contain .history_container .swiper-wrapper .swiper-slide .item ul::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  /**/
}

.contain .history_container .swiper-wrapper .swiper-slide .item ul::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 2px;
}

.contain .history_container .swiper-wrapper .swiper-slide .item ul::-webkit-scrollbar-thumb {
  background: #d6a769;
  border-radius: 10px;
}

.contain .history_container .swiper-wrapper .swiper-slide .item ul li {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
}

.contain .history_container .swiper-wrapper .swiper-slide .item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 4px;
  background: #d6a769;
  border-radius: 2px 0 2px 0;
}

@media screen and (max-width: 500px) {

.contain
.history_container
.swiper-wrapper
.swiper-slide
.text-content {
    height: auto;
  }

.contain
.history_container
.swiper-wrapper
.swiper-slide:nth-of-type(odd)
.item {
    position: relative;
    top: inherit;
  }

.contain
.history_container
.swiper-wrapper
.swiper-slide
.item {
    padding-top: 46px;
  }

.contain
.history_container
.swiper-wrapper
.swiper-slide
.line {
    top: 0;
  }

.contain
.history_container
.swiper-wrapper
.swiper-slide
.circle {
    top: -10px;
  }

.contain
.history_container
.swiper-wrapper
.swiper-slide:nth-of-type(even)
.circle::after {
    top: 17px;
  }
}
.swiper-button-next:after, .swiper-button-prev:after{content:''}

.metro .swiper-metro {
  padding-bottom: 40px;
  position: relative;
}

.metro .swiper-metro .swiper-metro-container {
  padding: 40px 16px;
}

.metro .swiper-metro .swiper-metro-container .swiper-slide {
  width: 690px;
}

.metro .swiper-metro .swiper-metro-container .swiper-slide a {
  width: 690px;
  height: 400px;
  margin: 0 auto;
  display: block;
  /* border-radius: 8px; */
  transition: all 0.5s;
  position: relative;
}

.metro .swiper-metro .swiper-metro-container .swiper-slide .title {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
  line-height: 20px;
  opacity: 0;
  transition: all 0.5s;
}

.metro .swiper-metro .swiper-metro-container .swiper-slide.swiper-slide-active a {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
}

.metro .swiper-metro .swiper-metro-container .swiper-slide.swiper-slide-active a .title {
  opacity: 1;
}

.metro .swiper-metro .m-button {
  position: absolute;
  width: 690px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.metro .swiper-metro .m-button .swiper-button-next,
.metro .swiper-metro .m-button .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.metro .swiper-metro .m-button .swiper-button-next,
.metro .swiper-metro .m-button .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/swiper_right_m.png);
 /*  background-size: 14px 14px; */
}

.metro .swiper-metro .m-button .swiper-button-prev,
.metro .swiper-metro .m-button .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/swiper_left_m.png);
  /* background-size: 14px 14px; */
}

@media screen and (max-width: 992px) {
  .metro .swiper-metro .swiper-metro-container .swiper-slide {
    width: 500px;
  }
  .metro .swiper-metro .swiper-metro-container .swiper-slide a {
    width: 500px;
    height: 290px;
  }
  .metro .swiper-metro .m-button {
    width: 500px;
  }
}

.fwyt{background:url(../images/ytbg.jpg) no-repeat 50% 0}
.fwyt ul{display:flex;flex-wrap: wrap;}
.fwyt dl{text-align:center;;padding:30px 0}
.duanx{width:168px;margin:15px auto;background:#7d7d7d;height:5px;position:relative}
.duanx::after{width:50%;position:absolute;top:0;left:0;bottom:0;background:#ffba00;content:''}
.tittt{font-size:30px;color:#ffba00;text-align:center;font-weight:700}
.fwyt li {width:23%;margin:0 1% 3%;    transition: all .5s ease;text-align:center}
.fwyt li img{ transition: all .5s ease;text-align:center}
.fwyt li:hover img{transform: translateY(-5px);}
.fwyt li .decbox{display:inline-block;text-align:left}
.fwyt li b{display:block;margin-top:10px;font-size:22px;text-align: center}
.fwyt li span{color:#ffba00;padding:0 5px}
.fwyt li img{    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);}
	
.metro{background:url(../images/bgbg.jpg);padding:30px 0}	
	
	.carousel {
    position: relative
}


@media screen and (max-width: 768px) {
  .metro .swiper-metro .swiper-metro-container .swiper-slide {
    width: 90%;
  }
  .metro .swiper-metro .swiper-metro-container .swiper-slide a {
    width: 90%;
    height: 150px;
  }
  .metro .swiper-metro .m-button {
    width: 78%;
  }
  .fwyt li{width:48%}
}
ul>.item {
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

ul>.item>img,ul>.item>a>img {
    line-height: 1
}



.kongz{
    position: absolute;  z-index: 3;
    bottom: 0;right:0}
.history_prev,.history_next,.news_pagination {float:left}

.carousel-control {
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;    z-index: 3;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:hover,.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.height10 {
    height: 10px;
    width: 100%; }
}
.channelWrap .center .navImg img {
    width: 100%; }

.dc_channel .dc_channel_content .stitle {
    color: #996600;
    font-size: 20px;
    text-indent: 0; }
.dc_channel .dc_channel_content .simg img {
    width: 100%; }
.dc_channel .dc_channel_content p {
    font-family: Microsoft YaHei;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em; }
.dc_channel .dc_channel_list1 .stitle {
    color: #996600;
    font-size: 20px; }
.dc_channel .dc_channel_list1 .desc {
    height: 48px;
    overflow: hidden; }
.dc_channel .dc_channel_list1 p {
    font-family: Microsoft YaHei;
    font-size: 16px;
    line-height: 24px; }
.dc_channel .dc_channel_list1 a {
    color: #f39425;
    font-size: 16px;
    font-family: Microsoft YaHei; }
.dc_channel .dc_channel_list1 img {
    width: 100%; }
.dc_channel .dc_channel_list1 .col-lg-4, .dc_channel .dc_channel_list1 .col-md-6, .dc_channel .dc_channel_list1 .col-sm-6, .dc_channel .dc_channel_list1 .col-xs-12 {
    padding-left: 4.5%;
    padding-right: 4.5%; }
.dc_channel .dc_channel_list1 .thumbnail {
    border: 0; }
.dc_channel .dc_channel_list1 .thumbnail .caption {
    padding: 20px 0 0 0; }

.newscenterWrap .row {
    margin: 0; }

.newscenterWrap .in_content {
    padding-top: 0; }
.newscenterWrap .in_title{
    border-bottom:0;
}
.newscenterWrap .col-lg-8, .newscenterWrap .col-md-8 {
    padding: 0; }
.newscenterWrap .carousel a {
    background-image: none; }
.newscenterWrap .carousel .item .image-container {
    float: left; 
    overflow:hidden;
    }
.newscenterWrap .carousel .item .image-container img {
    width: 100%;
}
.newscenterWrap .carousel .item .content-container {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px; }
.newscenterWrap .carousel .item .content-container a {
    font-family: Microsoft YaHei;
    font-size: 28px;
    line-height: 40px;
    color: #6b6b6b;
    font-weight:600;
    overflow: hidden; }
.newscenterWrap .carousel .item .content-container a:hover{
    text-decoration:none;
    color:#d68c00;
}
.newscenterWrap .carousel .item .content-container p {
    font-family: Microsoft YaHei;
    font-size: 16px;
    line-height: 28px;
    color: #6b6b6b;
    overflow: hidden;}

.newscenterWrap .carousel #left {
    right: auto;
    bottom: auto;
    opacity: 1; }
.newscenterWrap .carousel #left img {
    width: 100%;
    height: 100%; }
.newscenterWrap .carousel #right {
    right: auto;
    bottom: auto;
    opacity: 1; }
.newscenterWrap .carousel #right img {
    width: 100%;
    height: 100%; }
.newscenterWrap .news_left {
    margin-bottom: 30px; }
.newscenterWrap .news_left h2 {
    padding-bottom: 4px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    border-bottom: 1px solid #EEE5E5;
    color: #5b4d28; }
.newscenterWrap .news_left h2 a {
    float: right;
    color: #c7c7c7;
    padding-right: 20px;
    padding-top: 6px;
    background: url("../images/spring.png") no-repeat -247px -124px;
    font-family: Microsoft YaHei;
    font-size: 12px;
    line-height: 15px;
    width: 50px;
    height: 20px; }
.newscenterWrap .news_left .news_list1 li {
    float: left;
    width: 48%;
    padding: 25px 0;
    border-bottom: 1px solid #EEE5E5; }
.newscenterWrap .news_left .news_list1 li .news_img {
    width: 45%;
    overflow:hidden;
    float: left; }
.newscenterWrap .news_left .news_list1 li .news_img img {
    width: 100%;
    height: auto; }
.newscenterWrap .news_left .news_list1 li .news_title {
    width: 52%;
    margin-left: 3%;
    float: left; }
.newscenterWrap .news_left .news_list1 li .news_title a {
    color: #353535;
    font-size: 16px;
    font-family: Microsoft YaHei;
    line-height: 24px;
    height: 70px;
    display: block;
    overflow: hidden; }
.newscenterWrap .news_left .news_list1 li .news_title span {
    color: #c7c7c7;
    font-size: 12px;
    font-family: Microsoft YaHei;
    line-height: 28px; }
.newscenterWrap .news_left .news_list1 .right {
    margin-left: 4%; }
.newscenterWrap .news_left .news_list2 li {
    float: left;
    width: 33.33%;
    margin: 25px 0;
    padding-right: 2%; }
.newscenterWrap .news_left .news_list2 li .news_img {
   overflow:hidden;
    width: 100%; }
.newscenterWrap .news_left .news_list2 li .news_img img {
    width: 100%;
    height: auto; }
.newscenterWrap .news_left .news_list2 li .news_title {
    width: 100%; }
.newscenterWrap .news_left .news_list2 li .news_title a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    line-height: 28px;
    color: #5b4d28; }
.newscenterWrap .news_left .news_list2 .center0{
    padding-left: 1%;
    padding-right: 1%;
    position: relative;
}
.newscenterWrap .news_left .news_list2 .center0:before,
.newscenterWrap .news_left .news_list2 .center0:after{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background:#EEE5E5;
    top:0;
}
.newscenterWrap .news_left .news_list2 .center0:before{
    left: -1.5%;
}
.newscenterWrap .news_left .news_list2 .center0:after{
    right: -1.5%;
}
.newscenterWrap .news_left .news_list2 .right {
    padding-right: 0;
    padding-left: 2%;
}
.newscenterWrap .news_right {
    margin-bottom: 30px; }
.newscenterWrap .news_right h2 {
    padding-bottom: 4px;
    font-family: Microsoft YaHei;
    font-size: 18px;
    border-bottom: 1px solid #EEE5E5;
    color: #5b4d28; }
.newscenterWrap .news_right h2 a {
    float: right;
    color: #c7c7c7;
    padding-right: 20px;
    padding-top: 6px;
    background: url("../images/spring.png") no-repeat -247px -124px;
    font-family: Microsoft YaHei;
    font-size: 12px;
    line-height: 15px;
    width: 50px;
    height: 20px; }
.newscenterWrap .news_right ul {
    padding: 20px 0; }
.newscenterWrap .news_right ul li {
    padding-left: 20px;
    background: url("../images/spring.png") no-repeat -494px -120px; }
.newscenterWrap .news_right.mtbd ul li{
    width: 48%;
    float: left;
}
.newscenterWrap .news_right.mtbd ul li.right{
    margin-left: 4%;
}
.newscenterWrap .news_right ul li a {
    overflow: hidden;
    color: #353535;
    font-size: 16px;
    line-height: 28px;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: block; }
.newscenterWrap .news_right ul li p {
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 0;
    color: #9d9c9c;
    line-height: 28px; }


/* 小屏幕（平板， 768px 至 991px） */
@media (min-width: 768px) and (max-width: 991px) {
    .newscenterWrap {
        padding: 0;
        background: none;
        margin-left: 0; }
    .newscenterWrap .col-sm-12 {
        padding: 0; }
    .newscenterWrap .carousel .image-container {
        width: 100%; }
    .newscenterWrap .carousel .image-container img {
        height: auto;
    }
    .newscenterWrap .carousel .content-container {
        width: 100%;
        padding: 0 3% 5% 3%;
        background-color: #f5f5f5; }
    .newscenterWrap .carousel .content-container a {
        height: 77px;
        overflow: hidden;
        display: block; }
    .newscenterWrap .carousel .content-container p {
        height: 84px;
        overflow: hidden; }
    .newscenterWrap .carousel #left {
        height: 35px;
        width: 7%;
        left: 42%;
        top: 94%; }
    .newscenterWrap .carousel #right {
        height: 35px;
        width: 7%;
        left: 50%;
        top: 94%; }
    .newscenterWrap .news_right ul li {
        margin: 10px 0; }
    .newscenterWrap .news_right ul li p {
        float: right; } }
/* 中等屏幕（桌面显示器，992px至1199px） */
@media (min-width: 992px) and (max-width: 1199px) {
    .channelWrap .center .navImg img {
        width: 100%; }

    .newscenterWrap {
        background: none;
        padding: 0;
        margin-left: 0; }
    .newscenterWrap .col-md-4 {
        padding: 0 0 0 3%; }
    .newscenterWrap .carousel {
        background: url("../images/center-bg1.png") no-repeat top right #ffffff; }
    .newscenterWrap .carousel .image-container {
        width:50%; }
    .newscenterWrap .carousel .image-container img{
        height:auto;
    }
    .newscenterWrap .carousel .content-container {
        width: 50%;
        padding: 0 3%; }
    .newscenterWrap .carousel .content-container a {
        height: 77px;
        overflow: hidden;
        display: block; }
    .newscenterWrap .carousel .content-container p {
       
        overflow: hidden; }
    .newscenterWrap .carousel #left {
        height: 30px;
        width: 5%;
        left: 70%;
        top: 90%; }
    .newscenterWrap .carousel #right {
        height: 30px;
        width: 5%;
        left: 76%;
        top: 90%; } }
/* 中等屏幕（桌面显示器，1200px至1339px） */
@media (min-width: 1200px) and (max-width: 1339px) {
    .channelWrap .center .navImg img {
        width: 100%; }

    .newscenterWrap .inLeft {
        display: none !important; }
    .newscenterWrap {
        padding: 0;
        background: none;
        margin-left: 0; }
    .newscenterWrap .col-lg-4 {
        padding: 0 0 0 3%; }
    .newscenterWrap .carousel {
        background: url("../images/center-bg1.png") no-repeat top right #ffffff; }
    .newscenterWrap .carousel .image-container {
        width: 50%; }
    .newscenterWrap .carousel .image-container img{
        height:auto;
    }
    .newscenterWrap .carousel .content-container {
        width: 50%;
        padding: 0 3%; }
    .newscenterWrap .carousel .content-container a {
      
        overflow: hidden;
        display: block; }
    .newscenterWrap .carousel .content-container p {
       
        overflow: hidden; }
    .newscenterWrap .carousel #left {
        height: 40px;
        width: 5%;
        left: 70%;
        top: 90%; }
    .newscenterWrap .carousel #right {
        height: 40px;
        width: 5%;
        left: 76%;
        top: 90%; } }
@media (min-width: 1340px) {
    .channelWrap .center .navImg {
        margin-right: 180px; }

 
    .newscenterWrap .breadcrumb {
        display: none; }
    .newscenterWrap .in_title {
        display: none; }
    .newscenterWrap .col-lg-4 {
        padding: 0 0 0 3%; }
    .newscenterWrap .carousel {
        background: url("../images/center-bg1.png") no-repeat top right #ffffff; }
    .newscenterWrap .carousel .image-container {
        width:50%; }
    .newscenterWrap .carousel .image-container img{
        height:auto;
    }
    .newscenterWrap .carousel .content-container {
        width: 50%;
        padding: 0 3%; }
    .newscenterWrap .carousel .content-container a {
      
        overflow: hidden;
        display: block; }
    .newscenterWrap .carousel .content-container p {
      
        overflow: hidden; }
    .newscenterWrap .carousel #left {
        height: 35px;
        width: 5%;
        left: 70%;
        top: 90%; }
    .newscenterWrap .carousel #right {
        height: 35px;
        width: 5%;
        left: 76%;
        top: 90%; } }

.swiper-pagination-bullet{width:50px;height:50px;line-height:50px;text-align:center;border-radius:0;color:#fff}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0}
#pageregion0{margin-bottom:50px}

   .nydh{text-align:center;border-bottom:2px solid #e3e6ea}
   .nydh ul{display:inline-block}
   .nydh li{float:left;margin-bottom:-5px}
   .nydh li a{padding:30px 50px;font-size:20px;color:#525252}
   .nydh .on a{color:#525252;border-bottom:2px solid #525252}
.swiper-pagination-bullet-active{background: #adbbc4;position:relative}
.swiper-pagination-bullet-active::after{content:'';border:10px solid transparent; border-bottom-color:#adbbc4;position:absolute;top:0;left:50%;transform:translate(-50%,-100%);}
.foot{background:#6c8095}
.footer-nav{overflow:hidden}
.footer-nav dl{float:left;min-width:unset;margin:2% 2% 1% 0}
.flogo{float:unset;margin:0; }
.foot dl{display:block}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
	.nydh ul{display: flex;    justify-content: space-around;}
	.nydh li a{font-size: 15px;padding:15px 0}
	.left li a {    padding: 0 5px;}
    .dc_channel .dc_channel_list1 .desc {
        height: auto; }

    .newscenterWrap {
        padding: 0;
        background: none;
        margin-left: 0; }
    .newscenterWrap .col-xs-12 {
        padding: 0; }
    .newscenterWrap .carousel .image-container {
        width: 100%;
    }
    .newscenterWrap .carousel .image-container img{
        height:auto;
    }
    .newscenterWrap .carousel .content-container {
        width: 100%;
        height: auto;
        padding: 0 3% 5% 3%;
        background-color: #f5f5f5; }
    .newscenterWrap .carousel .content-container a {
        height: 77px;
        overflow: hidden;
        display: block; }
    .newscenterWrap .carousel .content-container p {
        /* height: 84px; */
        overflow: hidden; }
    .newscenterWrap .carousel #left {
        height: 30px;
        width: 7%;
        left: 42%;
        top: 94%; }
    .newscenterWrap .carousel #right {
        height: 30px;
        width: 7%;
        left: 50%;
        top: 94%; }
    .newscenterWrap .news_right ul li {
        margin: 10px 0; }
    .newscenterWrap .news_right ul li p {
        float: right; }
    .newscenterWrap .news_left .news_list1 li {
        width: 100%; }
    .newscenterWrap .news_left .news_list1 .right {
        margin: 0; }
    .newscenterWrap .news_right.mtbd ul li{
        width: 100%;
    }
    .newscenterWrap .news_right.mtbd ul li.right{
        margin-left: 0;
    }
    .newscenterWrap .news_left .news_list2 li {
        width: 100%;
        padding: 0; }
    .newscenterWrap .news_left .news_list2 .right {
        padding: 0;
        border: 0; }
    .newscenterWrap .news_left .news_list2 .center0{
        padding:0;
    }
    .newscenterWrap .news_left .news_list2 .center0:before,
    .newscenterWrap .news_left .news_list2 .center0:after{
        display: none;
    }
}