﻿#div_main
{
    height:600px;
}
#newsLM
{
     width:220px;margin-top:10px;float:left;height:600px;
}
#newsLM_title
{
    width:100%;background-color:#78a4d6;color:#FFFFFF;text-align:center;line-height:50px;height:50px;font-size:16px;letter-spacing:2px;text-indent:2px;
}
#newsLM_container
{
    background-color:#f7f7f7;width:100%;overflow:auto;padding-bottom:30px;
}
.newsLM_item
{
    color:#353535;text-align:left;line-height:50px;height:50px;margin:0px 30px;
    border-bottom:solid 1px #dcdcdc;position:relative;
}
.newsLM_item:last-child
{
    border-bottom-width:0px;
}
.newsLM_item_on
{
    text-indent:16px;
}
.newsLM_item_on:before
{
   content:'';
   position:absolute;left:0px;width:8px;height:8px;border-radius:4px;overflow:hidden;background-color:#78a4d6;top:50%;margin-top:-4px;
}
.newsLM_item_on a
{
    color:#78a4d6;
}
#newsContainer
{
    width:1200px;margin-top:10px;float:right;height:600px;
}
#newsLM + #newsContainer
{
    width:900px;
}