p { margin: 0; padding: 0; } .articlegrouplist { background: #ffffff; width: 100%; min-width: 975px; height: 100%; padding: 5px 20px; margin-top: -20px; } .articlegrouplist .articlegroupdetail { width: 100%; height: auto; padding: 20px; overflow-x: auto; } .articlegrouplist .articlegroupdetail h2 { text-align: center; } .articlegrouplist .articlegroupdetail .wrappercontent { padding: 20px 0; } .articlegrouplist .articlegroupdetail .wrappercontent p.desc { text-align: right; line-height: 20px; font-family: pingfangsc-regular; font-size: 14px; color: rgba(0, 0, 0, 0.45); width: 100%; height: 20px; padding-right: 20px; } .articlegrouplist .articlegroupdetail .wrappercontent .content { padding: 30px 15px; } .articlegrouplist .noneitem { font-size: 24px; font-family: pingfangsc-medium; text-align: center; margin: 30px auto 0 auto; padding: 20px 0; } .articlegrouplist .noneitem p { padding: 10px 0; margin-left: 30px; } .articlegrouplist .listmore { background: #ffffff; border: 1px solid #20770f; border-radius: 2px; width: 150px; height: 36px; line-height: 34px; cursor: pointer; margin: 30px auto 0 auto; font-weight: bold; color: #20770f; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 2.5px; margin-bottom: 30px; } .articlegrouplist .nomore { color: #cccccc !important; border: 1px solid #cccccc !important; background: #ffffff; border-radius: 2px; width: 150px; height: 36px; line-height: 34px; cursor: pointer; margin: 30px auto 0 auto; font-weight: bold; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 2.5px; } .articlegrouplist .listmore:hover { opacity: 0.7; } .articlegrouplist .articlegrouplistitem { background: #ffffff; cursor: pointer; width: auto; height: 150px; padding: 15px 12px; margin-top: 10px; } .articlegrouplist .articlegrouplistitem:hover { box-shadow: 0 0 10px 0 #cccccc; transition: all 0.5s; } .articlegrouplist .articlegrouplistitem .listpic { vertical-align: middle; display: inline-block; width: 180px; height: 120px; } .articlegrouplist .articlegrouplistitem .listpic img { width: 100%; height: 100%; } .articlegrouplist .articlegrouplistitem .listcontent { vertical-align: middle; display: inline-block; height: 100%; padding-left: 20px; /*width: calc(100% - 180px);*/ } .articlegrouplist .articlegrouplistitem .listcontent p.listcontenttitle { text-align: left; line-height: 25px; font-family: pingfangsc-medium; font-size: 18px; color: rgba(0, 0, 0, 0.85); width: 100%; height: 25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .articlegrouplist .articlegrouplistitem .listcontent p.listcontented { text-align: left; line-height: 20px; font-family: pingfangsc-regular; font-size: 14px; color: rgba(0, 0, 0, 0.65); width: 100%; height: auto; min-height: 40px; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; padding-right: 10px; } .articlegrouplist .articlegrouplistitem .listcontent p.listcontentdesc { text-align: left; line-height: 20px; font-family: pingfangsc-regular; font-size: 14px; color: rgba(0, 0, 0, 0.45); width: 100%; height: 20px; margin-top: 20px; }