/*院校简介*/
.school-profile .fr img {
    top: 164px;
}
/*项目介绍*/
.project-introduction {
    height: 693px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #ebebeb;
}

ul.pi-list-titles li {
    width: 360px;
    height: 89px;
    line-height: 89px;
    text-align: center;
    background: #da3636;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    float: left;
    margin-right: 30px;
    cursor: pointer;
}

ul.pi-list-titles li.active {
    color: #da3636;
    background-color: #fff;
}

ul.pi-list-titles li :last-child {
    margin-right: 0;
}

.pi-list-info li {
    overflow: hidden;
    width: 1160px;
    box-sizing: border-box;
    padding: 20px 29px 20px 47px;
    background: white;
    border-radius: 12px;
    border-top-left-radius: 0;
    min-height: 340px;
}

.pi-list-info .fl {
    width: 806px;
}

.pi-list-info .fl p {
    font-size: 14px;
    color: #878787;
    text-align: left;
    margin-top: 25px;
}

.pi-list-info .fr img {
    width: 230px;
    height: 300px;
}

.pi-list-info li:not(:first-child) {
    display: none;
}

/*项目模式*/
.project-model {
    height: 918px;
    box-sizing: border-box;
    overflow: hidden;
    background: white;
}

.project-model .content {
    display: block;
    margin: 0 auto;
}

/*专业设置*/
.professional-setup {
    height: 1558px;
    box-sizing: border-box;
    overflow: hidden;
    background: url(../img/homeAdvantage/uws-ps-bg.png) no-repeat;
    background-position: center top;
}

.professional-setup .content {
    margin-top: 536px;
    background: #f7f7f7;
    height: 890px;
    box-sizing: border-box;
    overflow: hidden;
    background: url("../img/homeAdvantage/uws-ps-bg2.jpg") no-repeat;
    background-position: center center;
}

.professional-setup .content .list {
    counter-reset: ps;
    width: 1060px;
    margin: 0 auto;
}

.professional-setup .content .list li {
    width: 504px;
    text-align: left;
    position: relative;
    padding-left: 61px;
    box-sizing: border-box;
    float: left;
    margin-right: 50px;
    margin-bottom: 51px;
}

.professional-setup .content .list li:nth-child(2n) {
    margin-right: 0;
}

.professional-setup .content .list li::before {
    content: '0' counter(ps);
    counter-increment: ps 1;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #da3d3d;
    color: white;
    font-size: 20px;
    left: 1px;
    top: -7px;
}

.professional-setup .content .list li h3 {
    background-color: #c2c4d8;
    font-size: 20px;
    color: #2e2d59;
    height: 35px;
    line-height: 35px;
    padding: 0 24px;
    position: relative;
}

.professional-setup .content .list li h3::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 0px solid transparent;
    border-top: 35px solid #f7f7f7;
    border-right: 20px solid transparent;
}

.professional-setup .content .list li h3::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 21px solid transparent;
    border-bottom: 35px solid #f7f7f7;
    border-right: 0 solid transparent;
}

.professional-setup .content .list li h4 {
    font-size: 16px;
    color: #2e2d59;
    margin-top: 22px;
    margin-bottom: 21px;
    margin-left: 12px;
}

.professional-setup .content .list li h4::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #2e2d59;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.professional-setup .content .list li p {
    width: 411px;
    font-size: 14px;
    color: #878787;
    text-align: justify;
    margin-left: 22px;
    line-height: 25px;
}

.professional-setup .content .list::after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
}

/*项目优势*/
.project-advantages {
    background: url("../img/homeAdvantage/uws-pa-bg.jpg") no-repeat;
    background-position: center center;
    height: 840px;
    box-sizing: border-box;
    overflow: hidden;
}

.project-advantages .content .fl {
    width: 400px;
    height: 515px;
    position: relative;
    left: 181px;
    box-sizing: border-box;
    z-index: 100;
    box-shadow: 0 0 19px 0px #42489a;
    background: url(../img/homeAdvantage/uws-pa-bg2.jpg) no-repeat;
    background-position: center center;
}

.project-advantages .content > div {
    padding-top: 60px;
}

.project-advantages .content h3 {
    font-size: 30px;
    font-weight: bold;
    color: #2e2d59;
    line-height: 100%;
    margin-bottom: 70px;
}

.project-advantages .content h3::before {
    content: "";
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 23px;
    left: -11px;
    background: url(../img/homeAdvantage/uws-pa-icon1.png) no-repeat;
    background-position: 100% 100%;
}

.project-advantages .content p {
    width: 320px;
    text-align: justify;
    font-size: 16px;
    color: #2e2d59;
    margin: 0 auto;
    line-height: 29px;
}

.project-advantages .content .fr {
    width: 611px;
    height: 560px;
    padding-left: 176px;
    box-sizing: border-box;
    position: relative;
    right: 169px;
    top: 45px;
    box-shadow: 4px 12px 10px 0px #151a62;
    background: url(../img/homeAdvantage/uws-pa-bg3.png) no-repeat;
    background-color: #d9a15b;
    background-position: 301px 405px;
}

.project-advantages .content .fr h3 {
    color: white;
}

.project-advantages .content .fr h3::before {
    background-image: url(../img/homeAdvantage/uws-pa-icon2.png);
}

.project-advantages .content .fr p {
    width: 337px;
    color: white;
}

.project-advantages .content .fr h3 {
    margin-bottom: 50px;
}

.project-advantages .sa .title {
    margin-bottom: 50px;
}

/*校园环境*/
.campus-environment{
    height: 628px;
    background: url(../img/homeAdvantage/uws-ce-bg.jpg) no-repeat;
    background-position: center bottom;
    box-sizing: border-box;
    overflow: hidden;
}
.campus-environment .sa .title{
    margin-top: 108px;
    margin-bottom: 78px;
}