/* 布局 */
.row {
    *zoom: 1;
}
.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}

.row:after {
    clear: both;
}
.w-page {width: 1004px}

/* 通用样式 */
body {
    color: #333333;
    font: normal 14px/18px "Microsoft YaHei", "SimSun", sans-serif;
}
h1 {
    text-indent: -99999px;
    height: 500px;
}
a:link,
a:visited {
    color: #666;
}

a:hover,
a:active {
    color: #3391f5;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

th,
td {
    margin: 0;
    padding: 0;
}


.hotnews p {text-indent: 2em;}
.main_title a:link, .main_title a:visited, .main_title a:hover, .main_title a:active{ color:#333; }

.bar h3 {
    background: transparent url(../images/bar-title-bg.jpg) no-repeat 0 0;
    text-indent: 80px;
    font-size:26px;
    color:#cc0000;
    font-weight:bold;
}

.list-box {
    line-height: 30px;
}
.list-box a {
    display: inline-block;
    width: 820px;

}
.foto-text strong {
    font-size: 20px;
}

.main_bigs a {
    color: #0000FF;
}
.position{
    width: 1004px;
}
.location {
    border-bottom: 1px solid #eadcc7;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #3391f5;
}
.bg-y {
    background-color: #fff9f0 !important;
}
.location a:link,
.location a:visited {
    color: #3391f5;
    cursor: pointer;
    text-decoration: none;
}
.page-title {
    height: 34px;
    color: #fff;
    border-bottom: 2px solid #3391f5;
    line-height: 34px;
    margin-bottom: 30px;
}
.page-title h3 {
    padding: 0 10px;
    color: #3391f5;
    font-size: 16px;
    font-weight: bold;
}
.footer {
    height: 50px;
    background-color: #3391f5;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}