﻿html, body { margin: 0px; height: 100%; background: #fff; }
img { border: 0 }
a { text-decoration: none; color: #053367 }
a:hover { color: #c00; text-decoration: underline; }
body { font-family: "microsoft yahei"; font-size: 12px; line-height: 24px; color: #666 }

/* 2019-4-9 新闻热线页面 by:pxy */

.box-w1000 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	display: block;
}

.news-hotline {
	width: 100%;
}

.news-hotline header {
	border-top: 4px solid #db121c;
}

.news-hotline header .logo {
	margin-top: 7px;
	display: inline-block;
}

.news-hotline .back-home-btn {
	text-align: center;
	margin-top: 15px;
	float: right;
	margin-bottom: 15px;
}

.news-hotline .back-home-btn a {
	display: block;
	float: right;
	background: #f5f5f5;
	color: #e52c27;
	width: 120px;
	height: 32px;
	line-height: 32px;
	border-radius: 32px;
	font-size: 14px;
	text-decoration: none;
}

.news-hotline .banner {
    clear: both;
}

.news-hotline .banner img {
	max-width: 1920px;
	width: 100%;
}

.news-hotline .content-list li {
	width: 330px;
	display: inline-block;
	text-align: center;
}

.news-hotline .content-list li img {
	width: 70px;
	height: 70px;
}

.news-hotline .content-list h3 {
	display: block;
	color: #0c0c0c;
	font-size: 24px;
	margin: 48px 0 50px 0;
}

.news-hotline .content-list .content-list-h3 {
	margin-top: 100px;
}

.news-hotline .content-list .title {
	font-size: 18px;
	color: #d9101a;
	margin: 18px 0 20px 0;
	padding: 0;
	font-weight: bold;
}

.news-hotline .content-list .detail {
	color: #333333;
	font-size: 16px;
	font-family: arial;
}

.news-hotline footer {
	text-align: center;
	height: 54px;
	line-height: 54px;
	border-top: 1px solid #eeeeee;
	color: #969696;
	font-size: 14px;
	margin-top: 150px;
}