﻿/**!
 * 黄浦人保局详细页面
 * author: shenyh
 */


/* 文章 */

.whitebg{
	background:#fff;
}
.detail-info {
	padding: 20px 34px 20px 34px;
}

.detail-info h1 {
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.info-sources {
	text-align: center;
	color: #666;
	line-height: 30px;
	background:#eeeeee;
	margin-top: 10px;
}

.info-sources a {
	color: #666;
}

.article {
	padding: 20px 0px;
}

.article p {
	line-height: 30px;
	font-size: 14px;
	color: #333;
}

.article-pic {
	padding: 10px 0px 10px 0px;
}

.article-pic img {
	display: block;
	margin: 0 auto;
}


@media (max-width: 480px) {
	.detail-info {
		padding: 20px 20px 30px 20px;
	}
	.detail-info h1 {
		font-size: 16px;
		line-height: 18px;
	}
	.info-sources {
		font-size: 8px;
	}

}

.article img {
	max-width:1200px;
}

.want-in {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
        width: 200px;
    height: 75px;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    outline: 0;
    border: 0;
    background-color: #0080ec;
    display: none;
}