@charset "utf-8";

/* CSS Document */

body {
    margin: 0 auto;
    font-family: "微软雅黑";
    background: #E6E7E7;
}

img {
    border: none;
}

#topBar {
    background: #FAFAFA;
    border-bottom: 1px #CCCCCC solid;
}

#topBar div {
    width: 1024px;
    height: 26px;
    line-height: 26px;
    text-align: right;
    font-size: 12px;
    margin: auto;
}

#topBar a,
#topBar a:hover,
#topBar a:visited {
    color: #999999;
    text-decoration: none;
}

#header {
    background: #FFFFFF;
    border-bottom: 5px #298F60 solid;
}

#menu {
    width: 423px;
    height: 50px;
    margin-left: 631px;
    padding-top: 60px;
    *margin-top: -110px !important;
}

#menu ul {
    list-style: none;
    margin-top: 0;
}

#menu ul li {
    display: inline-block;
    font-size: 14px;
    padding-left: 51px;
    padding-right: 10px;
    height: 50px;
    line-height: 50px;
    background-repeat: no-repeat;
    *width: 56px !important;
    *float: left !important;
}

#menu ul li:hover {
    color: #298F60;
    cursor: pointer;
}

a.block {
    display: block;
}

a.green { 
    text-align: center;
    text-decoration: none;
}

#content {
    padding: 10px 0;
}

#newest {
    width: 1030px;
    height: 336px;
    margin: 0 auto;
    padding: 2px;
    background: #ffffff;
    position: relative;
}

#newestImg {
    width: 630px;
    height: 336px;
    float: left;
    background-size: 630px;
    overflow: hidden;
}

#newestImgNote {
    display: none;
    position: absolute;
    top: 2px;
    left: 402px;
    width: 630px;
    height: 336px;
    background: #999999;
    opacity: 0.5;
    filter: alpha(opacity=50);
    _background: none;
    cursor: pointer;
}

#newestImgNote div {
    width: 180px;
    height: 70px;
    line-height: 70px;
    margin: 133px auto;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background: #000000;
}

#pageContent {
    width: 1032px;
    _width: 1042px;
    margin: 20px auto;
    background-color: #FFF;
}

#pageContent .toggle {
    display: inline-block;
    margin: 10px;
    margin-right: -1px;
    padding: 5px 15px;
}

#pageContent .toggle:link {
    color: #000;
    text-decoration: none;
}

#pageContent .toggle.active,
#pageContent .toggle.active:hover {
    background-color: #298F60;
    color: #FFF;
    border-radius: 5px;
}

#fixTitle {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    position: fixed;
    top: 0px;
    display: none;
    background: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#article {
    background: #FFFFFF;
    width: 1034px;
    margin: 0 auto;
    border: 1px solid #5C6165;
}

.topImg {
    position: fixed;
    right: 0;
    bottom: 210px;
    cursor: pointer;
    display: none;
}

.moreImg {
    position: fixed;
    right: 0px;
    bottom: -10px;
    z-index: 999;
    cursor: pointer;
}

.moreSlide {
    width: 100%;
    height: 210px;
    position: fixed;
    bottom: 0px;
    background: #ffffff;
    box-shadow: #666666 0px 0px 20px;
    *border-top: 1px solid #000000;
    border-top: 1px solid #B6B6B6\9;
}

.slideContent {
    position: absolute;
    left: 53px;
    width: 3000px;
    background: #ffffff;
}

.moreButton {
    width: 53px;
    height: 210px;
    font-size: 40px;
    font-weight: bold;
    position: fixed;
    z-index: 998;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-position-y: 10px;
}

.moreText {
    float: left;
    width: 100px;
    height: 210px;
    line-height: 200px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
}

.moreText:hover {
    color: #298F60;
    cursor: pointer;
}

.bigCard {
    margin: 5px;
    float: left;
    font-size: 12px;
}

.smallCard {
    width: 240px;
    margin: 5px auto;
    float: left;
    margin: 30px 20px;
}

.bigCard,
.smallCard {
    border: 1px #999999 solid;
    background: #ffffff;
    position: relative;
}

.bigCard a {
}

.smallCard a {
    width: 240px;
}

.bigCard a,
.smallCard a {
    margin: 5px auto 0;
    text-align: center;
    color: #999999;
    text-decoration: none;
}

.bigCard div a {
    display: inline-block;
    color: #000000;
}

.smallCard div {
    text-align: right;
    width: 230px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.detail {
    font-weight: bold;
    text-indent: 2em;
    height: 130px;
    padding: 20px;
    background: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

.note {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
}

#gdep_page {
    text-align: right;
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 40px;
}

#gdep_page a {
    width: 30px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    margin: 0 5px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 3px;
    background: #8D8D8D;
    cursor: default;
}

#gdep_page a:hover {
    background: #298F60;
    cursor: pointer;
}