.article-box {
    margin-bottom: 10px;
}
.article-item  {
    margin-bottom: 20px;
}
.article-item .article-left {
    float: left;
    width: 80px;
    margin-right: 20px;
}
.article-item .article-right {
    float: left;
    width: 360px;
}
.article-item .article-right .article-title {
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}
.article-item .article-right .article-title a {
    color: #333;
}
.article-item .article-right .article-title a:hover {
    color: #FE8F00;
}
.article-item .article-right .article-lead {
    color: #7a7a7a;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.article-box .article-item {
    float: left;    
    width: 460px;
    height: 160px;
    overflow: hidden;
}
.article-box .article-item:nth-child(odd) {
    margin-left: 20px;
}
.article-list .article-item {
    width: 670px;
    border-bottom: #e0e0e0 1px solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.article-list .article-item .article-right {
    float: left;
    width: 570px;
}
.article-view {
    margin-top: 10px;
}
.article {
    width: 670px;
}
.article-view .content {
    /*color: #7a7a7a;*/
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #4c4c4c;
}
.article-view .content b, .article-view .content strong {
    color: #3d3535;
}
div.related.cf div ul li.related-actual-item a:hover,
div.related.cf div ul li.related-actual-item:hover{
    text-decoration: underline;
}
.article-view .lead {
    font-family: Arial;
    color: #3c3535;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    /*color: #333;*/
    /*font-size: 14px;*/
    /*line-height: 18px;*/
    margin-bottom: 10px;
    /*font-weight: bold;*/
}
.article-view .meta {
    margin-bottom: 10px;
    /*font-size: 10px;*/
    /*color: #7a7a7a;*/
    font-family: Arial;
    color: #6b747b;
    font-size: 16px;
    font-weight: 400;
}
.article-view h1.article-title {
    text-transform: uppercase;
    font-family: Arial;
    color: #3c3535;
    font-size: 36px;
    font-weight: 700;
    /*color: #333;*/
    /*font-size: 26px;*/
    /*font-family: Arial, sans-serif;*/
    /*font-weight: bold;*/
    margin-bottom: 10px;
}
.all-article-link {
    text-align: center;
    border-top: #e0e0e0 1px solid;
    clear: both;
    padding-top: 20px;
}
.article-view ul {
    padding-left: 20px;
}
.article-view ul p {
    margin-top: 5px;
    margin-bottom: 5px;
}
.article-view .related {
    margin-top: 40px;
    clear: both;
    margin-top: 20px;
    font-size: 13px;
}
.article-view .related h2 {
    /*color: #333;*/
    margin-bottom: 10px;
    font-family: Arial;
    color: #3c3535;
    font-size: 24px;
    font-weight: 700;
}
.article-view .related .related-left {
    width: 460px;
    float: left;
}
.article-view .related .related-right {
    width: 460px;
    float: right;
}
.related-actual-item {
    margin: 10px 0;
    padding-bottom: 10px;
    /*border-bottom: 1px dashed #C4C4C4;*/
    color: #7a7a7a;
    font-family: Arial;
    color: #fe8f00;
    font-size: 18px;
    font-weight: 700;
}
.related-actual-item:last-child {
    border-bottom: none;
}
.article-list.box {
    margin-top: 10px;
}
.left.article .lined-box {
    border-left: 10px solid #fe8f00;
    font-family: Arial;
    color: #3c3535;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    background-color: #ededed;
    padding: 20px;
}
.article-writer {
    margin-left: 3px;
    display: inline-block;
}
.meta.cf a {
    float: left;
    margin-right: 5px;
}

.disquss{
    margin-top:25px;
    margin-bottom: 30px;
}

.disquss > .show-comments{
    
    height: 40px;
    font-size: 24px;
    background: #E5D158;
    color: #333333;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
}

.disquss.disquss_1 > .show-comments{
    background: #FE8F00 !important;
    color: #fff !important;
}

.disquss.disquss_3 > .show-comments{
    background: #B63232 !important;
    color: #fff !important;
}