body{
	background: #fff;
}
header{
	position:fixed;
	top:0;
	width:960px;
	height: 115px;
	background-color:#fff;
	border-bottom:1px solid #dcdddd;
	font-size: 40px;
	color: #505050;
	font-weight: bold;
	padding-top: 36px;
}
header .return_prev_page {
	/*position: absolute;
	left: 40px;
	top: 50px;
	display: block;
	width: 50px;
	height: 50px;*/
	position: absolute;
    left: 15px;
    top: 25px;
    display: block;
    padding:0 70px 0 30px;
    height: 70px;
    line-height: 76px;
}


.main_list{
	padding-top: 130px;
	background: #fff;
}
.main_list>ul>li{
	font-size: 30px;
	color: #505050;
	padding-left: 40px;
	text-align: left;
}
.main_list>ul>li .title{
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid #eeefef;
	font-size:40px;
}
.main_list>ul>li .title img{
	transform: rotate(-90deg);
	transition: all 0.3s;
}
.section2{
	background: #fff;
	display: none;
}
.c_list{
	padding: 27px 0;
	border-bottom: 1px solid #eeefef;
	padding-right: 30px;
}
.com1{
	width: 180px;
	font-size: 30px;
	color: #505050;
}
.com2{
	font-size: 30px;
	color: #7d7d7d;
}
.com3{
	width: 670px;
	font-size: 30px;
	color: #7d7d7d;
}
.com4{
	width: 100%;
	margin-top: 42px;
	margin-bottom: 54px;
}
.com5{
	color: #505050;
	font-size: 30px;
}
.tx{
	width: 170px;
	height: 170px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 40px;
}
.tx img{
	display: block;
	width: 100%;
}
.dc_name{
	padding-top: 30px;
	font-size: 26px;
	color: #505050;
	margin-bottom: 30px;
}
.dc_name span{
	margin-right: 30px;
}
.infor{
	font-size: 24px;
	color: #7d7d7d;
}