html, body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 35px;
    background-color: #f7f7f7;
}

#topmenu {
    width: 1400px;
    margin: 0px auto;
    overflow: hidden;
}
#sebar{width:740px;float:left;padding-left:300px;}
#skey{margin-top:13px;margin-right: 5px;}
#userinfo{text-align: right;padding-right: 10px;}
.header {
    background-color: #2f4056;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
}

.logo {
    font-size: 24px;
    width: 360px;
    float: left;
}

.logo img {
    margin-top: -5px;
}

.navbar a {
    display: block;
    text-decoration: none;
    float: left;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    width: 100px;
    margin: 10px 0px;
    margin-right: 10px;
}

.navbar a:hover, .navbar .cura {
    background-color: #da3f39;
    color: #fafafa;
    font-weight: bold;
    border-radius: 5px 5px 5px;
}

#footbar {
    width: 1400px;
    margin: 0px auto;
    text-align: center;
}

.copyright {
    background-color: #eeeeee;
    line-height: 50px;
    text-align: left;
    padding-left: 10px;
    color: #2f363c;
}

.layui-this a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.layui-show a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}
.layui-badge{margin-bottom: 10px;margin-right:5px;min-width: 65px;}
.layui-show .layui-badge {
    padding: 5px 10px;
    line-height: 25px;
    height: 25px;
}

.copyright a {
    text-decoration: none;
    color: #2f363c;
    padding-left: 20px;
}

.pagebody {
    width: 1360px;
    margin: 20px auto;
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px;
    padding: 10px 20px 20px 20px;
    min-height: 750px;
}

.siteclose {
    text-align: center;
    font-size: 24px;
    color: #da3f39;
    line-height: 100px;
}

.mybadge span {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding: 0px 10px;
    border-radius: 5px 5px 5px;
}

.article .title {
    background-image: url('/static/images/h1bg.png');
    background-repeat: no-repeat;
    background-position: 0 12px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 10px;
}

.artlist {
    border-bottom: 1px solid #EEEEEE;
    padding: 10px 0px;
    height: 150px;
    overflow: hidden;
    cursor: pointer;
}

.artlist .artimg {
    width: 220px;
    margin-right: 10px;
    float: left;
    height: 150px;
    overflow: hidden;
}

.artlist .artimg img {
    width: 220px;
    height: 150px;
    border: none;
    border-radius: 5px 5px 5px;
}

.artlist .artinfo {
    width: 1128px;
    height: 150px;
    float: left;
}

.artinfo h2 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    line-height: 35px;
    color: #333333;
    font-weight: normal;;
}

.artinfo a:hover {
    color: #da3f39;
}

.artinfo span {
    display: block;
    color: #777777;
    font-size: 12px;
    line-height: 35px;
    height: 35px;
    width: 120px;
    float: left;
}

.artinfo span i {
    font-size: 12px;
}

.artinfo .artother {
    clear: both;
}

.artinfo .artsummary {
    font-size: 14px;
    color: #555555;
    line-height: 20px;
    width: 1128px;
    height: 70px;
    overflow: hidden;
    padding-top: 10px;
    word-break: break-all;
}


.turnpage {
    padding: 7px;
    margin: 3px;
    text-align: center;
}

.turnpage a {
    border: #000000 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #000000;
    text-decoration: none;
}

.turnpage a:hover {
    border: #000000 1px solid;
    color: #fff;
    background-color: #000;
}

.turnpage a:active {
    border: #000000 1px solid;
    color: #fff;
    background-color: #000;
}

.turnpage span.current {
    border: #000000 1px solid;
    padding: 2px 5px;
    font-weight: bold;
    margin: 2px;
    color: #fff;
    background-color: #000000;
}

.turnpage span.disabled {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #ddd;
}

.nocont {
    min-height: 1000px;
    text-align: center;
    color: #da3f39;
}

.nocont h1 {
    font-size: 96px;
    line-height: 200px;
}

.graytxt {
    color: gray;
}

.size12 {
    font-size: 12px;
}

.artcontent pre {
    background-color: #2f4056;
    color: #FFFFFF;
    padding: 10px;
    border: 1px solid #142031;
    border-radius: 5px 5px 5px;
    font-size: 13px;
    line-height: 20px;
}

.artcontent table {
    border: 1px solid #CCCCCC;
    font-size: 13px;line-height: 20px;
}
.artcontent table th{
    background-color:#EEEEEE !important;
}
.artcontent table td, .artcontent table th {
    padding-left: 5px;
    border-bottom: 1px solid #cccccc !important;
    border-right: 1px solid #bbbbbb !important;
    line-height: 25px !important;
    text-align: left !important;
}