@charset "UTF-8";






.news-container{
    width: 100%;
}
.news-header{
    width: 100%;
    height: 400px;
    background: url("../images/about_banner.jpg") center no-repeat;
}

.abo-summary{
    width: 1200px;
    height: 180px;
    padding-top: 200px;
    margin: 0 auto;
}
.summary{
    width: 600px;
    height: 180px;
    background: rgba(0, 0, 0, .4);
    color: #FFFFFF;
}
.abo-summary h2{
    padding: 20px 40px 0;
    font-size: 36px;
    font-weight: normal;
}
.abo-summary p{
    padding: 20px 40px 0;
    font-size: 16px;
    line-height: 36px;
    color: #cccccc;
}


.news-introduction{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 65px;
    overflow: hidden;
}
.news-navigation{
    float: left;
    width: 170px;
    height: 146px;
    border-top: 2px solid #666666;
    color:rgba(51, 51, 51, 1);
    background: rgba(249, 249, 249, 1);
}
.news-navigation p{
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
}
.news-navigation p a{
    display: block;
    width: 100%;
    height: 100%;
    color:rgba(51, 51, 51, 1);
}
.news-introduction .news-navigation p:hover{
    background: rgba(242, 242, 242, 1);
}
.news-navigation:hover .nav-news{
    background: rgba(249, 249, 249, 1);
}
.nav-news{
    background: rgba(242, 242, 242, 1);
    font-weight: bold;
}
.news-detail{
    width: 800px;
    float: left;
    margin: 10px 0 0 70px;
}




.nws_ct_lf{
    width:960px;
    height:auto;
    overflow:hidden;
    margin:10px 0 0 70px;
    float: left;
}
.news li{
    margin-top:20px;
    padding-bottom:6px;
    border-bottom:#F7F7F7 1px solid;
    height:164px;
    position: relative;
}
.news li:first-child{
    margin-top:0;
}
.news li h3{
    position: absolute;
    left: 240px; top: 10px;
}
.news li p{
    position: absolute;
    left: 240px; top: 44px;
}
.news li h4{
    position: absolute;
    left: 240px; bottom: 36px;
}
.news li a:hover{
    color:#ffaf00;
}
.news li img{
    width:220px;
    height:138px;
    float:left;
    margin-right:20px;
}
.news li h4{
    font-weight:normal;
    color:#999;
    /* margin:12px 0*/
}
.news li p{
    color:#999;
    line-height:22px;
}







