*
{
	margin:0px;
	padding: 0px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
}

body{
	background-color: rgb(43,88,127);
	
	
}
a {
    text-decoration: none;
    cursor: pointer;
}
ul, ol, li, dt, dd {
    list-style: none;
}
.container
{
	margin:0 auto;
	width: 100%;
	height: 40px;
}
.header02
{

	background-color: rgb(43,88,127);
	height: 62px;
}
.header02 .img
{
	background: url(../images/ding08.png) center no-repeat;
	height: 62px;
    margin: 0 auto;
    background-size: 70%;
}
.content2
{
	width: 100%;
}
.left
{
	width: 16%;
	float: left;
}



#Tab1{
padding-top: 40px;
width:100%;
overflow: hidden;
background: white;
}


/*菜单class*/
.Menubox {
    width: 20%;
    float: left;
    background:rgb(43,88,127);
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{

display:block;
cursor:pointer;
width:100%;
height: 80px;
text-align:center;
color:white;  
margin: 0 auto;

}




.Menubox li.hover
{
padding:0px;
background:#fff;
color:rgb(43,88,127);

}

.Contentbox {
    padding-top: 10px;
    float: right;
    width: 80%;
    min-height:700px;
    background: white;
}
.Menubox li a
{
 display: inline-block;
 height: 36px;
 width: 100%;
 
}
.right01
{
	padding-left: 10px;
    height: 85px;
}
.hengxian
{
	width: 100%;
	height: 4px;
	background: rgb(238,238,238);
	margin-bottom: 10px;
}
.imgleft
{
	float: left;
}
.par
{
	float: left;
	margin-left: 15px;
    width: 53%;
}
.par h3 a
{
	font-size: 16px;
	color: #333;
	line-height: 16px;
}
.par h3 a:hover
{
	color:rgb(43,88,127);
}
.par p
{
	font-size: 13px;
	color: #666666;
	padding-top: 5px;
}
 voice:hover
{
	color:rgb(43,88,127);
}

.cateTitle{
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	 overflow: hidden;
}

.cateContent{
	color:#999999;
    margin-top: 8px;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-content{  
       position: fixed; 
    }  
    
.wapper{  
        position: fixed;   /*Ҫ֤footerwapperλþ*/  
    }  