@charset "utf-8";

body,html{
	font-family: "方正仿宋";}

.child {
	padding: 0px;
	margin-top: 60px;}

.title_box {
	width: 100%;
	height: 66px;
	background: #054294;
	text-align: center;
	line-height: 66px;}

.title_box p {
	font-size: 26px;
	color: white;
	border-bottom: 1px solid white;
	margin-bottom: 0px;}

.address {
	width: 100%;
	height: auto;}

.address p {
	width: 100%;
	height: auto;
	line-height: 46px;
	font-size: 14px;
	border-bottom: 1px solid gainsboro;}

.content_datails,.font_datails{
	padding: 0;}

.content_datails h2 {
	width: 100%;
	height: auto;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 46px;}

.content_datails>p {
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 30px;}

.font_datails * {
	text-indent: 32px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 16px;
	margin-bottom: 0;}

.font_datails img {
	display: block;
	margin: 16px auto;
	max-width: 90%;
	height: auto;}
/*最新消息列表*/
.News_list {
	width: 100%;
	height: auto;}

.News_list .list-group-item a {
	color: black;
	display: inline-block;
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;}

.News_list .list-group-item span {
	color: black;
	float: right;}

@media only screen and (min-width: 100px) and (max-width: 768px) {
	.content_datails h2 {
		line-height: 30px;}

	.child {
		margin-top: 10px;}

	.child>div:first-child {
		display: none;}
}