<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.article-list-main {
	/*width: 74%;*/
	margin: 0 auto;
}

.article-list-main .current-category h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 30px;
	color: #666;
}

.article-list h2 {
	font-weight: normal;
}

.custom-teacher-list .teacher-list-item {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
}

.custom-teacher-list .teacher-list-item .head {
	background: url(../img/icon_right.png) no-repeat;
	background-position: 0px;
	padding-left: 20px;
}

.custom-teacher-list .head {
	margin-bottom: 10px;
	cursor: pointer;
}

.custom-teacher-list .teacher-list-item .items {
	display: none;
}

.custom-teacher-list .teacher-list-item .items {
	margin-left: 20px;
}

.custom-teacher-list .teacher-list-item .items a {
	padding: 10px 0;
	display: inline-block;
	font-size: 14px;
	width: 78px;
}

.custom-teacher-list .teacher-list-item.selected .head {
	background-image: url(../img/icon_down.png);
}

.custom-teacher-list .teacher-list-item.selected .items {
	display: block;
}

.position{
    margin: 36px 0 10px;
    border-radius: 6px;
    padding: 5px 20px;
   /* color: #064e93; */
    font-size: 17px;
    font-weight: normal;
    display: block;
    text-decoration: none;
}
.teacher{
padding:0 21px;
display: flex;
    flex-wrap: wrap;
    gap: 16px
}
.tearch-item:hover{
    img{
 transform: scale(1.08);
}
}
.teacher div{
   width: 100%;
   display: flex;
flex-wrap: wrap;
}
.teacher-name{
    display: inline-block;
  
    display: flex;
    flex-direction: column;
    align-items: center;
   line-height: 48px;

&amp;:hover{
color: #064e93;
}

}
.teacher-name img{
 transition: all 0.5s linear;
}

 .teacher-name .tearch-img{
     width: 166px !important;
    height: 200px;
    object-fit: cover;
    object-position: top;
    background: #6d7075;
}
.teacher-name a{
     font-size:16px
}
        a:hover{
color: #064e93;
    }
}</pre></body></html>