@charset "UTF-8";

/**
 * 城建校网站首页
 * date: 2023-2-21
 * author: xy;
 */
.more {
    color: rgba(0, 0, 0, 0.65);
}

.main-top {
    height: 60px;
    line-height: 60px;
    background-color: #e5e5e5;
}

.main-top .now-time {
    color: rgba(0, 0, 0, 0.85);
}

.main-bottom {
    padding-top: 40px;
    background-color: #fff;
}

.search {
    position: relative;
}

.search-input {
    margin-top: 10px;
    width: 366px;
    border-radius: 2px;
    height: 40px;
    padding: 0 32px 0 12px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    width: 18px;
    height: 19px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/search_icon.png) no-repeat center;
    cursor: pointer;
}

.notice {
    background: #f1f1f1;
    padding: 25px 0;
}

.notice .rotation {
    float: left;
    width: 600px;
    height: 390px;
}

.notice .rotation-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 42px;
    line-height: 42px;
    background: rgba(0, 0, 0, 0.56);
    color: #fff;
    padding-left: 16px;
    font-size: 16px;
    box-sizing: border-box;
}

.notice .rotation-title>span {
    width: 328px;
    height: 42px;
    display: inline-block;
}

.notice .rotation .swiper-pagination {
    position: absolute;
    width: 142px !important;
    height: 42px;
    line-height: 42px;
    z-index: 10;
    left: 441px !important;
    bottom: 0 !important;
    text-align: right;
    margin-right: 17px;
}

.notice .rotation .swiper-pagination-bullet {
    border-radius: 0;
    background: #fff;
    opacity: 0.36;
}

.notice .rotation .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.notice-right {
    float: right;
    width: 661px;
    height: 390px;
    background: #ffffff;
    border-radius: 2px;
    padding: 14px 18px 0;
    box-sizing: border-box;
}

.notice-right .head {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid rgba(93, 116, 152, 0.15);
}

.notice-right .head-title {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    height: 46px;
    color: #30ada9;
    border-bottom: 2px solid #30ada9;
    padding: 0 3px;
}

.notice-right-list li {
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid rgba(46, 119, 97, 0.08);
    position: relative;
}

.notice-right-list li::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.85);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.notice-right-list li:last-child {
    border-bottom: 0;
}

.notice-right-list li a {
    display: block;
    padding-left: 10px;
    font-size: 16px;
}

.notice-right-list li .list-txt {
    color: rgba(0, 0, 0, 0.85);
    width: 500px;
}

.notice-right-list li .list-date {
    color: rgba(0, 0, 0, 0.45);
}

.login-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
}

.login-list li {
    width: 630px;
    height: 106px;
    line-height: 106px;
}

.login-list li:first-child {
    margin-right: 20px;
    background: url(../images/login_bg1.png) no-repeat;
}

.login-list li:first-child .login-icon {
    background: #fff url(../images/login_icon1.png) no-repeat center;
}

.login-list li:nth-child(2) {
    background: url(../images/login_bg2.png) no-repeat;
}

.login-list li:nth-child(2) .login-icon {
    background: #fff url(../images/login_icon2.png) no-repeat center;
}

.login-list li a {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    padding-left: 32px;
    padding-right: 28px;
}

.login-list li .login-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 20px;
    margin-top: 27px;
}

.login-list li .enter {
    margin-top: 42px;
    width: 26px;
    height: 26px;
    background: url(../images/enter_icon.png) no-repeat;
}

.transaction-head {
    margin-bottom: 8px;
    height: 36px;
    line-height: 36px;
}

.transaction-title {

    font-weight: 700;
    font-size: 24px;
    color: #0f8479;
}

.transaction-con {
    margin-bottom: 41px;
}

.tab-left {
    box-sizing: border-box;
    padding-top: 35px;
    width: 229px;
    height: 316px;
    background:
        url(../images/tab_left.png) no-repeat center bottom,
        #30ada9;
}

.tab-left li {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 50px;
    padding-left: 62px;
    height: 32px;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    cursor: pointer;
    user-select: none;
}

.tab-left li::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    left: 20px;
    background: url(../images/tab_icon1.png) no-repeat;
}

.tab-left li.active::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 13px;
    height: 13px;
    background: url(../images/tab_active_icon.png) no-repeat;
    transform: translateY(-50%);
}

.tab-left li:nth-child(2)::before {
    background: url(../images/tab_icon2.png) no-repeat;
}

.tab-left li:nth-child(3)::before {
    background: url(../images/tab_icon3.png) no-repeat;
}

.tab-left li:nth-child(4)::before {
    background: url(../images/tab_icon4.png) no-repeat;
}

.tab-right>.bdl {
    width: 1021px;
}

.transaction .col1 {
    box-sizing: border-box;
    padding: 0 20px;
    width: 230px;
}

.transaction .col2 {
    box-sizing: border-box;
    padding: 0 20px;
    width: calc(100% - 365px);
}

.transaction .col3 {
    box-sizing: border-box;
    padding: 0 20px;
    width: 135px;
}

.transaction-hd {
    height: 40px;
    line-height: 40px;
    background-color: #30ada9;
}

.transaction-hd-item {
    height: 100%;
    color: #fff;
    font-size: 18px;
}

.transaction-bd {
    height: 276px;
    overflow: hidden;
}

.transaction-bd-item {
    box-sizing: border-box;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #f6f6fa;
}

.transaction-bd-item:hover .transaction-bd-text {
    color: #30ada9;
}

.transaction-bd-link {
    display: block;
    height: 100%;
}

.transaction-bd-text {
    color: #333;
    font-size: 16px;
}

.transaction-bd-text.code,
.transaction-bd-text.date {
    color: rgba(0, 0, 0, 0.45);
}

.special-list {
    margin-bottom: 25px;
}

.special-list li {
    width: 413px;
    height: 100px;
    margin-right: 20px;
    float: left;
}

.special-list li:last-child {
    margin-right: 0;
    background: url(../images/special_bg3.png) no-repeat;
}

.special-list li:first-child {
    background: url(../images/special_bg1.png) no-repeat;
}

.special-list li:nth-child(2) {
    background: url(../images/special_bg2.png) no-repeat;
}

.special-list a {
    display: block;
    height: 100px;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 100px;
}
