diff --git a/templates/explore/organizations.tmpl b/templates/explore/organizations.tmpl
index 61574d19a..6d308161d 100644
--- a/templates/explore/organizations.tmpl
+++ b/templates/explore/organizations.tmpl
@@ -117,7 +117,7 @@
- {{$user.Name}}
+ {{$user.Name}}
-
@@ -165,7 +165,7 @@
-
-
{{$user.Name}}
+ {{$user.Name}}
@@ -273,4 +273,7 @@ window.onload = function() {
}
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/web_src/less/openi.less b/web_src/less/openi.less
index 70f643380..f7283f69f 100644
--- a/web_src/less/openi.less
+++ b/web_src/less/openi.less
@@ -888,7 +888,11 @@ display: block;
width: 100% ;
text-align: center ;
}
-
+.re_style{
+ color: rgba(3, 102, 214, 100) !important;
+ font-family:SourceHanSansSC-medium;
+ font-weight: 700;
+}
.org_icon_color{
color: #FA8C16;
}