/* ztBox */
.ztBox{margin-top: 15px;width: 100%;display: -webkit-flex;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.ztBox li{width:370px;margin: 15px;background: #f8f8f8;padding-bottom: 20px;}
.ztBox .ztPic{display: block;}
.ztBox .ztPic img{width:368px;height:220px; display: block;margin:0 auto;}
.ztBox .ztTit{display: block;text-align: center;font-size:22px;color:#000;padding: 15px 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ztBox p{font-size:16px;color:#7e7d7d;line-height: 26px;width:100%;padding: 0 20px;text-align: center;font-weight: normal;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
/* ztList */
.ztList{width: 100%;height: 380px;background: url("../img/ztlistbg.png") top center no-repeat;margin-top: 20px;}
.ztList .w1200{display: -webkit-flex;display: flex;justify-content: space-between;padding-top: 30px;}
.ztList .w1200 ul{width: 520px;}
.ztList .w1200 ul li{font-size: 18px;height: 44px;line-height: 44px;background: url(../img/li-bg.png) center left no-repeat;overflow: hidden;}
.ztList .w1200 ul li a{display: block;float: left;width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin-left: 14px;}
.ztList .w1200 ul li a:hover {color: #2a5ca1;}

/* oldModel */
.oldModel .ztBox .ztTit{font-size: 30px;}
.oldModel .ztBox p{font-size: 22px;/* font-size: 0px; */}
.oldModel .ztList .w1200 ul li{font-size: 30px;height: 2em;line-height: 2em;}
.oldModel .ztBox li{padding-bottom:0px}
.oldModel .ztList{height: 400px;}