html {
    font-size: 16px;
    font-weight: normal;
}
body,ul,li,h1,h2,h3,p {
    margin: 0px;
    padding: 0px;
}
ul {
    list-style-type: none;
}
img {
    width: 100%;
    display: block;
}
a {
    text-decoration: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.ofh {
    overflow: hidden;
}
.posA {
    position: absolute;
}
.posR {
    position: relative;
}
.posF {
    position: fixed;
}
.bdn {
    border-bottom: none;
}



.go-top {
    bottom: 130px;
    right: 34px;
    opacity: 0.7;
}
/*header*/
.header {
    background: #1F4199;
}

.is-login {
    background: #FFFED6;
    text-align: center;
    padding: 18px 0;
}
.is-login .close {
    top: 0px;
    right: 0px;
}

.news-col {
    width: 590px;
    margin: 37px auto 0;
    padding-bottom: 37px;
    border-bottom: 1px solid #EEEEEE;
}
.news-col .sub {
    margin: 22px 0 22px 5px;
    color: #999999;
}
.news-col h1 a {
    font-size: 20px;
}
.news-col .sub .source,.content .sub .source {
    margin-right: 20px;
}
.news-col .sub .comment {
    background: url("../images/icon_comment.gif") no-repeat;
    height: 16px;
    line-height: 12px;
    padding-left: 25px;
}
.page-break {
    text-align: center;
    margin-bottom: 80px;
}
.attn {
    width: 60px;
    margin-bottom: 10px;
}


/*detail*/
.content {
    width: 590px;
    margin: 37px auto 0;
}
.content h1 {
    font-size: 20px;
}
.content .sub {
    margin: 24px 0 32px 0 ;
}
.content-body {
    color: #999;
}
.content-body p {
    line-height: 200%;
    margin: 25px 0;
}

.shareLayer {
    width: 590px;
    height: 50px;
    margin: 0 auto;
}
.shareLayer a {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}
.page-op {
    text-align: center;
    margin: 87px auto 80px;
}
.page-op a {
    display: inline-block;
    width: 88px;
    margin: 0 20px;
}

.comment-text-layer {
    width: 590px;
    margin: 0 auto;
}
.comment-text {
    width: 570px;
    height: 166px;
    border: 2px solid #DDDDDD;
    padding: 8px;
}
.comment-text-layer .sub-comment {
    background-color: #1F4199;
    width: 82px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-top: 10px;
    color: #FFFFFF;
}

.layout_arc_comment {
    width: 590px;
    margin: 0 auto;
}
.text_comment {
    width: 570px;
    height: 166px;
    border: 2px solid #DDDDDD;
    padding: 8px;
}
.headpor {
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.layout_arc_comment .submit {
    display: block;
    width: 82px;
    height: 36px;
    background: #1F419A;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
.layout_arc_comment .mt {
    margin-top: 20px;
}

.layout_arc_comment {
    margin-top: 20px;
}
.layout_arc_comment .name {
    margin-top: 38px;
    margin-left: 20px;
}

.layout_new_comments {
    width: 590px;
    margin: 20px auto 0;
}
.layout_new_comments h3,.watching h3 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 12px;
}
.layout_new_comments .comment-col {
    background: #F8F8F8;
    width: 530px;
    padding: 0 20px 20px 20px;
}
.layout_new_comments .comment-col .col-l {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    padding-top: 20px;
    padding-bottom: 20px;
}
.layout_new_comments .comment-col .col-l img {
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.layout_new_comments .comment-col .col-l .ctr {
    margin-left: 10px;
}
.layout_new_comments .comment-col .col-l .username {
    color: #1f4199;
    font-size: 14px;
}
.layout_new_comments .comment-col .col-l .username span {
    font-size: 12px;
    color: #999999;
    font-weight: normal;
    margin-left: 5px;
}
.layout_new_comments .comment-col .col-l .ctr .con {
    font-size: 14px;
    color: #999;
    margin-top: 4px;
}


.watching {
    width: 590px;
    margin: 25px auto 0;
}
.watching ul {
    list-style-type: disc;
    color:#ccc;
    width: 570px;
}
.watching ul li {
    margin-bottom: 12px;
    font-size: 20px;
}
.watching ul li a {
    color: #000;
}


/*footer*/
.footer {
    margin-top: 60px;
}
.footer .f1 {
    height: 80px;
    background: #3E3E3E;
    text-align: center;
}
.footer .f1 a {
    display: inline-block;
    padding: 14px 25px;
    border: 1px solid #8C8C8C;
    color: #cccccc;
    margin: 15px 15px 0;
}
.footer .f2 {
    background: #303030;
    height: 50px;
    color: #555555;
    line-height: 50px;
    text-align: center;
}