﻿@charset "utf-8";
/* CSS Document */
.maxWidth {
    width: 1000px;
    margin: auto;
}
.maxWidth:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.aboutBody {
    background: #f1f1f1;
    border-top: 6px solid #e20a17;
}
.aboutLeft {
    width: 200px;
    float: left;
}
.aboutRight {
    margin-left: 200px;
    _margin-left: 197px;
    background: #fff;
    min-height: 500px;
    _height: 500px;
    text-align: left;
    padding: 20px 30px 50px;
}
.aboutLogo {
    padding: 15px 25px;
}
.aboutNav {
    width: 150px;
    margin: auto;
}
.aboutNav li {
    padding-bottom: 10px;
}
.aboutNav a {
    display: block;
    height: 28px;
    font: bold 14px/28px "微软雅黑";
    padding-left: 20px;
    text-align: left;
    color: #fff;
    background: url("http://www.3news.cn/static/images/cdcmenubg.gif") no-repeat;
    overflow: hidden;
}
.aboutNav a:hover {
    text-decoration: none;
    background-position: left -28px;
}
.aboutNav .current a {
    background-position: left -28px;
}
#webTitle {
    font: bold 16px/44px "微软雅黑";
    color: #009;
}
#chan_newsDetail p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 28px;
}
/*
#chan_newsDetail {
    font: 14px/180% "微软雅黑";
}
*/
#chan_newsDetail a {
    color: #00f;
    text-decoration: underline;
}
#chan_newsDetail a:hover {
    color: #c00;
}
#chan_newsDetail .kw {
    color: #00f;
}
#chan_newsDetail strong {
    font-weight: bold;
}
