*{
	margin: 0;
	padding: 0;
	
}
.banner img{
	width: 100%;
}
body{
	color: #000000;
}
a{
	text-decoration: none;
	color: #000000;
}
ul li{
	list-style: none;
}
.content{
	width: 1200px;
	margin: 0 auto;
}
.daoyu img{
	width: 100%;
}
.maine{
    width: 100%;
    height: 730px;
    margin-top: 30px;
}
.maine div{
	width: 580px;
	float: left;
}
.tpxw{
	height: 400px;
}
.tpxw img{
	width: 100%;
	height: 100%;
}
.tpxw p{
	width: 580px;
    text-indent: 1rem;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	position: relative;
    top: -45px;
    height: 40px;
    line-height: 40px;
    color: white;
	background-color: rgba(0,0,0,0.6);
}
.headss{
	position: relative;
    height: 58px;
    line-height: 58px;
    padding-top: 10px;
    background: url(../img/tit.png) no-repeat 0 0px;
}
.title{
	padding-left: 40px;
    height: 50px;
    line-height: 50px;
    border-top: 2px solid #0083e4;
    font-size: 20px;
    color: #fff;
}
.headss a{
	position: absolute;
    right: 0;
    top: 10px;
    line-height: 58px;
    color: #d3d3d3;
    font-size: 14px;
}
.con ul li{
	line-height: 40px;
}
.con ul li a{
    width: 430px;
    text-indent: 1rem;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.time{
	float: right;
}