*{
	padding: 0px;
	margin: 0px;
	color: #424242;
	/* font-family: STSong; */
	font-family: "Microst YaHei";
	list-style: none;
	text-decoration: none;
	
	font-size: 16px;

}

body{
	background-color: #EFEFEF;
	/* background:url("../images/bg14.fw.png") no-repeat 0 320px;        整体背景图片   */
	
	background-size: 100% 1200px ;

}

.list{
	height: 700px;
	width: 1400px;
	margin:0 auto;
	margin-top: 10px;
	position: relative;
	display: flex;

}






.list-left{                                                 /* 左边部分  */
    width: 300px;
background-color: #FFFFFF;
border: #33b79a solid 1px;
/* padding-right: 25px; */
}

.list-left-top{
    height: 50px;
	background-color: rgb(242, 242, 247);
	padding-left: 25px;
	margin-bottom: 25px;
	/* text-align: center;  */
	/* align-items: center;  */
	line-height: 50px;

}
.list-left-list li{
	padding-left: 45px;
    display: block;
    line-height: 40px;

}



                                                              /* 鼠标指向时变色 */
.list-left-list li:hover{                                             
	background-color:  rgb(242, 242, 247);
}


                                                             /* 右边部分  */
.list-right{
    width: 1090px;
    background-color: #FFFFFF;
    /* padding-left: 25px; */
    margin-left: 10px;
    border: #33b79a solid 1px;
}

.list-right-top{
    height: 50px;
	background-color: rgb(242, 242, 247);
	line-height: 50px;
	padding-left: 25px;
}

.list-right-list{
	margin: 40px 30px 0px 40px;

}
                                                                       /* 右边列表  */
.list-right-list li{
	
	display: block;
	height: 50px;

	line-height: 50px; 
}

.list-right-list li span{
	float: right;

}




