/*列表*/
.processH{
	width: 100%;
	height: 60px;
	background: #e3e7d9;
}
.processH>h1{
	text-align: center;
    height: 60px;
    width: 120px;
    font-size: 22px;
    background: #8fc31f;
    color: #fff;
    line-height: 60px;
    position: relative;
}
.processD{
	padding:5px 30px 0 30px;
}
.processD>ul li{
	margin-top: 15px;
}
.processD p{
	font-size: 20px !important;
	font-weight: bolder;
	margin-bottom: 10px;
}
.processA{
	width: 100%;
	height: 80px;
	background: #f5f6f2;
	position: relative;
}
.processL{
	font-size: 16px;
	float: left;
    line-height: 25px;
    padding-left: 20px;
    width: 620px;
    height: 50px;
}
.processL>p{
	font-size: 16px !important;
	padding-top: 10px;
    line-height: 30px !important;
    font-weight: 400;
    width: 620px;
    color: #666666;
    height: 70px;
    overflow:hidden;
    text-indent: 0 !important;
    text-overflow:ellipsis;
}
.processR{
	position: absolute;
	bottom: 10px;
	cursor: pointer;
	right: 10px;
	font-size: 16px;
	color: #015BF1;
}
/*详细*/
.processD_1 h1{
	width: 90%;
	margin: 30px auto 20px;
	font-size: 22px;
	font-weight: bolder;
	color: #333333;
}
.processD_2{
	background: #f5f6f2;
	margin: auto;
	width: 90%;
}
.processD_2 p{
	font-size: 15px !important;
	display: block;
	padding: 5px;
	color: #666666 !important;
}
.processD_2 div{
	font-size: 15px !important;
	display: block;
	padding: 5px;
	color: #666666 !important;
}
.processD_2 li{
	list-style:decimal;
}
.processD_2 em{
	font-style:italic;
}
.processNP{
	padding-top: 100px;
	margin-left: 50px;
	margin-bottom: 30px;
}
.processNext{
	font-size: 18px;
	margin-right: 30px;
}
.processNext>p{
	cursor: pointer;
	font-size: 18px !important;
}
.processNext:hover a{
	color: #015BF1;
}
.processPer{
	margin-top: 15px;
}
.processPer>p{
	cursor: pointer;
	font-size: 18px !important;
}
.processPer:hover a{
	color: #015BF1;
}
@media screen and (min-width:1600px) { 
	.content .right{
		min-height: 555px;
	}
}
@media screen and (min-width:1920px) { 
	.content .right{
		min-height: 725px;
	}
}
