/*轮博图*/
*{
  margin:0;
  padding: 0;
}
ul{
  list-style: none;
}
.list img{
  width: 100%;
  vertical-align: top;
}
.box{
  width:605px;
  height:335px;
  overflow: hidden;
  position: relative;
}
.list{
  width:800%;
  height: 360px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .5s;
}
.list li{
  float: left;
  width: 605px;
  height: 335px;
  position: relative;
}
.box span{
  display: inline-block;
  width: 40px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  background-color: rgba(51,51,51,0);
  cursor: pointer;
}
.back{
  left: 0;

}
.next {
  right: 0;
}
.point{
  position: absolute;
  bottom: 14px;
  right: 20px;
}
.point li{
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  margin-left:5px;
}
.point .active1{
  background-color:#b40a0e;
}
.box ul li img{
 width: 605px;
 height: 335px;
}
.news-lists1-bo {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height:40px;
  line-height:40px;
  font-size: 15px;
  font-family: 微软雅黑;
  padding-left: 20px;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.6);
}
/*公共样式*/
body {
    background-image: url(body-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #f7f7f7;
}
.global-1{
  margin:0 auto;
  width: 1200px; 
}
a{
    font-family: '微软雅黑';
}
span{
    font-family: '微软雅黑';
}
.content-public{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:0px; 
}
.news-global1{
    width:52.5%;
    margin-right:30px; 
    float: left;
}
.news-global2{
    width: 44.6%;
    float: left;
}
/*news1*/
.content-news1{
    height: 380px;
    padding-top: 20px
}
.content-news2{
    height: 355px;
    margin-top:20px; 
}
/*news-轮播图*/
/*news1-right*/
/*切换公共样式*/
.xz {
  color: #366fb8 !important;
  border-bottom: #366fb8 solid 2px;
}
.news-change{
    height:33px;
    border-bottom:#e4e4e4 solid 1px;
    margin-bottom:3px; 
}
.news-change-list ul li{
  line-height: 33px;
  font-size: 15px;
  background: url(/picture/0/1811141056217554433.png) no-repeat 3px center;
  padding-left: 15px;
  color: #333;
  width: 100%;
}
.news-change a{
    height: 32px;
    display: inline-block;
    line-height: 19px;
    color: #333;
    font-size:17px;
    font-family: '微软雅黑';
    margin-right:22px;
}
.news-change .news-change3 a{
    margin-right:22px;
}
.news-change-list ul li{
  height: 34px;
  line-height: 34px;
  font-size: 17px;
  padding-left: 15px;
  color: #333;
  width: 100%;
}
.news-change-list ul li a{
    color: #333;
    font-size: 15px;
    color: #333;
}
.news-change-list ul li span{
   float: right;
   font-size: 15px;
   color: #999;
}
.active{
    display: none;
}
a.active{
    display: none;
}
.news-change .news-more{
 float:right;
}
.news-mors{
  display: inline-block;
  float: right;
  text-align: right;
}
.news-change-list ul li a:hover{
  color:#366fb8;
}
.news-mores a{
  color: #999;
  font-size: 15px;
  margin-right: 0px;
}
/*new3-right*/
.content-news3{
    padding-left: 20px;
}
.content-news3 .news3-left{
    height: 260px;
     float: left;
     width: 38.5%; 
     padding-top:10px;
     position: relative;
}
.content-news3 .news3-right{
     float: left;
     width: 61.5%;
     height: 260px; 
}
.content-news3-global{
    position: absolute;
    bottom:-10;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: '微软雅黑';
    padding-left: 20px;
    background: rgba(0,0,0,0.6);
    color: #fff;
}
.news3-right ul li{
  width: 31.9%;
  height: 125px;
  margin-left:10px; 
  position: relative;
  overflow: hidden;
  margin-top:10px; 
}
.news3-right ul li .content-news3-global{
   bottom:0px;
   
}
.news3-right ul li img{
    height: 125px;
    min-width: 100%;
}
.news-change3{
  width:80%;
  float: left;
}
 .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%;
}
