.subject>h2{
    height: 42px;
    padding:0 16px;
    color: #fff;
    font-size: 18px;
    margin-top: 35px;
}
.subject>h2 img{
   margin-right: 14px;
}
.country li {
    float: left;
    font-size: 14px;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
}
.country li.active,.country li:hover {
    background: #0d3f98;
    cursor: pointer;
}
.fliter-item-list b a {
    display: block;
    width: 100%;
    height: 100%;
}
.major-list {
    padding:15px 15px 0;
    border: 1px solid #e5e5e5;
    display: none;
}
.major-list.cur {
   display: block;
}
.major-list li {
    width: 123px;
    height: 33px;
    line-height: 33px;
    float: left;
    margin: 0 14px 15px 0;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 14px;
    color: #606060;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.major-list li:hover {
  background: #0d3f98;
  color:#fff;
}
.major-list li:nth-child(6n){
    margin-right: 0;
}
.filter-item {
    height: 32px;
    overflow: hidden;
    position: relative;
}
.filter-item>span {
    width:80px
}
.fliter-item-list span {
    color: #f00;
    font-weight:bold;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
}
#shouqi {
    display: none;
}
/***四个颜色循环**/
.subject-container .subject:nth-of-type(4n-3) h2{
    background: #5983ce;
}
.subject-container .subject:nth-of-type(4n-2) h2{
    background: #f39800;
}
.subject-container .subject:nth-of-type(4n-1) h2{
    background: #23adab;
}
.subject-container .subject:nth-of-type(4n) h2{
    background: #ffd185;
}