﻿/*项目字体*/
html {
    font-family:"Microsoft YaHei", "WenQuanYi Micro Hei";
}

.header {
    height: 30px;
    line-height: 30px;
    background-color: #F6F6F6;
    font-size: 12px;
}

.header .right ul {
    display: flex;
}

.header .right ul li {
    margin-left: 10px;
}

.location {
    font-size: 12px;
    color: #666;
}

.banner {
    height: 160px;
    background: url('//www.555edu.net/skin/default/images/new_version_2021/detial_banner.png') no-repeat;
}

.banner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.banner-wrap .left h1 {
    font-size: 30px;
    font-weight: bold;
}

.banner-wrap .left ul {
    display: flex;
}

.banner-wrap .left ul li {
    color: #fff;
    background-color: #D43434;
    padding: 0 10px;
    margin-right: 10px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 24px;
}

.banner-wrap .right {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666666;
    /* background-color: red; */
}

.banner-wrap .right div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 20px;
    font-size: 14px;
}

.banner-wrap .right img {
    width: 102px;
    height: 102px;
    border: 1px dashed #ddd;
    margin-bottom: 5px;
}



.nav {
    height: 50px;
    color: #fff;
    font-size: 14px;
    background-color: #d43434;
}

.nav ul {
    height: 50px;
    display: flex;
    align-items: center;
}

.nav ul li {
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 16px;
}

.nav ul li a:hover {
    color: #ff0;
}

.nav ul li.active {
    background-color: #9f0505;
}

.content {
    display: flex;
    padding: 10px 0;
}

.content .left {
    width: 704px;
}

.content .left .introduction {
    color: #fff;
    background: url('//www.555edu.net/skin/default/images/new_version_2021/Introduction.png') no-repeat;
}

.content .left .introduction .title {
    font-size: 16px;
    margin-left: 15px;
    height: 35px;
    line-height: 26px;
    display: inline-block;
}

.banner-wrap .left ul .no-select {
    color: #D43434 !important;
    background: transparent !important;
    border: 1px solid #D43434 !important;
    font-size: 14px;
    font-weight: bold;
}

.content .left .introduction span {
    position: relative;
    display: inline-block;
}
.content .left .introduction .title img {
    vertical-align: baseline;
    margin-right: 10px;
}

.content .left .introduction .set-img {
    position: relative;
    left: 12px;
}

.content .left .school-survey {
    padding-left: 10px;
    margin-top: 24px;
    margin-bottom: 4px;
}

.content .left .school-survey ul {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
}

.content .left .school-survey ul li {
    /* flex: 1; */
    width: 33.33%;
    align-items: center;
    margin-bottom: 10px;
    border: none;
    font-size: 14px;
}

.content .left .school-survey ul li:last-child{
    width: 100%;
}

.content .left .school-survey ul li .circle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #D43434;
    margin-right: 10px;
}

.content .left .school-survey ul li .circle + div {
    color:#666;
}

/* 学校动态 */
.content .left .school-dynamic {
    color: #fff;
    height: 31px;
    line-height: 31px;
    background: url('//www.555edu.net/skin/default/images/new_version_2021/Introduction.png') no-repeat;
    background-size: 100% 41px;
    font-size: 14px;
}

.content .left .title {
    font-size: 16px;
    vertical-align: middle;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 10px;
}

.content .left .title:hover {
    text-decoration: underline;
}

.content .left .school-dynamic .title {
    margin-left: 30px;
}

.content .left .desc-wrap {
    position: relative;
    height: 60px;
    width: 100%;
    overflow: hidden;
}

.content .left .desc-wrap .color-red {
    position: absolute;
    right: 10px;
    bottom: -2px;
}
.content .left .desc {
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 5px;
    color: #666;
    height: 57px;
    overflow: hidden;
}

.content .left .school-desc {
    font-size: 14px;
    color: #333333;
    text-indent: 25px;
    font-weight: normal;
    line-height: 25px;
}
.school-more {
    width: 78px;
    height: 28px;
    margin: 0 auto;
    line-height: 28px;
    border-radius: 14px;
    border: 1px solid #C1C1C1;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.content .left ul {
}

.content .left ul li {
    display: flex;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.content .left ul li img {
    margin-right: 20px;
}


.content .left .school-scenery {
    display: flex;
    /* border: 1px solid #ddd;
    border-top: none; */
}

.content .right {
    width: 274px;
    flex: 1;
}

.content .detail h2{
    font-size: 18px;
    text-align: center;
    color: #333;
    font-weight: bold;
}

.content .detail {
    color: #666;
    line-height: 33px;
    text-indent: 25px;
    font-size: 14px;
}
.content .detail img{
    max-width: 704px;
}
.content .detail a {
    color: #8da2b5;
}
.content .detail .date {
    text-align: right;
    color: #C1C1C1;
}

.content .detail h2 {
    text-align: center;
}

.content .left .hot-search {
    display: flex;
    align-items: center;
    color: #666;
    margin-top: 20px;
}


.content .left .hot-search h1 {
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
}

.content .left .hot-search .tags {
    display: flex;
}

.content .left .hot-search .tags div {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
    margin-right: 10px;
}

.content .left .prev-next {
    margin: 30px 0;
}

.content .left .prev-next div:first-child {
    margin-bottom: 10px;
}

.content .left .share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
}

