
.lyBanner { height: 720px; overflow: hidden; position: relative;}
.lyBanner img { display: block; width: 1920px; height: 720px; position: absolute; left: 50%; top: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%);}

.lyContainer { overflow: hidden; padding: 80px 0;}
.lyTitle { margin-bottom: 40px;}
.lyTitle p { line-height: 40px; color: #fff; font-size: 36px; text-align: center; margin-bottom: 20px;}
.lyTitle span { display: block; line-height: 30px; color: #fff; font-size: 18px; font-weight: lighter; text-align: center; position: relative;}
.lyTitle span::before, .lyTitle span::after { content: ''; display: block; width: 142px; height: 1px; background-color: rgba(255, 255, 255, .2); position: absolute; top: 50%;}
.lyTitle span::before { right: calc(50% + 90px);}
.lyTitle span::after { left: calc(50% + 90px);}

.lyMain { max-width: 1200px; overflow: hidden; margin: 0 auto; padding: 10px; background-color: #fff; border-radius: 20px;}
.lyList { width: 100%; overflow: hidden; border-radius: 10px;}
.lyHead { background-color: #e30187;}
.lyHead dl { height: 60px; display: flex; align-items: center; justify-content: center;}
.lyHead dl dd { width: 18%; min-height: 100%; padding: 10px 0;}
.lyHead dl dd:nth-child(2) { width: 64%; border-left: 1px solid rgba(255, 255, 255, .3); border-right: 1px solid rgba(255, 255, 255, .3);}
.lyHead dl dd p { line-height: 40px; color: #fff; font-size: 22px; font-weight: bold; text-align: center;}

.lyList_tit { line-height: 40px; color: #e30187; font-size: 20px; font-weight: bold; text-align: center; padding: 10px 0; background-color: #fadaf3; }

.lyTable { width: 100%; overflow: hidden;}
.lyTable ul { display:  flex; align-items: center; justify-content: center; background-color: #fef1fd;}
.lyTable ul:nth-child(2n) { background-color: #fbe8fa;}
.lyTable ul li { width: 18%; padding: 14px 0; display: flex; align-items: center; justify-content: center;}
.lyTable ul li:nth-child(2) { width: 64%; border-left: 1px solid rgba(0, 0, 0, .06); border-right: 1px solid rgba(0, 0, 0, .06);}
.lyTable ul li p, .lyTable ul li a { display: block; line-height: 32px; color: #222; font-size: 18px;}
.lyTable ul li a:hover { color: #e30187; text-decoration: underline;}<!--0.00018787384033203-->