#endtxt{
    overflow: hidden;
    clear: both;
    font-size: 14px;
	line-height: 25px;
	font-family: "Microsoft yahei","微软雅黑",arial,"宋体b8b体4f53";
	word-break: normal;
	text-align:justify;
}
#endtxt a{color:#1bb2b1}
#endtxt ul li{
	display: list-item;
	text-align: -webkit-match-parent;
	list-style-type: disc;
}
#endtxt hr{clear: both;
padding-top: 15px;
border-width: 0 0 1px 0;
border-color: #999;
margin-bottom: 15px;
}
#endtxt i,#endtxt  cite, #endtxt em,#endtxt  var,#endtxt  address,#endtxt  dfn
#endtxt strong,#endtxt b,#endtxt u{
font-weight: bolder;
}
#endtxt strong{font-weight: bolder !important;}
#endtxt ul,#endtxt  menu,#endtxt  dir,#endtxt blockquote  {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
padding-left:40px;
}
#endtxt em,#endtxt cite,#endtxt address,#endtxt i{font-style: italic;}
#endtxt h1,
#endtxt h2,
#endtxt h3,
#endtxt h4,
#endtxt h5,
#endtxt h6{
	font-weight: bold;
}

#endtxt h1{
	font-size: 28px;
}
#endtxt h2{
	font-size: 24px;
}
#endtxt h3{
	font-size: 18px;
}
#endtxt h4{
	font-size:12px;
}

#endtxt img{
	margin: 4px;margin-left: 0px;
}


@media (max-width: 768px){
    #endtxt{
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

    #endtxt img{
        max-width: 100%;
    }

}