.content .left .share img {

}

.content .left .consult {
    display: flex;
    justify-content: space-between;
    flex: 1;
    line-height: 25px;
}

.content .left .consult .left,
.content .left .consult .right {
    width: 50%;
}

.content .left .consult .left .title,
.content .left .consult .right .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.consult .left .title h1,
.consult .right .title h1 {
    font-size: 16px;
    position: relative;
}

.consult .left .title h1::after,
.consult .right .title h1::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #D43434;
    /* border-bottom: 3px solid #D43434; */
}

.consult .left .text,
.consult .right .text {
}

.consult .left .text ul li,
.consult .right .text ul li {
    width: 100%;
    display: block;
    border-bottom: 1px dashed #ddd;
    line-height: 25px;
    color: #666;
    position: relative;
}

.consult .left .text ul li span,
.consult .right .text ul li span {
    width: 6px;
    height: 6px;
    background: #d43434;
    display: inline-block;
    margin-right: 4px;
    text-indent: -9999px;
}


.consult .left .text ul li a,
.consult .right .text ul li a {
    color: #666;
    padding-left:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.consult .left .text ul li a:hover,
.consult .right .text ul li a:hover {
    text-decoration: underline;
}

.consult .left .text ul li p,
.consult .right .text ul li p {
    line-height: 24px;
    margin:0;
    height: 48px;
    overflow: hidden;
    color: #999;
    font-size: 13px;
    margin-left: 8px;
}

.tags a {
    font-size: 14px;
}


.content .right {
    width: 210px;
    margin-left: 23px;
    color: #666666;
}


.content .right .information {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-top: none;
}

.content .right .information h1 {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    padding: 10px 0;
    padding-left: 10px;
    color: #333;
    background-color: #eee;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    font-weight: bold;
}


.content .right .information ul {
    margin-top: -10px;
    padding: 5px 10px;
    line-height: 25px;
}

.content .right .information ul li {
    font-size: 14px;
    display: flex;
    height: 35px;
    line-height: 35px;
}

.content .right .information ul li:hover {
    display: flex;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.content .right .information ul li span {
    margin-left: auto;
    color: #999;
    font-size: 13px;
}


.content .right .information .item {
    display: flex;
    justify-content: space-between;
}

.content .right .information .adv {
    width: 100%;
    background-color: red;
    height: 300px;
}

.content .right .information {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-top: none;
}

.content .right .information h1 {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    padding: 10px 0;
    padding-left: 10px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

/* 同城资讯 */
.content .right .some-information ul {
    margin-top: -10px;
    padding: 5px 10px;
    line-height: 25px;
}

.content .right .some-information ul li {
    border-bottom: 1px dashed #C1C1C1;
    padding-top: 5px;
}

.content .right .some-information span {
    color: #C1C1C1;
    font-size: 13px;
}

.content .right .some-information {
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-top: none;
}

.content .right .some-information h1 {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    padding: 10px 0;
    padding-left: 10px;
    background-color: #eee;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    font-weight: bold;
    color: #333;
}

.content .right .some-information .school {
    display: flex;
    justify-content: space-between;
}

.content .right .hot-school {
    margin-top: 10px;
}
.content .left .tabs,
.content .right .hot-school .tabs {
    display: flex;
    background-color: #eee;
    padding-left: 5px;
    cursor: pointer;
    box-sizing: border-box;
}

.content .right .hot-school .tabs {
    height: 46px;
}



.content .left .tabs div,
.content .right .hot-school .tabs div {
    font-size: 16px;
    height: 36px;
    color: #333;
    line-height: 38px;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
}

.content .right .hot-school .tabs div {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 10px;
}


.content .left .tabs div {
    font-size: 18px;
}

.content .left .tabs div.active,
.content .right .hot-school .tabs div.active {
    border-bottom: 3px solid #D43434;
}

.content .left .tabs div.active {
    color: #D43434;
}

.content .right .hot-school .list ul {
    border: 1px solid #ddd;
    border-top: none;
    padding: 0 10px;
}

.content .right .hot-school .list ul li {
    display: flex;
    height: 35px;
    line-height: 35px;
    align-items: center;
}


.content .right .hot-school .list ul li span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #ddd;
    font-size: 12px;
}

.content .right .hot-school .list ul li span.rank-top {
    background-color: #D43434;
}

.content .right .hot-school .list ul .number {
    margin-left: auto;
    color: #999;
    position: relative;
    font-size: 13px;
}

.content .right .hot-school .list ul .title {
    margin-left: 10px;
    color: #666;
}

.content .right .hot-school .list ul .title:hover {
    text-decoration:underline;
    cursor: pointer;
}

.content .right .right_adv img {
    margin-top: 10px;
    width: 100%;
}

.content .right .view {
    margin-top: 10px;
    border: 1px solid #ddd;
}

.content .right .view h1 {
    padding: 0;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    padding: 10px 0;
    padding-left: 10px;
    position: relative;
    top: -11px;
    background-color: #eee;
    font-weight: bold;
}


.content .right .view ul {
    margin-top: -10px;
    padding: 5px 10px;
    line-height: 25px;
}

.content .right .view ul li {
    display: flex;
    display: inline-block;
    flex-direction: row;
    border: 1px solid #D43434;
    color: #D43434;
    border-radius: 14px;
    padding: 2px 10px;
    margin-right: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
}
.online-apply {
    border-radius: 4px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.online-apply h1 {
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
}

.online-apply h1 span {
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #D43434;
    border-bottom: 8px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.online-apply .form {
    color: #666;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.online-apply .form .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.online-apply .form .label {
    width: 112px;
    text-align: right;
}

.online-apply .form input:not(.radio) {
    width: 349px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-indent: 10px;
}
.online-apply .form .sex {
    margin-right: 20px;
}
.online-apply .form input.radio {
    margin-right: 4px;
    border: 1px solid #ddd;
    margin-left: 18px;
}
.online-apply .form select {
    height: 36px;
    width: 114px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 12px;
    background-color: #fff;
}

.online-apply .submit {
    display: flex;
    justify-content: center;
}

.online-apply .submit input {
    width: 122px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}

.online-apply .submit input:first-child {
    color: #fff;
    border:none;
    background-color: #D43434;
}

.online-apply .submit input:last-child {
    color: #D43434;
    border: 1px solid #D43434;
    margin-left: 20px;
    background-color: #fff;
}

.footer {
    display: flex;
    align-items: center;
    color: #fff;
    height: 215px;
    font-size: 14px;
    background-color: #3C3C3C;
    padding: 20px 0;
    margin-top: 20px;
}

.footer ul {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.footer ul li {
    margin: 0 10px;
}

.footer div {
    text-align: center;
    margin-bottom: 20px;
}

.toolTip-box {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5px 5px 6px;
    box-sizing: border-box;
    border-radius: 6px;
    max-width: 240px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    color: #fff;
    text-align: justify;
    opacity: 1;
    z-index: 1003;
    letter-spacing: 2px;
}

.desc-time {
    position: absolute;
    bottom: 11px;
    top: 45px;
    color: #999;
    right:0;
    font-size: 12px;
    padding: 3px 10px;
    background-color: #fff;
}

.w540 .title {
    color: #333;
}

.consult .left .text ul li a:before,.consult .right .text ul li a:before {
    position:absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #d43434;
    display: inline-block;
    top: 10px;
    left: -1px;
}

.products .mainCont p {
    color: #959595;
    font-size: 13px;
    margin-left: 8px;
    line-height: 24px;
    margin-top: 4px;
    overflow: hidden;
    height: 50px;
}

.mainCont li{
    margin-top: 5px;
    list-style: none;
    width: 333px;
    margin-right: 10px;
    display: inline-block;
    border-bottom: 1px dashed #ddd;
}

.mainCont a {
    color: #000;
    width: 333px;
    position: relative;
    text-decoration:none;
    padding-left:10px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-title-warp {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 243px;
    white-space: nowrap;
}

.header-menu ul {
    display: flex;
}

.header-menu ul li a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    padding: 0 20px;
}

.header-menu ul li a:hover {

}



.header-menu .active {
    /*background-color: #a12e28;*/
}
.header-menu ul li {
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.header-menu {
    height: 50px;
    background-color: #d43c34;
}


.header-menu ul li:nth-child(8){
    color: #ffff00;
}

.header-menu .active{
    /*background-color: #a12e28;*/
}

.header-menu ul li .active a{
    background-color: #a12e28;
    color: #fff;
}

.header-menu ul li a:hover{
    background-color: #a12e28;
    color: #fff;
    text-decoration: underline;
}

.content .right .hot-school .list ul .number i{
    display: block;
    background: url("//www.555edu.net/skin/default/images/new_version_2017/images/spr.png") -250px 0 no-repeat;
    width: 11px;
    height: 14px;
    position: absolute;
    top: 9px;
    left: -13px;
}
