.comment_yzr{
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 1px 2px 10px #aaa;
    box-shadow: 1px 2px 10px #aaa;
    margin-bottom: 10px;
    margin-top: 60px;
}
.comment_yzr form{
    max-width:none!important;
}
.highlight{
    display: block;
    margin: 20px 0;
    padding: 1em;
    border: none;
    overflow: auto;
    line-height: 1.3;
    max-height: 35em;
    position: relative;
    background: #2d2d2d;
    background-size: 30px, 30px;
    font-size: 0.93em;
    color: #ccc;
    border-left: 4px solid #999;
    border-radius: 5px;
    word-break: break-all;
    word-wrap: break-word;
}
.copyTextarea{
    color: #ff7000;
    outline: none;
    resize: none;
    max-width: 200px;
}

.selectionBefore{
    width: 50%;
    height: 20px;
    background:url("../blogImg/selection2.png") center center;
    background-size: 100% 100%;
}
.selectionAfter{
    width: 50%;
    height: 30px;
    background:url("../blogImg/selection1.png") center center;
    background-size: 100% 100%;
}

.test{
    color: red;
}


.blog_title{
    font-size: 24px!important;
    text-align: center;
}
.blog_title_fu{
    text-align: right;
}
.blog_content p{
    text-indent: 3em;
    text-align: justify;
}
.blog_content em{
    color: red;
}