@charset "UTF-8";
.main{box-sizing: border-box;}
.main *,.ztheader *{box-sizing: border-box;}
.container{width: 1200px;margin: 0 auto;}
img{max-width: 100%;}
.sidebar-line,aside.sidebar{display: none;}

body{background: #fff url(../images/topbg.png) no-repeat top center;}
.ztheader{padding-top: 22px;}

.ztlogo a{display: inline-block;padding: 8px 18px;background-color: #fff;border-radius: 10px;}
.zttit{text-align: center;margin: 60px 0;}
.zttit img{height: 90px;}

.main{padding: 20px;background: #fff;border-radius: 10px;}
.news{margin-top: 20px;display: flex;justify-content: space-between;}
.news a{padding: 15px 8px;;width: 24%;font-size: 20px;font-weight: bold;color: #C51313;background-color: rgba(255, 200, 158, 0.15);border: 1px solid #E8C39E;}
.hf{margin: 40px auto;}
.lmtit{width: 100%;height: 128px;background: url(../images/gclstit.png) no-repeat center center;}
.lmtit a{display: block;width: 100%;height: 100%;}
.gcls .lmlist{margin-top: 20px;}
.gcls .lmlist li{width: 49%;float: left;}
.gcls .lmlist li:nth-child(even){float: right;}
.gcls .lmlist li a{display: block;overflow: hidden;padding-left: 20px;width: 100%;height: 60px;line-height: 60px;font-size: 20px;color: #333;white-space: nowrap;text-overflow: ellipsis;background: url(../images/item_arrow.png) no-repeat left center;}

.pljd{margin-top: 20px;}
.pljd .lmtit{background-image: url(../images/pljdtit.png);}
.pljd .lmlist{margin-top: 50px;display: flex;flex-wrap: wrap;justify-content: space-between;gap: 30px 35px;}
.pljd .lmlist li{width: 31%;height: 170px;padding: 37px 26px 25px 106px;background: #fff url(../images/itembg.png) no-repeat;background-size: 100% 100%;font-size: 20px;box-shadow: 8.55px 11.4px 19px  rgba(217, 192, 169, 0.8);}
.pljd .lmlist li a{display: block;width: 100%;color: #633A13;line-height: 36px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}


.link{display: flex;margin-top: 50px;;justify-content: space-between;flex-wrap: wrap;gap: 18px 17px;}

footer{background: #c50f01;}
@media screen and (max-width: 1190px) {
    .container{width: 100%;padding: 0 10px;}
    body{background-size: 200%;}
    .ztheader{padding-top: 10px;}
    .ztlogo a{width: 50%;}
    .zttit{margin: 30px auto;}
    .zttit img{height: auto;}
    .main{padding: 10px;}
    .news{flex-wrap: wrap;margin-top: 0px;}
    .news a{width: 100%;margin-top: 10px;}
    .hf{margin: 20px auto;}
    .lmtit{background-size: 90%;height: 56px;}
    .gcls .lmlist li{width: 100%;}
    .gcls .lmlist li a{height: 40px;line-height: 40px;font-size: 16px;}

    .pljd .lmlist{margin-top: 20px;}
    .pljd .lmlist li{width: 100%;height: 140px;padding-top: 25px;}
    .pljd .lmlist li a{line-height: 28px;font-size: 16px;}
    .link{margin-top: 30px;}
}

/* 列表页 */
.list_page{background-color:#fef7e5;padding:20px}
.list_page,.list_page *{box-sizing:border-box;}
.dqwz{font-size:15px;margin-bottom:20px}
.list{min-height:200px}
.list li{padding:15px 0;border-bottom:1px dotted #c5c5c5}
.list a{display:block;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;position:relative;padding-left:20px;padding-right:20px}
.list a:before{content:'';display:inline-block;width:6px;height:6px;background-color:#1a5ec4;border-radius:100%;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.list span{color:#9c9c9c}
/*分页*/
.page{line-height:30px;margin:20px 0 10px;text-align:center;font-size:15px}
.page a{color:#868585;background:#fff;font-family:'微软雅黑';padding:2px 5px;border-radius:3px;border:1px solid #e0e0e0;margin:0 2px}
.page a:hover{background:#f39526;color:#fff;border:none;padding:3px 6px!important}
.page input{width:40px;height:22px;line-height:22px;margin:0 5px;vertical-align:middle;text-align:center}
.page .pagination-first,.page .pagination-last{display:inline-block}
.page .active{color:#fff;background:#bbb;border:1px solid #bbb}
@media (max-width: 767px) {
    
}