@import url("/assets/css/core.css");

/****************************************** news ***************************************/

#newsContLeft {
    width: 280px;
    float: left;
    border-right: 1px solid #c7c8ca;
    padding: 0 13px 0 0;
}

#newsContLeft li {
    margin: 0 0 22px 0;
}

#newsContLeft a {
    display: block;
    font-size: 13px;
    color: #636363;
}

#newsContLeft a span {
    display: block;
    font-size: 11px;
    color: #7e7e7e;
    padding: 0 0 3px 0;
}

#newsContLeft a:hover{
     color: #212121;
}

#newsContLeft a:hover span {
    color: #212121;
}

#newsContLeft li.on a {
    color: #751241;
    font-weight: bold;
}

#newsContLeft li.on a span {
    color: #751241;
}

#newsContRight {
    width: 591px;
    float: left;
    padding: 0 0 0 15px;
}

#newsContRight h2 {
    color: #252525;
    font-size: 18px;
    font-family: "Lucida Grande", "Lucida Sans Unicode",arial;
    margin: 0 0 15px 0;
}

#newsContRight h2 span {
    font-size: 13px;
    color: #5c5c5c;
    display: block;
}