﻿
.headNews .title {
    line-height: 60px;
    font-size: 40px;
    text-align: center;
    padding-bottom:10px;
}

.headNews .title a {
    color: #D70000;
    text-decoration: none;
    font-weight: bold;
}

.headNews .intro {
    font-size: 16px;
    line-height: 20px;
    color: #999;
}


#focusNews {
    width: 1180px;
    height: 650px;
    overflow: hidden;
    position: relative;
    margin-bottom:20px;
}

#focusNews .hd {
    position: absolute;
    z-index: 20;
    right: 10px;
    bottom: 20px;
    z-index: 15;
}

#focusNews .hd ul {
    zoom: 1;
    z-index: 2;
}

#focusNews .hd ul li {
    float: left;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    overflow: hidden;
    background: #fff;
   

}

#focusNews .hd ul li.on {
   background:#ff9900;
}

#focusNews .bd {
    z-index: 0;
}

#focusNews .bd ul li {
    z-index: 9;
}

#focusNews .bd .pic {
    position: relative;
    z-index: 0;
}
#focusNews .bd .pic img{width: 1180px; height: 650px;}
#focusNews .bd .txt {
    display: none;
}

#focusNews .bd .con {
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    *bottom: 3px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

#focusNews .bd .con .title {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 15px;
    z-index: 1;
    line-height: 60px;
}

#focusNews .bd .con .title a {
    color: #fff;
    font-size: 16px;
}

#focusNews .bd .con .titleBg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #D70000;  
    left: 0;
    top: 0;
}

.headNews{
    margin-bottom: 20px;
}

.ad{margin-bottom: 20px;}
.page-loop .li2{width: 100%;}
