@charset "utf-8"; /* 首页 */ /* 中间内容 */ .main { width: 100%; padding-top: 60px; background: url(/image/zyys/bg.png) no-repeat left bottom; background-size: contain; } .part-title { height: 105px; line-height: 105px; font-size: 16px; font-weight: bold; text-align: center; color: #8b6757; background: url(/image/zyys/title.png) no-repeat center center; background-size: contain; margin-bottom: 20px; } .main-list-box { display: flex; justify-content: space-between; margin-left: 150px; height: 360px; width: calc(100% - 150px); padding: 20px; background: rgba(80, 90, 107, .2); box-sizing: border-box; } .main-list { display: flex; width: 32.5%; padding: 20px; /* background: #EEEEEE; */ box-sizing: border-box; overflow: hidden; } .left-title { width: 30px; height: 160px; padding: 30px 18px; margin-right: 10px; font-size: 18px; font-weight: bold; color: #8b6757; text-align: center; background: url(/image/zyys/left-title.png) no-repeat; background-size: contain; } .list-item { width: 80%; } .list-item li { width: 100%; color: #3e3e3e; padding-left: 10px; line-height: 30px; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box; } .list-item li:hover { color: #8b6757; background: rgba(255, 255, 255, .3); } .list-item li.more { display: flex; justify-content: space-between; margin-top: 10px; } .list-item li.more:hover { background: none; } .list-item li.more a { color: #8b6757; } .list-item li.more a:hover { color: #ff6600; } /* 列表页 */ .list-main { padding-bottom: 15px; /* margin: 20px; */ padding-top: 60px; box-sizing: border-box; } .list-box { width: 1200px; margin: 0 auto; /* height: 410px; */ background: rgba(80, 90, 107, .2); } .list-main .list-item{ width: 100%; } .list .nav-list { margin: 0 20px; } .list-current { display: flex; justify-content: space-between; width: 1400px; margin: 0 auto; padding: 0 20px; font-size: 14px; font-weight: bold; line-height: 40px; background: #fff; color: #8B6757; box-sizing: border-box; margin-bottom: 20px; } .list-current a { font-size: 14px; font-weight: bold; color: #8B6757; } .list-main .main-list-box { height: auto; } .list-main .main-list { width: 100%; display: block; } /* 详情页 */ .details {} .details-title { font-size: 18px; font-weight: bold; text-align: center; margin: 20px 0; } .details-content { line-height: 26px; font-size: 12px; } .details-content p { text-indent: 2em; }