/* 标题 */

.title {
    position: relative;
    height: 168px;
    text-align: center;
}

.title p {
    font-size: 40px;
    color: #0d59a7;
    line-height: 168px;
}

.title .select {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 20px;
    margin: auto 0;
    font-size: 14px;
    color: #999;
}

.title .select a {
    font-size: 14px;
    color: #999;
}


/* 项目概况 */

.projects_generalization .content .tit,
.projects_generalization .content h1,
.projects_generalization .content h2{
    font-size: 22px;
    color: #0d59a7;
    font-weight: bold;
}
.projects_generalization .content p {
    margin: 10px 0;
    font-size: 16px;
    color: #666;
    line-height: 2;
    text-indent: 32px;
}
.projects_generalization .content ol{
    font-size: 16px;
    color: #333;
    line-height: 2;
}
.projects_generalization .content ol li{
    margin: 10px 0;
    list-style: decimal;
    margin-left: 48px;
}

.projects_generalization .content p:last-child {
    margin-bottom: 80px;
}

.projects_generalization .content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 100px;
}

.projects_generalization .content ul li {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 590px;
    height: 240px;
    border: solid 1px #cfdeed;
    margin-bottom: 20px;
    padding: 50px;
}

.projects_generalization .content li .text {
    width: 370px;
}

.projects_generalization .content li .t {
    font-size: 22px;
    color: #0d59a7;
}

.projects_generalization .content li .t2 {
    font-size: 22px;
    color: #fc9000;
}

.projects_generalization .content li .desc {
    margin-top: 16px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}


/* 招生简章 */

.projects_recruit .content p,
.projects_recruit .content h2,
.projects_recruit .content h3
{
    text-indent: 32px;
    line-height: 34px;
}
.projects_recruit .content h1,
.projects_recruit .content h2 {
    color: #0d59a7;
}

.projects_recruit .content p:last-child {
    margin-bottom: 100px;
}

.projects_recruit .content .tit,
.projects_recruit .content h2 {
    font-size: 22px;
    font-weight: bold;
}


.projects_recruit .content .t,
.projects_recruit .content h3,
.projects_recruit .content h4 {
    margin: 16px 0;
    font-size: 18px;
    font-weight: bold;
}

.projects_recruit .content span {
    font-size: 16px;
    /*font-weight: bold;*/
}

.projects_recruit .content .desc,
.projects_recruit .content p {
    margin: 16px 0;
    font-size: 18px;
}
table,
table tr td {
    border: 1px solid #dee5eb;
}

table {
    width: 100%;
    min-height: 60px;
    line-height: 60px;
    text-align: center;
    border-collapse: collapse;
    padding: 2px;
    margin: 60px auto;
    font-size: 16px;
    color: #666;
}

thead {
    background-color: #e6eef6;
    color: #0d59a7;
}
.projects_generalization .content table thead p {
    background-color: #e6eef6;
    color: #0d59a7;
    line-height: 60px;
}
.projects_generalization .content table tbody p {
    line-height: 60px;
    color: #666;
}

table .tit {
    font-size: 16px;
    color: #333;
}


/* 新闻动态 */

.projects_news .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    margin-bottom: 70px;
}

.projects_news .content:nth-child(9n) {
    margin-bottom: 0;
}

.projects_news .content .time {
    position: absolute;
    top: -20px;
    left: 12px;
    width: 50px;
    height: 54px;
    background-color: #fc9000;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.projects_news .content .time span {
    display: block;
}

.projects_news .content .time .number {
    font-size: 24px;
}

.projects_news .content .en {
    font-size: 12px;
    margin-top: -6px;
}

.projects_news .content .cover {
    width: 350px;
    height: 197px;
    overflow: hidden;
}

.projects_news .content .cover img {
    width: 100%;
    height: 100%;
}

.projects_news .content .cover img:hover {
    animation: enlarge 0.5s;
    transform: scale(1.2);
}

