@charset "utf-8";
body {
    background-color: #f1f4fb;
}

.tou {
    width: 100%;
    height: 56px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}
.tou .tz {
    width: 70%;
    line-height: 56px;
    font-size: 16px;
    color: #333333;
    margin-left: 20px;
    padding-left: 30px;
    background: url("../images/dizhi.png") no-repeat left center;
    background-size: 16px 21px;
    float: left;
}
.tou .ty {
    width: 22%;
    float: right;
    position: relative;
}
.tou .ty input {
    width: 233px;
    height: 32px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    padding-left: 10px;
    padding-right: 30px;
    margin-top: 12px;
}
.tou .ty img {
    position: absolute;
    right: 45px;
    top: 20px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.listBox {
    width: 100%;
    background-color: #fff;
    padding: 20px 30px;
}
.listBox .list {
    width: 100%;
    height: 135px;
    border-bottom: solid 1px #e5e5e5;
    margin-top: 20px;
}
.listBox .list .lz {
    float: left;
    width: 165px;
    height: 111px;
}
.listBox .list .lz img {
    width: 100%;
    height: 100%;
}
.listBox .list .ly {
    width: 100%;
    height: 111px;
}
.listBox .list .ly .yTit {
    width: 100%;
}
.listBox .list .ly .yTit .h3 {
    width: 826px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-top: 12px;
}
.listBox .list .ly .yTit .liul {
    float: right;
    font-size: 12px;
    color: #999999;
    padding-left: 20px;
    background: url("../images/yan.png") no-repeat left center;
    margin-top: 12px;
    margin-right: 10px;
}
.listBox .list .ly .yTit .zan {
    float: right;
    font-size: 12px;
    color: #999999;
    padding-left: 20px;
    background: url("../images/zan.png") no-repeat left center;
    margin-top: 12px;
    margin-right: 20px;
}
.listBox .list .ly .yTex {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 15px;
}


.pageBox {
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
}











.sList {
    width: 100%;
    padding: 0px 20px;
    padding-left: 12px;
    padding-top: 20px;
    background-color: #fff;
}
 .sList a {
    display: block;
    width: 138px;
    height: 111px;
    background-color: #f4f5f7;
    float: left;
    margin-left: 8px;
    margin-top: 10px;
}
 .sList a .p1 {
    width: 100%;
    text-align: center;
    color: #bd0006;
    font-size: 20px;
    margin-top: 35px;
}
.sList a .p2 {
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-top: 10px;

}
 .sList a:hover {
    background-color: #bd0006;
}
.sList a:hover .p1 {
    color: #ffffff;
}
 .sList a:hover .p2 {
    color: #ffffff;
}




























































