﻿.mbg
{
  background-color:#F0F0E5;
  font-weight:bold;
}

body
{
    margin: 0;
	padding: 0;
    }
.left
{
     width:200px;
     float:left;
     height:200px;
    font-family:微软雅黑;
    vertical-align:top;
}

.leftmenu
{
   width:190px;  position:relative; 
}
.leftbgimg
 {
    position:absolute;left:0px;top:0px;width:190px;z-Index:-1; 
 }
 
.right
{
  min-height: 530px;
     width:970px;
     float:left;
  margin-bottom:10px; 
}
.showcontent
{
   margin-top:20px;
   color:#808080;

}
.main_content
{
 font-size:13px;    
 vertical-align:top;
}

.leftmenu li
{
     cursor:pointer;
    }
    
    /*---------------------------------------------*/
    
    .point {
    height: 26px;

    width: 10px;
}
.suqiucontent {
    border-bottom: 1px dashed gray;
    color: #808080;
    font-size: 13px;
    height: 26px;
    width: 475px;
      font-family:微软雅黑;
}

.suqiucontent div {
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    width: 465px;
}
.suqiudate {
    border-bottom: 1px dashed gray;
    color: gray;
    font-size: 12px;
    text-align: right;
    width: 12%;
      font-family:微软雅黑;
}

.suqiucontent div a:link {
    color: #808080;
    text-decoration: none;
}
.suqiucontent div a:visited {
    color: #808080;
    text-decoration: none;
}
.suqiucontent div a:active {
    color: #808080;
    text-decoration: none;
}
.suqiucontent div a:hover {
    color:#C3292B;
    text-decoration: none;
}

.newstype
{
    font-weight:bold;
    margin-bottom:10px;
    }