.content {
    background: url(/uiFramework/commonResource/image/2025101310440771628.png) top center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.zx .sytitle {
    background: url(/uiFramework/commonResource/image/2025101310441512424.png) no-repeat;
    background-size: 100% 100%;
    height: 40px;
    margin-bottom: 20px;
}

.zx .sytitle a {
    font-size: 22px;
    color: #0c6de9;
    font-weight: bold;
    font-family: auto;
    padding-left: 65px;
    height: 40px;
    display: inline-block;
}

.fu li {
    background: url(/uiFramework/commonResource/image/2025101713090178370.png) no-repeat;
    margin-bottom: 10px;
    height: 50px;
    line-height: 45px;
    color: #333;
    font-size: 16px;
    font-family: auto;
    text-indent: 50px;
}

.fu li:hover {
    background: url(/uiFramework/commonResource/image/2025101713085348726.png) no-repeat;
    color: #fff;
}

.main-content {
    max-width: 1150px;
    margin: 0 auto;
    background: #fff;
    padding: 25px;
}

.page-title {
    text-align: center;
    font-size: 36px;
    color: #1976d2;
    padding: 50px 0;
    font-weight: bold;
    margin: 0 auto;
    display: block;
}

.content-center {
    overflow: hidden;
    margin: 50px auto;
}

.content-left {
    float: left;
    width: 560px;
}

.content-right {
    float: right;
    width: 560px;
}

.img-title {
    width: 100%;
    margin-bottom: 30px;
}

.list-img img {
    height: 315px;
    width: 100%
}

/* temp1 */
#temp1 {
    width: 100%;
    background: url(/uiFramework/commonResource/image/2025101715474838991.png) no-repeat 100%;
    height: 400px;
}

#temp1 .JQ-content-box {
    float: none;
    overflow: hidden;
    width: 90%;
    height: 190px;
    position: relative;
    margin: 0 auto;
    border-radius: 15px;
    margin-top: 40px;
    /* padding-bottom: 40px; */
}

#temp1 .JQ-content-box .JQ-slide-content {
    position: absolute;
    width: 100%;
}

#temp1 .JQ-content-box .JQ-slide-content li {
    zoom:1;
    overflow: hidden;
    vertical-align: text-top;
    width: 100%;
    height: 190px;
    position: relative;
    background: #fff;
    border-radius: 5px;
}

#temp1 .JQ-content-box .JQ-slide-content li img {
    display: block;
    width: 100%;
    height: 100%;
}

#temp1 .JQ-slide-nav {
    display: block;
    width: 80%;
    /* height: 110px; */
    overflow: hidden;
    float: none;
    margin: 0 auto;
}

#temp1 .JQ-slide-nav li {
    display: inline;
    float: left;
    padding-left: 0;
    padding-bottom: 0;
    width: 98px;
    height: 98px;
    padding-top: 0;
    margin-bottom: 3px;
    background: url(/uiFramework/commonResource/image/2025101715185624914.png) no-repeat;
    line-height: 96px;
    margin-right: 66px;
    margin-top: 45px;
}

#temp1 .JQ-slide-nav li.on {
    display: inline;
    float: left;
    padding-left: 0;
    padding-bottom: 0;
    width: 98px;
    height: 98px;
    padding-top: 0;
    margin-bottom: 3px;
    cursor: pointer;
    background: url(/uiFramework/commonResource/image/2025101715184874290.png) no-repeat;
}

#temp1 .JQ-slide-nav li.on a {
    color: #fff;
}

#temp1 .JQ-slide-nav li a {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-family: auto;
}

#temp1 .JQ-slide-nav li:nth-child(6) {
    margin-right: 0px;
}
.co {font-size:16px;color:#000;font-family: auto;margin: 0 20px 20px;}
.co p{display:none;}
.ti{font-size:20px;color:#000;font-family: auto;margin: 20px;display: inline-block;}
.more{background:#0c6de9;color:#fff;padding:8px 15px;font-family: auto;border-radius:5px;float:right;margin-right: 20px;}
@media screen and (max-width: 640px) {
    .content {
        background-size: 100% 100%;
    }

    .page-title {
        width: 90%
    }

    .content-left {
        float: none;
    }

    .content-right {
        float: none;
        margin-top: 0px;
    }
}