*{
    font-family: '微软雅黑';
}
body{
    background-color: white;
}
.main {
    margin-bottom: 15px;
    min-height: 960px;
}
.wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.breadcrumb {
    background: #f6f6f6 url(/static/plugins/home/images/home.png) 20px center no-repeat;
    padding: 0px 15px 4px 40px;
    color: #666;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    margin-bottom: 0px;
}
.newsRight {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
}
.newsRight span {
    float: left;
    margin-left: 16px;
    width: 70px;
    height: 40px;
    line-height: 40px;
    padding-left: 23px;
    cursor: pointer;
}
.newsRight span.map-site {
    background: url(/static/plugins/home/images/ico-map.png) no-repeat 3px center;
}
.newsRight span.search-site {
    background: url(/static/plugins/home/images/ico-query.png) no-repeat 3px center;
}
.topHead{
    width: 100%;
    height: 224px;
    border: 0px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.textOver {
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
h1{
    margin: 0;
}
.BreakingNewsController {
    font-size: 15px;
}
    /******* 底部 ********
     */
.footer-new {
    padding: 26px 0;
    border-top: 1px solid #d6d6d6;
    background: #fafafa;
}
.footer-new p {
    line-height: 22px;
    text-align: center;
    font-size: 14px;
}
.footer-new img {
    vertical-align: middle;
}
.footer-logo {
    position: absolute;
    top: 13px;
    right: 60px;
}
