﻿/*全屏横幅广告*/
.banner{
    width:1130px;
    height:404px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    top:-8px;
    /*z-index:-4;*/
}
/*横幅广告图片*/
.banner_pic{
    width:1130px;
    margin:0 auto;
    position:relative;
    z-index:0;
    overflow:hidden;
}
.banner_pic ul{
    width:100%;
}
.banner_pic li{
    width:100%;
    float:left;
    height:404px;
    overflow:hidden;
    text-align:center;
}
.banner_pic li a{
    display:block;
    height:404px;
}
/*横幅广告过渡的小点号*/
.banner_litter{
    width:100%;
    position:absolute;
    z-index:1;
    bottom:0;
    left:0;
    height:30px;
    line-height:30px;
    text-align:center;
}
.banner_litter ul{
    text-align:center;
}
.banner_litter ul li{
    cursor:pointer;
    display:inline-block;
    zoom:1;
    width:20px;
    height:5px;
    margin:5px;
    background-color:#d7a864;
    overflow:hidden;
    line-height:9999px;
}
.banner_litter ul .on{
    background-color:#e70012;
}

/*主题区*/
.theme{
    width:100%;
    float:left;
}
.theme_container{
    width:1148px;
    height:205px;
    margin:20px auto 0 auto;
}
.left_projection{
    width:9px;
    height:205px;
    float:left;
    background:url(/images/leftyy.png) no-repeat;
}
.right_projection{
    width:9px;
    height:205px;
    float:left;
    background:url(/images/rightyy.png) no-repeat;
}
.bottom_projection{
    width:1130px;
    height:6px;
    margin:0 auto;
    background:url(/images/endyy.png) no-repeat;
}
/*主题内容*/
.theme_content{
    width:1128px;
    height:203px;
    float:left;
    background-color:#ffffff;
    border:1px solid #eee;
}
.news{
    width:384px;
    height:205px;
    float:left;
    padding:15px;
}
.news_top{
    width:100%;
    height:40px;
    float:left;
}
.horn{
    height:40px;
    float:left;
    background:url(/images/horn.png) no-repeat;
}
.horn span{
    padding-left:25px;
    color:#e70012;
    font-weight:bold;
}
.news_menu{
    float:right;
    height:40px;
}
.news_menu a{
    margin-left:20px;
    font-weight:bold;
}
.news_menu a:hover{
    border-bottom:3px solid #d7a864;
    cursor:pointer;
}
.menu_active{
    border-bottom:3px solid #e70012;
}
/*新闻排列*/
.news_title{
    width:100%;
    float:left;
}
.news_title a:hover{
    color:#e70012;
}
.hot_news{
    width:100%;
    height:75px;
    border-bottom:1px solid #f2f2f2;
    margin-bottom:10px;
}
.hot_tit{
    font-size:16px;
}
.news_time{
    font-size:12px;
    color:#e70012;
    line-height:30px;
}
.dian{
    width:4px;
    height:4px;
    background-color:#e70012;
    float:left;
    margin-top:12px;
}
.deputy_news{
    width:100%;
    float:left;
}
.deputy_tit{
    float:left;
    font-size:12px;
    padding-left:8px;
    line-height:26px;
}
.right_time{
    font-size:12px;
    color:#717171;
    float:right;
    line-height:26px;
}
.hide{
    display:none;
}

/*横排三列图片布局*/
.fsbanner{
    position:relative;
    overflow:hidden;
    height:205px;
}
.fsbanner>div{
    position:absolute;
    background-size:cover;
    /*cursor:pointer;*/
    top:0px;
    left:0px;
}
.fsbanner a{
    display:block;
    width:100%;
    height:100%;
}