@charset "utf-8";
/* CSS Document */

#newsContainer
{
    width: 1440px;
    background-color: #FFFFFF;
    background-image: url("../images/news_bg.jpg");
    background-repeat: no-repeat;
    background-position: left center;
}

#newsContainer .content .partTitle
{
    margin-left: 90px;
}

#news
{
    position: relative;
    margin-top: 30px;
    left: 90px;
    top: 0px;
    width: auto;
    height: 492px;
 }

#news .newsPanel
{
    float: left;
    margin-bottom: 2px;
    margin-right: 2px;
    height: 244px;
    overflow: hidden;
}

#news .newsPanel .thumb
{
    position: relative;
    float: left;
    width: 390px;
    height: 244px;
    background-color: #FFFFFF;
    overflow: hidden;
}

#news .newsPanel .thumb .delayImage
{
   position: absolute;
}

#news .newsPanel .detail
{
    float: left;
    width: 240px;
    height: 244px;
    background-color: #000;
    overflow: hidden;
}

#news .newsPanel .detail .date
{
    margin: 20px auto 0 20px;
    width: 155px;
    font-size: 12px;
    color: #5c5c5c;
}

#news .newsPanel .detail .title
{
    margin: 25px auto 0 20px;
    width: 175px;
    font-size: 14px;
    color: #aa0d01;
}

#news .newsPanel .detail .intro
{
    margin: 10px auto 0 20px;
    width: 175px;
    font-size: 12px;
    line-height: 25px;
    color: #9a9a9a;
}

#news .newsPanel .detail .linkBtn
{
    display: block;
    margin: 10px auto 0 20px;
    width: 69px;
    height: 25px;
    line-height: 25px;
    color: #FFFFFF;
    background-color: #aa0d01;
    text-align: center;
    text-decoration: none;
    /*background-image: url("../images/white_openIcon.png");
    background-repeat: no-repeat;
    background-position: center top;*/
    cursor: pointer;
}

#news .newsPanel .detail .linkBtn:hover
{
    color: #aa0d01;
    background-color: #FFFFFF;
}