@import "./common.css";

thead tr th:first-child {
    border-radius: 5px 0 0 0;
    border-left: 1px solid #eee;
}
thead tr th:last-child {
    border-radius: 0 5px 0 0;
    border-right: 1px solid #eee;
}
th,
td {
    border-top: 1px solid #eee;
    text-align: center;
    height: 60px;
    box-sizing: border-box;
}
tr td:first-child {
    border-left: 1px solid #eee;
}
tr td:last-child {
    border-right: 1px solid #eee;
}
tbody tr:last-child td {
    border-bottom: 1px solid #eee;
}
tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}
tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}
th {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
td {
    font-size: 14px;
    /*cursor: pointer;*/
    display: inline-block;
    margin-right: 10px;
}
th:first-child,
tr td:first-child {
    width: 210px;
    display: table-cell;
    vertical-align: middle;
}
th:nth-child(2),
tr td:nth-child(2) {
    width: 590px;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #eee;
}
td {
    text-align: center;
}
main {
    width: 1200px;
}
.school__basic {
    position: relative;
    width: 1200px;
}
.basci__info {
  position: relative;
  display: flex;
  align-items: center;
  background-image: url(/static/pcseo/images/schoolbg.png);
  padding: 30px 40px 72px 40px;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.school__logo {
    padding: 10px;
    width: 156px;
    height: 156px;
    border-radius: 30px;
    background: #fff;
}
.school__info {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.school__labels {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
.school__name {
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
    display: inline-block;
}
.school__motto {
    display: inline-block;
    background: #ffffffcc;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 12px;
    color: #116dc3;
    vertical-align: text-bottom;
}
.school__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
}
.school__tag {
    border-radius: 15px;
    border: 1px solid #fff;
    color: #fff;
    background: hsla(0, 0%, 100%, 0.3);
    font-size: 12px;
    padding: 2px 12px;
    display: inline-block;
}
.school__address {
    display: flex;
    align-items: center;
    margin: 12px 0;
    color: #fff;
    font-size: 12px;
}
.school__address::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/pos.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.school__website {
    display: flex;
    align-items: center;
    margin: 12px 0;
    color: #fff;
    font-size: 12px;
}
.school__website::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/url.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.school__phone {
    display: flex;
    align-items: center;
    margin: 12px 0;
    color: #fff;
    font-size: 12px;
}
.school__phone::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/phone.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.school__email {
    display: flex;
    align-items: center;
    margin: 12px 0;
    color: #fff;
    font-size: 12px;
}
.school__email::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/emil.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.official-cert {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 1rem;
    position: absolute;
    top: 1rem;
    transform: translate(112px, 16px) rotate(45deg);
    background-color: #ffc077;
    text-align: center;
    margin-top: 8px;
    width: 343px;
    height: 65px;
}
.school__postal::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/ic_stamp@2x.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.school__named::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/ic_building@2x.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.pre-register {
    position: absolute;
    right: 120px;
    width: 84px;
    height: 84px;
    background: url(/static/pcseo/images/bm.png) no-repeat;
    background-size: contain;
}
.pre-register::after {
    position: absolute;
    bottom: -20px;
    width: 76px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    content: "预报名";
    color: #fff;
}
.school__tabs {
    position: absolute;
    bottom: 0;
    height: 52px;
}
.tabs__list {
    margin: 0 0 0 40px;
    display: flex;
    width: 1160px;
    overflow: auto;
}
.tab__label {
    display: inline-block;
    width: 159px;
    height: 52px;
    font-size: 16px;
    font-weight: normal;
    line-height: 52px;
    background: #ffffff4d;
    border-radius: 6px 6px 0 0;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;
}
.tab__item.active .tab__label {
    background: #fff;
    color: #116dc3;
    font-weight: 700;
}
.school__intro {
    display: flex;
    margin: 30px 0;
}
.school__intro .intro__media {
    width: 460px;
    height: 260px;
    margin-right: 30px;
    border-radius: 10px;
}
.intro__content {
    width: 800px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.65);
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}
.main__container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 1200px;
}
.detail__options {
    width: 800px;
}
.detail__option {
    position: relative;
    margin-bottom: 50px;
}
.detail__option:last-child {
    margin-bottom: 0;
}
.simple__title {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}
.adorn::before {
    content: "";
    width: 4px;
    height: 20px;
    background: #116dc3;
    margin-right: 10px;
    display: inline-block;
    border-radius: 4.5px;
    vertical-align: middle;
    margin-bottom: 4px;
}
.basic__info {
    display: flex;
    flex-wrap: wrap;
    padding: 24px 28px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: url(/static/pcseo/images/infobg.png);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 120px;
    background-position-x: right;
    background-position-y: bottom;
}
.intro__more {
    color: #116dc3;
    display: inline-block;
    font-size: 12px;
    padding-left: 10px;
    cursor: pointer;
    background: url(/static/pcseo/images/more.png) no-repeat;
    background-repeat: no-repeat;
    background-position-x: 38px;
    background-position-y: 5px;
    padding-right: 20px;
    background-size: 6px;
}
.school__named,
.school__time,
.school__area,
.school__belong,
.school__addr,
.school__edu,
.school__postal,
.call__phone,
.school__site {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-size: 14px;
    color: #000;
}
.school__time {
    width: 30%;
}
.school__area {
    width: 70%;
}
.school__belong,
.school__addr,
.school__edu {
    width: 100%;
}
.school__edu {
    margin-bottom: 0;
}
.school__time::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/shijian.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.school__area::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/mianji.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.school__belong::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/lishu.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.school__addr::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/dizhi.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.school__edu::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/xueli.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.school__site::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/ic_www@2x.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.honor__wall {
    width: 800px;
    min-height: 160px;
    border: 14px solid rgba(255, 236, 208, 0.8);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 14px;
    flex-direction: row;
    background: url(/static/pcseo/images/img-xxry.png) no-repeat,
        url(/static/pcseo/images/img-jiangbei.png) no-repeat;
    background-position: top, 100% 100%;
    background-size: 100%, 26%;
    background-repeat: no-repeat;
    padding: 64px 10px 16px;
    border-top: 0;
    overflow: hidden;
}
.honor__item {
    display: inline-block;
    width: calc((800px - 80px) / 3);
    height: 64px;
    line-height: 64px;
    text-align: left;
    border: 1px solid #754106;
    border-radius: 4px;
    color: #754106;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(255, 208, 149, 0.3);
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.feature__major {
    width: 800px;
    display: flex;
    margin: 20px 0;
    outline: 1px solid #eee;
    border-radius: 4px;
}
.feature__major .simple__label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 208px;
    text-align: center;
    min-height: 60px;
}
.feature__major .major__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-left: 1px solid #eee;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 60px;
    width: 588px;
}
.feature__major .major__list .major__item {
    font-size: 14px;
    /*cursor: pointer;*/
}
.major__more {
    position: absolute;
    top: 0;
    right: 0;
    color: #116dc3;
    display: inline-block;
    font-size: 12px;
    padding-left: 10px;
    background: url(/static/pcseo/images/more.png) no-repeat;
    background-repeat: no-repeat;
    background-position-x: 38px;
    background-position-y: 5px;
    padding-right: 20px;
    background-size: 6px;
}
.campus__scenery,
.campus__video {
    width: 800px;
    height: 456px;
    border-radius: 10px;
    overflow: hidden;
}
.picture__list {
    display: flex;
    width: calc(800px * 3);
    height: 456px;
    animation: scroll 10s infinite linear;
}
.picture__item,
.video__item {
    width: 800px;
    height: 456px;
}
.picture__item .scenery {
    width: 100%;
    height: 100%;
}
.video__list {
    display: flex;
}
.similar__school {
    margin-top: 40px;
}
.similar__title {
    font-size: 18px;
    font-weight: 700;
}
.similar__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 12px 0 20px;
}
.similar__item {
    padding: 8px 12px;
    border-radius: 4px;
    background: #f9f9f9;
    cursor: pointer;
}
.similar__item:hover {
    background: #f2f2f2;
}
.coop__type {
    background: #116dc3;
    border-radius: 10px;
    padding: 0 10px;
    display: inline-block;
    color: #fff;
    margin-bottom: 30px;
}
.coop__list {
    display: flex;
    flex-wrap: wrap;
}
.coop__item {
    display: flex;
    align-items: center;
    width: 366px;
    height: 108px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: 0 20px 20px 0;
    padding-left: 24px;
    cursor: pointer;
}
.college__logo {
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.college__name {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    max-width: 250px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.address__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    width: 800px;
    height: 280px;
    background: #fafbfc;
    border-radius: 10px;
    border: 1px solid #eeeeee;
}
.map__container {
    width: 100%;
    height: 180px;
    border-radius: 10px;
}
/* nb体育地址 */
.school__addresses {
    display: flex;
    align-items: center;
    padding: 20px;
    width: 800px;
    height: 185px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #eeeeee;
}
.school__photo {
    width: 255px;
    height: 144px;
    border-radius: 10px;
}
.address__text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 32px;
}
.school__map {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
    width: 800px;
    height: 289px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #eeeeee;
}
.map__text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 32px;
    height: 100%;
}
.map__target,
.map__target #address,
.map__nearby,
.map__bus,
.map__driving,
.map__riding {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
}
.map__target::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/ic_barm@2x.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.map__nearby::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/ic_steering@2x.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.map__bus::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/ic_bus@2x.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.map__driving::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/ic_car@2x.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.map__riding::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/static/pcseo/images/ic_cycle@2x.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
}
.map__wrapper {
    width: 255px;
    height: 100%;
    border-radius: 10px;
}
/* 相关问答 */
.related__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.related__item {
    padding: 0 24px;
    width: 800px;
    height: 84px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.related__item-link {
    width: 100%;
    height: 100%;
    line-height: 82px;
    font-size: 18px;
    color: #000;
}
/* nb体育电话 */
.school__phones {
    display: flex;
    align-items: center;
    padding: 20px;
    width: 800px;
    height: 184px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #eeeeee;
}
.phone__text {
    display: flex;
    flex-direction: column;
    margin-left: 32px;
    height: 100%;
}
.school__tools {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
    width: 800px;
    height: 100px;
    background: #fafbfc;
    border-radius: 10px;
    border: 1px solid #eeeeee;
}
.school__fun {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 182px;
    height: 49px;
    background: #116dc3;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
}
/* nb体育性质 */
.school__nature {
    display: flex;
    width: 800px;
    height: 184px;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #eeeeee;
}
.nature__text {
    display: flex;
    flex-direction: column;
    margin-left: 32px;
}
.nature__questions {
    width: 468px;
    height: 32px;
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nature__questions::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/static/pcseo/images/ic_wenti@2x.png) no-repeat;
    background-size: contain;
    margin-right: 12px;
    vertical-align: middle;
}
.nature__answers {
    display: block;
    width: 468px;
    height: 100px;
    font-size: 20px;
    color: #696969;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}
.nature__answers::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/static/pcseo/images/ic_daan@2x.png) no-repeat;
    background-size: contain;
    margin-right: 12px;
    vertical-align: middle;
}
.nature__answers-strong{
    font-size: 20px;
}
.school__honors {
    padding: 20px;
    width: 800px;
    background: #fafbfc;
    border-radius: 10px;
    border: 1px solid #eeeeee;
}
.school__major {
    padding: 20px;
    width: 800px;
    background: #fafbfc;
    border-radius: 10px;
    border: 1px solid #eeeeee;
}
.honors__text,
.major__text {
    font-size: 16px;
    color: #000000;
    line-height: 32px;
}
.anchor__location {
    display: flex;
    margin: 20px 0;
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
}
.anchor__location a {
    margin: 0 10px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
}
@keyframes scroll {
    0%,
    20% {
        transform: translateX(0);
    }
    30%,
    50% {
        transform: translateX(-800px);
    }
    60%,
    80% {
        transform: translateX(-1600px);
    }
}

.tjzy__list{
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.tjzy_more{
    text-align: right;
}

.tjzy_more_url{
    font-size: 13px;
    color: #0000ff;
}

.tjzy__item{
    margin: 10px;
}

.tjzy__title{
    font-size: 18px;
}

.tjzy__text{
    font-size: 16px;
    color: #808080;
}

.tjzx__item{
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tjzx__desc{
    color: #808080;
}

.tjzx__head{

}

.tjzx__title{
    display: inline-block;
    /*float: left;*/
}

.tjzx__time{
    display: inline-block;
    float: right;
}

.tjzx__desc{

}
