﻿.after-box {
    clear: left;
}

div.comm_news {
    width: 100%;
    height: 150px;
    background: white !important;
    border: 1px solid #777777;
    font-family: Verdana;
    font-size: 11px;
    margin-right: 20px;
}

    div.comm_news div.comm_news_img {
        width: 145px;
        max-height: 145px;
        float: left;
    }

        div.comm_news div.comm_news_img img {
            height: 148px;
        }

div.comm_news_content {
    width: 600px;
    margin-left: 170px;
    margin-top: 15px;
    background-color: white;
    font-size: 14px;
}

div.comm_news_link {
    width: 600px;
    text-align: left;
}

    div.comm_news_link a {
        color: black;
        text-align: left;
        font-weight: bold;
    }

div.comm_news_content a:hover {
    text-decoration: underline;
}

div.comm_news_text {
    margin-left: 0px;
    text-align: justify;
    font-size: 10px;
    line-height: 12px;
}

div.comm_news_date {
    background-color: #e4082e;
    color: white;
    width: 100px;
    font-size: 9px;
    font-weight: bold;
    padding-left: 5px;
}

div.comm_news_i {
    width: 48%;
    height: 300px;
    background: white !important;
    border: 1px solid #777777;
    font-family: Verdana;
    font-size: 11px;
    float: left;
    border: 1px solid #616161;
}

div.comm_news_i2 {
    margin-left: 20px;
}

div.gzs-after-box {
    clear: left;
}

div.gzs-after-box2 {
    display: none;
}

div.comm_news_i div.comm_news_img, div.comm_news_i div.comm_news_img img {
    width: 100%;
    height: 100%;
    float: left;
    padding: 0 0 0 0;
}

div.comm_news_i div.comm_news_link {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    width: 100%;
    top: 20px;
    height: 100px;
    position: absolute;
    font-family: bebas_neuebook;
    font-size: 23px;
    line-height: 30px;
    color: #616161;
}

    div.comm_news_i div.comm_news_link a {
        color: #616161;
    }

        div.comm_news_i div.comm_news_link a:hover {
            color: darkslategrey;
        }

div.comm_news_i div.comm_news_date {
    background-color: #e4082e;
    color: white;
    width: 130px;
    left: 0;
    top: -25px;
    height: 25px;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
}

div.comm_news_i_content {
    position: relative;
    width: 100%;
    height: 98px;
    margin-left: 0;
    top: 200px;
    background-color: white;
    color: black;
    font-size: 14px;
}
div.inline {
    float: left;
}

.clearBoth {
    clear: both;
}
div.infoErr {
    background-color: #FEB5A6;
    color: red;
    font-weight: bold; 
    text-align: center;
}