/* 内容响应式设置 */
@media screen and (max-width: 765px) and (min-width: 0px){
	.section2>div:nth-child(1){
		width: 100%;
		margin-top: 20px;
	}
	.section2>div:nth-child(2){
		width: 100%;	
	}

} 
@media screen and (min-width: 766px){
	.section2>div:nth-child(1){
		width: 18%;
		margin-top: 20px;
	}
	.section2>div:nth-child(2){
		width: 70%;
		margin-left: 10px;		
	}
	
} 

.section2{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
}
/* 侧边栏样式 */

.section2>div:nth-child(1)>div{
	width: 100%;
}
.section2>div:nth-child(1)>div>ul{
	background-color: rgb(245,246,250);
}
.section2>div:nth-child(1)>div>ul>li{
	height: 40px;	
	margin-top: 10px;
	border-bottom: 1px solid rgb(213,213,213);
}
.section2>div:nth-child(1)>div>ul>li a{
	display: block;
	width: 100%;
	color: rgb(88,88,88);
	font-size: 1.2rem;
	text-align: center;
	line-height: 40px;
}
.section2>div:nth-child(1) p{
	width: 100%;
	height: 50px;
	/*2020.08.17宋飞龙修改background-color: rgb(45,106,165);*/
        background-color:#25499d;
	color: white;
	font-size: 1.8rem;
	text-align: center;
	line-height: 50px;
}
/* 右侧列表样式 */

.title>span{	
	color: rgb(45,106,165);
	font-size: 1.5rem;
	
}
.title{
	width: 100%;
	height: 50px;
	margin-top: 20px;
	border-bottom: 1px solid rgb(213,213,213);
	line-height: 50px;
}
.title::after{
	content: "";
	display: block;
	clear: both;
}
.title>span:nth-child(1){
	float: left;
}
.title>span:nth-child(2){
	float: right;
	font-size: 1rem;
	color: rgb(146,146,146);
} 
.title>span:nth-child(2) i{
	color:  rgb(146,146,146);
}
.section2>div:nth-child(2)>div:nth-child(2){
	width: 90%;
	margin: auto;
}
.section2>div:nth-child(2)>div:nth-child(2) ul{
	margin-top: 20px;
}
.section2>div:nth-child(2)>div:nth-child(2) ul>li{
	border-bottom: 1px dashed rgb(213,213,213);
	line-height: 45px;
}

.con_2 i{
	font-size: 0.5rem;
	color: rgb(45,106,165);
}