a {
    display: block;
}

/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.pic img:hover {
    transform: scale(1.05);
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* 分页 */
.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.banner {
    position: relative;
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc2.png) repeat-x;
    background-position: center top;
    z-index: 1;
}

.banner img {
    display: block;
    width: 100%;
}

.ny-tit {
    position: absolute;
    top: 60%;
    left: 14%;
    transform: translateY(-50%);
}

.ny-tit h3 {
    font-size: 36px;
    color: #ffffff;
    line-height: 34px;
    margin-bottom: 10px;
}

.ny-tit p {
    font-size: 20px;
    color: #ffffff;
    line-height: 18px;
}

.ny-tit {
    border-left: 2px solid #fff;
    padding-left: 15px;
}


.nymain {
    position: relative;
    z-index: 9;
    padding-bottom: 100px;
    margin-top: -67px;
    background: url(../images/nymain.jpg) no-repeat;
    background-position: center bottom;
}

/* 整个滚动条 */
.ny-nav ul::-webkit-scrollbar {
    width: 50px;
    height: 6px;

}
/* 滚动条上的滚动滑块 */
::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {

    border-radius: 5px;
}

.ny-nav {
    width: 70%;
    padding-left: 14%;
    padding-right: 30px;
    background: url(../images/ny-nav-bj.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    position: absolute;
    top: 17px;
}

.ny-nav ul li a {
    line-height: 90px;
    font-size: 20px;
    color: #ffffff;
    padding: 0 20px;
    position: relative;
}

.ny-nav ul li a:hover {
    color: #801C80;
}
.ny-nav ul {
    white-space: nowrap;
    overflow: auto;

}
.ny-nav ul li {
    display: inline-block;
    vertical-align: top;

}

.ny-nav ul li.active a {
    border-bottom: 3px solid #801C80;
}

.ny-nav ul li.active a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #801C80;
    border-left: 6px solid transparent;
}

