|
@@ -310,6 +310,9 @@
|
|
|
.news_lay_box .news_lay_item .list_item.news_1 .title {
|
|
|
padding-right: 0;
|
|
|
}
|
|
|
+.news_lay_box .news_lay_item .list_item.news_1 a {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
.news_lay_box .news_lay_item .list_item.news_1 a:hover {
|
|
|
color: #fff;
|
|
|
}
|
|
@@ -534,8 +537,8 @@
|
|
|
}
|
|
|
.teachers_box .teacher_item img {
|
|
|
width: 100%;
|
|
|
- height: 100%;
|
|
|
- object-fit: contain;
|
|
|
+ height: 300;
|
|
|
+ object-fit: cover;
|
|
|
border-radius: 50%;
|
|
|
transition: all 0.3s ease-in-out;
|
|
|
}
|
|
@@ -671,6 +674,15 @@
|
|
|
height: 400px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
+.tab_list.research_list .list_item img {
|
|
|
+ height: 400px;
|
|
|
+}
|
|
|
+.tab_list.research_list .list_item .item_tit a {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+.tab_list.research_list .list_item .item_tit a:hover {
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
.tab_list.research_list .list_item .item .info_box {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
@@ -1173,7 +1185,7 @@
|
|
|
position: relative;
|
|
|
width: 220px;
|
|
|
}
|
|
|
-.page_tabs_box .column_title_box > div {
|
|
|
+.page_tabs_box .column_title_box {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
margin-bottom: 16px;
|