@CHARSET "UTF-8";
.major-list{display: flex; flex-wrap: wrap;}
.major-list>a{width: 100%;text-align: center; line-height: .59rem; padding: .24rem .4rem .24rem .4rem; border: 1px solid #ADC6FF; border-radius: 8px; background: #F0F5FF; margin-bottom: 16px; color: #1D39C4; font-weight: bold;}
.major-list>a:nth-child(2n){margin-right: 0;}
.major-list>a:hover{background: #1D39C4; color: #FFFFFF; transition: .3s;}

.ke-content>ul{display: block;}

.ke-content newslist.t1{margin-top: 0;}

.ke-content>.equipment{display: flex; flex-direction: column; align-items: center; position: relative;min-height: 280px;}
.ke-content>.equipment p,.ke-content>.equipment img{width:100%; order: 1;}
.ke-content>.equipment p{}
.ke-content>.equipment img{object-fit: cover; order: 0;}

.ke-content>.development{background: rgba(0, 0, 0, 0.04);padding: .4rem;}
.ke-content>.development>strong{font-size: 14px;color: rgba(0, 0, 0, 0.85);line-height: 28px;font-weight: bold;}
.ke-content>.development>p{color: rgba(0, 0, 0, 0.65);border-bottom:2px solid rgba(0, 0, 0, 0.06);padding-bottom: 7px; margin-bottom: .21rem;}
.ke-content>.development>p:last-child{border-bottom: none;padding-bottom: 0;}

.ke-content .faculty-list{display: flex; justify-content: space-between; flex-wrap:wrap; margin-top: 1.6em; margin-bottom: -1.6em;}
.ke-content .faculty-list .faculty{background: #ebebeb; width: 100%; display: flex; flex-direction: column; padding-bottom: 1.6em; margin-bottom: 0.7rem;}
.ke-content .faculty-list .faculty>*{margin: 0 0.7rem;}
.ke-content .faculty-list .faculty img{margin: 0; width: 100%; height: 205px; object-fit: cover;}
.ke-content .faculty-list .faculty h2{margin-top: 0; margin-bottom:0; padding: 4px 0; text-align: center; background: none; border-bottom: 2px solid #979797; font-size:1.3em; color:#343434;}
.ke-content .faculty-list .faculty h2 span{font-size: 0.7em; font-weight: normal;}
.ke-content .faculty-list .faculty h2 span:before{content:"（";}
.ke-content .faculty-list .faculty h2 span:after{content:"）";}
.ke-content .faculty-list .faculty h3{margin-top: 1.4em; color: #3b3b3b; font-size: 1.2em;}
.ke-content .faculty-list .faculty p{line-height: 1.8em; color: #4e4e4e; margin-top:1.4em;}
.ke-content .faculty-list .faculty p span{display: block;}
