|
|
@@ -1484,8 +1484,9 @@ a.x_gray_text{
|
|
|
.x_item_list li span {
|
|
|
float: right;
|
|
|
}
|
|
|
-li.active a {
|
|
|
+li.active a,li:hover a{
|
|
|
color: #e41f2b;
|
|
|
+ font-weight: bold;
|
|
|
border-bottom: 1px solid #e41f2b;
|
|
|
}
|
|
|
/*第三列*/
|
|
|
@@ -1536,6 +1537,20 @@ li.active a {
|
|
|
border-top: 1px solid #e8e8e8;
|
|
|
margin: 0;
|
|
|
}
|
|
|
+.hot_info_list dl:hover{
|
|
|
+ background-color: #ff6565;
|
|
|
+}
|
|
|
+.hot_info_list dl:hover p,.hot_info_list dl:hover span{
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.hot_info_list dl:hover a{
|
|
|
+ font-weight: bold;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.hot_info_list dl:hover dt>p{
|
|
|
+ background: #fff;
|
|
|
+ color: #333;
|
|
|
+}
|
|
|
.hot_info_list dt,.hot_info_list dd {
|
|
|
display: inline-block;
|
|
|
}
|
|
|
@@ -1692,7 +1707,7 @@ li.active a {
|
|
|
#sidebar .sidebar-content{
|
|
|
position: absolute;
|
|
|
right: 70px;
|
|
|
- top: 50%;
|
|
|
+ top: 64%;
|
|
|
transform: translateY(-50%);
|
|
|
list-style: none;
|
|
|
padding: 0;
|