/*导航*/
html{
	background-color: #f8f8f8;
}
.article .safety{
	background-color: #fff;
    margin-bottom: 60px;
}
.safety {
    width: 1200px;
    display: inline-block;
    box-sizing: border-box;
}
.tabbar{
    width:100%;
    height:80px;
    text-align:center;
    font-size:16px;
    position: fixed;
    top:0;
    color:#fff;
	z-index: 100;
	background-color: #000;
}
.safe_content{
    display: inline-block;
    width:1200px;
    text-align: center;
}
.logo{
    width: 140px;
	float: left;
	margin-top: -8px;
    margin-left: 22px;
}
.tab{
    float: right;
}
.tab li{
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    float: left;
    width: 115px;
	cursor: pointer;
	letter-spacing: 2px;
}
.tab li a{
    color: #fff;
}
.tab li a:hover{
    color: #eda835;
    text-decoration: none;
}
/*媒体报道详情*/
.article{
	text-align: center;
	background-color: #f8f8f8;
}
.article .safety{
	background-color: #fff;
	margin-bottom: 60px;
}
.article .safety .headTitle{
	font-size: 36px;
	color: #333333;
	text-align: left;
	margin-top: 30px;
	font-family: "PingFang SC","Microsoft YaHei";
}
.article .safety .report_time{
	text-align: left;
	font-size: 14px;
	color: #666666;
	height: 60px;
	line-height: 40px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom:40px;
}
#xiaojian span{
	line-height: 30px;
	color: #333;
	font-size:14px;
}
#xiaojian strong{
	font-weight: normal;
}
#xiaojian p{
	font-family: "PingFang SC","Microsoft YaHei";
}
/*上一篇和下一篇*/
.next_pre{
	margin-top: 30px;
	padding-bottom: 20px;
}
.next_pre p{
	text-align: left;
	height: 35px;
	line-height: 35px;
}
.next_pre .pre a{
	color: #666666;
	text-decoration: none;
}
.next_pre .pre a:hover,.next_pre .next a:hover{
	color: #eda835;
}
.next_pre .next.line,.next_pre .pre.line{
	line-height:24px;
}
.next_pre .next a{
	color: #666666;
	text-decoration: none;
}
.next_pre span{
	font-size: 16px;
}
/*底部*/
.footer{
	background-color:#333333;
	font-family: "PingFang SC","Microsoft YaHei";
}
.footer p{
    letter-spacing:0;
}
.footer .footer-up{
	padding-top:60px;
	padding-bottom:38px;
	border-bottom:1px solid #999999;
	width:100%;
	color:#fff;
}
.footer-up .qr-code{
	width:35%;
	display: inline-block;
	vertical-align: top;
}
.footer-up .qr-code .img-code{
	width:160px;
	height:160px;
	background-color: #fff;
	line-height: 160px;
	text-align: center;
	margin-left:12px;
}
.footer-up .qr-code img{
	width:140px;
	height:140px;
}
.footer-up .qr-code p{
	font-size:14px;
	padding-top:16px;
}
.footer-up .footer-up-part2{
	width:40%;
	display: inline-block;
	text-align: left;
}
.footer-up .footer-up-part3{
	text-align: left;
	width:24%;
	display: inline-block;
}
.footer-up .footer-up-part2 .secondP2,.footer-up .footer-up-part3 .secondP2{
	font-size:14px;
	color:#fff;
	height:38px;
}
.footer-up .footer-up-part3 .weibo{
	cursor: pointer;
}
.footer-up .footer-up-part2 .firstP1{
	font-size:16px;
	color:#fff;
	height:64px;
}
.footer-up .footer-up-part3 .firstP2{
	font-size:32px;
	color:#fff;
	height:64px;
}
.footer .footer-bottom{
	height:130px;
}
.footer .footer-bottom p{
	font-size:14px;
	color:#999999;
	display: inline-block;
    width:100%;
    height: 3.5rem;
    line-height:3.5rem;
}
.footer .footer-bottom li{
	display: inline-block;
	text-align: right;
    width:100%;
    text-align:center;
}
.footer .footer-bottom li img{
	margin-right:7px;
	width:86px;
	height:30px;
}
.footer .footer-code{
    text-align:center;
    font-size: 12px;
    color: #ddd;
    line-height:3.5rem;
}
