.main{
	background:url("../images/bg1.jpg") no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main .con{
	width: 1200px;
	margin: 0 auto;
}

.main .con .loc{
	background: url("../images/point.png") left center no-repeat; 	
	height: 26px;
	width: 500px;
	padding: 0 0 0 30px;
}

.main .con .loc a:hover {
    color: #df2f26;
}

.main .con .newlist{
	margin: 20px auto;
    padding: 0 20px;
	border: 1px #d02837 solid;
}

.main .con .newlist li{
	padding: 40px 30px;
	border-bottom: 1px #d02837 dashed ;
}

.main .con .newlist h4{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	color:#333333;
	width: 720px;
    margin-top: 6px;
}

.main .con .newlist h4 a:hover {
    color: #df2f26;
    text-decoration: none;
}

.main .con .newlist p{
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-top: 20px ;	
}

.main .con .newlist .download {
    float: left;
    height: 46px;
    margin-top: 40px ;
	background: url(../images/xiazai.png) no-repeat 20px center #d02837;
    font-size: 18px;
    line-height: 46px;
    color: #f4f0eb;
    padding: 0 20px 0 60px;
    border-radius: 25px;
    cursor: pointer;
}

.main .con .newlist .download a:hover{
	color: #fff;
}

.newlist  li img{
    width: 300px;
}

.newlist li:last-child{
	border-bottom:hidden;
}

.list{
    margin: 20px auto;
    padding: 0 20px;
	border: 1px #d02837 solid;
}

.list li{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    padding: 18px 0;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px #d02837 dashed ;
    text-overflow: ellipsis;
}

.list li:last-child{
	border-bottom:hidden;
}
.pages {
    margin: 60px 0; 
    text-align: center;
}

.pages a.first, .pages a.prev, .pages a.next, .pages a.last {
    box-sizing: border-box;
    width: auto;
    padding: 0 10px;
    height: 34px;
    cursor: pointer;
}

.pages a {
    box-sizing: border-box;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 4px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #333;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    cursor: pointer;
}

.pages a.current, .pages a:hover {
    color: #fff;
    background-color: #d02537;
    border-color: #d02837;
}

.footer{
	background-color: #d02837;
	color: #fff;
	height: 150px;	
}

.footer p{
	font: 18px;
	line-height: 36px;
	text-align: center;
	margin: 0 auto;
    padding: 40px 0;  
}