﻿*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}
body{
	color: #000000;
	font-size: 16px;
	background-color: #f5f5f5;
}
.main{
	width: 1200px;
	margin: 0 auto;
	background-color: white;
	height: 350px;
	padding: 15px;
}
.banner{
	margin: 0px;
	padding: 0px;
}
.banner img{
	width: 100%;
}
.nav{
	width: 1200px;
	margin: 0 auto;
	height: 45px;
	position: relative;
	top: -120px;
}
.nav ul li{
	width: 110px;
	height: 45px;
	line-height: 45px;
	float: left;
	text-align: center;
	background-color: #50b3ff;
	margin-left: 40px;
	color: #ffffff;
	font-size: 18px;
	border-radius: 5px;
}
.nav ul li:hover{
	background-color: #ff9d1e;
}
.tabs{
	font-weight: bold;
	padding: 10px 15px;
	cursor: pointer;
}
.tzandks{
	display: inline-block;
	margin-left: 20px;
	width: 500px;
    height: 350px;
    overflow: hidden;
}
.tab p{
	height: 40px;
	line-height: 40px;
}
.act{
	background-color: #3577e6;
	color: white;
}
.tz,.ks{
	position: relative;
}
.more{
	position: absolute;
	top: -30px;
	right: 10px;
	color: #858585;
}
.tz ul li img,.ks ul li img{
	width: 5px;
	position: relative;
	top: -2px;
	padding-right: 5px;
}
.tz ul li,.ks ul li{
	height: 45px;
	line-height: 45px;
}
.time{
	float: right;
	color: #858585;
}
.zl{
	display: inline-block;
	width: 175px;
	text-align: right;
	margin-top: 15px;
}
.mins{
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0px;
	background-color: white;
	margin-top: 30px;
}
.mins img{
	margin-left:11px;
}