 

.tab-wrapper {
  margin: 0px auto;
  width: 100%;
  max-width:500px;
}

.tab-menu li {
    position: relative;
    background-color: #fff;
    color: black;
    display: inline-block;
    padding: 16px 5px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 0;
	font-size: 16px !important;
}
 
/*(
.tab-menu li:hover {
  color:#464646;
}*/
.tab-menu .t-img{display: inline-block; position: relative; top: 14px;left: -5px;}

.tab-menu li.active {
      font-weight: bold;color:#464646;
  opacity: 1;
}
/*(
.tab-menu li.active:hover {
  color:#464646;
}
*/
.tab-content>div {
  background-color: #fff;
  box-sizing:border-box;
  width: 100%;
  padding: 0px 0px;   
  min-height:200px;
}
.tab-content .o{padding-top:2px;}
.tab-content .o a{width: 100%;display:block;}
.tab-content .o span{color: black;}
.tab-content .o ul{}
.tab-content .o ul li{border-bottom: 1px dashed #e4e4e4; overflow: hidden; color: black; line-height: 48px; font-size: 14px;}
.tab-content .o ul li .z{    float: left;}
.tab-content .o ul li .y{    float: right;}
.tab-content .o ul li:hover .z{ color:#045b97}
.tab-content .o ul li:hover .y{ color:#045b97}
.tab-content .o ul li:hover{border-bottom: 1px dashed #045b97;}
.tab-content .o ul li:last-child{border-bottom:0px dashed #045b97;}

.line {
  position: absolute;
    width: 0;
    height: 1px;
    background-color: #045b97;
    bottom: 0;
    left: 0;
}

.sidebar_o { position: fixed; right: 0; bottom: 292px; z-index: 999999999; width: 52px; height: 105px; }

.sidebar_o ul li { cursor: pointer; }

.sidebar_o ul li.sidebar_home { overflow: hidden; margin-bottom: 1px; width: 52px; height: 52px; background: #818181; }

.sidebar_o ul li.sidebar_back { display: none; width: 52px; height: 52px; background: #818181; }

.sidebar_o ul li:hover { background: #045b97; }
 
 .banner-ny{position: relative; padding-top: 104px !important; background-image: url(../images/banner-nybj.jpg); height: 423px; background-repeat: no-repeat; background-position: center; background-size: cover;}
 .banner-ny .txt{background-color: rgba(62, 54, 54, 0.2); height: 233px; padding-top: 190px; text-align: center;}
  .banner-ny .txt p{width: 1180px; margin: 0 auto !important; text-align: left; font-size: 32px; color: white; font-weight: bold;}
  .pro_left ul li.active{background: #045b97;}
  .pro_left ul li.active a{color:white;}
  .news_article span{    line-height: 40px;}
