﻿.borderbax {
    color: #ffffff;
    font-weight: bold;
}

#topNews_bg {
    height: 340px;
    background-color: #ffffff;
    color: #353737;
    text-align: justify;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0px;
    float: left;
}

#imgflex {
    width: 100%;
    height: 300px;
    cursor: pointer;
    margin: 0px;
    padding: 0px !important;
    margin-right: 5px;
    margin-bottom: 5px;
    border: solid 1px #f0f0f0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

#imgflexdiv {
    height: 300px;
    margin: 0px;
    padding: 0px !important;
    border: none;
}

#divtitlebax {
    font-weight: bold;
    padding: 5px 0px;
    margin-right: 2px;
    text-align: justify;
    width: 100%;
    height: auto;
    overflow: hidden;
}

    #divtitlebax a {
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
        color: black;
        text-decoration: none;
    }

        #divtitlebax a:hover {
            color: #186e1c;
        }

#divNewsDes {
    font-weight: normal;
    color: #000;
    padding: 5px;
    text-align: justify;
}

    #divNewsDes a {
        text-decoration: none;
        color: #353737;
    }

        #divNewsDes a:hover {
            color: #0033ff;
        }

#textshow {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    height: 24px;
}

.borderbax img {
    cursor: pointer;
    padding: 0px;
    margin: 0px;
}

#divnumberflex {
    padding: 0px;
    margin: 1px;
    margin-top: -3px;
    text-align: right;
}

    #divnumberflex td {
        margin-left: 10px;
    }

#divButton {
    text-align: right;
    clear: both;
    overflow: hidden;
}

.divnumberselect {
    background-color: rgb(2, 104, 150);
    display: inline-block;
    width: 24px;
    height: 20px;
    line-height: 20px;
    margin-left: 1px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    font-family: times-newroman;
    font-size: 14px;
    border-radius: 50%;
}

.divnumber {
    background-color: #2058a0;
    display: inline-block;
    width: 24px;
    height: 20px;
    line-height: 20px;
    margin-left: 1px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-weight: normal;
    font-family: times-newroman;
    font-size: 14px;
    border-radius: 50%;
}
    