main {
    padding-bottom: 50px;
}

.banner {
    height: 450px;
}

.banner img {
    width: 100%;
}

main .wrap {
    width: 100%;
    background: url('./../static/bg.png') repeat top left;
    background-size: 100% auto;
    padding: 40px 26px;
    display: flex;
    justify-content: space-between;
}

.notice-box {
    width: 100%;
    margin-right: 24px;
}

.notice-box .search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice-box .search-box .input {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 6px;
    width: 80%;
    height: 48px;
    padding: 0 20px;
}

.notice-box .search-box .input img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-right: 15px;
}

.notice-box .search-box .input input {
    font-size: 16px;
    width: 100%;
    height: 100%;
    background: none;
}

.notice-box .search-box .select {
    width: 40%;
}

.notice-box .search-box .select select {
    border-radius: 6px;
    height: 48px;
    background: #fff;
    font-size: 16px;
    padding: 0 20px;
    width: 100%;
    border: none;
}

.notice-box .search-box .btn {
    height: 48px;
    display: block;
    border-radius: 6px;
    background: rgba(0, 85, 162, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
    width: 110px;
    flex-shrink: 0;
    margin-left: 15px;
}

.notice-box h1 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 36px;
    color: rgba(27, 88, 166, 1);
    text-align: center;
    margin-bottom: 27px;
}

.notice-box li a {
    width: 847px;
    height: 113px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 10px 4px rgba(25, 93, 179, 0.1);
    margin-top: 14px;
    display: flex;
    align-items: center;
}

.notice-box li .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 26px 6px;
    height: 100%;
}

.notice-box li .title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 27px;
    color: rgba(56, 56, 56, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.notice-box li .time-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notice-box li .time-box .time {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 27px;
    color: rgba(166, 166, 166, 1);
}

.notice-box .end-time-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 20.27px;
    position: relative;
}

.notice-box .end-time-box>span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
}

.notice-box li .time-box .endtime {
    position: absolute;
    width: 108px;
    height: 28px;
    background: url(../static/7.png)no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 20px;
    top: -23px;
    color: rgba(56, 56, 56, 1);
}

.notice-box li .time-box .times .box {
    width: 264px;
    height: 11px;
    border-radius: 20px;
    background: rgba(232, 232, 232, 1);
    overflow: hidden;
}

.notice-box li .time-box .times .box .start {
    height: 11px;
    background: rgba(255, 87, 51, 1);
}

.notice-box li .tag {
    width: 132px;
    height: 113px;
    border-radius: 0px 0px 0px 40px;
    background: rgba(24, 101, 171, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    flex-shrink: 0;
}

.side {
    width: 277px;
    flex-shrink: 0;
}

.side .item-box {
    padding: 22px 0;
    border-top: 1px solid #fff;
}

.side .item-box .title-box {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: rgba(31, 107, 176, 1);
}

.side .item-box .title-box img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.side .login-box,
.side .user-box {
    padding-bottom: 14px;
    padding-top: 62px;
}

.side .login-box h2 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: rgba(0, 85, 162, 1);
    text-align: center;
}

.side .user-box h2 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: #333;
}

.side .user-box .h2 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 23.17px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.side .user-box h2:first-of-type {
    margin-bottom: 1px;
    font-weight: bold;
}

.side .user-box h2:last-of-type {
    margin-bottom: 15px;
}

.side .user-box h3,
.side .login-box h3 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(0, 85, 162, 1);
    text-align: center;
    margin-top: 4px;
    margin-bottom: 6px;
}

.side .user-box h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side .user-box h3 .unlogin {
    font-size: 14px;
    cursor: pointer;
}

.side .login-box input {
    width: 100%;
    height: 34px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    padding: 0 17px;
    margin-top: 15px;
}

.side .user-box div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side .login-box div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.side .user-box .flexs a,
.side .login-box .login {
    width: 70%;
    height: 34px;
    display: block;
    border-radius: 6px;
    background: rgba(0, 85, 162, 1);
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
}

.side .user-box .flexs a {
    width: 48%;
}

.side .login-box a {
    width: 28%;
    height: 34px;
    display: block;
    border-radius: 6px;
    background: rgb(138, 138, 138);
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    cursor: pointer;
}

.help-box {
    padding: 30px 0;
}

.help-box .titles {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 26.06px;
    color: rgba(26, 101, 171, 1);
}

.help-box .titles img {
    width: 26px;
    height: 26px;
    margin-right: 4px;
}

.help-box li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.help-box li a h6 {
    font-size: 14px;
    font-weight: 500;
    color: rgba(56, 56, 56, 1);
    width: 100%;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-box li a p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
    flex-shrink: 0;
}

.company {
    width: 1200px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 59.03%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 2px 10px 4px rgba(25, 93, 179, 0.1);
}

.company .titles {
    width: 100%;
    height: 54px;
    background: rgba(25, 93, 179, 0.9);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 34px;
}

.company .titles span {
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.company .content {
    padding: 25px;
    display: flex;
}

.company .content img {
    width: 502px;
    height: 278px;
    flex-shrink: 0;
    margin-right: 28px;
}

.company .content .name {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: rgba(56, 56, 56, 1);
    margin-bottom: 18px;
}

.company .content .msg {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(56, 56, 56, 1);
}

.company .content a {
    float: right;
    margin-top: 22px;
    width: 162px;
    height: 50px;
    opacity: 1;
    background: rgba(25, 93, 179, 0.9);
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    border-radius: 6px;
}

.news-list li {
    margin-top: 12px;
    list-style-type: disc;
    margin-left: 18px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
}

.news-list li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.27px;
    color: rgba(56, 56, 56, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}