﻿.section-article {
    overflow: hidden;
}
.col-right {
    width: 270px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.section-article {
    padding: 35px 0;
}
.section-article > .inner {
    position: relative;
    padding-left: 300px;
    width: 900px;
}


h3.list-title {
    font-size: 14pt;
    background: url("images/list-48.png") left center no-repeat;
    background-size: 24px auto;
    line-height: 30px;
    padding-left: 36px;
}


ul.list-articles > li {
    margin-bottom: 15px;
}

    ul.list-articles > li a {
        display: block;
        line-height: 1.5em;
        color: #333;
        border-radius: 5px;
        padding: 10px 12px;
        font-size: 11pt;
        background: url("images/dot1-48.png") 8px center no-repeat;
        padding-left: 26px;
        background-color: #f4f4f4;
        background-size: 10px auto;
    }

    ul.list-articles > li:hover a {
        color: #c7000c;
    }

ul.list-articles li.selected a {
    background-color: #c7000c;
    color: #fff;
    background-image: url("images/dot2-48.png");
}


.album-w1 {
    margin-bottom: 25px;
}

.article-title > h1 {
    background: url("images/tag-64.png") left 10px no-repeat;
    background-size: 32px auto;
    line-height: 1.5em;
    padding-left: 40px;
    margin-bottom: 8px;
}
.article-title > p {
    border-bottom: 2px solid #f0f0f0;
    margin: 0;
    padding-bottom: 5px;
    font-size: 9pt;
    color: #999;
}
.article-title {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1px;
    margin-bottom: 35px;
}

/*******************/
ul.list-albums {
    padding-left: 30px;
}
ul.list-albums > li {
    list-style: disc;
    margin-bottom: 10px;
}
    ul.list-albums a {
        color: #333;
        font-size: 11pt;
    }
    ul.list-albums a:hover {
        color: #ff3300;
    }
/************************************************/
.article-content {
    padding-bottom: 50px;
    padding-right: 10px;
}

.article-content p {
    margin-bottom: 0px;
    font-size: 14pt;
    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-content img {
    max-width: 100%;
}
.article-content ol,
.article-content ul{
    padding-left: 30px;
}
.article-content ol > li,
.article-content ul > li {
    list-style-type: inherit;
}
/************************************************/

ul.list-hots a {
    display: block;
    padding: 10px 12px;
    position: relative;
    padding-left: 30px;
    padding-right: 0px;
    color: #333;
    font-size: 11pt;
    line-height: 20px;
}
ul.list-hots > li {
    border-top: 1px dashed #ddd;
}
ul.list-hots > li.last {
    border-bottom: 0px;
}
ul.list-hots a:hover {
    color: #ff3300;
}
ul.list-hots a > span {
    display: block;
    width: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #61dbbd;
    color: #fff;
    font-size: 11pt;
    border-radius: 4px;
    position: absolute;
    left: 0px;
    top: 10px;
}
ul.list-hots a > span.hot-1 {
    background-color: #ff3300;
}
ul.list-hots a > span.hot-2 {
    background-color: #ff9900;
}
ul.list-hots a > span.hot-3 {
    background-color: #99cc00;
}