﻿body, article, section, h1, h2, hgroup, p, a, ul, ol, li, em, div, small, span, footer, canvas, figure, figcaption, input {
    margin: 0;
    padding: 0;
}
header {
    background-color: #CCEAFA;
    width: 100%;
    height: 41px;
}

.header_left {
    float: left;
    line-height: 41px;
    height: 41px;
}

.header_left_left {
    margin: 10px 0px 10px 15px;
    width: 12px;
    height: 12px;
    float: left;
    border: 1px solid #2F1F74;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(135deg);
    margin-top: 13px;
}

.header_left_right {
    float: left;
    text-shadow: 0 1px 0 #fff;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.header_right {
    height: 26px;
    width: 127px;
    margin-right: 10px;
    float: right;
    background-image: url(../img/logo.png);
    background-size: 100% 100%;
    margin: 8px;
}
.main {
    margin-top:1px;

}
article {
    min-height: 500px;
    margin: 20px;
}
article h2 {
    text-align: center;
    line-height: 25px;
    margin: 15px auto 10px;
    color: #333;
    font-size:18px;
}
article .publish {
    text-align: center;
    font-size: 12px;
    color: #8c8c8c;
}
article .publish .publish {
    text-align: center;
    font-size: 11px;
    color: #8c8c8c;
}
article .publish .publish {
    text-align: center;
    font-size: 11px;
    color: #8c8c8c;
}
article .content {
    padding: 15px 15px 0px;
    color: #333;
    font-size: 14px;
}
.content img {
    display:block;
    width:100%;
    height:auto;
}
footer {
    text-align: center;
    padding: 4px 0 15px;
    background-color: #fff;
    color: #8F9295;
    width: 100%;
    font-size:12px;
}
footer a {
    position: relative;
    top: 3px;
    font-size: 13px;
    color:#969696;
    text-decoration:none;
}