网站版式
/* 基础css—基于co */
                    @import url(http://d3g0gp89917ko0.cloudfront.net/v--291054f06006/common--theme/base/css/style.css);
                    @import url(http://d3g0gp89917ko0.cloudfront.net/v--291054f06006/common--theme/co/css/style.css);
/*body设定*/
body {
    margin: 0px;
background-color: #d9e7ff;
    font-size: 80%;
    font-family: Arial, Helvetica;
    font-weight: 100;
}
a {
    text-decoration: none;
    color: blueviolet;
}
#page-content {
    padding-top: 27px;
    padding-left: 21px;
    font-size: 100%;
}
#page-title {
    margin: 0 0 0 0;
    padding-top: 0.5em;
    font-size: 200%;
    border-bottom: 1px solid #666;
}
#header {
height: 12em;
    background-image: linear-gradient(#0f2146, #62a5f1) !important;
}
#header h1 a, #header h1 a:hover {
    color: #cfcbff;
    background-color: transparent;
    font-size: 42px;
    font-weight: 100;
}
#main-content {
    margin-left: 16%;
}
/*body结束*/
/*侧栏*/
#side-bar {
    width: 16%;
    float: left;
    background-color: #c6e1ff;
    border-right: 1px solid #3a2da3;
    border-bottom: 1px solid #3a2da3;
    color: #4E4F43;
    padding: 0.5em;
    margin: 10px;
    border-radius: 10px;
}
.SidebarBox {
    background-color: aliceblue;
    margin: 0px 0px 42px 0px;
    padding: 0px 10px 10px 10px;
    border-radius: 10px;
}
.SidebarBoxTitle {
    font-size: initial;
    border-bottom: solid 1px #7387e9;
}
 
/*侧栏结束*/
/*顶栏*/
#top-bar a, #top-bar li ul li a {
    color: #bdffe4;
    text-decoration: none;
}
/*顶栏结束*/
/*评分模块开始*/
.page-rate-widget-box .rate-points {
    background-color: #aae3fd;
    color: #100f83;
    font-weight: bold;
    padding: 0 10px;
    -moz-border-radius: 4px 0 0 4px;
    border: 2px solid #aae3fd;
    border-right: none !important;
    border-radius: 8px 0px 0px 8px;
}
span.cancel.btn.btn-default {
    border: 2px solid #aae4fd;
    background-color: #aae4fd;
    border-radius: 0px 8px 8px 0px;
}
.page-rate-widget-box a {
    text-decoration: none;
    color: #000;
    background-color: #aae3fd;
    padding: 0 5px;
    border: solid 2px #aae3fd;
}
.page-rate-widget-box .cancel, .page-rate-widget-box .cancel a {
    -moz-border-radius: 0 4px 4px 0;
    background-color: #aae3fd !important;
}
.page-rate-widget-box a {
    text-decoration: none;
    color: #000;
    background-color: #dbf4ff;
    padding: 0 5px;
    border: solid 2px #aae3fd;
}
.ratedown a {
    border-left: none !important;
}
.rateup a {
    border-right: none !important;
}
.rateup a:hover, .ratedown a:hover {
    background: #65bcef;
    color: #fff;
}
/*评分模块结束*/
/*自设css*/
.ArticleTitle {
    font-size: 170%;
    cursor: context-menu;
    font-weight: 100;
}
.Paragraph {
    padding-left: 2%;
    font-family: auto;
    cursor: context-menu;
    font-size: 111%;
}
/*图块*/
.ImageBoxRight {
    float: right;
    background-color: #dddddd;
    border: solid #777 1px;
}
.ImageBoxTitle {
    border-top: #777 solid 1px;
    height: fit-content;
    font-size: 18px;
    color: #000;
}
.ImageBocTitle p{
    margin: 3px;
    text-align: center;
}
img.image {
    width: 26em;
}
/*自设css结束*/