.location {
    width: 36%;
    float: right;
    line-height: 67px;
    background: url(../images/location-bj.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.location a {
    font-size: 14px;
    color: #ffffff !important;
    display: inline;
    text-decoration: none !important;
}

.location span {
    font-size: 14px;
    color: #ffffff;
    display: inline;
}

.ny-top {
    position: relative;
    margin-bottom: 80px;
}

.location img {
    vertical-align: -2px;
}


.ny-tit2 h3 {
    font-size: 36px;
    color: #000000;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}

.ny-tit2 h3::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: #0958c1;
}

.ny-tit2 {
    margin-bottom: 56px;
}

/* 翻页条 */
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pnext {
    padding-top: 20px;
    margin-top: 35px;
    border-top: 1px dashed #999;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #0158a7;
    color: #fff;
    border: 1px solid #0158a7;
}

.pagination a:hover {
    background: #0158a7;
    color: #fff;
    border: 1px solid #0158a7;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

/* party-list */
.party-list ul li a {
    padding: 30px;
    background-color: #f2f7ff;
    padding-left: 186px;
    position: relative;
}

.party-list ul li a p {
    font-size: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.party-list ul li {
    margin-bottom: 40px;
}

.p-date b {
    display: block;
    font-family: Athelas;
    font-size: 24px;
    color: #ffffff;
}

.p-date span {
    font-family: Athelas;
    font-size: 28px;
    color: #ffffff;
    display: block;
}

.p-date {
    padding: 12px 28px;
    background-color: #801C80;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 40px;
}

.party-list ul li a:hover p {
    color: #0958c1;
}

/* teacher-list */
.teacher-tit ul {
    background: url(../images/teacher-titbj.jpg) no-repeat;
    background-size: 100% 80px;
    background-position: center bottom;
}
.teacher-tit ul {
    white-space: nowrap;
    overflow: auto;
}
.teacher-tit ul li {
    display: inline-block;
    padding: 0 1.5%;
    cursor: pointer;
    position: relative;
}

.teacher-tit ul li p {
    line-height: 90px;
    font-size: 20px;
    color: #000000;
}

.teacher-tit ul li.on {
    background-color: #801C80;
}

.teacher-tit ul li.on p {
    color: #fff;
}

.teacher-tit ul li.on::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 5px solid #801C80;
    border-left: 8px solid #801C80;
    position: absolute;
    right: -9px;
    top: 0;
    transform: translateX(100%);
}


.teacher-tit ul li.on::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 45px solid #801C80;
    border-right: 5px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 5px solid #801C80;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
}


.teacher-list ul li {
    float: left;
    width: 20%;
 width: 16%;
}

.teacher-list ul li a .pic {
    padding-top: 131%;

}

.teacher-list ul li {
    padding: 0 1.5%;
    margin-bottom: 40px;
}

.teacher-list {
    padding-top: 20px;
}

.teacher-list ul li a p {
    font-size: 20px;
    line-height: 72px;
    color: #000000;
    text-align: center;
}

.teacher-list ul li a {
    padding-right: 10px;
    background: url(../images/teacher-bj1.png) no-repeat;
    background-size: 100% 100%;
}

.teacher-list ul li a:hover {

    background: url(../images/teacher-bj.png) no-repeat;
    background-size: 100% 100%;
}


.teacher-list ul li a:hover p {
    color: #fff;
}

.teacher-list ul {
    display: none;
    overflow:hidden;
}

.teacher-list ul.on {
    display: block;
}

/* 影像 */
.ic-l {
    float: left;
    width: 66.4%;
}

.ic-l .pic {
    padding-top: 64.2%;
}

.ic-r {
    overflow: hidden;
}

.ic-r .pic {
    padding-top: 60%;
}

.img-com a {
    position: relative;
}

.img-com a p {
    line-height: 60px;
    font-size: 20px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.ic-l {
    padding-right: 20px;
}

.ic-r a:first-child {
    margin-bottom: 20px;
}

.img-com ul li {
    margin-bottom: 20px;
}

.img-com ul li:nth-child(even) .ic-l {
    float: right;
    padding-left: 20px;
    padding-right: 0;
}

/* 科研团队 */
.st-top {
    font-size: 0;
    margin-bottom: 60px;
    text-align: center;
}

.st-top ul li {
    display: inline-block;
    width: 20%;
    text-align: center;
    padding: 0 12px;
    margin-bottom: 20px;
}

.st-top ul li a {
    background: url(../images/kytd1-listbj1.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.st-top ul li a p {
    font-size: 26px;
    line-height: 30px;
    margin-top: 20px;
    color: #ffffff;
}

.st-top ul li a .icons img {
    height: 80px;
}

.st-top ul li a:hover {
    background: url(../images/kytd1-listbj.jpg) no-repeat;
    background-size: cover;
}

.st-bot>h3 {
    font-size: 32px;
    line-height: 30px;
    color: #801C80;
    padding: 40px 0;
    text-align: center;
}

.st-bot {
    border-top: 4px solid #801C80;
    background: url(../images/st-bot.png) no-repeat;
    background-size: cover;
    padding: 15px;
}

.st-bot ul li {
    float: left;
    width: 33.3%;
    padding: 17px;

}

.st-bot ul li a h3 {
    font-size: 24px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.st-bot ul li a p {
    font-size: 20px;
    color: #444444;
    margin-top: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.st-bot ul li a {
    padding: 40px;
    background-color: #fff;
}

.st-arrow {
    width: 13px;
    height: 22px;
    background: url(../images/st-arrow.png) no-repeat;
    background-size: cover;
}

.st-bot ul li a:hover {
    background: url(../images/kytd2-listbj.jpg) no-repeat;
    background-size: cover;
}

.st-bot ul li a:hover h3 {
    color: #fff;
}

.st-bot ul li a:hover p {
    color: #fff;
}

.st-bot ul li a:hover .st-arrow {
    background: url(../images/st-arrow1.png) no-repeat;
    background-size: cover;
}


/* 科研详情 */
.sd-top .pic {
    padding-top: 67%;
}
.sdt-pic{
    width: 42%;
    float: right;
    margin-left: 3.5%;
    min-width: 280px;
}
.sdt-tx h3 {
    font-size: 30px;
    color: #0958c1;
    margin-bottom: 20px;
}

.sdt-tx p {
    font-size: 16px;
    line-height: 28px;
    color: #444444;
    margin-bottom: 20px;
}

.sdt-tx a {
    font-size: 16px;
    color: #0958c1;
}

.sd-top {
    margin-bottom: 100px;
}

.sdm-pic {
    float: left;
    width: 304px;
    margin-right: 3.5%;
    position: relative;
}

.sdm-pic::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 15px solid #005eae;
    border-left: 17px solid #005eae;
    top: 0;
    right: -34px;

}

.sdm-pic .pic {
    height: 400px;
    padding-top: 0;
}

.sd-mid {
    padding-left: 10%;
    padding-right: 5%;
    background: url(../images/st-bj.png) no-repeat;
    background-size: 100% 92.5%;
    background-position: left bottom;
    margin-bottom: 100px;
}

.sdm-tx {
    padding-top: 90px;
    overflow: hidden;
}

.sdm-tx h3 {
    font-size: 30px;
    color: #ffffff;
}

.sdm-tx b {
    font-size: 24px;
    display: block;
    color: #ffffff;
    margin: 30px 0;
}

.sdm-tx span {
    font-size: 18px;
    color: #ffffff;
    margin-right: 6%;
    line-height: 24px;
    display: inline-block;
}
.sd-info{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sdm-tx p {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    opacity: 0.8;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sd-bot h3 {
    font-size: 30px;
    color: #0958c1;
    text-align: center;
}

.sd-bot ul li {
    width: 50%;
    float: left;
    padding: 30px;
}

.sd-bot ul li a {
    background-color: #f2f7ff;
    border-right: 2px solid #801C80;
}

.sd-bot .pic {
    width: 210px;
    height: 307px;
    float: left;
    padding-top: 0;

}

.sdb-tx {
    padding-left: 30px;
    padding-top: 65px;
    overflow: hidden;
}


.sdb-tx b {
    font-size: 24px;
    color: #0958c1;
    display: block;
    margin-bottom: 30px;
}

.sdb-tx p {
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 教师详情 */
.ti-pic {
    float: left;
    width: 334px;
    /*margin-left: -40px;*/
    position: relative;
    margin-right: 4%;

    margin-left: 35px;
}

.ti-pic::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid #d6e4f4;
    border-right: 20px solid #d6e4f4;
    border-bottom: 15px solid transparent;
    border-left: 20px solid transparent;
}

.ti-pic .pic {
    height: 441px;
    padding-top: 0;
}

.ti-info h3 {
    font-size: 36px;
    color: #0958c1;
    margin-bottom: 30px;
}

.ti-info p {
    font-size: 18px;
    line-height: 40px;
    color: #000000;
    padding-left: 10px;
    position: relative;
}

.ti-info p::after {
    content: '|';
    position: absolute;
    left: 0;
    top: 0;
}

.ti-tx {
    overflow: hidden;
    padding-right: 10px;
}

.teacher-info {
    background: url(../images/ti-bj.png) no-repeat;
    background-size: cover;
    padding-top: 40px;
    border-top: 2px solid #005eae;
    min-height: 500px;
}

.ti-info {
    margin-bottom: 60px;
}

.ti-details h3 img {
    margin-right: 15px;
    vertical-align: middle;
}

.ti-details h3 {
    line-height: 32px;
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
}

.ti-details p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.ti-details ul li {
    margin-bottom: 50px;
}

/* 学院概况 */
.college-top {
    padding-top: 40px;
    padding-bottom: 60px;
    background: url(../images/college-pic.png) no-repeat;
    background-position: right center;
    background-size: 64.5% 100%;
    margin-bottom: 60px;
}

.college-toptx p {
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 30px;
    text-indent: 2em;
}

.college-toptx {
    width: 75%;
    padding: 60px 130px 60px 50px;
    border-left: 2px solid #801C80;
    background: url(../images/college-txbj.png) no-repeat;
    background-size: 100% 100%;
}

.college-mid {
    padding: 60px;
    border-top: 2px solid #801C80;
    margin-bottom: 60px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(4, 48, 127, 0.1);
}

.college-mid p {
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 30px;
    text-indent: 2em;
}

.college-bot {
    font-size: 0;
}

.college-bot ul li {
    display: inline-block;
    text-align: center;
    width: 20%;
    vertical-align: top;
    padding: 0 12px;
    margin-bottom: 20px;

}

.college-bot ul li a h3 {
    font-family: Athelas;
    font-size: 60px;
    color: #005eae;

}

.college-bot ul li a {
    border-top: 2px solid #005eae;
    background: url(../images/college-list-bj.png) no-repeat;
    background-size: 80%;
    background-position: center 25%;
    padding-top: 80px;
    padding-bottom: 120px;
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(4, 48, 127, 0.1);
}

.college-bot ul li a p {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    max-width: 85%;
    margin: 20px auto;
}

/* 学院领导 */
.cl-info {
    font-size: 0;
    padding-top: 40px;
    padding-bottom: 70px;
    box-shadow: 0px 4px 20px 0px rgba(12, 5, 10, 0.1);
    background: url(../images/cl-bj.jpg) no-repeat #fff;
    background-size: 56px 100%;
    width: 48%;
    float: left;

}

.college-leader>.cl-info:first-child {
    margin-right: 4%;
}

.cl-info b {
    font-size: 24px;
    color: #000000;
    float: left;
    border-right: 1px solid #ddd;
    width: 50%;
    text-align: right;
    padding-right: 6%;
}

.cl-name {
    overflow: hidden;
}

.cl-info span {
    font-size: 20px;
    color: #0958c1;
    margin-left: 45px;
    display: inline-block;
}


.cl-info ul li:first-child {
    margin-bottom: 50px;
}


.cl-details {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 90px;
    background: url(../images/cl-bj.jpg) no-repeat #fff;
    background-size: 56px 100%;
    box-shadow: 0px 4px 20px 0px rgba(12, 5, 10, 0.1);
    padding-left: 11%;
}

.cl-details .pic {
    float: left;
    padding-top: 0;
    width: 212px;
    height: 290px;
    margin-right: 4.28%;
}

.cl-tx {
    overflow: hidden;
    padding-top: 60px;
}

.cl-tx h3 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 30px;
}

.cl-tx p {
    font-size: 20px;
    line-height: 46px;
    color: #000000;
}

/* 院友动态 */
.cf-pic {
    float: left;
    width: 640px;
    margin-right: 5%;
}


.cf-pic .pic {
    height: 400px;
    padding-top: 0;
}

.cf-top {
    padding-bottom: 40px;
    background: url(../images/cf-top.png) no-repeat;
    background-size: 100% 88.6%;
    background-position: left bottom;
    margin-bottom: 50px;
}

.cf-info {
    padding-top: 110px;
    overflow: hidden;
    padding-right: 70px;
}

.cf-info span {
    display: block;
    font-family: Athelas;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}

.cf-info h3 {
    font-size: 26px;
    line-height: 40px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
}

.cf-info p {
    font-size: 16px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
}

.cf-more {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.6s;
}

.cf-top a:hover .cf-more {
    letter-spacing: 2px;
}


.cf-list ul li a .pic {
    width: 368px;
    height: 231px;
    padding-top: 0;
    margin-right: 2.8%;
    float: left;
}

.cf-list ul li {
    padding-bottom: 20px;
    background: url(../images/cf-list-bj1.png) no-repeat;
    background-size: 100% 92%;
    background-position: left bottom;
    margin-bottom: 40px;
    position: relative;
}

.cf-list ul li::after {
    content: '';
    width: 2px;
    height: 92%;
    background-color: #801C80;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cf-tx {
    overflow: hidden;
    padding-top: 70px;
    padding-right: 70px;

}

.cf-tx h3 {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
}

.cf-tx p {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 20px;
}

.cf-tx span {
    display: block;
    font-family: Athelas;
    font-size: 16px;
    color: #0958c1;
}

.cf-list ul li:hover {
    background: url(../images/cf-list-bj.png) no-repeat;
    background-size: 100% 92%;
    background-position: left bottom;
}

.cf-list ul li:hover h3,
.cf-list ul li:hover span,
.cf-list ul li:hover p {
    color: #fff;
}

.cf-list ul li:hover:after {
    display: none;
}


/* 简介页 */
.content {
    padding: 60px 5%;
    border-top: 2px solid #801C80;
    background: linear-gradient(to bottom, #fafcff, transparent);

}

.c-tit {
    text-align: center;
    border-bottom: 2px solid #cad4e7;
    margin-bottom: 20px;
}


.c-tit h3 {
    font-size: 30px;
    color: #000000;
    text-align: center;
}

.c-tit p {
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    margin: 20px 0;
    margin-bottom: 20px;
}

.c-tit p span {
    margin: 0 20px;
}
.c-tit p img{
    vertical-align: 0;
    margin-right: 5px;
}
.c-tx p {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 10px;
    text-indent: 2em;
}
.c-tx p a{
    display: inline;
}
.c-tx p img {
    max-width: 85%;
    margin: 0 auto !important;
    display: block;
}
.c-tx p span img {
    max-width: 85%;
    margin: 0 auto !important;
    display: block;
}
.c-page{
    padding-top: 40px;
    border-top: 1px solid #ddd;
    margin-top: 60px;
}
.c-page a{
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    text-decoration: none !important;
}

.c-page a:hover{
    color: #005eae;
    text-decoration: underline;
}

.c-bot{
    position: relative;
}

.golist{
    text-align: center;
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateY(-50%);
}
.golist a{
    text-decoration: none !important;
}
.golist:hover p{
    color: #005eae;
}


/* 分享 */
.compare{
    position: fixed;
    top: 30%;
    left: 10%;
    z-index: 99;
    display: none;
}

.compare>p{
    font-size: 14px;
	color: #999999;
    background: url(../images/compare-line.png) no-repeat;
    background-position: center center;
    padding: 0 20px;
}
.compare span{
    width: 51px;
    height: 51px;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
    cursor: pointer;
}
.compare span.wx{
    background: url(../images/wx.png) no-repeat;
    background-size: cover;
}

/* wx二维码*/
.wx-zzc{
	width: 100%;
	height: 100%;
	position: fixed;
    z-index: 100;
}

.wx-code{
	width: 120px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.wx-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
	display: none;
}

.wx-zzc {
    position: fixed;
    z-index: 998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.wx-code {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 240px;
	height: 280px;
	padding: 20px;
	
}
.wx-code img{
	display: block;
	width: 100%;
}
.wx-code p{
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	
}
/* wx二维码end */


.compare span.wb{
    background: url(../images/wb.png) no-repeat;
    background-size: cover;
}
.compare span.zone{
    background: url(../images/zone.png) no-repeat;
    background-size: cover;
}










/* 三级导航 */
.third-nav{
    padding-top: 90px;
}


.third-nav ul {
    text-align: center;
    font-size: 0;
}

.third-nav ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 40px;
    background-color: #ffffff;
    border: solid 1px #d2d2d2;
    margin: 10px;
}

.third-nav ul li a {
    line-height: 54px;
    font-size: 18px;
    color: #383838;
}

.third-nav ul li.active {
    background-color: #801C80;
    border-bottom: solid 3px #FF73FF;
}

.third-nav ul li.active a {
    color: #fff;
}

.third-nav ul li:hover {
    background-color: #801C80;
    border-bottom: solid 3px #FF73FF;
}

.third-nav ul li:hover a {
    color: #fff;
}
/* 三级导航end */












@media screen and (max-width: 1500px){
    .ti-pic{
        margin-left: 20px;
        width: 23%;
        min-width: 180px;
    }
    .ti-pic::after{
        content: none;
    }
    .teacher-info{
        padding-top: 20px;
    }
    .ti-pic .pic{
        padding-top: 132%;
        height: auto;
    }
    .ti-info h3{
        font-size: 30px;
    }
    
}



@media screen and (max-width: 1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ic-l{
        padding-right: 10px;
    }
    .img-com ul li:nth-child(even) .ic-l{
        padding-left: 10px;
    }
    .ic-r a:first-child{
        margin-bottom: 10px;
    }
    .compare {
        display: none !important;
    }
}


@media screen and (max-width: 1200px) {
    .banner {
        padding-top: 50px;
    }
    .ny-nav ul li a{
        line-height: 80px;
    }

}

@media screen and (max-width: 1024px) {
    
    .ny-nav{
        position: static;
        width: 100%;
        clear: both;
        background-color: #0958c1;
        max-width: 90%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    .location{
        margin-bottom: 20px;
        width: auto;
        padding: 0 20px;
        line-height: 50px;
    }
    .ny-nav ul li a{
        line-height: 60px;
    }
    .nymain{
        margin-top: -50px;
    }
    .ny-nav ul li a{
        font-size: 18px;
    }
    .ny-tit h3{
        font-size: 26px;
    }
    .ny-tit p{
        font-size: 16px;
    }
    .ny-top{
        margin-bottom: 50px;
    }
    .ny-tit2 h3{
        font-size: 26px;
    }
    .ny-tit2{
        margin-bottom: 40px;
    }
    .p-date b{
        font-size: 30px;
    }
    .p-date span{
        font-size: 16px
    }
    .party-list ul li a p{
        font-size: 20px;
    }
    .party-list ul li a{
        padding-left: 150px;
    }
    .banner::after{
        content: none;
    }
    .c-tit h3{
        font-size: 26px;
    }
    .content{
        padding-top: 40px;
    }
    .golist{
        position: static;
        transform: none;
        margin-top: 20px;
    }
    .c-page{
        padding-top: 20px;
        margin-top: 20px;
    }
    .st-top ul li{
        width: 33.3%;

    }
    .st-top ul li a p{
        font-size: 20px;
    }
    .st-top ul li a{
        padding: 50px 0;
    }
    .st-top ul li a .icons img{
        height: 60px;
    }
    .st-top{
        margin-bottom: 40px;
    }
    .st-bot>h3{
        font-size: 26px;
        padding: 30px 0;
    }
    .st-bot ul li{
        width: 50%;
    }
    .st-bot ul li a h3{
        font-size: 20px;
    }
    .sdt-tx h3{
        font-size: 26px;
    }
    .sdm-pic{
        width: 260px;
    }
    .sd-mid{
        padding-left: 5%;
    }
    .sdm-pic .pic{
        height: 390px;
    }
    .sdm-tx h3{
        font-size: 26px;
    }
    .sdm-tx b{
        font-size: 20px;
    }
    .sd-top{
        margin-bottom: 50px;
    }
    .sd-mid{
        margin-bottom: 50px;
    }
    .sd-bot .pic{
        width: 180px;
        height: 260px;
        float: none;
        margin: 0 auto;
    }
    .sdb-tx{
        text-align: center;
        padding: 20px 0;
    }
    .teacher-list ul li{
        width: 25%;
        margin-bottom: 30px;
    }
    .teacher-list{
        padding-top: 30px;
    }
    .teacher-tit ul li p{
        font-size: 18px;
    }
    .teacher-list ul li a p{
        line-height: 60px;
        font-size: 18px;
    }
    .ti-info h3{
        font-size: 26px;
        margin-bottom: 20px;
    }
    .college-toptx p{
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .college-top{
        background-size: cover;
        padding: 0;
    }
    .college-toptx{
        background-size: 0;
        width: 100%;
        padding: 60px;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .college-mid p{
        font-size: 18px;
        line-height: 36px;
    }
    .college-bot ul li a h3{
        font-size: 40px;
    }
    .college-bot ul li a p{
        font-size: 18px;
    }
    .college-bot ul li a{
        background-size: 80%;
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .college-bot ul li{
        width: 25%;
    }
    .college-top,.college-mid{
        margin-bottom: 40px;
    }
    .cl-info b{
        font-size: 18px;
        padding-right: 4%;
        width: 45%;
    }
    .cl-info span{
        font-size: 18px;
        margin-left: 12%;
    }
    .cl-info,.cl-details{
        background-size: 30px 100%;
    }
    .cl-tx h3{
        font-size: 26px;
    }
    .cl-tx p{
        font-size: 18px;
    }
    .img-com a p{
        line-height: 50px;
        font-size: 18px;
    }

    .cf-pic{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .cf-info{
        padding-top: 0;
        background-size: 0;
        padding: 0 20px;
    }
    .cf-top{
        background-color: #0958c1;
    }
    .cf-info h3{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: auto;
        font-size: 22px;
    }
    .cf-list ul li a .pic{
        width: 300px;
        height: 186px;
    }
    .cf-tx h3{
        font-size: 20px;
    }
    .cf-tx{
        padding-top: 40px;
        padding-right: 30px;
    }
    .cf-pic .pic{
        height: auto;
        padding-top: 62.5%;
    }
}

@media screen and (max-width: 768px) {

    .cf-info h3{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: auto;
        font-size: 20px;
    }

    .cf-info span{
        margin-bottom: 10px;
    }
    .cf-info p{
        height: auto;
    }
    .cf-info p{
        margin: 15px 0;
    }
    .img-com a p{
        line-height: 40px;
        font-size: 16px;
    }
    .cl-info,.college-leader>.cl-info:first-child{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .college-top,.college-mid{
        margin-bottom: 30px;
    }
    .college-bot ul li{
        width: 33.33%;
    }
    .college-bot ul li a h3{
        font-size: 26px;
    }
    .college-bot ul li a p{
        font-size: 16px;
        line-height: 26px;
        height: 52px;
        margin: 10px;
    }

    .college-toptx,.college-mid{
        padding: 20px;
    }
    .college-toptx p,.college-mid p{
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .ti-info p{
        font-size: 16px;
        line-height: 32px;
    }
    .ti-details h3{
        font-size: 20px;
    }
    .ti-details ul li{
        margin-bottom: 30px;
    }
    .teacher-tit ul li p{
        font-size: 16px;
    }
    .teacher-tit ul{
        background-size: 100% 50px;
        background-position: center center;
    }
    .teacher-tit ul li.on::before{
        content: none;
    }
    .teacher-tit ul li.on::after{
        content: none;
    }
    .teacher-list ul li a p{
        line-height: 50px;
        font-size: 16px;
    }
    .teacher-list ul li{
        width: 33.33%;
        margin-bottom: 30px;
    }
    .teacher-tit ul li p{
        line-height: 60px;
    }
    .sd-bot .pic{
        float: left;
    }
    .sd-bot ul li{
        float: none;
        width: auto;
        margin-right: 0;
        padding: 10px;
    }
    .sd-bot h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sdb-tx{
        text-align: left;
        padding-top: 30px;
        padding-left: 30px;
    }
    .sd-mid{
        background-color: #0958c1;
        background-size: 0;
    }
    .sdm-pic{
        width: 240px;
    }
    .sdm-pic .pic{
        height: 320px;
    }
    .sdm-tx{
        padding-top: 30px;
    }
    .sd-mid{
        padding: 20px;
    }
    .st-bot ul li a{
        padding: 20px;
    }
    .st-bot ul li a h3{
        font-size: 18px;
    }
    .st-bot ul li a p{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .st-top ul li{
        width: 50%;
    }
    .st-top ul li a .icons img{
        height: 40px;
    }
    .st-top ul li a{
        padding: 30px 0;
    }
    .st-top ul li a p{
        margin-top: 10px;
        font-size: 16px;
    }
    .st-top ul li{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .content{
        padding-top: 30px;
    }
    .c-tit h3{
        font-size: 20px;
    }
    .pagination {
        padding-top: 50px;
    }

    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }
    .party-list ul li a p{
        font-size: 16px;
    }
    .p-date b{
        font-size: 26px;
    }
    .ny-tit2{
        margin-bottom: 30px;
    }
    .ny-tit2 h3{
        font-size: 23px;
    }

    .ny-tit h3{
        font-size: 20px;
        margin-bottom: 0;
    }
    .ny-tit p{
        font-size: 14px;
    }
    .ny-tit{
        left: 20px;
    }
    .location{
        line-height: 40px;
    }
    .location a{
        font-size: 13px;
    }
    .nymain{
        margin-top: -40px;
    }
    .location img{
        width: 15px;
    }
    .ny-nav ul li a{
        line-height: 50px;
        font-size: 16px;
    }
    .ny-top{
        margin-bottom: 40px;
    }
    .party-list ul li{
        margin-bottom: 30px;
    }
    .p-date{
        padding: 6px 15px;
        left: 0;
        top: 0;
        bottom: 0;
    }
    .party-list ul li a{
        padding: 20px 0;
        padding-left: 80px;
    }
    .nymain{
        padding-bottom: 50px;
    }
    .c-tx p{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .c-tit p{
        font-size: 14px;
    }
    .c-tit p span{
        margin: 0 10px;
    }
    .sd-top,.sd-mid{
        margin-bottom: 30px;
    }
    .cl-details .pic{
        width: 180px;
        height: 244px;
    }
    .cl-details{
        margin-top: 30px;
        padding: 50px 0;
        padding-left: 60px;
    }
    .cl-tx h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .cl-tx p{
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 640px) {
    .ti-pic{
        float: none;
        margin: 0 auto;
    }
    .ti-tx{
        padding-top: 20px;
    }
    .ti-info{
        margin-bottom: 30px;
    }
    .sdm-pic{
        float: none;
        margin-right: 0;
        margin: 0 auto;
    }
    .sdm-tx{
        text-align: center;
        padding-top: 20px;
    }
    .sdm-tx h3{
        font-size: 20px;
    }
    .sdm-tx b{
        font-size: 18px;
        margin: 15px 0;
    }
    .sdm-tx span{
        font-size: 16px;
    }
    .st-bot ul li{
        float: none;
        width: auto;
        padding: 0;
        margin-bottom: 20px;
    }
    .st-arrow{
        transform: scale(0.7);
    }
    .st-bot>h3{
        padding: 20px 0;
        font-size: 20px;
    }
    .sdt-pic{
        float: none;
        width: auto;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .sdt-tx h3{
        font-size: 20px;
    }
    .cl-info{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .cf-list ul li{
        background-size: 0;
        background: #f2f7ff;
        padding-bottom: 0;
    }
    .cf-list ul li a .pic{
        width: 240px;
        height: 148px;

    }
    .cf-tx p{
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 15px;
    }
    .cf-tx{
        padding-top: 20px;
    }
    .cf-tx h3{
        font-size: 18px;
    }
    .cf-list ul li::after{
        content: none;
    }
}
@media screen and (max-width: 480px) {
    .nymain{
        padding-bottom: 30px;
    }
    .content{
        padding: 10px;
    }
    .cf-list ul li a .pic{
        float: none;
        margin: 0 auto;
        width: auto;
        height: auto;
        padding-top: 62%;
    }
    .cf-list ul li{
        margin-bottom: 20px;
    }
    .cf-tx{
        padding: 15px;
    }

    .ic-l,.img-com ul li:nth-child(even) .ic-l{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .img-com ul li:nth-child(even) .ic-l{
        padding-left: 0;
    }
    .cl-info,.cl-details{
        background-size: 10px 100%;
    }
    .cl-info ul li:first-child{
        margin-bottom: 30px;
    }
    .cl-info b{
        font-size: 16px;
    }
    .cl-details{
        margin-top: 20px;
    }
    .cl-details .pic{
        float: none;
        margin-bottom: 20px;
        margin: 0 auto;
    }
    .cl-tx{
        text-align: center;
        padding-top: 30px;
    }
    .college-bot ul li a p{
        font-size: 14px;
        line-height: 24px;
        height: 48px;

    }
    .cl-details{
        padding: 30px;
    }
    .college-bot ul li a{
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .college-bot ul li {
        width: 50%;
    }
    .ti-info,.ti-details ul li{
        margin-bottom: 20px;
    }
    .ti-details h3{
        margin-bottom: 10px;
    }
    .teacher-list ul li{
        width: 50%;
        margin-bottom: 20px;
    }
    .sd-bot .pic{
        float: none;
        margin: 0 auto;
    }
    .sdb-tx{
        padding: 15px 0;
        text-align: center;
    }
    .sdb-tx b{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .c-tit h3{
        font-size: 18px;
    }
    .party-list ul li{
        margin-bottom: 20px;
    }
    .ny-tit2{
        margin-bottom: 20px;
    }
    .ny-tit2 h3{
        font-size: 20px;
    }
    .ny-top{
        margin-bottom: 30px;
    }
    .ny-nav ul li a{
        line-height: 40px;
    }
    .nymain{
        margin-top: -30px;
    }
    .location{
        line-height: 30px;
    }
    .location a{
        font-size: 12px;
    }
}

.chosetime{
    display:flex;
    align-items:center;
}
.chosetime #zimu{
    width:1rem;
    line-height:.46rem;
    height:.46rem;
    font-size:.16rem;
    padding:0 .1rem;;
    border:1px solid #ddd;
    border-radius:5px;
}
.chosetime #zhicheng{
    display:block;
    width:calc(100% - 2.6rem);
    line-height:.46rem;
    height:.46rem;
    font-size:.16rem;
    padding:0 .1rem;;
    border:1px solid #ddd;
    border-radius:5px;
    margin-left:.2rem;
}
.chosetime #sousuo{
    display:block;
    width:calc(100% - 2.6rem);
    line-height:.46rem;
    height:.46rem;
    font-size:.16rem;
    padding:0 .1rem;;
    border:1px solid #ddd;
    border-radius:5px;
    margin-left:.2rem;
}
.chosetime input{
    width:1rem;
    line-height:.46rem;
    height:.46rem;
    font-size:.16rem;
    padding:0 .1rem;
    border:1px solid #ff8100;
    border-radius:5px;
    color:#fff;
    background:#ff8100
    
}
.chosetime #searchkeyword{
    width: 1.4rem;
    background:none;
    border: 1px solid #ddd;
    margin: 0  .2rem;
    color: #333;
}
.chosetime select{
    outline:none !important;
}
.chosetime select::-ms-expand {
    display: none;
}

.chosetime select option {
    color: #333;
    line-height: 30px;
}
.chosetime{
    max-width: 7.4rem;
    width:100%;
    margin:0 auto;
}