*{
    margin: 0px;
    padding: 0px;
}
body{
    
    background: url('../images/bgimg.jpg');
     
}                      

/* 头部 */
.headerimg{
    width: 100%;
    height: 1080px;
    background-image: url('../images/banner.gif');
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    background-position: center center;
    overflow: hidden;
}
.header{
    width: 100%;
    background-size: 100% 100%;
}

/* 导航栏 */
.nav1{
    overflow: hidden;
    background-color: #ce211b;
}
.nav{
    width: 1200px;
    margin: 0 auto;
}
.nav li{
    list-style: none;
    float: left;
    width: 25%;

}
.nav a{
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 40px 0px 35px 0px;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;

}
.nav a:hover{
    background-color: #f4843c;
}
.content{
    width: 1500px;
    margin: 0 auto;
}

/* 要闻聚焦 */
.ywjj-title{
    width: 100%;
    height: 73px;
    margin-top: 50px;
    margin-bottom: 10px;
    text-align:center;
    background-repeat: no-repeat;
    background-position: center center;
}
.ywjj-content{
    width: 1200px;
    padding-top: 20px;
    margin: 0 auto;
    overflow: hidden;
}
.ywjj-left{
    padding-top: 20px;
    width: 599px;
    float: left;
    
    
}
.ywjj-left ul{
    list-style-type: none;
}
.ywjj-left li{
    padding: 5px 13px;
}
.ywjj-left-a{
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0px;
}
.digestSpan a{
    color: #bc2024;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0px;
}
.digestSpan{
    font-size: 15px;
    width: 581px;
    height: 55px;
    line-height: 27px;
}
.ywjj-right{
    float: right;
    padding-top: 20px;
    width: 599px;
    
}
.ywjj-right ul{
    list-style-type: none;
}
.ywjj-right ul li{
    padding: 5px 13px;
}
.ywjj-right ul li a{
    color: #000;
    text-decoration: none;
    
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0px;
}


/* 工作动态 */
.gzdt-title{
    width: 100%;
    height: 73px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align:center;
}
.gzdt-content{
    width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
}
.gzdt-left{
    
    width: 599px;
    float: left;
}
.focus{
    position: relative;
    overflow: hidden;
    height: 338px;
}
.slides{
    position: relative;
    width: 500px;
    height: 350px;
}
.slide li{
    position: absolute;
    width: 500px;
    left: 0;
    top: 0;
    padding: 0;
}
.img-c img{
    display: block;
    width: 600px;
    height: 338px;
}
.focus .img-title{
    position: relative;
    bottom: 39px;
    background: url('../images/sbhw.png') repeat;
    height: 40px;
    font-size: 15px;
    width: 600px;
    padding-left: 2%;
    line-height: 40px;
}
.img-title a{
    color: #fff;
    text-decoration: none;
   
}
.focus a.next,.focus a.prev{ position: absolute; top: 50%; width: 18px; height: 34px; margin-top: -17px; display: block; z-index: 99 }
.focus a.next { background: url(../images/right_arrow.png) no-repeat; right: 0; }
.focus a.prev { background: url(../images/left_arrow.png) no-repeat; left: 0;}
.focus .num01{
    overflow: hidden;
    height: 20px;
    position: absolute;
    bottom: 5px;
    right: 0;
    zoom: 1;
    z-index: 3;
}
.focus .num01 li {
    width: 8px;
    height: 8px;
    line-height: 8px;
    background: #fff;
    margin-right: 5px;
    border-radius: 50%;
    cursor: pointer;
    float: left;
}
.focus .num01 li.on {
    background: #c00;
    color: #FFF;
}
.focus .hd { height: 5px; position: absolute; bottom: 22px; right: 5px; z-index: 99 }
.focus .hd ul li { width: 12px; height: 5px; font-size: 0; float: left; margin-right: 5px; background-color: #FFF; cursor: pointer }
.focus .hd ul li.on { background-color: #004ea1 }
.list-a{
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.gzdt-right{
    float: right;
    width: 599px;
    
}
.gzdt-right ul{
    list-style-type: none;
}
.gzdt-right li{
    padding: 10px 15px;
}
/* 学习资料 */
.xxzl-title{
    overflow: hidden;
    width: 100%;
    height: 73px;
    
    margin-bottom: 18px;
    text-align:center;
    background-repeat: no-repeat;
    background-position: center center;
}
.xxzl-content{
    width: 1200px;
    padding-top: 20px;
    margin: 0 auto;
    overflow: hidden;
}
.xxzl-left{
    padding-top: 20px;
    width: 599px;
    float: left;
    
    
}
.xxzl-left ul{
    list-style-type: none;
}
.xxzl-left li{
    padding: 5px 13px;
}
.xxzl-left ul li a{
    color: #000;
    text-decoration: none;
    
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0px;
}
.digestSpan a{
    font-size: 15px;
    width: 581px;
    height: 55px;
    line-height: 27px;
}
.xxzl-right{
    float: right;
    padding-top: 20px;
    width: 599px;
    
}
.xxzl-right ul{
    list-style-type: none;
}
.xxzl-right ul li{
    padding: 5px 13px;
}
.xxzl-right ul li a{
    color: #000;
    text-decoration: none;
    
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0px;
}

.ytdd{
    margin: 0 auto;
    width: 1200px;
}
/* 一图读懂 */
.ytdd-title{
    width: 100%;
    height: 73px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align:center;
    background-repeat: no-repeat;
    background-position: center center;
}
#imglist2 a.next,#imglist2 a.prev{ position: absolute; top: 50%; width: 18px; height: 34px; margin-top: -17px; display: block; z-index: 99 }
#imglist2 a.next { background: url(../images/right_arrow.png) no-repeat; right: -50px; }
#imglist2 a.prev { background: url(../images/left_arrow.png) no-repeat; left: -50px;}
.retrospect-box{ position: relative; width: 285px; height: 341px; margin-right:20px; display: inline-block; }
.retrospect-box:last-child{ margin-right:0; }
.retrospect-box-title{ position: absolute; left: 0; right: 0; bottom: 0; height: 33px; padding-left: 10px; padding-right: 10px; padding-top: 6px; filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#aa000000, endcolorstr=#aa000000);background: #c56b6b;}
.retrospect-box-title a{ color: #ffffff; font-size: 18px;}
.retrospect-box img{ width: 100%; height: 100%;}

.blank67{ height: 67px;clear: both;font-size: 1px;overflow: hidden;}
.area-content{
    margin-bottom: 80px;
    position: relative;
}













.footer{
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb( 255, 255, 255 );
    height: 106px;
    line-height: 53px;
    text-align: center;
    width: 100%;
    background:-webkit-linear-gradient(#DC2B02,#971A20);/*for safari5.1-6.0*/
    background:-o-linear-gradient(#DC2B02,#971A20);/*Opera 11.1-12.0*/
    background:-moz-linear-gradient(#DC2B02,#971A20);/*firefox 3.6-15*/
    background:linear-gradient(#DC2B02,#971A20);/*标准语法，必须放在最后*/
    overflow: hidden;
}
  

   
.footer a:link{
    text-decoration: none;
    color: #fff;
}