.content .route{
    display:none;
}
.content .head{
    width:100%;
    margin: 60px auto 80px;
    text-align: left;
    border-bottom:2px solid #eee;
    padding:0 30px 30px;
    box-sizing: border-box;
}.detail-video{
    display: flex;
    justify-content: center;
    width: 690px;
}
.content .head h2{
    color:#535353;
    font-size:38px;
    margin-bottom:20px;
    font-weight:600;
}
.content .head p{
    font-size:24px;
    color:#8f8f8f;
	
}
.content .head p b{
    font-weight:normal;
}
.content .head p span{
  /*  float:left;*/
	text-align: left;
	 margin-left:0px;
}
.content .txt{
    width:100%;
    margin:0 auto;
    padding:0 30px 20px;
    box-sizing: border-box;
}
.content .txt img{
    display: block;
    /* margin-bottom:50px;
    margin:50px auto 20px; */
    width:100%;
    height:auto;
}
.content .txt span.imgTxt{
    font-size:28px;
    margin-bottom:50px;
    display: block;
    color:#797979;
    text-align: center !important;
}
.content .txt p{
    text-indent: 2em;
    font-size:34px;
    line-height:60px;
    margin-bottom:20px;
}


/*1217 Begin*/
.content .head h3{
	color:#535353;
    font-size:30px;
    margin-bottom:20px;
}
/*1217 End*/

.txt {
    text-align:justify;
    text-justify:inter-ideograph;
    width:690px;
    text-indent: 2em;
    font-size:34px;
    line-height:60px;
    margin-bottom:20px;
 }
 
.txt table * {
    font-size:28px !important;
 }