@CHARSET "utf-8";

.content>div.search-major {text-align: right;position: relative;font-size: 0.32rem; padding-right: .4rem;}
.content>div.search-major:before{content: '';background-image: url(../img/icons/16x16/search.svg);background-size: 16px;z-index: 1; width: 16px;height: 16px;position: absolute;right: .64rem;top: .21rem;}

.content>div.search-major input{position: relative; width: 160px;height: 32px;border-radius: 8px;border: 1px solid rgba(0, 0, 0, 0.15);margin-bottom: 8px;font-size: 14px;line-height: 28px;padding: 0 36px 0 12px;box-sizing: border-box; color: rgba(0, 0, 0, 0.65);;}
.content>div.search-major input::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.25);}
.content>div.search-major input:-ms-input-placeholder{color: rgba(0, 0, 0, 0.25);}

.content>div.screening-condition{border-bottom: 2px solid rgba(0, 0, 0, 0.06);padding-bottom: 11px; padding-left: 12px; margin-bottom: 39px; overflow: auto; white-space: nowrap;}
.content>div.screening-condition >a{font-weight: bold;border-radius: 8px;font-size: 14px;width: 28px;height: 28px;display: inline-block;color: #000000;text-align: center;line-height: 28px;}
.content>div.screening-condition >a:hover, .content>div >a.show, .content>ul li.major-item_active>a{background: #F0F5FF;color: #1D39C4;}


.content>p{height: 40px;background: rgba(0, 0, 0, 0.04);color:rgba(0, 0, 0, 0.45);font-size: 16px;padding: 6px 18px;box-sizing: border-box;font-weight: bold;line-height: 24px;}
.content>ul{padding: 0;margin: .4rem; margin-bottom: 0; display: flex; flex-wrap: wrap;}
.content>ul li{margin-bottom: .4rem;list-style: none;width: 50%;font-size: 14px;color: rgba(0, 0, 0, 0.85);line-height: 28px;display: inline-flex;align-items: center;}
.content>ul li:nth-child(2n-1){width: calc(50% - .4rem); margin-right: .4rem;}
.content>ul li:before{content: '';width: 4px;height: 4px;background: #FF5722;margin-right: 12px;flex-shrink: 0;display: block;}
.content>ul li.major-item_enter>a{background: #2F54EB;color: #F0F5FF;}
.content>ul li a{color: rgba(0, 0, 0, 0.85);}
.content>ul li a:hover{font-weight: bold;color:  #FF5722;}