﻿/* Put your css in here */
.header-duthao {
    margin-bottom: 1px;
    border: 1px solid rgb(163, 195, 243);
    border-collapse: collapse;
    text-transform: uppercase;
}
 .header-duthao .title {
    color: #990000;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 10px;
    text-align: center;
}
.draft_subtitle {
    background: none repeat scroll 0 0 #FFFFCE;
    color: #C60000;
    font-family: 'Arial';
    font-size: 9pt;
    font-weight: bold;
    height: 22px;
    padding-left: 10px;
}
/*.news-title {
    font-size: 15px;
    font-family: 'Roboto Condensed',Arial;
    font-weight: bold;
    padding: 10px 0px;
}*/
.news-sumary {
    font-size: 15px;
    font-weight: bold;
    padding-bottom:10px;
}
.select-item{height:27.5px;width:100%}



.clear {
    clear: both;
}

.news-title {
    font-size: 24px;
    text-align: left; /*!important;*/
}

.news-sumary {
    font-size: 16px;
    text-align: justify;
}

.news-content {
    margin-top: 10px;
    text-align: justify;
}

    .news-content p {
        text-align: justify /*!important*/;
    }

    .news-content iframe {
        width: 100% !important
    }

.PublishTime {
    float: left;
    text-align: right;
}

@media only screen and (min-width: 768px) {
    .news-content img {
        width: 80% !important
    }
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
    .news-content img {
        width: 100% !important
    }

    .PublishTime {
        text-align: left;
    }
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
    padding: 2px 7px;
}