
* {
    margin: 0;
    padding: 0;
}
/* body {
    font-family:"Microsoft YaHei", "微软雅黑", Helvetica, "黑体", Arial, Tahoma;
    color:#222;
    font-size: 14px;
    background: #ffffff;
} */
li { line-height:17px }
ol, ul { list-style:none; margin:0; padding:0 }
.wrapper {
    width: 700px;
    height: 100%;
    min-height: 1200px;
    margin: 0 auto;
    position: relative;
    border-left: 1px solid #e6e7ec;
    border-right: 1px solid #e6e7ec;
}

/*链接样式*/
a{color:#272a30;text-decoration:none;}

#home { padding: 5px;}
#home img {
    max-width: 100%;
}
#activity-name {
    color:#000;
    font-size:20px;
    font-weight:bold;
    white-space:pre-wrap;
    word-wrap:break-word;
    word-break:normal;
    padding-bottom:10px;
    border-bottom:1px dotted #ccc
}
.activity-meta.no-extra {
    margin-left:0
}
.activity-meta {
    display:inline-block;
    vertical-align:middle;
    margin-left:8px;
    padding-top:2px;
    padding-bottom:2px;
    color:#8c8c8c;
    font-size:11px
}
.content {
    margin: 0 auto;
}

#js_menu .home a {
    background-color: #fafafa;
}

#js_menu li ul li:first-child {
    border-top: none;
    width: auto;
}
#js_menu li ul:before {
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-left: 7px solid transparent;
    /*border-top-color: rgba(0,0,0,0.2);*/
    content:'';
}
#js_menu li ul:after {
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -7px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    content:'';
}
#js_menu li ul li a {
    width: auto;
    color: #3e3e3e;
    overflow:hidden;
    text-overflow:ellipsis;
    padding: 0 5px;
}
#js_menu li ul li a:hover {
    width: auto;
    color: #4a4a4a;
    background: #d2d2d2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.new_list {
    width:100%;
    margin-bottom: 50px;
    padding-bottom: 5px;
    background-color:#fff
}
.new_list h4 {
    height:39px;
    padding:0 0 0 12px;
    font-size:14px;
    font-weight:bold;
    color:#be0028;
    line-height:39px;
    border-top:2px solid #8c8c8c;
    border-bottom:1px solid #e8e8e8
}
.new_list a.more:active {
    background:#f8e7e7;
    border-right-color:#bbb
}
.new_list a.more {
    display:block;
    margin:10px 12px;
    padding:10px 15px;
    font-size:14px;
    color:#be0028;
    text-align:center;
    border:1px dotted #ccc;
    background:#f4f4f4;
    border-radius:8px;
    -moz-border-radius:8px
}
.nlt ul li a {
    display:block;
    height:36px;
    padding-left:10px;
    line-height:36px;
    border-bottom:1px dotted #c3c3c3;
    background:url("../images/new_list_icon.png") 12px 16px no-repeat
}
.nlt ul li a:visited {
    color:#888
}
.nlt ul li.new a {
    background-position:12px -15px
}
.nlt ul li:last-child a {
    border-bottom:0
}
.nlt ul li a:active {
    background-color:#f8e7e7
}
.nlt ul li a span.date {
    float:right;
    padding-right:10px;
    font-size:10px
}
.nlt ul li a span.title {
    float:left;
    display:block;
    width:70%;
    padding-left:8px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
#doyoo_panel {
    display:none !important
}
#doyoo_monitor {
    display:none !important
}
#talk99_message {
    display:none!important
}
#doyoo_f_chat {
    display:none!important
}
#doyoo_f_frame {
    display:none !important
}
.doyoo_f_original body {
    overflow: auto !important;
}
@media screen and (max-width:892px) {
    .wrapper {
        width: 100%;
        background-color: #fbfbfb;
        border: none;
    }
    #js_menu {
        position: fixed;
        width: 99.6%;
        left: 50%;
        margin-left: -49.8%;
    }
}

