/*主体内容开始*/

/*专业设置*/
.professional-setup {
    background: url("../img/homeAdvantage/ny-ps-bg.jpg") no-repeat;
    background-position: top center;
}

.professional-setup .title .international-title h2 {
    color: #bd9c9c;
}

.professional-setup .list .international-title h4 {
    font-weight: bold;
    font-size: 22px;
    color: #fdff4d;
    margin-bottom: 5px;
}

.professional-setup .list .international-title h2 {
    font-size: 18px;
    color: white;
    opacity: 0.43;
    filter: Alpha(Opacity=43);
}

.professional-setup .content {
    background-color: #26a2ae;
    opacity: 0.88;
    filter: Alpha(Opacity=88);
    padding: 32px 30px;
    width: 785px;
    box-sizing: border-box;
    margin-left: 40px;
}

.professional-setup .content li {
    font-size: 18px;
    color: white;
    text-align: left;
    margin-bottom: 36px;
}

.professional-setup .content ul {
    counter-reset: ps;
}

.professional-setup .content ul li:before {
    content: '0' counter(ps);
    counter-increment: ps 1;
    margin-right: 10px;
}

.professional-setup .content ul:nth-child(2) li:before {
    content: '0' counter(ps);
    counter-increment: ps;
}

.professional-setup .content ul:nth-child(2) {
    margin-left: 19px;
}

.professional-setup .content ul:nth-child(3) {
    margin-left: 32px;
}

.professional-setup .content .international-title {
    margin-top: 0;
}

.professional-setup .content .list:nth-child(2) {
    margin-right: 30px;
}

.professional-setup .content ul:nth-child(3) li:nth-child(1):before {
    content: "06";
}

.professional-setup .content ul:nth-child(3) li:nth-child(2):before {
    content: "07";
}

.professional-setup .content ul:nth-child(3) li:nth-child(3):before {
    content: "08";
}

.professional-setup .content ul:nth-child(3) li:nth-child(4):before {
    content: "09";
}

.professional-setup .content ul:nth-child(3) li:nth-child(5):before {
    content: "10";
}

/*培养模式*/
.floor {
    margin-top: 77px;
    margin-bottom: 68px;
}

.floor .title {
    position: relative;
    margin-bottom: 37px;
}

.floor .title h4 {
    position: relative;
    font-size: 30px;
    color: #bf3436;
    padding: 0 21px;
    display: inline-block;
    background: white;
}

.floor > .title::before {
    content: "";
    position: absolute;
    top: 10px;
    width: 622px;
    left: 50%;
    margin-left: -311px;
    height: 1px;
    display: block;
    background-color: #bf3436;
}

.floor .title h6 {
    font-size: 18px;
    color: #cbcbcb;
    margin-top: 13px;
}

.education-mode p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.education-mode-list {
    height: 310px;
    background-color: #f4f4f4;
    padding-top: 31px;
    box-sizing: border-box;
}

.education-mode-list li {
    float: left;
    width: 299px;
    height: 250px;
    border-right: 1px solid #cfcfcf;
}

.education-mode-list li img {
    margin: 25px auto;
}

.education-mode-list li p {
    width: 225px;

    line-height: 25px;
    margin: 0 auto;
}



/*主体内容结束*/
