@@ -24,10 +24,14 @@
.body .school .desc .desc-item > .desc-cell:first-child {
width: 80px;
font-weight: bold;
-}
-.body .school .desc .desc-item > .desc-cell:last-child {
color: #777;
}
+.body .school .desc .desc-item > .desc-cell:last-child a {
+ color: #333;
+}
+.body .school .desc .desc-item > .desc-cell:last-child:hover a {
+ color: #32b487;
.body .school p {
text-align: justify;
text-indent: 28px;