/* all news */

.allnews-page {
    background-position: bottom 25% right 0;
}

.allnews-page .center-col {
    float: none;
    width: 100%;
    padding-right: 0;
}

.news-block-all {
    padding-top: 25px;
}

.news-block-all:after, .news-block-all .item:after {
    content: "";
    display: table;
    clear: both;
}

.news-block-all .col {
    float: left;
    position: relative;
    width: 50%;
    min-height: 1px; 
}

.news-block-all .col1 {
    padding-right: 35px;
}

.news-block-all .col2 {
    padding-left: 35px;
}

.news-block-all .pic, .news-block-all .txt-block {
     position: relative;
     min-height: 1px;    
}

.news-block-all .pic {
     float: right;
     width: 40%;
     padding-left: 15px;
}

.news-block-all .pic IMG {
    margin-bottom: 0;
}

.news-block-all .txt-block {
     float: left;
     width: 60%;
     padding-right: 15px;
}

.news-block-all .no-pic {
    width: 100%;
    padding-right: 0;
}

.news-block-all .date {
    font-size: 14px;
}

.news-block-all .item {
    padding: 43px 0;
    border-top: 1px solid #E5E5E5;
}

.news-block-all .col .item:first-child {
    border: 0;
}

.news-block-all .col .item:last-child {
    padding-bottom: 10px;
}

/* one news */

.onenews-page H5 {
    margin: 15px 0 0 0;
}

.onenews-page HR {
    margin-top: 30px;
}

.onenews-page .back {
    font-size: 15px;
    margin-bottom: 0;
}

.onenews-page .back A:visited {
    color: #305A77;
}

.onenews-page .back A:hover {
    color: #32C0EE;
}
