﻿#sectionTop h2 {
    letter-spacing: 2px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.section-article > .inner {
    width: auto;
    padding: 0px;
}
.col-right {
    width: auto;
    position: relative;
}





/****************/
h1.p-title {
    padding: 0 12px;
    font-size: 18pt;
    border: 0;
    line-height: 1.5em;
}

.p-time {
    padding: 0 12px;
    margin-bottom: 15px;
}

.article-content {
    padding: 0 12px;
    padding-bottom: 25px;
}

.section-article {
    padding-top: 10px;
}

.article-content p {
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 1.8em;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5 {
    margin-bottom: 0px;
    line-height: 1.8em;
}
.article-title > p {
    padding-left: 12px;
    padding-right: 12px;
}

.article-title > h1 {
    background: none;
    padding: 0 12px;
    font-size: 16pt;
    font-weight: normal;
}

.article-title {
    margin-bottom: 20px;
}

/*****************/
ul.list-articles {
    border-top: 1px solid #ddd;
}
ul.list-articles > li {
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    padding-right: 5px;
    background: url("images/dot1-48.png") 10px center no-repeat;
    background-size: 10px auto;
    padding-left: 28px;
}
h3.list-title {
    margin-left: 10px;
    font-size: 12pt;
    background-size: 18px;
    padding-left: 28px;
    margin-bottom: 10px;
}
ul.list-articles > li a {
    border-radius: 0px;
    background: url("images/right-32.png") right center no-repeat;
    background-size: 12px auto;
    padding-right: 16px;
    background-color: #fff;
    padding-left: 0px;
}

.section-article {
    padding-bottom: 15px;
}
ul.list-articles li.selected a {
    background-color: transparent;
    color: #c7000c;
    background: url("images/right-32.png") right center no-repeat;
    background-size: 12px auto;
}
ul.list-articles > li.selected {
    background-image: url("images/dot3-48.png");
}

/***************/
ul.list-hots > li {
    padding: 0px 10px;
}
.article-404 {
    text-align: center;
    padding: 100px 0;
    border-bottom: 20px solid #f0f0f0;
    color: #999;
}