.navbar {
 background: rgb(6,88,144); margin: 0px auto; width: 100%; height: 50px; line-height: 50px; position: relative;z-index:10;}
.nav
{margin: 0px auto; width: 1200px; height: 50px;}
.nav li
{height: 50px; width: 120px; line-height: 50px; font-size: 16px; float: left; position: relative;}
.nav li>a
{font-weight:bold;padding: 0px 18px; color: rgb(255, 255, 255); display: block; text-align: center;}
.nav li:hover>a
{background: rgb(0,132,205);color: rgb(255, 255, 255); display: block;}
.subnav
{display:none;width:100%;background: url(./images/navbg.png);top:50px;font-size: 13px;}
.subnav a
{font-weight:bold;line-height: 50px;height: 50px;display: block;font-size: 13px;text-align: center;color: rgb(255, 255, 255);}
.subnav a:hover
{background: rgb(6,88,144); color: rgb(255, 255, 255);}
.main_conRCb ul li {
    background: url(./images/newsico.png) no-repeat 18px 25px; height: 52px; color: rgb(102, 102, 102); line-height: 52px; text-indent: 15px; font-size: 14px; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: dashed; cursor: pointer;}
.main_conRCb ul li:hover {
    background-color: #f8f8f8; color: #0084CD;}
.main_conRCb ul li:hover em {
   color: #0084CD;}
.main_conRCb ul li span {
    margin-right: 18px; float: right;}
.main_conRCb ul li em {
    overflow: hidden; float: left; margin-left: 17px; display: block; color: #585858; font-style:normal;}
