.justify {
    text-align: justify;
}

body, p, h1, h6, img {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
}

a {
    color: #1e5494;
}

.main_body{
    text-align: justify;
    text-indent: 2em;
    font-size: 18px;
}

body.read_url {
    background-color: #200505;
    *background-color: #aaa;
    font-family: Georgia, Times New Roman;
}

.ru_container {
    display: table;
    *display: block;
    background-color: #fff;
    border: 1px solid #aaa;
    *border-color: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    width: 820px;
    _width: 820px;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    margin: 20px auto;
}

.ru_article {
    margin: 30px 40px 40px;
    min-height: 500px;
    _height: 500px;
}

.ru_title {
    font-size: 24px;
    font-weight: bold;
    font-family: ΢���ź�;
    line-height: 1.2;
}

.ru_time {
    font-size: 12px;
    color: #999;
    margin: 10px 0 20px;
}

a.btn_mailme {
    margin-left: 10px;
    text-decoration: underline;
    color: #999;
}

.ru_content {
    line-height: 2;
}

.ru_att {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 20px 0;
    padding: 15px 0 15px 15px;
}

.ru_att h6 {
    position: absolute;
    top: -8px;
    left: 21px;
    padding: 0 3px;
    background-color: #fff;
    font-size: 12px;
}

a.att_panel {
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    width: 224px;
}

a.att_panel:hover {
    background-color: #f4f4f4;
}

a.att_panel:active {
    background-color: #eee;
}

.att_panel img {
    float: left;
}

.att_info {
    margin-left: 36px;
    margin-right: 5px;
    color: #999;
    font-size: 12px;
    _width: 180px;
    _overflow: hidden;
}

.att_name {
    color: #000;
    margin-bottom: 3px;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ru_footer {
    font-size: 12px;
    width: 800px;
    *width: auto;
    *background-color: #eee;
    *border-top: 1px solid #bbb;
    *text-align: center;
}

.info_exception {
    line-height: 1.8;
    padding: 0 0 20px;
    *padding-top: 20px;
    color: #999;
}

.info_exception a {
    color: #999;
    text-decoration: underline;
}

.rf_content_mob {
    display: none;
}

body.ru_mob {
    background-color: #fff;
}

.ru_mob .ru_container {
    border-width: 0;
    box-shadow: none;
    width: auto;
    margin: 0;
}

.ru_mob .ru_article {
    margin: 15px 12px 15px 15px;
}

.ru_mob .ru_title {
    font-size: 21px;
    line-height: 26px;
}

.ru_mob .ru_att {
    padding: 10px 0 10px 10px;
}

.ru_mob .ru_time {
    margin: 6px 0 10px;
}

.ru_mob .ru_content {
    font-size: 16px;
    line-height: 25px;
}

.ru_mob .ru_footer {
    width: auto;
    padding: 15px;
    background-color: #eee;
    border-top: 1px solid #bbb;
    text-align: left;
    padding-bottom: 18px;
}

.ru_mob .info_exception {
    padding-bottom: 0;
    display: none;
}

.ru_mob .rf_content_mob {
    display: block;
    line-height: 1.5;
    font-size: 12px;
}

.ru_mob .ru_footer a {
    white-space: nowrap;
}

.ru_mob .url404 {
    border-width: 0;
    margin-top: 0;
}

.ru_mob .url404 .icon_info_b {
    margin-left: 40px;
    margin-top: 32px;
}

.ru_mob .url404 .url404_intro {
    margin-left: 82px;
}

.relief_top .ru_footer {
    position: absolute;
    top: 0;
    left: 50%;
    width: 770px;
    margin: 20px 0 0 -385px;
}

.relief_top .ru_container {
    margin-top: 80px;
}

.url404 {
    font-size: 14px;
    line-height: 1.3;
    border: 1px solid #bbb;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -142px;
    margin-top: 50px;
}

.icon_info_b {
    width: 32px;
    height: 32px;
    background: url(http://rescdn.qqmail.com/zh_CN/htmledition/images/newicon/prompt18b47d.png) no-repeat -96px 0;
}

.url404 .icon_info_b {
    float: left;
    display: block;
    margin: 32px 0 0 30px;
}

.url404 .url404_intro {
    margin: 30px 30px 30px 75px;
}

li {
    margin: 0px 0px 10px 0px;
}

#grad{
    background: linear-gradient(white, grey);
}
