﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0
}

body {
	margin: 0;
	padding: 0px;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #333333;
	background: #f3f3f3;
}

ul,
el,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
img{
	display: block;
}

a{
	list-style: none;
	text-decoration: none;
	color: #333333;
}

.clear {
	clear: both;
}

.main {
	width: 1200px;
	margin: 0px auto;
	min-width: 1200px;
}


/*背景图开始*/

.top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: #fff;
}

.top .fh {
	float: right;
}
.top .fh a:hover{
	color: #d32c24;
}

.nav{
	float: left;
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: #df443d;
}
.nav ul{
	float: left;
	width: 100%;
}
.nav ul li{
	float: left;
	width: 200px;
	text-align: center;
	font-size: 20px;
}
.nav ul li.on{
	background: #d32c24;
}
.nav ul li:hover{
	background: #d32c24;
}
.nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

.con{
	float: left;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	margin: 20px 0;
}

.list{
	float: left;
	width: 570px;
	border: 1px solid #efefef;
	border-top: 2px solid #df443d;
	margin-bottom: 20px;
}

.list:nth-child(2n){
	float: right;
}

.list:nth-child(n+5){
	margin-bottom: 0;
}

.list .top{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #efefef;
}
.list .top .tlt{
	float: left;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	text-align: center;
	background: #df443d;
	color: #fff;
	margin-left: 10px;
	font-size: 16px;
}
.list .top .tlt img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}
.list .top a{
	float: right;
	margin-right: 10px;
	color: #878787;
}
.list ul{
	float: left;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	margin: 10px 0;
}
.list ul li{
	float: left;
	width: 100%;
	line-height: 30px;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
	position: relative;
}
.list ul li:after{
	content: "";
}
.list ul li p{
	box-sizing: border-box;
	width: 100%;
	padding-right: 110px;
	overflow:hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.list ul li span{
	position: absolute;
	top: 0;
	right: 0;
	color: #7f7f7f;
}
.list ul li a:hover{
	color: #df443d;
}

/**底部样式**/
.footer {
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 10px 0 20px 0;
	border-top: 2px solid #df443d;
	background: #fff;
}

.footer_sub {
	float: left;
	line-height: 30px;
}

.footer_sub p a {
	colaor: #666666;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}

.footer_sub p a:hover {
	color: #ff0000;
}

.footer_sub p span {
	color: #666666;
	margin: 0 8px;
}


.footer_right{
	float: right;
	height: 80px;
	line-height: 80px;    
	margin-top: 10px;
}
.footer_right a{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
