﻿.banner {
    height: 226px;
    position: relative;
    width: 1004px;
    margin: auto;
    border: 0px solid red;
    display: block;
}
    .banner .container {
        width: 1980px;
        height: 380px;
        position: absolute;
        z-index: 0;
        top: 0px;
        left: 50%;
        margin-left: -980px;
        overflow: hidden;
    }
    .banner .sliderBar .num .hot {
        background-color: #ACACAC;
    }

    .banner .sliderBar .num li {
        padding-top: 12px;
        width: 12px;
        border: 2px solid white;
        background-color: #FFFFFF;
    }

.main{ width:1004px; margin:auto;}
.w_title{ border-bottom:1px solid #A6A6A6; text-align:center; padding-bottom:10px; margin-top:20px; margin-bottom:15px;}
.w_mid{}
.w_left{ float:left; position:relative;}
    .w_left .reTitle {
        position: absolute;
        bottom: 7px;
        background: #000;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        width: 484px;
        line-height: 35px;
        padding-left: 10px;
    }
        .w_left .reTitle a {
            color: #fff;
        }
        .w_left .reTitle a:hover {
        color:#1284d2;
        }
.w_right{ float:right; width:490px; height:292px;}
    .w_right .item {
        position: relative;
        cursor: pointer;
        width: 235px;
        height: 139px;
        float:left;
        overflow:hidden;
    }
    .w_right .it_l {
        margin-left: 20px;
        margin-bottom: 13px;
    }

.w_right .item .it_img {
    width: 235px;
    height: 139px;
}

.it_summary {
    position: absolute;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    width: 195px;
    text-indent: 2em;
    padding: 25px 20px 20px 20px;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
    height:94px;
}
    .it_summary a {
        color: #fff;
    }

.w_foot {
    width: 1004px;
    margin-top:5px;
}
    .w_foot .item {
    float:left;
    margin:15px 21px 15px 0;
    }
.it_r {
    margin-right:0px !important;
}
.it_title {
    text-align: center;
    padding: 5px 0;
    width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.w_more {
text-align:center;
padding:5px 0;
background:#E8F6FF;
cursor:pointer;
}


/***内容页***/
.m_top {
width:960px;
margin:auto;
}
.mt_title {
    font-size: 20px;
    color: #2181bd;
    line-height:45px;
}
.m_foot {
margin-top:30px;
}
.mf_title {
    border-bottom:1px solid #A6A6A6;
    height:40px;
}
.mft_ico {
    width: 29px;
    height: 29px;
    float: left;
    background: url(../images/index2/index2.png) no-repeat -456px -62px;
    margin-right:8px;
    margin-top:5px;
}
.mft_t {
    font-size: 18px;
    line-height:40px;
}