@charset "utf-8";
.dz-big{
    background: linear-gradient(to bottom, rgba(222, 234, 255, 0.62) 0%, #F7FAFF 24%);
}
/* 报名专业 */
.major-filter-block{
    padding: 30px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.major-filter-block dl{
    margin-bottom: 22px;
}
.major-filter-block dl dt{
    float: left;
    width: 110px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
.major-filter-block dl dt:after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url('../images/dz-icon-group.png') no-repeat -294px -640px;
    margin: -3px 0 0 7px;
}
.major-filter-block dl dd{
    padding-left: 110px;
    min-height: 22px;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
.major-filter-block dl dd a{
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.major-filter-block dl dd li{
    float: left;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    list-style-type: none;
    position: relative;
    margin-right: 22px;
}
.major-filter-block dl dd li.on a{
    color: #0745B2;
}

.major-list-block{
    padding: 40px 0 0;
}
.major-list-item{
    /*margin-bottom: 40px;*/
}
.major-list-item .major-list-title{
    padding-left: 11px;
    height: 26px;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    position: relative;
}
.major-list-item .major-list-title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #0745B2;
    margin-top: -7px;
}
.major-list-wrap{
    /*margin-top: 25px;*/
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.major-list-wrap li{
    /*float: left;*/
    padding: 0;
    width: 304px;
    height: 234px;
    box-sizing: border-box;
    border: 1px solid #DEE5F0;
    margin: 0 20px 20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.major-list-wrap li:nth-of-type(5n){
    /* margin-right: 0; */
}
.major-list-wrap li a{
    display: block;
    width: 302px;
    height: 234px;
    position: relative;
}
.major-list-wrap li a .major-type{
    position: absolute;
    top: 9px;
    right: 8px;
    z-index: 1;
    padding: 0 9px;
    font-size: 14px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background-color: #263753;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.major-list-wrap li .major-top{
    padding-top: 55px;
    width: 304px;
    height: 115px;
    position: relative;
}
.major-list-wrap li:nth-of-type(6n+1) .major-top{
    background: url('../images/dz-major-bg01.png') no-repeat;
}
.major-list-wrap li:nth-of-type(6n+2) .major-top{
    background: url('../images/dz-major-bg02.png') no-repeat;
}
.major-list-wrap li:nth-of-type(6n+3) .major-top{
    background: url('../images/dz-major-bg03.png') no-repeat;
}
.major-list-wrap li:nth-of-type(6n+4) .major-top{
    background: url('../images/dz-major-bg04.png') no-repeat;
}
.major-list-wrap li:nth-of-type(6n+5) .major-top{
    background: url('../images/dz-major-bg05.png') no-repeat;
}
.major-list-wrap li:nth-of-type(6n+6) .major-top{
    background: url('../images/dz-major-bg06.png') no-repeat;
}
.major-list-wrap li .major-top .major-name{
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
}
.major-list-wrap li .major-top .major-num{
    margin-top: 5px;
    font-size: 14px;
    color: #B37F06;
    text-align: center;
}
.major-list-wrap li:nth-of-type(6n+1) .major-top .major-name,
.major-list-wrap li:nth-of-type(6n+1) .major-top .major-num{
    color: #B37F06;
}
.major-list-wrap li:nth-of-type(6n+2) .major-top .major-name,
.major-list-wrap li:nth-of-type(6n+2) .major-top .major-num{
    color: #09868F;
}
.major-list-wrap li:nth-of-type(6n+3) .major-top .major-name,
.major-list-wrap li:nth-of-type(6n+3) .major-top .major-num{
    color: #D34C0E;
}
.major-list-wrap li:nth-of-type(6n+4) .major-top .major-name,
.major-list-wrap li:nth-of-type(6n+4) .major-top .major-num{
    color: #3B29C1;
}
.major-list-wrap li:nth-of-type(6n+5) .major-top .major-name,
.major-list-wrap li:nth-of-type(6n+5) .major-top .major-num{
    color: #0055C7;
}
.major-list-wrap li:nth-of-type(6n+6) .major-top .major-name,
.major-list-wrap li:nth-of-type(6n+6) .major-top .major-num{
    color: #D91C28;
}
.major-list-wrap li .major-bottom{
    padding: 0 20px;
    height: 64px;
    font-size: 18px;
    line-height: 64px;
    text-align: center;
    color: #333;
    background-color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.major-list-wrap li.over .major-bottom{
    color: #999!important;
}

@media screen and (min-width: 1749px) and (max-width: 1920px) {
    .major-filter-block dl dt,
    .major-filter-block dl dd,
    .major-list-item .major-list-title,
    .major-list-item .major-list-title:before,
    .major-list-wrap li{
        zoom: 1!important;
    }
    .major-list-wrap li:nth-of-type(5n){
        margin-right: 0;
    }
}
@media screen and (min-width: 1649px) and (max-width: 1749px) {
    .major-filter-block dl dt,
    .major-filter-block dl dd,
    .major-list-item .major-list-title,
    .major-list-item .major-list-title:before,
    .major-list-wrap li{
        zoom: 1!important;
    }
    .major-list-wrap li:nth-of-type(5n){
        margin-right: 0;
    }
}
@media screen and (min-width: 1349px) and (max-width: 1649px) {
    .major-filter-block dl dt,
    .major-filter-block dl dd,
    .major-list-item .major-list-title,
    .major-list-item .major-list-title:before,
    .major-list-wrap li{
        zoom: 1.253!important;
    }
    .major-list-wrap li:nth-of-type(4n){
        margin-right: 0;
    }

}
@media screen and (min-width: 751px) and (max-width: 1349px) {
    .major-filter-block dl dt,
    .major-filter-block dl dd,
    .major-list-item .major-list-title,
    .major-list-item .major-list-title:before,
    .major-list-wrap li{
        zoom: 1.253!important;
    }
    .major-list-wrap li:nth-of-type(4n){
        margin-right: 0;
    }
}
