/*公共样式*/
a{
    font-family: "microsoft yahei";
}
span{
    font-family: "microsoft yahei";
}
.content-public{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:20px;
    background: #fff;  
}
.news-global1{
    width:52.5%;
    margin-right:30px; 
    float: left;
}
.news-global2{
    width: 44.6%;
    float: left;
}
/*news1*/
.content-news1{
    height: 350px;
}
.content-news2{
    height: 300px;
}
.content-news3{
    height: 320px;
}
/*news-轮播图*/
/*news1-right*/
/*切换公共样式*/
.news-change{
    height:58px;
    border-bottom:#bfbfbf solid 1px; 
}
.news-change a{
    height:58px;
    display: inline-block;
    line-height: 58px;
    color: #999;
    font-size: 21px;
    font-family: "microsoft yahei";

}
.news-change .news-change3 span{
    display: inline-block;
    height: 18px;
    border-right:#a9a9a9 solid 1px;
    margin-left:10px;
    margin-right:10px;
}
.news-change-list ul li{
  height: 47px;
  line-height: 47px;
  font-size: 15px;
  padding-left: 15px;
  color: #333;
  width: 100%;
  background: url(news-bg.png) no-repeat 3px center;
  border-bottom: 1px dashed #bfbfbf;
}
.news-change-list ul li a{
    color: #333;
}
.news-change-list ul li span{
   color: rgb(153, 153, 153);
   float: right;
}
.active{
    display: none;
}
a.active{
    display: none;
}
.news-change .news-more{
 float:right;
}
.news-mors{
 display: inline-block;
  float: right;
  text-align: right;
}
/*new3-right*/
.content-news3{
    padding-left: 20px;
}

.content-news3-global{
    position: absolute;
    bottom:-10;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "microsoft yahei";
    padding-left: 20px;
    background: rgba(0,0,0,0.6);
    color: #fff;
}

.news-change3{
  width:80%;
  float: left;
}
.content-news3 .news3-right .news-change-list ul li.news-change-video{
   width: 48%;
   float: left;
   height: 162px;
   position: relative;
   padding-left: 0px;
    margin-top:20px;
   margin-bottom:20px; 
}
.content-news3 .news23-right .news-change-list ul li.news-change-video video{
    width:100%;
   height: 162px;

}
.content-news3 .news3-right .news-change-list ul li.news-change-video img{
    position: absolute;
    top:20%;
    left:35%;
}

 .content-news2 .news2-right .news-change-list ul li.news-change-video{
   width: 48%;
   float: left;
   height: 162px;
   position: relative;
   padding-left: 0px;
    margin-top:20px;
   margin-bottom:20px; 
}
.content-news2 .news2-right .news-change-list ul li.news-change-video video{
    width:100%;
   height: 162px;

}
.content-news2 .news2-right .news-change-list ul li.news-change-video img{
    position: absolute;
    top:20%;
    left:35%;
}
.news-active{
    color: #366fb8 !important;
}
.news-change small a{
 font-size: 15px;
}