﻿@charset "UTF-8";

/*+++++++++++    ++++++++++*/




input, textarea {

  outline: none;
font-family: '微软雅黑';
  /*-webkit-appearance: none;*/
   }



input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {

  color: #666; }



input:-moz-placeholder, textarea:-moz-placeholder {

  color: #666; }



input::-moz-placeholder, textarea::-moz-placeholder {

  color: #666; }



input:-ms-input-placeholder, textarea:-ms-input-placeholder {

  color: #666; }
body{
  font-size: 0.28rem;
  font-family: '微软雅黑';
  width: 100%;
  overflow-x: hidden;
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
   outline: none;
}
ul,li{
  margin: 0;
  padding: 0;
  list-style-type:none; 
}
a{
  text-decoration: none;
}
.menu-btn {
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 0.8rem;
    height: 0.8rem;
    overflow: hidden;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-btn .line, .menu-btn .line:before, .menu-btn .line:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.5rem;
    height: 0.04rem;
    border-radius: 10px;
}

.menu-btn .line, .menu-btn .line::before, .menu-btn .line::after {
    background: #fff;
    border-radius: 10px;
}
.menu-btn .line {
    top: 0;
    bottom: 0;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
.menu-btn .line, .menu-btn .line::before, .menu-btn .line::after {
    background: #0f6cd5;
    border-radius: 10px;
}

.menu-btn .line:before {
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
}


.menu-btn .line:after {
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem);
}
.menu-btn .line:before, .menu-btn .line:after {
    content: '';
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.menu-open .line {
    background: transparent;
}
.menu-open .line:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-open .line:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.head{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99999;
}
.slidewrapper{
  margin-top:1.7rem
}
.logo{
  padding:.5rem .4rem
}
.logo1{
  display: none;
}
.logo2{
  width: 45%
}
.phone{
  float: right;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 130px;
  display: none;
}
.phone span{
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
   background: url(../image/tel0.png);
   margin-top: 55px;
}
.nav-con{
  float: right;
  display: none;
}
.nav-con>ul>li{
  list-style-type: none;
  display: inline-block;
   margin-right: 45px;
   position: relative;
   height: 130px;
}
.nav-con>ul>li>a{
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding-bottom: 20px;
  margin-top: 50px;
   border-bottom: 4px solid transparent;
  
}
.nav-con>ul>li>a:hover,.nav-con>ul>li>a.on{
  color: #0f6cd5;
  border-bottom: 5px solid #0f6cd5;
}


.nav-bd{
  width: 100%;
  top: 1.65rem;
 background: url(../image/nav-bg_17.jpg);
 background-size: 100% 100%;
 position: fixed;
 left: 0;
 display: none;
 z-index: 9999;
 padding: 0 .4rem
}
.menu-open .nav-bd{
  display: block;
}
.nav-con>ul>li:hover .nav-bd{
  display: block;
}
.nav-bdcon{
  width: 50%;
  float: left;
  padding:0 0 0 .6rem;
  border-left: 1px solid rgba(255,255,255,.13);
}
.nav-bdcon:nth-child(1),.nav-bdcon:nth-child(2){
  padding-top: 1.2rem
}

.nav-tit{
  position: relative;
  line-height: .9rem;
  color: #fff;
  font-size: .6rem;
  margin-bottom:.6rem;
}

.nav-tit:before{
  position: absolute;
  content: '';
  width: .5rem;
  height: 1px;
 background: rgba(255,255,255,.13);
 left: -.6rem;
 top:.4rem;
}
.nav-tit span{
  width: .9rem;
  height:.9rem;
  background: rgba(255,255,255,.2);
  float: left;
  border-radius: 5px;
  margin-right: .3rem;
}
.nav-tit span img{
  width: 100%
}
.nav-bdcon ul{
  margin-bottom: 1.2rem
}
.nav-bdcon ul li{
  list-style-type: none;
  display: block;
  position: relative;
  margin-bottom: .4rem;
}

.nav-bdcon ul li a{
  color: #afc8f4;
  font-size: .36rem;
}

.nav-bdcon ul li a:hover:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 2px;
  background: #fff;
  left: 2px;
  top: 12px;
}
.head.on,.head.ton{
  background: #fff
}
.head.on .nav-con>ul>li>a,.head.ton .nav-con>ul>li>a{
  color: #333
}
.head.on .nav-con>ul>li>a.on,.head.ton .nav-con>ul>li>a.on{
   color: #0f6cd5;
}
.head.on .phone,.head.ton .phone{
  color: #333
}
.head.on .logo1,.head.ton .logo1{
  display: none;
}

.head.on .logo2,.head.ton .logo2{
  display: block;
}

.head.on .phone,.head.ton .phone{
  color: #333
}
.head.on .phone span,.head.ton .phone span{
 background: url(../image/tel.png);
}

.mySwiper1{
  width: 100%;
  height: 100%
}

.bannerimg1{
 width: 100%
}
.swiper-pagination1{
  
  bottom: .5rem!important;
}
.swiper-pagination1 .swiper-pagination-bullet-active{
  background: rgba(255,255,255,1)!important;
}
.swiper-pagination1 .swiper-pagination-bullet{
  border-radius: 0!important;;
  opacity: 1;
  width: 1rem!important;
  height: 4px!important;
  background: rgba(255,255,255,.5);
  margin: 0 5px!important;
}
.slide2{
  width: 100%;
  background: url(../image/bg2_09.jpg);
  background-size:auto 150% ;
  padding:1rem .4rem;
}
.title{
  color: #333;
}
.title-t{
  font-size:.8rem;
  text-align: center;
  margin-bottom: .2rem
}
.title-txt{
  font-size:.42rem;
  text-align: center;
  width: 85%;
  margin:0 auto;
}
.slide2 .title-t{
  color: #0f6cd5
}
.con-list{
  text-align: center;
  margin:.5rem 0 0 0;
}
.con-list ul li{
  width: 47%;
  display: inline-block;
  margin: 0 1%;
 text-align: center;
  line-height: .9rem;
  border:1px solid #0f6cd5;
  color: #0f6cd5;
  font-size: .36rem;
  border-radius: 100px;
  margin-bottom: .3rem;
  background: #fff
}
.con-list ul li:hover,.con-list ul li.on{
  background:  #0f6cd5;
  color: #fff;
  cursor: pointer;
}
.con-listbd{
  margin-top: .6rem;
  position: relative;
  display: none;
}

.bg1{
      display: none;
}

.bg2{
    display: none;
}


.scroll {
   display: none;
}

.bg2-1 {
    display: none;
}
.bg2-2 {
    display: none; 
}
.slide3{
  width: 100%;
  height: 100%;
  background: url(../image/bg3_06.jpg);
  background-size: 100% 100%;
  padding:1rem 0 ;
}
.slide3 .title{
  color: #fff
}
.mySwiper2{
  margin-top: .8rem
}

.c3-con1{
  padding: 0 .5rem;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.c3-con1tit{
  color: #333;
  font-size: .4rem;
  font-weight: bold;
  line-height:1.4rem;
  border-bottom: 1px solid #dddddd
}
.c3-con1bd{
  font-size: .28rem;
  color: #888888;
  line-height:1.1rem;

}
.c3-con1bd img{
  float: right;
  margin-top: .4rem;
  width: .25rem
}
.c3-main{
  margin: 0 auto;
  overflow: hidden;
}
.slide3 .swiper-slide{
  width:80%;
  height: 9.5rem
}
.c3-img{
  width:100%;
  margin: 0 auto;
  display: block;
    border-radius: 10px 10px 0 0;
}
.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right{
  background: none!important
}
.mySwiper2 .swiper-button-prev{
  width: 1.2rem!important;
  height: 1.2rem!important;
  background: url(../image/left1.png)!important;
  border-radius: 120px!important;
  background-size: 100%!important;
  top: initial!important;
  bottom: 0px!important;
  left: 35%!important;
}
.mySwiper2 .swiper-button-prev:hover{
  background: url(../image/left1on.png)!important;
}
.mySwiper2 .swiper-button-next{
  width:1.2rem!important;
  height: 1.2rem!important;
  background: url(../image/right1.png)!important;
  border-radius: 120px!important;
  background-size: 100%!important;
  top: initial!important;
  bottom: 0px!important;
  right: 35%!important;
}
.mySwiper2 .swiper-button-next:hover{
  background: url(../image/right1on.png)!important;
}

.slide4{
  width: 100%;
  height: 100%;
  background: url(../image/bg4_07.jpg);
  background-size: 100% 100%;
  padding:1rem 0
}
.slide4 .title-t {
    color: #0f6cd5;
}

.cul-conr{padding:0.2rem;text-align: right;}

.c4-con1{margin-top:0.5rem}

.c4-con1{
  background: #eee;
  position:relative;
  height: 100%;
  overflow: hidden;;
}
.c4-img{
  width: 100%;
  height: 5rem
}
.c1-imgh{
  height: 5rem;
}
.c4-con1a{
  border-bottom: 1px solid #dddddd;
  padding:.4rem .5rem 
}
.c4-con1a-1{
  display: block;
  height: 1.4rem;
  font-size: .4rem;
  font-weight: bold;
  color: #333
}
.c4-con1a-2{
  display: block;
  width: 1.6rem;
  line-height: .6rem;
  color: #999;
  font-size: .28rem;
  border:1px solid #cccccc;
  border-radius: 5px;
  text-align: center;
}
.c4-con1b{
  line-height: 1.2rem;
  color: #666;
  padding: 0 .5rem
}
.c4-con1b a{
  float: right;
}
.c4-con1b a img{
  width: .4rem
}
.slide4 .con-listbd{
  margin-top:.6rem
}
.c4-con2{
  position: absolute;
  left:0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0f6cd5;
  transform: translateY(110%);
}
.slide4  .swiper-slide:hover .c4-con2{
  display: block;
}
.c4-con2-1{
  font-size: .4rem;
  font-weight: bold;
  color: #fff;
  
  display: block;
  
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c4-con2-2{
  height: 5rem;
  color: rgba(255,255,255,.5);
  font-size: 16px;
  padding: .4rem .4rem 0 .4rem;
  overflow: hidden;
}
.c4-con2 .c4-con1a-2{
  margin: 0 .6rem .6rem .6rem;
  color: rgba(255,255,255,.3);
  border:1px solid rgba(255,255,255,.3);
}
.c4-con2 .c4-con1b{
  border-top: 1px solid #3f89dd;
  color: rgba(255,255,255,.5);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0
}
.mySwiper3 .swiper-button-prev,.mySwiper4 .swiper-button-prev,.mySwiper5 .swiper-button-prev{
  width: 1.2rem!important;
  height: 1.2rem!important;
  background: url(../image/left2.png)!important;
  border-radius: 120px!important;
  background-size: 100%!important;
 

  left:.5rem!important;
}
.mySwiper3 .swiper-button-prev:hover,.mySwiper4 .swiper-button-prev:hover,.mySwiper5 .swiper-button-prev:hover{
  background: url(../image/left2on.png)!important;
}
.mySwiper3 .swiper-button-next,.mySwiper4 .swiper-button-next,.mySwiper5 .swiper-button-next{
  width: 1.2rem!important;
  height: 1.2rem!important;
  background: url(../image/right2.png)!important;
  border-radius: 120px!important;
  background-size: 100%!important;
  
  right:.5rem!important;
}
.mySwiper3 .swiper-button-next:hover,.mySwiper4 .swiper-button-next:hover,.mySwiper5 .swiper-button-next:hover{
  background: url(../image/right2on.png)!important;
  background-size: 100% 100%!important;
}
.c4-hei{
  height: 10rem;
  overflow: hidden;
}
.slide4 .con-list ul li{
  width: 28%
}

.slide5{
  width: 100%;
  height: 100%;
  background: url(../image/bg5_08.jpg) center center;
  background-size: auto 100%;
  padding-top: 1rem
}
.slide5 .title-t {
    color: #0f6cd5;
}
.c5-con{
  padding:.8rem .4rem 1.2rem .4rem
}
.c5-con ul li{
  width: 31.2%;
 margin: 0 .7% 1.4% .7%;
 display: inline-block;
}
.c5-con ul li img{
  width: 100%;
  display: block;
   height:auto
}



.slide2-cl{
    color: #333;
  }
.slide2-cltit{
  font-size: .45rem;
  margin-bottom: .2rem;
}
.slide2-cltit span{
  display: none;
}
.slide2-cl-list{
  margin-bottom: .8rem;
  font-size: .32rem
}

.slide2-cr{
  color: #333;

}
.slide2-cr .slide2-cltit span{
  margin:0 15px 0 -25px;
  display: none;
}

.fssnav{
  display: none;
}

.foot-main{
  width: 100%;
   background: #0a60bf;
}


.foot{
  width: 100%;
  background: #0a60bf
}
.foot-c1{
  width: 100%;
  padding: 1.2rem 0 1rem 0
}
.foot-cla{
  width: 50%;
  margin:0 auto;
}
.flogo{
  width:100%;
}
.foot-clb{
  margin-top:.5rem;
  color: #fff;
text-align: center;
  font-size: .36rem
}
.foot-clb strong{
  font-weight: bold;
  font-size: 1rem;
  display: block;
  margin-top: .1rem
}

.foot-clc1{
 text-align: center;
}
.foot-clc1 img{
  width: 20%;
  display: block;
  margin: 0 auto;
  margin-top: .6rem
}
.foot-clc1 span{
  color: #fff;
  font-size: .36rem;
  margin-top: .3rem;
  display: block;
}
.foot-clc2{
  display: none;
}
.foot-c2{
  border-top:1px solid #2d76c8;
   color: rgba(255,255,255,.5);
   font-size: .32rem;
   text-align: center;
   line-height: .5rem;
   padding: .6rem 0;
   display: none;
}
.foot-show{
  display: block;
}
.foot-c2 span{
 display: block;
}
.foot-c3{
   line-height:  100px;
   font-size:  14px;
   color: #fff;
   display: none;
}
.foot-c3l{
  float: left;
}
.foot-c3l a{
 color: rgba(255,255,255,.5);
}
.foot-c3 span{
  float: right;
  color: rgba(255,255,255,.5);
}


.list-con1 .main{
  position: relative;
}
.list-con1 img{
 display: block;
 width: 100%
}
.list-con1tit{
  position: absolute;
  bottom:3.5rem;
  left:.4rem;
  font-size: .5rem;
  color: #fff 
}
.list-con1tit strong{
  font-size: 0.5rem;
  display: block;
  margin-bottom: .3rem;
}
.list-con2{
  padding: 1rem .4rem;
  width: 100%;
}
.list-c2-bd li{
  display: block;
  margin:0  0 .4rem 0;
}
.list-m2{
  display: none;
}
.list-con2 .c3-img{
  border-radius: 5px 5px 0 0
}
.list-con2 .c3-con1{
  background: #f1f1f1;
  border-radius: 0 0 5px 5px
}
.list-c2-bd{
  width: 100%
}
.list-c2-bd li:hover .c3-con1{
  background: #0f6cd5;
}
.list-c2-bd li:hover .c3-con1tit,.list-con2 ul li:hover .c3-con1bd{
  color: #fff;
}
.list-c2-bd li:hover .c3-con1tit{
  border-bottom: 1px solid #5798e2
}
.list-c2-bd li:hover .list-m2{
  display: block;
}
.list-c2-bd li:hover .list-m1{
  display: none;

}
.list-c2-bd li:nth-child(3n){
  margin-right: 0
}
.page{
  margin-top: .8rem;
  color: #0f6cd5;
  font-size: .32rem;
  text-align: center;
  line-height:.8rem;
}
 .page a{
  border: 1px solid #0f6cd5;
    color: #0f6cd5;
    display: inline-block;
    height:.8rem;
    text-align: center;
    margin:0 .15rem;
    background: #fff;
    padding: 0 .32rem;
}
 .page a:nth-child(5), .page a:nth-child(6){
  display: none;
 }

.list-c2-td{
  margin-bottom: .6rem;
}
.list-c2-td li{
  color: #0f6cd5;
  font-size: .28rem;
  border:1px solid #0f6cd5;
  border-radius: 100px;
  display: inline-block;
  line-height:.8rem;
  padding: 0 .5rem;
  margin-right: .2rem;
  cursor: pointer;
  margin-bottom: .2rem
}
.list-c2-td li:hover,.list-c2-td li.on{
  color: #fff;
  background: #0f6cd5;
}
.list-con1 img.list-bg1,.detail-con1>img.detail-bg1{
  display: none;
}

.detail-con1 .main{
  position: relative;
}
.detail-con1>img{
  width: 100%;
  display: block;
}
.detail-con1txt{
  position: absolute;
  bottom: 1.5rem;
  left: .4rem;
  right: .4rem;
  border-bottom: 3px solid #fff;
  padding-bottom: .8rem
}
.detail-con1txt1{
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom:1.8rem
}
.detail-con1txt1:before{
  content: '';
  position: absolute;
  left: 0;
  top: 1.5rem;
  border-bottom: 4px solid #fff;
  width: 1rem;
}
.detail-con1txt2{
  font-size: .38rem;
  color: #fff;
  font-weight: bold;
}
.detail-con1txt3{
  font-size: .32rem;
  color: #fff;
  font-weight: bold;
  text-align: right;
  margin-top: 1.5rem
}
.detail-con1txt4{
  display: none;
}
.detail-con1txt4 strong{
  display: block;
  font-size: 36px;
  margin-top: 60px
}
.detail-con2{
  width: 100%;
  padding: 1rem .4rem
}

.detail-tit{
  height: 1.85rem;
  color: #333;
  font-size: .6rem;
  position: relative;
  font-weight: bold;
}
.detail-tit:before{
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  background: #0f6cd5;
  left:0;
  bottom: .6rem
}
.detail-con2l-1{
  color: #333;
  font-weight: bold;
  font-size: .35rem
}
.detail-con2l-1 a{
  color: #333;
  font-size: .35rem
}
.detail-con2l-1 a:hover{
  color:#0f6cd5 
}
.detail-con2l-2{
  font-size: .28rem;
  color: #999999;
  margin-top: .2rem;
}
.detail-con2l-2 span{
  margin-right: .6rem;
  display: inline-block;
}
.detail-con2l-2 span img{
  margin:0 8px -2px 0;
  width: .35rem
}
.detail-link{
  width:1.2rem;
  height: 1.2rem;
  display: block;
  background: url(../image/de-img1_03.jpg);
  background-size: 100% 100%;
  margin-top: .4rem;
  margin-bottom: 1rem
}
.detail-link:hover{
  background: url(../image/del-on_10.jpg);
  background-size: 100% 100%
}

.detail-con2rc{
  font-size: .28rem;
  color: #666666;
  line-height: .5rem;
}
.detail-con3{
  padding:.4rem .4rem 1.2rem .4rem
}
.detail-con3img{
  width: 100%;
  display: none;
}
.detail-con3img2{
  width: 100%;
}
.detail-con3img1{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1256px;
  border-radius: 10px;
  display: none;
}
.detail-con4{
  border-top:.4rem solid #eeeeee;
  padding: 1rem 0.4rem;
  width: 100%;
}
.detail-con4 .main{
  display: flex;
  flex-direction: row; /* 子元素横向排列 */
justify-content: center; /* 相对父元素水平居中 */
align-items: center;
}
.detail-con4l{
  width: 4rem;
  float: left;
  color: #999999;
  font-size: .32rem;
}
.detail-con4l a{
  color: #333;
  font-size:.4rem;
  color: #333333;
  display: block;
  margin-top: .2rem;
}

.detail-con4l a:hover{
  color:#0f6cd5 
}
.detail-con4c{
  border-left: 1px solid #dddddd;
  border-right:1px solid #dddddd;
  flex: 1;
  text-align: center;
}
.detail-con4c a.fan-txt{
   color: #333;
  font-size:.4rem;
  color: #333333;
  display: block;
  margin-top: .2rem;
  display: none;
}
.fan-img img:nth-child(2){
  display: none;
}
.detail-con4c a:hover{
  color:#0f6cd5 
}
.detail-con4c img{
  display: block;
  margin:0 auto;
  padding: .3rem 0
}
.detail-con4r{
  width: 4rem;
  float: left;
  color: #999999;
  font-size: .32rem;
  text-align: right;
}
.detail-con4r a{
  color: #333;
  font-size:.4rem;
  color: #333333;
  display: block;
  margin-top: .2rem;
}
.detail-con4r a:hover{
  color:#0f6cd5 
}

.detail-con1,.list-con1{
  padding-top: 1.7rem
}

.c4-ch{
    height:1.8rem;
    padding: .4rem;
    border-bottom: 1px solid #3f89dd;
}
.foot a{
    color:rgba(255,255,255,.5)!important
}
.cul-conr .c4-con1b img{
    float:right;
    margin-top:.45rem
}
  .cul-change2{
  display: none;
  }

  .news-detail1{
    border-bottom: 1px solid #ddd;
    padding: 0.9rem .2rem;
  }
  .news-detail1 strong{
    font-size: .4rem;
    color: #333
  }
  .news-detail1c{
    color: #333;
    margin-top: .2rem;
  }
  .news-detail1c a{
    float: right;
    color: #888888;
    line-height: .6rem;
    margin-top: -0.1rem
  }
  .news-detail1c a img{
    float: right;
    width: 2rem;
  }
  .news-detail2{
    padding: .3rem .2rem;
    color: #333;
    font-size: .3rem;
  }
  .news-detail2 img{
    max-width: 100%;
    margin:.3rem auto;
    display: block;
    height: auto!important;
    width: 98%;
  }
  .news-detail2 p,.news-detail2 span{
    font-size: 0.5rem!important;
    line-height: 1rem;
  }
  .news-detail3{
    padding: .3rem .2rem;
    border-top: 1px solid #ddd;
    overflow: hidden;
  }
  .news-detail3 a{
    display: inline-block;
    border:1px solid #ddd;
  }
  .newslist-left{
    width: .8rem;
    height:.8rem;
    border-radius: 120px;
    background: url(../images/left.jpg);
    background-size: 100% 100%;
    display: none!important
  }
  .newslist-left:hover{
    background-image: url(../images/lefton.jpg);
  }
  .newslist-right{
    width: .8rem;
    height:.8rem;
    border-radius: 120px;
    background: url(../images/right.jpg);
    background-size: 100% 100%;
    margin-left: .2rem;
    display: none!important
  }
  .newslist-right:hover{
    background-image: url(../images/righton.jpg);
  }
  .back{
    float: right;
    width:3rem;
    line-height: .8rem;
    text-align: center;
    color: #333;
  }
  .back:hover{
    background:#0aa3a6;
    color: #fff
  }
  .newslist-con3{
    background: #eeeeee;
    padding: .3rem .2rem
  }
  .newslist-con3 .main>strong{
    font-size: .36rem;
    color: #333;
    margin-bottom: .2rem;
    display: block;
  }
  .newslist-con3 .guide-con2box4 ul li{
    background-color: #fff
  }

  .bdsharebuttonbox{float:right;margin-top:10px;}