/* p {text-indent:2em;} */
* {
  margin: 0;
  padding: 0;
  font-size: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html,body{
width: 100%;
height: 100%;
min-height: 100%;
/* overflow: hidden; */
  -webkit-text-size-adjust: none;
}
/**头部标题样式*/
/* 
header {
color: #FFF;
font-family: 'KaiTi','KaiTi_GB2312';  
font-size: 24px;
font-weight: 900;
line-height: 50px;
text-align: center;
  padding: 0 10px;
}
header a{
  width: 25px;
  height: 25px;
  margin-top: 12.5px; 
background-position: center;
background-repeat: no-repeat;
background-size: cover;
} */
/**头部标题栏颜色样式*/
/* .red {
background-color: #D9383D;
}
.blue{
background-color: #0e86e7;
}
.green{
background-color: #219c7c;
}
.change-red{
background: -webkit-linear-gradient(bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
background: -o-linear-gradient(bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
background: -moz-linear-gradient(bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
background: linear-gradient(to bottom, #c84240, #C0403E, #B43C3A, #A73836, #9D3433);
border-bottom: 1px solid #390000;
} */
#main {
position: absolute;
width: 100%;
height: 100%;
padding: 0 10px;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}
/**新闻标题*/
.caption {
  width: 100%;
  padding: 5px 0;
  /*border-bottom: 1.5px solid #CCC;*/
MARGIN-RIGHT: auto; MARGIN-LEFT: auto; 
/*TEXT-ALIGN: center;*/
}
.caption font {
  display: block;
  width: 100%;
  overflow: hidden;
}
#intro-title{
  margin-bottom: 10px;
  font-family: "Microsoft YaHei, 微软雅黑, 宋体, Arial, Helvetica, sans-serif";
  color: #333333;
}
.caption #guide {
  font-size: 1em;
  line-height: 25px;
}
.caption #guide i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: 3px;
  margin-right: 10px;
  background-color:#AA0000;
}
.caption #main-title {
  font-size: 1.5em;
  line-height: 34px;
  padding-left: 2px;
  font-family: '黑体';
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 10px;
}
.caption #sub-title {
  font-size: 1em;
  line-height: 20px;
  padding-left: 2px;
  color: #666;
  font-family: '黑体';
}
.caption #author {
 color: #999;
font-size: 0.8em;
line-height: 20px;
padding-left: 2px;
font-family: '黑体';
text-align: left;
margin-top: 10px;
}
/**新闻正文*/
.content {
  padding: 10px 0;
  /* font-size: 12px; */
}
.content img{
  width: 100%;
  margin-bottom: 10px;
}
.content {
  width: 100%;
  padding: 0 5px;
  font-size: 1.125em;
  line-height: 1.6666667em;
  /* font-family: '黑体'; */
  color: #333333;
  font-family: Microsoft YaHei, 微软雅黑, 宋体, Arial, Helvetica, sans-serif;
  word-break: normal;
  text-align: justify;
}
.content p{
 text-indent: 2em;
}	
/**蒙板样式*/
#mask {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.2);
}
/**分享框样式*/
#share {
  display: none;
position: fixed;
bottom: -100px;
left: 0;
width: 100%;
height: 100px;
  background: rgba(255,255,255,0.8);
}
#share ul {
  position:relative;
list-style: none;
  margin: 0;
  padding: 0 10px;
width: 100%;
height: 100px;
}
#share li {
width: 25%;
height: 100px;
padding: 15px 0;
float: left;
}
#share a {
display: block;
width: 100%;
height: 70px;
background-position: center top;
background-repeat: no-repeat;
background-size: 45px 45px;
color: #333;
font-size: 12px;
text-align: center;
line-height: 120px;
  text-decoration: none;
}
/**返回顶部样式*/
#toTop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: #D9383D;
  border-radius: 50%;
  background-image: url("../images/up.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
  float: right;
}
/**操作框样式*/
#operate {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 60px;
}
#operate ul{
  width: 100%;
  height: 60px;
  padding: 0 15px; 
list-style: none;
}
#operate li {
  width: 18.5%;
  height: 30px;
  margin-top: 10px;
  float: left;
}
#operate li:first-of-type {
  width: 36%;
}
#operate li a {
display: block;
  width: 30px;
  height: 30px;
  background-color: #D9383D;
  border-radius: 50%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
  float: right;
}
#operate li:first-of-type a {
  
  float: left;
  float: left;
}


#mcover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 20000;
}

.hide {
display:none;
}

/* 分享 */
.sa-top{
  padding:8px 0;
  text-align:right;
}

.sa-top span{
  display:inline-block;
}

.sa-top a{
  display:inline-block;
}

.sa-top span:nth-child(1) a img{
  vertical-align: middle;
}

.sa-top span:nth-child(1){
  margin-right:14px;
}
.sa-top span:nth-child(2){
  margin-right:10px;
}
.social-share .icon-wechat .wechat-qrcode .help p{
  font-size:16px !important;
}
.footer_sqd {
	margin: 0 auto;
	height: 69px;
        background: #D9383D;
        margin-top: 70px;
}

.footer_sqd img {
	width: 208px;
	height: 50px;
	margin: 10px auto;
	display: block;
}

.footer_sqd span {
	display: block;
	text-align: center;
        color: white;
	font-size: 12px;
	line-height: 34px;
}

.footer_sqd span a {
	color: white;
        text-decoration: none;
}

.footer_sqd span a:hover {
	color: #f54343;
}
