﻿.title>span:nth-child(1){
	float: left;
	font-size: 1.1rem;
	color: rgb(146,146,146);
} 
.title>span:nth-child(1) i{
	color:  rgb(146,146,146);
}
#conn{
	margin-top: 50px;
	font-family: simsun;
	line-height: 2rem;
	color: black;
	text-indent: 2rem;
}
#conn h1{
	font-size: 1.8rem;
	color: rgb(0,64,152);
	font-weight: normal;
	padding-bottom: 10px;
	text-align: center;
	border-bottom: 1px dashed rgb(213,213,213);
}
#conn h3{
	font-size: 1rem;
	text-align: center;
	color: rgb(146,146,146);
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed rgb(213,213,213);
	margin-bottom: 20px;
}
#conn a{
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 20px;
}
@media screen and (min-width: 766px){
	.section2{
		background-image: url(../imgs/wangluo_2.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
	}

}