.left-container{
    float: left;
    box-sizing: border-box;
    color: #333333;
    width: 300px;
	height: 220px;
	background-color: #ffffff;
	border-radius: 4px;
    padding: 37px;
    font-size: 18px;
}
.left-container div{

   cursor: pointer;
    margin-bottom: 42px;line-height: 18px;
}
.sel{
    font-weight: bold;
}
.right-container{
    float: right;
    width: 1180px;
	min-height: 680px;
    height:auto;
	background-color: #ffffff;
	border-radius: 4px;box-sizing:border-box;padding:0 40px;
}
.content1{
    
    width: 100%;
    margin: auto;
    margin-top: 60px;
    /*white-space: pre-line;*/
    font-size: 18px;
    line-height: 40px;
	color: #333333;
}
.content2 {
    display: none;
    width: 100%;
    margin: auto;
    margin-top: 60px;
    /*white-space: pre-line;*/
    font-size: 18px;
    line-height: 40px;
    color: #333333;
}
.content3{
    display: none;
    width: 100%;
    margin: 40px;
}
.content3 iframe{
    width: 100%;
	height: 400px;
	background-color: #fafafa;
	border-radius: 4px;
}
.lianxi{
    line-height: 100px;
    font-size: 20px;
    font-weight: bold;
}
.peo{
    float: left;
    margin-right:30px ;
    margin-bottom: 30px;
    box-sizing: border-box;
    width: 535px;
	height: 200px;
	background-color: #fafafa;
	border-radius: 4px;
    padding-top: 30px;
    padding-left:30px ;
    line-height: 24px;
    font-size: 14px;
    padding-bottom: 22px;
    color: #484848;
}
.peo:nth-child(2n){margin-right: 0;}
.peo>div{
    float: left;
}
.peo-img{
    margin-right: 20px;
    width: 120px;
	height: 120px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #f4f4f4;
}
.peo-name{
    font-size: 16px!important;
    font-weight: bold;
    margin-bottom: 6px;
}
.job{
    color: #999999!important;
}
@media  (min-width: 1000px) and (max-width: 1540px){
	.left-container{margin-right:0;width:28%;}
    .right-container{    width: 70%;}
   
}