﻿.wp-post-image
{
    width: 100%;
    height: 170px;
    border: solid 1px #eee;
    padding: 2px;
    border-radius: 3px;
}/*按钮*/
.current div
{
    color: #fff;
    background-color: #e60012;
    border: solid 1px #e60012;
}
.current div:hover, .current div:focus
{
    color: #fff;
    background-color: #cd0010;
    border-color: #cd0010;
}
.current-cat a
{
    color: #e60012;
    font-weight: bold;
}
.screen-reader-text
{
    width: 80px;
    color: #666;
}
.alignnone
{
    width: 100%;
    height: auto;
}
.aligncenter
{
    width: 100%;
    height: auto;
}
.alignleft
{
    width: 100%;
    height: auto;
}
.alignright
{
    width: 100%;
    height: auto;
}