html, ul, li, p, h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    /* background: #e2e2e2; */
    background-color: transparent; 
}

a {
    text-decoration: none;
    /* color:#778087; */
    color: #555566;
    word-break: break-all;
    white-space: nowrap;
}

a:hover {
    /* color: #778087; */
    color: #3385ff;
}

img {
    border: none;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {}

/* 头部 */

.top {
    height: 44px;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 0 #e2e2e2;
}

.top-content {
    height: 40px;
    line-height: 40px;
    width: 1100px;
    padding-top: 4px;
    margin: 0px auto 0;
    overflow: hidden;
}

.top-logo {
    font-size: 24px;
    font-weight: bold;
    color: #666;
    float: left;
}

.top-logo a {
    color: #666;
}

.top-logo span {
    color:#3385ff;
    padding:0 10px;
}
.top-login {
    float: right;
}

.top-login a {
    padding: 0 5px;
}
.search {
    float:left;
    padding-left:20px;
}
/* 中部 */

.main {
    width: 1100px;
    margin: 10px auto 0;
    /* margin-top:20px; */
    padding: 10px;
}

.main-left {
    width: 800px;
    float: left;
}

.main-right {
    float: right;
    width: 280px;
}

/* box */

.box {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px #e2e2e2;
    margin-bottom: 20px;
}

.box-title {
    height: 24px;
    line-height: 24px;
    padding: 10px;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    background:#fafafa;
    border-radius:5px 5px 0 0;
}

.box-title a {
    padding: 5px 8px;
}

.box-title a:hover {
    background: #f5f5f5;
}

.box-title a.on {
    background: #333344;
    color: #ffffff;
    border-radius: 3px;
}

.box-tag {
    padding: 5px 10px;
    background: #f9f9f9;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    border-bottom: 1px solid #e2e2e2;
}

.box-tag a {
    padding: 0px 8px;
}

.box-list {
    padding: 10px;
    overflow: hidden;
}

.box-list ul {}

.box-list ul li {
    height: 30px;
    line-height: 30px;
    width: 50%;
    float: left;
    border-bottom: 1px dashed #f5f5f5;
    white-space: nowrap;
    overflow: hidden;
}

.box-list li:hover {
    /* background:#f5f5f5; */
}

.box-list li:hover span {
    /* background:#333344; */
    /* color:#ffffff; */
}

.box-list ul li span {
    /* float: right; */
    color: #778087;
    padding-right: 10px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0px 3px;
    background: #f5f5f5;
    border-radius: 3px;
    margin: 5px 0 0 5px;
}

.box-list li a {
    padding-left: 10px;
}

/* 面包屑 */

.box-nav {
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
    color: #778087;
    overflow: hidden;
}

.box-nav a {
    padding: 5px 8px;
}

.box-icon {
    float: left;
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    /* background:#e2e2e2; */
}

.box-icon a {
    border-radius: 5px;
    margin-right: 20px;
    background: #3385ff;
    display: block;
    width: 80px;
    height: 80px;
    color: #ffffff;
}

.box-icon a:hover {
    background: #3385ff;
    /* color:#3385ff */
}

.box-description h3 {
    height: 42px;
    line-height: 42px;
    font-weight: normal;
    font-size: 24px;
}

.box-description p {
    color: #999999;
    /* height: 48px; */
    line-height: 24px;
    text-indent: 2em;
}

.box-description .tags-status {
    font-size: 12px;
    background: #333344;
    color: #ffffff;
    padding: 3px 5px;
    border-radius: 3px;
}

/* 列表 */

.list {
    /* padding:10px; */
}

.list li {
    border-bottom: 1px dashed #e2e2e2;
    /* margin-bottom:10px; */
    /* padding-bottom:10px; */
    padding: 10px;
}

.list li:hover {
    background: #f8f8f8;
}

.list li h3 {
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 5px;
}

.list li h3 span {
    /* float: right; */
    color: #ccc;
    font-size: 12px;
    padding: 3px 5px;
    height: 20px;
    line-height: 20px;
}
.list li h3 span.title {
    font-size:1em;
}
.list li h3 span.edit {
    float:right;
    line-height: 30px;
}
.list li h3 span.edit a {
    background:#333344;
    color:#ffffff;
    padding:3px 5px;
    border-radius:5px;
}
.list li h3 span.edit a:hover {
    background:#3385ff;
    color:#ffffff;
}

.list li p {
    line-height: 24px;
    color: #ccc;
    text-indent: 2em;
    font-size: 14px;
}

.list-info {
    float: right;
}

/* content */

.title {
    padding: 10px 10px 0;
}

.title h1 {
    font-size: 24px;
    font-weight: normal;
}

.info {
    line-height: 22px;
    height: 22px;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px;
    color: #999999;
    font-size: 12px;
}

.info a {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 2px 5px;
    color:#3385ff;
}

.info a:hover {
    background: #333344;
    color: #ffffff;
}

.info .info-right {
    float: right;
}

.content {
    padding: 10px;
    clear: both;
    overflow: hidden;
    line-height: 1.6;
    font-size: 1em;
    border-bottom: 1px solid #e2e2e2;
}

.content p {
    text-indent: 2em;
    margin-top: 10px;
}

.command {
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 20px 10px;
}

.command .keywords {
    float: left;
}

.command .keywords a {
    background: #e2e2e2;
    padding: 3px 5px;
    margin-right: 5px;
    border-radius: 3px;
}

.command .keywords a:hover {
    background: #333344;
    color: #ffffff;
}

.command .action {
    float: right;
}

.command .action a {
    padding: 5px 8px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}

.command .action a:hover {
    background: #333344;
    color: #ffffff;
    box-shadow: 0 0 5px #e2e2e2;
}

/* pages */

.pages {
    clear: both;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    line-height: 30px;
}

.pages li {
    float: left;
    margin-right: 6px;
}

.pages a, .pages span {
    padding: 2px 8px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}

.pages a:hover {
    background: #f5f5f5;
    box-shadow: 0 0 5px #e2e2e2;
}

.pages span.current {
    background: #333344;
    box-shadow: 0 0 5px #e2e2e2;
    color: #ffffff;
}

/* rbox */

.rbox {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px #e2e2e2;
    margin-bottom: 20px;
}

.rbox-title {
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
    color: #777777;
}

.rbox-title a {
    color: #777777;
}

.rbox-list {
    padding: 10px;
}

.rbox-list li {
    line-height: 30px;
    border-bottom: 1px dashed #f5f5f5;
    overflow: hidden;
}

.rbox-tag {
    padding: 10px;
}

.rbox-tag a {
    padding: 2px 8px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    line-height: 20px;
    margin: 3px 5px;
    display: inline-block;
}

.rbox-tag a:hover {
    background: #f5f5f5;
    box-shadow: 0 0 5px #f5f5f5;
    color: #333344;
}

.rbox-ad {
    padding: 10px;
    text-align: center;
}

.rbox-ad span {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 24px;
    color: #ffffff;
    background: #28374c;
}

.rbox-user {
    padding: 10px;
}

/* 底部 */

.footer {
    height: 40px;
    line-height: 40px;
    /* background: #ffffff; */
    clear: both;
    width: 100%;
    text-align: center;
    color: #9CA4A9;
}

.footer a {
    padding: 0 5px;
    color:#9CA4A9;
}

.login {
    padding: 10px;
}

.control-group {
    overflow: hidden;
    line-height: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.control-label {
    width: 15%;
    display: inline-block;
    float: left;
    text-align: right;
    /* margin-right:80%; */
}

.control-group .controls {
    width: 80%;
    /* float:left; */
    margin-left: 20%;
}

.control-group img {
    display: block;
    float: left;
    margin-left: 5%;
    height: 38px;
}

input.input {
    height: 30px;
    line-height: 30px;
    padding: 3px 5px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    font-family: sans-serif;
    width: 90%;
}

input.input-min {
    width: 20%;
    float: left;
}

input.input:focus {
    border: 1px solid #3385ff;
}

button.btn, a.btn {
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    background: #3385ff;
    color: #ffffff;
    font-size: 20px;
    box-shadow: 0 0 5px #e2e2e2;
}

button.btn:focus {
    border: none;
}

a.user_post {
    padding: 3px 5px;
    border-radius: 3px;
    background: #3385ff;
    color: #ffffff;
}

a.user_post:hover {
    background:#e2e2e2;
    color:#3385ff;
}

a.user_name {
    color:#3385ff;
}

/* 用户投稿 */
.add-article {
    padding:20px 40px;
}
.add-article-controls {
    padding:0 10px;
}
.add-title input {
    line-height: 50px;
    height:auto;
    border:none;
    font-size:20px;
    width:100%;
    text-indent: 10px;
}
.add-tag {
    border-top:1px solid #ccc;
}
.add-tag input {
    line-height: 40px;
    border:none;
    /* border-top:1px solid #ccc; */
    font-size:18px;
    width:100%;
    text-indent: 10px;
}
.add-title input:focus, .add-tag input:focus {
    border:none;
    box-shadow:none;
    outline:none;
    background:#fafafa;
}
.add-post {
    padding:20px 0;
}
.add-model {
    margin-bottom:20px;
}
.add-model label {
    line-height: 42px;
    border-bottom:3px solid #fafafa;
    padding:10px 0px;
    margin-right:15px;
}
.add-model label:focus {
    background:#3385ff;
}
.add-model label input:checked {
    background:#3385ff;
}
div.wangEditor-container {
    border:none;
}

/* 专题 */
.topic {
    margin-left:-10px;
    margin-right:-10px;
    overflow: hidden;
}
.box-topic {
    width:25%;
    float:left;
    margin-bottom:15px;
}
.topic-index .box-topic {
    margin-bottom:0px;
}
.topic-index .topic {
    margin-bottom:-10px;
}
.box-topic-title {
    background:#ffffff;
    padding:5px 10px;
    margin:0 10px;
    border-radius:5px 5px 0 0;
    text-align: center;
    height:40px;
    line-height:40px;
    border-bottom:1px solid #e2e2e2;
    vertical-align: middle;
    overflow: hidden;
    color:#3385ff;
    font-weight:bold;
}
.box-topic-footer {
    background:#f5f5f5;
    margin:0 10px;
    border-radius:0 0 5px 5px;
    font-size:14px;
    line-height: 24px;
    text-align: center;
    /* color:#ffffff; */
}
.box-topic a {
    
}
.box-topic a:hover .box-topic-title {
    background:#f5f5f5;
    color:#3385ff;
}
.box-topic a:hover .box-topic-footer {
    background:#3385ff;
    color:#ffffff;
}

.topic-page-header {
    /* background:#3385ff; */
    width:100%;
    padding:20px 0;
    color:#3385ff
}
.topic-page-header h1 {
    text-align: center;
    color:#3385ff;
    font-size:4em;
}
.topic-page-header .keywords {
    text-align: center;
    color:#333344;
    line-height:30px;
}
.topic-page-header .description {
    width:80%;
    margin: 0 auto;
    color:#777777;
    line-height:30px;
}
/* 手机屏 - 待更 */

@media screen and (max-width:779px) {
    .hidden-min {
        display: none;
    }
    body {}
    .top-content {
        width: 90%;
        padding: 4px 10px 0;
    }
    .main {
        width: 98%;
        margin: 1%;
        padding: 0;
    }
    .box {
        box-shadow: 0 0 0;
        margin-bottom: 5px;
    }
    .box-list ul li {
        width: 100%;
    }
    .footer {
        width: 100%;
    }
    .main-left {
        width: 100%;
    }
    .add-article {
        padding:10px;
    }
    /* 专题 */
    .box-topic {
        width: 100%;
    }
    .topic-index .topic {
        margin-bottom:0;
    }
    
}

/** 打印机专用样式  **/

@media print {
    .hidden-print {
        display: none;
    }
    .body {
        background: none;
    }
    .main {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .main-left {
        float: none;
        width: 100%;
    }
    .box {
        background: none;
    }
    .title h1 {
        text-align: center;
        font-weight: bold;
    }
    .content {
        font-size: 18px;
    }
}