
/* 标题 */
.pt30 {
    padding-top: 30px;
}
/* 列表项 */
.fenxiao-list {
    background: #f8f8f8;
    border-radius: 4px;
    /*width: 1220px;*/
    width: 100%;
    height: 96px;
    display: -webkit-box;
    display: flex;
    /*padding: 20px 10px 20px 30px;*/
    padding: 0 10px 20px 30px;
}

.fenxiao-list .fenxiao-list-img {
    width: 127px;
    height: 58px;
    /* 分校图片url链接 */
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    margin-right: 30px;
}

.fenxiao-list .fenxiao-list-items {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.fenxiao-list .fenxiao-list-items .list-item {
    flex-shrink: 0;
    margin: 0px 2px;
    height: 24px;
    width: 56px;
    padding: 2px 0px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #3c464f;
    border-radius: 2px;
}

.fenxiao-list .fenxiao-list-items .list-item:hover {
    color: #3c7cfc;
}

.fenxiao-list .fenxiao-list-items .list-item.active {
    color: #fff;
    background: #3c7cfc;
    box-shadow: 0 2px 6px 0 rgba(222, 226, 234, 0.3);
}
/* 公告详情 */
.home-page-head {
    width: 90%;
    height: 66px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 auto;
}

.home-page-head .head-info {
    width: 150px;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.home-page-head .head-info .head-info-icon {
    height: 26px;
    width: 26px;
    margin-right: 10px;
    flex-shrink: 0;
}
/* 招生公告中图标 链接  替换一个svg文件即可 阿里的font */
.home-page-head .head-info .head-info-icon.zhaokaoxinxi {
    background-image: url("//nodestatic.fbstatic.cn/weblts_spa_online/page/assets/www/home/zhaokaoxinxi-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.home-page-head .head-info .head-info-icon.beikaoziliao {
    background-image: url("//nodestatic.fbstatic.cn/weblts_spa_online/page/assets/www/home/beikaoziliao-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.home-page-head .head-info .head-info-icon.guokaoshijian {
    background-image: url("//nodestatic.fbstatic.cn/weblts_spa_online/page/assets/www/home/guokaoshijian-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.home-page-head .head-info .head-info-icon.shengkaoshijian {
    background-image: url("//nodestatic.fbstatic.cn/weblts_spa_online/page/assets/www/home/shengkaoshijian-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.home-page-head .head-info .head-info-icon.shitingke {
    background-image: url("//nodestatic.fbstatic.cn/weblts_spa_online/page/assets/www/home/shitingke-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.home-page-head .head-info .head-info-icon.shizijieshao {
    background-image: url("//nodestatic.fbstatic.cn/weblts_spa_online/page/assets/www/home/shizijieshao-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.home-page-head .head-info .head-info-icon.guanyufenbi {
    background-image: url("//nodestatic.fbstatic.cn/weblts_spa_online/page/assets/www/home/guanyufenbi-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.home-page-head .head-info .head-info-icon.qiyebaodao {
    background-image: url("//nodestatic.fbstatic.cn/weblts_spa_online/page/assets/www/home/qiyebaodao-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.home-page-head .head-info .head-info-icon.rongyu {
    background-image: url("//nodestatic.fbstatic.cn/weblts_spa_online/page/assets/www/home/rongyu-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.home-page-head .head-info .head-info-text {
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    line-height: 26px;
    flex-shrink: 0;
    font-weight: 400;
    position: relative;
    top: 1px;
}

.home-page-head .head-info .head-info-sub-text {
    font-size: 14px;
    color: #8a9095;
    flex-shrink: 0;
    margin-left: 10px;
    position: relative;
    top: 4px;
}

.home-page-head .head-get-change {
    display: block;
    width: 220px;
    height: 66px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    top: 4px;
}

.home-page-head .head-get-change .get-change-icon {
    width: 16px;
    height: 16px;
    background-image: url("//nodestatic.fbstatic.cn/weblts_spa_online/page/assets/www/home/chakan-hover.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: -1px;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.home-page-head .head-get-change .get-change-icon.icon-up {
    top: 1px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.home-page-head .head-get-change .get-change-icon:hover {
    opacity: 0.3;
}

.home-page-head .head-get-change .get-change-text {
    width: 200px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    color: #3c7cfc;
    margin: 0px 4px;
    cursor: pointer;
}

.home-page-head .head-get-more {
    display: block;
    width: 85px;
    height: 66px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    top: 4px;
    cursor: pointer;
}

.home-page-head .head-get-more .get-more-text {
    font-size: 14px;
    color: #3c7cfc;
    letter-spacing: 0;
    margin-right: 2px;
}

.home-page-head .head-get-more .get-more-icon {
    width: 16px;
    height: 16px;
    background-image: url("//nodestatic.fbstatic.cn/weblts_spa_online/page/assets/www/home/chakan-hover.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: -1px;
}

.home-page-head .head-get-more:hover {
    opacity: 0.3;
}

.home-page-split {
    width: 100%;
    height: 1px;
    background: #f2f2f5;
}

.home-page-guokao {
    margin-bottom: 45px;
}

.shengkao-list {
    width: 380px;
    height: 84px;
    overflow: hidden;
    position: relative;
}

.shengkao-list .shengkao-ul {
    width: 380px;
    height: 84px;
    position: relative;
}

.shengkao-list .shengkao-ul .shengkao-li {
    width: 380px;
    height: 84px;
    float: left;
}

.shengkao-list .shengkao-ul .shengkao-li .shengkao-a {
    display: block;
    width: 380px;
    height: 64px;
    position: relative;
    border-radius: 4px;
}

.shengkao-list .shengkao-ul .shengkao-li .shengkao-a:first-child {
    margin-bottom: 14px;
}

.shengkao-list .shengkao-ul .shengkao-li .shengkao-a .shengkao-a-line {
    position: absolute;
    width: 4px;
    height: 38px;
    background: #3c7cfc;
    border-radius: 2.5px;
    top: 19px;
    left: 0px;
    opacity: 0.9;
}

.shengkao-list .shengkao-ul .shengkao-li .shengkao-a .shengkao-a-province {
    position: absolute;
    font-size: 16px;
    color: #222222;
    top: 17px;
    left: 14px;
    font-weight: 500;
}

.shengkao-list .shengkao-ul .shengkao-li .shengkao-a .shengkao-a-year {
    position: absolute;
    font-size: 14px;
    color: #8a9095;
    top: 41px;
    left: 15px;
}

.shengkao-list .shengkao-ul .shengkao-li .shengkao-a .shengkao-a-time1 {
    position: absolute;
    font-size: 14px;
    color: #1b2126;
    top: 18px;
    left: 66px;
}

.shengkao-list .shengkao-ul .shengkao-li .shengkao-a .shengkao-a-time2 {
    position: absolute;
    font-size: 14px;
    color: #1b2126;
    top: 41px;
    left: 66px;
}

.tiku-list {
    width: 380px;
    height: 130px;
    overflow: hidden;
    position: relative;
}

.tiku-list .tiku-ul {
    width: 380px;
    height: 130px;
    position: relative;
}

.tiku-list .tiku-ul .tiku-li {
    width: 380px;
    height: 130px;
    float: left;
}

.tiku-list .tiku-ul .tiku-li .tiku-a {
    display: block;
    width: 380px;
    height: 130px;
    position: relative;
    border-radius: 4px;
}

.zhaokaoxinxi-detail {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
    width: 85%;
    /*height: 400px;*/
    height: 600px;
    position: relative;
    margin: 0 auto;
}

.zhaokaoxinxi-detail .zhaokaoxinxi-detail-items {
    display: block;
    width: 450px;
    position: absolute;
}

.zhaokaoxinxi-detail .zhaokaoxinxi-detail-items .zhaokaoxinxi-item {
    width: 450px;
    height: 28px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
    margin-bottom: 10px;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items
.zhaokaoxinxi-item:hover
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-location {
    color: #3c7cfc;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items
.zhaokaoxinxi-item:hover
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-line {
    background: #3c7cfc;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items
.zhaokaoxinxi-item:hover
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-title {
    color: #3c7cfc;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-status {
    font-size: 12px;
    color: #b1b5b9;
    letter-spacing: 0;
    line-height: 12px;
    width: 60px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 4px;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-status.status1 {
    color: #3c7cfc;
    background: #f4f9fe;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-status.status2 {
    color: #ff7a00;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-status.status3 {
    color: #b1b5b9;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-status.status4 {
    color: #ff5202;
    background: rgba(255, 82, 2, 0.06);
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-location {
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    line-height: 24px;
    flex-shrink: 0;
    font-weight: 600;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-line {
    height: 16px;
    width: 1px;
    background: #dadae4;
    margin: 0px 8px;
    flex-shrink: 0;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-title {
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    line-height: 24px;
    width: 100%;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zhaokaoxinxi-detail .zhaokaoxinxi-detail-items.type1 {
    height: 180px;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type1
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info.status4
.zhaokaoxinxi-item-location {
    color: #ff5202;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type1
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info.status4
.zhaokaoxinxi-item-line {
    background: #ff5202;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type1
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info.status4
.zhaokaoxinxi-item-title {
    color: #ff5202;
    font-weight: 600;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type1
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info.status1
.zhaokaoxinxi-item-title {
    font-weight: 600;
}

.zhaokaoxinxi-detail .zhaokaoxinxi-detail-items.type2 {
    height: 150px;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type2
.zhaokaoxinxi-item:hover
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-title {
    color: #3c7cfc;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type2
.zhaokaoxinxi-item:first-child {
    position: relative;
    top: -4px;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type2
.zhaokaoxinxi-item:first-child:hover
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-title {
    color: #3c7cfc;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type2
.zhaokaoxinxi-item:first-child
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-title {
    font-size: 20px;
    color: #222222;
    font-weight: 600;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type2
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-status {
    display: none;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type2
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-location {
    display: none;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type2
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-line {
    display: none;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type2
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-title {
    font-size: 16px;
    color: #222222;
}

.zhaokaoxinxi-detail .zhaokaoxinxi-detail-items.type3 {
    height: 180px;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type3
.zhaokaoxinxi-item:hover
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-location {
    color: #3c7cfc;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type3
.zhaokaoxinxi-item:hover
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-line {
    background: #3c7cfc;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type3
.zhaokaoxinxi-item:hover
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-title {
    color: #3c7cfc;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type3
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-status {
    display: none;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type3
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-title {
    font-size: 16px;
    color: #222222;
}

.zhaokaoxinxi-detail .zhaokaoxinxi-detail-items.type4 {
    height: 150px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.zhaokaoxinxi-detail .zhaokaoxinxi-detail-items.type4 .zhaokaoxinxi-item {
    display: block;
    width: 180px;
    height: 150px;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type4
.zhaokaoxinxi-item:hover
.zhaokaoxinxi-item-text
span {
    color: #3c7cfc;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type4
.zhaokaoxinxi-item
.zhaokaoxinxi-item-img {
    width: 180px;
    height: 112px;
    margin-bottom: 8px;
    border-radius: 4px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type4
.zhaokaoxinxi-item
.zhaokaoxinxi-item-img
img {
    border-radius: 4px;
    width: 180px;
    height: 112px;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type4
.zhaokaoxinxi-item
.zhaokaoxinxi-item-img.type1 {
    background-image: url("//nodestatic.fbstatic.cn/weblts_spa_online/page/assets/www/home/zixun-guokao.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type4
.zhaokaoxinxi-item
.zhaokaoxinxi-item-img.type2 {
    background-image: url("//nodestatic.fbstatic.cn/weblts_spa_online/page/assets/www/home/zixun-xiang.jpeg");
    background-repeat: no-repeat;
    background-size: contain;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type4
.zhaokaoxinxi-item
.zhaokaoxinxi-item-text {
    font-size: 14px;
    color: #222222;
    width: 180px;
    height: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type4
.zhaokaoxinxi-item
.zhaokaoxinxi-item-text
span {
    position: absolute;
    bottom: 0px;
    width: 180px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zhaokaoxinxi-detail .zhaokaoxinxi-detail-items.type5 {
    height: 150px;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type5
.zhaokaoxinxi-item:first-child {
    position: relative;
    top: -4px;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type5
.zhaokaoxinxi-item:hover
.zhaokaoxinxi-item-location {
    color: #3c7cfc;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type5
.zhaokaoxinxi-item:hover
.zhaokaoxinxi-item-line {
    background: #3c7cfc;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type5
.zhaokaoxinxi-item:hover
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-title {
    color: #3c7cfc;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type5
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-status {
    display: none;
}

.zhaokaoxinxi-detail
.zhaokaoxinxi-detail-items.type5
.zhaokaoxinxi-item
.zhaokaoxinxi-item-info
.zhaokaoxinxi-item-title {
    font-size: 16px;
    color: #222222;
}

.zhaokaoxinxi-detail .zhaokaoxinxi-detail-items.position1 {
    left: 0px;
    top: 19px;
}

.zhaokaoxinxi-detail .zhaokaoxinxi-detail-items.position2 {
    left: 0px;
    /*top: 236px;*/
    top: 336px;
}

.zhaokaoxinxi-detail .zhaokaoxinxi-detail-items.position3 {
    left: 0px;
    top: 415px;
}

.zhaokaoxinxi-detail .zhaokaoxinxi-detail-items.position4 {
    right: 0px;
    top: 19px;
}

.zhaokaoxinxi-detail .zhaokaoxinxi-detail-items.position5 {
    right: 0px;
    /*top: 236px;*/
    top: 336px;
}
/*type4 下层图片显示*/
.zhaokaoxinxi-detail .zhaokaoxinxi-detail-items.position5-1 {
    right: 0px;
    /*top: 236px;*/
    top: 486px;
}

.zhaokaoxinxi-detail .zhaokaoxinxi-detail-items.position6 {
    right: 0px;
    top: 415px;
}