.news_detail {
    margin:80px auto 0;
    padding-top: 50px;
    width: 1200px;
}
.news_detail .title {
    padding-bottom: 16px;
    text-align: center;
}
.news_detail .title h3 {
    padding-bottom: 28px;
    font-size:30px;
    font-family:"Microsoft YaHei";
    font-weight:400;
    color:#333;
}
.news_detail .title div span {
    margin: 0 30px 0 6px;
    font-size:14px;
    font-family:"Microsoft YaHei";
    font-weight:400;
    color:#999;
}
.news_detail .title div img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
.news_detail>p {
    text-indent:32px;
    font-size:16px;
    font-family:"Microsoft YaHei";
    font-weight:400;
    color:#666;
    line-height:30px;
}


.news_box div {
	font-size: 16px;
	text-indent: 30px;
	margin-bottom: 10px;
}

.news_box div img {
    display:block;
    margin:30px auto;
    text-align:center;
}


.news_box p {
    font-size: 16px;
    text-indent: 30px;
    margin-bottom: 10px;
}


.news_detail .img {
    padding: 24px 0 16px;
    margin: 0 auto;
    width: 530px;
    text-align: center;
    box-sizing: content-box;
}
.news_detail .img img {
    width: 100%;
}
.news_detail .img span {
    font-size:12px;
    font-family:"Microsoft YaHei";
    font-weight:400;
    color:#999;
}
.news_detailtags {
    margin: 0 auto;
    width: 1200px;
}
.news_detailtags .tags h3{
    margin-top: 40px;
    font-size:16px;
    font-family:Arial;
    font-weight:bold;
    color:#333;
}
.news_detailtags .tags p {
    width:1200px;
    height:1px;
    background:#f1f1f1;
}
.news_detailtags .tags li {
    padding-bottom: 6px;
}
.news_detailtags .tags li a {
    font-size:16px;
    font-family:"Microsoft YaHei";
    font-weight:400;
    color:#333;
}
.news_detailtags .tags li a:hover {
    color: #F78001;
}
.news_detailtags>a {
    margin: 60px auto;
    display: block;
    width: 180px;
    height: 50px;
    font-size:18px;
    line-height: 46px;
    text-align: center;
    color: #1f7f57;
    border:2px solid #1F7F57;
    border-radius:5px;
    box-sizing: border-box;
}
.news_detailtags>a:hover {
    background-color: #1F7F57;
    color: #fff;
}