.content .route{
    width:100%;
    line-height:60px;
    border-bottom:1px solid #eee;
}
.content .route a{
    display:inline-block;
    font-size:16px;
}
.content .route a i{
    width:19px;
    height:17px;
    background:url(listico_03.jpg);
    display: block;
    float:left;
    margin-right:5px;
    margin-top:20px;
}
.content .route a.arrow::after{
    content:'>';
    width:19px;
    height:17px;
    display: block;
    float:right;
    margin-left:10px;
}
.content .head{
    width:1100px;
    margin: 60px auto;
    text-align: center;
    border-bottom:1px solid #eee;
    padding-bottom:30px;
}
.content .head h2{
    font-size:28px;
    margin-bottom:20px;
}
.content .head p{
    font-size:16px;
}
.content .head p span{
    margin-left:30px;
}
.content .txt{
    width:1100px;
    margin:0 auto;
    text-align: center;
    margin-bottom: 70px;
}
.content .txt img{
    width:800px;
    height:auto;
    display: block;
    margin-bottom:50px;
    margin:50px auto 20px;
}
.content .txt span.imgTxt{
    font-size:16px;
    margin-bottom:50px;
    display: block;
    color:#797979;
}
.content .txt p{
    text-indent: 2em;
    text-align: left;
    font-size:20px;
    line-height:36px;
    margin-bottom:14px;
    font-weight: 300;
	text-align: justify;
}

/*1217*/
.content .head h3{
    font-size:21px;
    margin-bottom:20px;
}