body{background: #f4f4f4;}
.pathbox{
    background: none;
}
.listBox{
    background: #fff;
    border-radius: 10px;
    padding: 20px 20px 0px 20px;
    width: 1160px;
    min-height: 100px;
    box-sizing: border-box;
}
.listTop{
    padding-bottom: 13px;
    border-bottom: 1px solid #ededed;
}
.listTop .listTitle{
    background: url(../images/p_tBg.png) no-repeat left center;
    background-size: 19px 20px;
    height: 36px;
    line-height: 36px;
    padding-left: 33px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.listTop .searchBox{
    border-radius: 15px;
    border: 1px solid #308bd8;
    height: 28px;
    line-height: 28px;
}
.listTop .searchBox input {
    height: 28px;
    line-height: 28px;
    border: none !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 20px;
    width: 190px;
}
.dataUl li{
    width: 100%;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #ececec;
}
.dataUl li a.title{
    width: 925px;
    font-size: 16px;
    padding-left: 30px;
    background: url(../images/liBg.png) no-repeat 8px center;
}
.dataUl li a.title:hover{
	color: #308bd8;
	background: url(../images/liBg_on.png) no-repeat 8px center;
}
.dataUl li .time{
    color:#999;
    font-size: 16px;
	padding-left: 22px;
	background: url(../images/liTime.png) no-repeat left center;
}