|
@@ -39,10 +39,13 @@ li{list-style:none;}
|
|
|
#new-container .new-list{float: left;}
|
|
|
#new-container .new-label{float: left;margin-right: 10px;line-height: 48px;font-size: 16px;color: #E15616;font-weight: bold;}
|
|
|
#new-container .new-list .new-li{float: left;line-height: 28px;font-size: 14px;color: #4A4F58;margin-right: 50px;box-sizing: border-box;padding: 10px 0;display: block;}
|
|
|
-#new-container .new-list .new-li .new-icon{width: 18px;height: 18px;margin-top: 5px;box-sizing: border-box;display: block;background: url("/img/base/icon-news@2x.png");background-size: cover;float: left;}
|
|
|
+#new-container .new-list .new-li .new-icon{width: 4px;height: 4px;margin-top: 13px;box-sizing: border-box;display: block;background: #999999;border-radius: 50%; background-size: cover;float: left;}
|
|
|
#new-container .new-list .new-li p{float: left;margin-left: 8px;}
|
|
|
-#new-container .new-list .new-li:hover{color: #E15616;text-decoration: line-through;}
|
|
|
+#new-container .new-list .new-li:hover{color: #E15616;}
|
|
|
+#new-container .new-list .new-li:hover p{text-decoration: underline;}
|
|
|
+#new-container .new-list .new-li:hover .new-icon{background: #E15616;}
|
|
|
#new-container .new-more{float: right;line-height: 48px;font-size: 14px;color: #93979F;}
|
|
|
+#new-container .new-more:hover { color: #E15616;}
|
|
|
/* 楼层 */
|
|
|
.section_container{width:100%;height:auto;float:left}
|
|
|
.section_container .inner{width:1184px;margin:0 auto}
|