* {
    padding: 0;
    margin: 0;

}

body {
    background: #F0EDE5;
    font-family: Î¢ÈíÑÅºÚ, sans-serif;
    font-size: 14px;
    color: #645950;
}

.left {
    float: left;
}

.right {
    float: right;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:visited,
a:link {
    color: #645950;
}

a:hover {
    color: #002b57;
}

header {
    height: 104px;
    background-color: #002b57;
    width: 100%;
}

header .content {
    width: 980px;
    margin: 0px auto;
    height: 100px;
}

header .content .up {
    height: 65px;
}

header .content .up img {
    height: 65px;
}

header .content .up .right div {
    height: 65px;
    color: white;
    font-size: 12px;
}

header .content .up .right div a {
    color: white;
    font-size: 12px;
    text-decoration: none;
    line-height: 30px;
}

header .content .down {
    float: left;
    width: 980px;
    background: #FBFAF5;
    height: 35px;
    line-height: 35px;
}

header .content .down .downLeft {
    float: left;
    width: 200px;
    text-align: center;
}

header .content .down .downRight {
    float: left;
    width: auto;
    padding-left: 20px;
}

header .content .down .downRight2 {
    float: right;
    width: 660px;
}

header .content .down .downRight2 div.screen {
    width: 100%;
    height: 35px;
    overflow: hidden;
    float: left;
}

header .content .down .downRight2 a.textA {
    text-decoration: none;
    display: block;
    height: 35px;
    line-height: 35px;
    color: transparent;
    transition: all 1s
}

header .content .down .downRight2 a.textA:first-child {
    margin-top: -35px;
}

header .content .down .downRight2 a.textA:nth-child(2) {
    color: #645950;
}

.main {
    margin: 0px auto;
    width: 980px;
    height: auto;
}

.main .mainLeft {
    float: left;
    width: 200px;
    height: auto;
    border: 1px #C7B7AF solid;
    border-top: 0px;
    border-right: 0px;
}

.main .mainLeft ul {
    background: #E9E4DA;
    height: auto;
    width: 190px;
    padding-left: 10px;
    padding-top: 10px;
}

.main .mainLeft ul li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 10px;
}

.mainRight {
    float: left;
    background-color: #ffffff;
    height: auto;
    width: 779px;
    padding-top: 10px;
}

.contentbox {
    margin: 0px 20px 10px 20px;
    width: 739px;
    height: auto;
    float: right;
}

.arttitle {
    font-size: 18px;
    width: 100%;
    padding-left: 10px;
    line-height: 35px;
    font-weight: bold;
    color: #333333;
}
.arttitle span img {
    position: relative;
    top: 2px;
}
.artfrom {
    border-top: 3px #002b57 solid;
    height: 25px;
    line-height: 25px;
    padding-left: 28px;
    background: #FBFAF5;
}

.artcontent {

    color: #333333;
    padding-top: 15px;
}

.bottom {
    float: left;
    width: 100%;
    border-top: 1px #C7B7AF solid;
    margin-top: 20px;
    height: auto;
    background: #E2DCD6;
}

.bottom .bottombox {
    width: 980px;
    margin: 0px auto;
    line-height: 45px;
}

.bottom .bottombox .bboxleft {
    float: left;
    width: 250px;
}

.bottom .bottombox .bboxright {
    float: right;
    width: auto;
}