* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.adress {
    width: 1200px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin: 15px auto;
    color: #666;
    font-size: 24px;
    background: #eee;
    border-bottom: 2px solid #ccc;
}

.item {
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #ccc;
}
.item li{
    font-size: 14px;
    padding-left: 20px;
    border-bottom: 1px dashed #ccc;
}
.item li a{
    height: 35px;
    line-height: 35px;
    color: #333333;
}
ul li span{
    float: right;
    padding: 7px 10px 0 0;
}
ul li a:hover{
    color: #0b6aa2;
}
.paging{
    width: 1200px;
    margin: 40px auto 0;
}
.pager{
	text-align:center;
        height:30px;
}
.paging a{
    color:#000 ;
    border:none !important;
    margin-right: 4px !important;
    padding:4px 10px;
	
}
.page-curr{
	background-color:#A51C30 !important;
    color:#fff !important;
    border:none !important;
}
.active a{
    background-color:#A51C30 !important;
    color:#fff !important;
    border:none !important;
}
.pagination{
    margin-top: 0;
    margin-left: 10px;
}
.jump{
    width: 165px;
    margin-top: 4px;
    margin-left: 15px;
}
.paging .drift{
    float: left;
    margin-bottom: 50px;
}
.txt{
    width: 40px;
    height: 27px;
    border: none;
}
.bnt{
    background: #fff;
    width: 48px;
    height: 27px;
    border: none;
}
.picList ul{padding-top:20px;}
.picList ul li{width:216px;height:200px;float:left;text-align:center;}
.picList ul li img{width:200px;height:140px;display:inline-block;}
.picList ul li a{width: 100%;height: auto;display: block;}
.picList ul li {border-bottom: none;}