/*详细页*/
html{font-size: 16px;}
.content{width:100%; margin:30px auto 50px;}
.content-title{ width:100%; padding:15px 0;BACKGROUND: #f4f4f4; }
.content-title h3{ font-size:24px; font-weight:bold; line-height:50px; width:100%; text-align:center; padding-bottom:5px; padding: 0 20px}
.content-title i{    line-height: 32px;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 20px;}
.content-title i > span{padding:0;}
.content-con{font-size:15px; line-height:2.5em; padding:50px 0 20px;}
.content-con p{ text-indent:0em; text-align:justify; text-justify:inter-ideograph; margin-bottom:0px;}
.content-con img{text-align: center;max-width:100%;margin: 15px auto !important;display: block;}
.content-con table,.content-con video{width:auto;max-width: 100%;}

.sxt{padding:30px 0; border-top:1px dotted #bbb;}
.sxt p{display:block; width:100%; height:34px; font-size:15px; line-height:34px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#333;}
.sxt p a{color: #333;transition: all .8s;-webkit-transition: all .8s;}
.sxt p a:hover{color: #06b3b9;}
.newsshare {
	font-size: 16px;
	color: #666;
	line-height: 32px !important;
	margin-top: 26px;
	margin-bottom: 31px;
	overflow: hidden
}

.newsshare span {
	display: block;
	float: left;
	overflow: hidden
}

.newsshare a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0;
	margin: 0 8px 0 0;
  opacity: .8;
}
.newsshare a:hover{opacity: 1;}
.newsshare .bshare-sinaminiblog {
	background-image: url(../images/iconq7.png)
}

.newsshare .bshare-weixin {
	background-image: url(../images/iconq8.png)
}

.newsshare .bshare-qzone {
	background-image: url(../images/iconq9.png)
}
@media screen and (max-width:768px){
  .content{ margin:0px auto 15px;}
  .content-title h3{font-size: 1.6em;line-height: 1.8em;}
  .content-con{/*font-size: 1.4em;*/line-height: 1.8em; padding:0em 0 1.5em;}

  .sxt p{font-size: 1.4em;}
  .content-title{ padding:10px 0;}
  .newsshare{margin-top: 1em;margin-bottom: 1.5em;}
.content-title i{font-size:1em;justify-content: flex-start;line-height:1.8em;}

.content-con img{height:auto;/*margin: 5px!important;*/}

}