@keyframes enlarge {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.projects_news .content .text {
    width: 822px;
}

.projects_news .content .text p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.projects_news .content .text .tit {
    margin: 16px 0 32px 0;
}

.projects_news .content .text .tit a {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.projects_news .content .text:hover .tit a {
    color: #0d59a7;
}


/* 项目新闻正文内容 */

.projects_news_text .content .tit {
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

.projects_news_text .content .t {
    font-size: 22px;
    font-weight: bold;
}

.projects_news_text .content .time {
    margin: 20px 0;
    font-size: 16px;
    color: #999;
}

.projects_news_text .content .text p {
    margin: 20px 0;
    text-indent: 2em;
    font-size: 16px;
    line-height: 34px;
}

.projects_news_text .content .text p img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.projects_news_text .content .text p:last-child {
    margin-bottom: 100px;
}


/* 适配1680px */

@media(max-width: 1680px) {
    /* 标题 */
    .title {
        height: 1rem;
    }
    .title p {
        font-size: .24rem;
        line-height: 1rem;
    }
    .title .select {
        height: .12rem;
        font-size: 14px;
    }
    /* 项目概况 */
    .projects_generalization .content .tit,
    .projects_generalization .content h2 {
        font-size: .15rem;
    }
    .projects_generalization .content li .t{
        font-size: .14rem;
    }
    .projects_generalization .content p {
        margin-bottom: 0.14rem;
        font-size: .1rem;
        line-height: .2rem;
    }
    .projects_generalization .content ol{
        font-size: .1rem;
        line-height: .2rem;
    }
    .projects_generalization .content ol li{
        margin-bottom: 0.14rem;
        list-style: decimal;
    }
    .projects_generalization .content p:last-child {
        margin-bottom: .47rem;
    }
    .projects_generalization .content ul {
        margin-top: .29rem;
        margin-bottom: .6rem;
    }
    .projects_generalization .content ul li {
        width: 3.5rem;
        height: 1.7rem;
        margin-bottom: .1rem;
        padding: .29rem;
    }
    .projects_generalization .content li .text {
        width: 2.2rem;
    }
    .projects_generalization .content li .t2 {
        font-size: .13rem;
    }
    /* 招生简章 */
    .projects_recruit .content p,
    .projects_recruit .content h2,
    .projects_generalization .content p
    {
        margin-bottom: 0.14rem;
        font-size: .1rem;
        line-height: .2rem;
        color: #333;
    }
    .projects_recruit .content p:last-child {
        margin-bottom: .6rem;
    }
    .projects_recruit .content .tit,
    .projects_generalization .content h1,
    .projects_recruit .content h1,
    .projects_recruit .content h2{
        font-size: .13rem;
        color: #0d59a7;
    }
    .projects_recruit .content .t,
    .projects_recruit .content h3{
        margin: .14rem 0;
        font-size: .12rem;
    }
    .projects_recruit .content span {
        font-size: .09rem;
    }
    .projects_recruit .content .desc {
        margin: .09rem 0;
        font-size: .09rem;
    }
    .projects_recruit .content .t,
    .projects_recruit .content h3,
    .projects_recruit .content h4{
        font-size: .12rem;
    }
    table {
        min-height: 60px;
        line-height: 60px;
        margin: 60px auto;
        font-size: .1rem;
    }
    table tr th,
    .projects_recruit .content table tr h4{
        font-size: .11rem;
    }
    table .tit {
        font-size: .09rem;
    }
    /* 新闻动态 */
    .projects_news .content {
        margin-bottom: .4375rem;
    }
    .projects_news .content .time {
        top: -0.125rem;
        left: .07rem;
        width: .3125rem;
        height: .3375rem;
    }
    .content .time .number {
        font-size: .15rem;
    }
    .content .en {
        font-size: .075rem;
        margin-top: -0.0375rem;
    }
    .projects_news .content .cover {
        width: 2rem;
        height: 1.2rem;
    }
    .projects_news .content .text {
        width: 4.8rem;
    }
    .projects_news .content .text p {
        font-size: .0875rem;
        line-height: .15rem;
    }
    .projects_news .content .text .tit {
        margin: 0.1rem 0 0.2rem 0;
    }
    .projects_news .content .text .tit a {
        font-size: .11rem;
    }
    /* 项目新闻正文内容 */
    .projects_news_text .content .time {
        margin: .12rem 0;
        font-size: .09rem;
    }
    .projects_news_text .content .text p{
        margin-bottom: .14rem;
        font-size: .1rem;
        line-height: .2rem;
    }
    .projects_news_text .content .text p:last-child {
        margin-bottom: .6rem;
    }
}
.projects_generalization .content table p,
.projects_generalization .content table p:last-child {
    margin: 0;
}