.main {
    background: url(../images/ldzc/bg.png) no-repeat;
    background-size: 100%;
    min-height: 300px;
}
.top-logo {
    padding: 40px 0 0 20px;
}
.top-main {
    text-align: center;
    padding-bottom: 60px;
}
.center-main {
    width: 100%;
    background: #fff;
    padding: 20px;
}
.crumbs {
    font-size: 16px;
    padding-bottom: 15px;
}
.title {
    height: 46px;
    line-height: 46px;
    font-size: 22px;
    color: #146ab1;
    background: #f5f7f9 url(../images/icon/pbg.png) no-repeat 20px 15px;
    border: 1px solid #e5e5e5;
    padding-left: 40px;
}
.sz {
    background:#146ab1 url(../images/icon/pbg01.png) no-repeat 20px 15px;
    color: #f5f7f9;
}
.sz-details {
    padding: 20px;
    border: 1px solid #e5e5e5;
    background: #f5f7f9;
    margin: 20px 0;
}
.sz-details img{
    width: 160px;
}
.sz-details > .fr {
    width: 82%;
}
.sz-details > .fr > p {
    font-size: 20px;
    margin-top: 10px;
}
.sz-details > .fr > p a {
    font-size: 32px;
    color: #0b60a2;
}
.sz-details > .fr > p a:hover {
    color: red;
}
.sz-details > .fr > span {
    color: #00589c;
    font-size: 18px;
    margin: 10px 0;
    display: block;
}
.sz-details > .fr  > div {
    font-size: 16px;
    line-height: 30px;
    position: relative;
}
.sz-details > .fr  > div > a {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #e65b5a;
}
.lists {
    padding: 20px;
}
.lists li p {
    font-size: 22px;
    text-align: center;
    margin: 10px 0 5px;
}
.lists li {
    width: 161px;
    float: left;
    margin-right: 78px;
    margin-bottom: 20px;
    height: 270px;
}
.lists li span {
    display: block;
    font-size: 18px;
    color: #000;
    text-align: center;
}
.lists li img {
    width: 100%;
    height: 220px;
}
@media screen and (max-width: 768px) {
    .center-main {
        padding: 10px;
    }
    .sz-details > .fr,
    .sz-details > .fl {
        float: none;
        width: 100%;
        text-align: center;
    }
    .sz-details > .fr > p a {
        font-size: 24px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .sz-details > .fr > div > a {
        position: static;
        display: block;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
    .lists li {
        margin: 0 0 0 20px;
        float: none;
    }
    .sz-details {
        padding: 10px;
    }
    .top-logo {
        padding: 20px 0 10px;
        text-align: center;
    }
    .top-main {
        padding-bottom: 20px;
    }
}