.body .row-style { margin-top: 20px; } @media screen and (max-width: 768px) { .body .row-style { margin-top: 0px; border-radius: 10px; overflow: hidden; } } .body .row-style .carousel-img-style { width: 100%; border-radius: 10px; } .body .hotspot { padding: 0 20px 20px; } .body .hotspot h4 { margin-top: 0px; font-weight: normal; padding-bottom: 7px; border-bottom: 1px solid #eee; font-size: 16px; } .body .hotspot h4 a { width: 100%; text-decoration: none; color: black; display: flex; justify-content: space-between; align-items: flex-end; } .body .hotspot h4 a .icon-fire-style { margin-right: 10px; color: #a94442; } .body .hotspot h4 a span { padding: 5px 0; } .body .hotspot h4 a > span:last-child { font-size: 14px; margin-bottom: 3px; } .body .hotspot h4 a .b { border-bottom: 3px solid #a94442; } .body .hotspot h4 a .a { border-bottom: 3px solid #03C762; } .body .hotspot ul { padding-left: 20px; } .body .hotspot ul li { list-style-type: square; color: #777; list-style-position: inherit; line-height: 36px; } .body .hotspot ul li a { display: block; width: 100%; text-decoration: none; color: #777; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-bottom: 1px solid #f5f5f5; } .body .title-style { width: 100%; margin-top: 20px; padding: 0 15px; } .body .title-style .h4 { padding: 15px; vertical-align: middle; border-bottom: 2px solid #03C762; background-color: #cdf5df; font-size: 20px; display: flex; } .body .title-style .h4 i { margin-right: 10px; } .body .scroll-style ul { padding: 0; width: 100%; display: flex; justify-content: space-between; flex-wrap: nowrap; align-items: center; overflow-x: auto; } .body .scroll-style ul::-webkit-scrollbar { background: none; } .body .scroll-style ul .scroll-li-style { width: 19%; min-width: 160px; list-style-type: none; display: block; text-align: center; margin: 10px; } .body .scroll-style ul .scroll-li-style a { color: #777; text-decoration: none; width: 100%; } .body .scroll-style ul .scroll-li-style a img { width: 100%; } .body .scroll-style ul .scroll-li-style a h5 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }