﻿@charset "utf-8";

/* CSS Document */



#right {
    font-family: Candara,Verdana, Geneva, sans-serif;
    color: #004c8c;
    font-size: 19.5px;
}



    #right p {
        padding-right: 50px;
    }

        #right p mark {
            padding-right: 50px;
            color: RED;
            background-color: transparent;
        }

#header {
    width: 960px;
    height: 127px;
    background-image: url(../image/news/header.jpg);
}


    #header > a {
        float: left;
        width: 300px;
    }

#logo {
    padding-top: 20px;
    padding-left: 20px;
    width: 282px;
    border: 0;
}



#homelink {
    color: WHITE;
    float: right;
    padding-top: 15px;
    padding-right: 15px;
    vertical-align: middle;
}

#homeimg {
    border: 0px;
    vertical-align: middle;
}



#left {
    float: left;
    width: 358px;
    height: 562px;
    background-image: url(../image/news/left.jpg);
}



#right {
    float: right;
    width: 602px;
    height: 562px;
    background-image: url(../image/news/right.jpg);
}

#middle {
    float: left;
    width: 960px;
    height: 562px;
    background-image: url(../image/news/middle.jpg);
}

#News-banner {
    width: 100px;
    height: 36px;
    position: absolute;
    top: 650px;
    left: 760px;
    background-image: url(../image/news/News-banner.jpg);
}

#news-title {
    font-family: Arial, sans-serif, "Times New Roman",Georgia,Serif;
    ;
    font-size: x-large;
    width: 960px;
    height: 20px;
    position: absolute;
    top: 120px;
    left: 138px;
}

#content, #content1, #content2, #content3 {
    width: 680px;
    height: 460px;
    position: absolute;
    left: 120px;
    right: -100px;
    top: 150px;
    overflow-y: scroll;
    line-height: 20px;
    padding: 10px;
    float: left;
    word-break: break-all;
    margin: 8px 10px 8px 10px;
}

#bottom {
    clear: both;
    width: 960px;
    height: 36px;
    background-image: url(../image/news/bottom.jpg);
}

#shop_odd {
    background-color:rgba(0, 0, 150, 0.11);
    
}
#shop_even {
    background-color:rgba(0, 150, 0, 0.11);
    
}