/* 首页主体内容区样式 */
.content {
    margin-top: -72px;
}

.banner {
    height: 564px;
    background: url("../images/banner.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 106px;
}

.banner-content {
    margin: auto;
    width: 1400px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.banner-left {
    width: 70%;
}

.input-container {
    width: 700px;
    height: 48px;
    background-color: #fff;
    border-radius: 24px;
    padding-left: 18px;
    padding-right: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #fff;
    transition: all 0.3s;
}

.input-container:hover {
    border-color: #0066ff;
}

.input {
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
}

input::placeholder {
    color: #999;
}

.search-btn-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #458fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.search-btn-container:hover {
    background-color: #0066ff;
}
.search-btn-container a {
    height: 24px;
}

.slogan-top {
    margin-top: 38px;
    font-weight: 800;
    color: #0047B2;
    display: flex;
}

.slogan-top-title {
    font-weight: 800;
    color: #0047B2;
    font-size: 42px;
    line-height: 64px;
    max-width: 816px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ratio {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 8px;
    display: flex;
    flex-direction: column-reverse;
    z-index: 2;
}

.slogan-bottom {
    margin-top: 14px;
    font-weight: 400;
    color: #0047B2;
    max-width: 460px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 24px;
}

.view-details-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0066ff;
    border-radius: 4px;
    color: #fff;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s;
}

.view-details-btn:hover {
    background-color: rgba(0, 102, 255, 0.8);
}

.banner-right {
    position: relative;
}

.banner-part {
    margin-top: 56px;
    margin-right: 32px;
    width: 556px;
    height: 316px;
    background: url("/jiangsu_static/new/images/banner-part.png") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

.login-container {
    width: 272px;
    height: 320px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 36px 0 36px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
}

.login-text {
    margin-top: 16px;
    font-size: 13px;
    color: #2D2D2D;
}

.login-btn {
    margin-top: 24px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0066ff;
    border-radius: 4px;
    color: #fff;
    transition: all 0.3s;
    cursor: pointer;
}

.login-btn:hover {
    background-color: rgba(0, 102, 255, 0.8);
}

.register-btn {
    margin-top: 16px;
    background-color: #D0E3FF;
    color: rgba(0, 102, 255, 0.5);
}

.register-btn:hover {
    background-color: rgba(208, 227, 255, 0.7);
}

.login-bottom-container-hidden {
    margin-top: 11px;
    transition: all 0.3s;
    opacity: 0;
}

.login-bottom-container {
    transition: all 0.3s;
    opacity: 1;
}

.bottom-btn {
    font-size: 14px;
    color: #0066FF;
    text-decoration: underline;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s;
}

.bottom-btn-first {
    margin-right: 40px;
}

.bottom-btn:hover {
    color: rgba(0, 102, 255, 0.8);
}

.hover-nav {
    width: 1400px;
    height: 160px;
    padding: 24px 6.3% 0 6.3%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 12px 8px 0 rgba(0, 102, 255, 0.1);
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -80px;
}

.indicator-container {
    width: 66px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: -20px;
}

.indicator {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.indicator-active {
    width: 30px;
    height: 8px;
    background-color: #0066ff;
    border-radius: 6px;
    opacity: 0.2;
    transition: all 0.3s;
}

.hover-nav-item {
    width: 116px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
    position: relative;
}

.hover-nav-item-img {
    transition: all 0.5s;
}

.hover-nav-item:hover .hover-nav-item-img {
    transform: translateY(-8px) scale(1.1);
}

.hover-nav-item-text {
    font-size: 16px;
    color: #003687;
    text-align: center;
}

.active-bar-hidden {
    width: 0;
    height: 4px;
    background-color: #0066ff;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    opacity: 0;
}

.active-bar {
    width: 116px;
    transition: all 0.5s;
    opacity: 1;
}

.announcement {
    margin: 96px auto 0 auto;
    width: 1400px;
    padding: 0 20px;
}

.announcement > a {
    text-decoration: none;
}

a {
    color: #333;
    text-decoration: none;
}

.announcement-item {
    padding: 16px 0;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.announcement-item:hover .announcement-item-title {
    color: rgba(38, 38, 38, 0.7);
}

.announcement-item-title {
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    transition: all 0.3s;
    width: 624px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.announcement-item-info {
    display: flex;
}

.announcement-item-info-tag1 {
    font-size: 12px;
    color: #0066ff;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    background-color: rgba(0, 102, 255, 0.1);
    margin-right: 16px;
}

.announcement-item-info-tag2 {
    font-size: 12px;
    color: #00A865;
    width: 88px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    background-color: rgba(0, 168, 101, 0.1);
    margin-right: 16px;
}

.announcement-item-info-time {
    font-size: 12px;
    color: #999;
}

.view-more-btn {
    display: inline-block;
    text-decoration: none;
    width: 146px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    background-color: #F0F9FF;
    font-size: 12px;
    color: #0066ff;
    margin: 16px auto;
    user-select: none;
    cursor: pointer;
    transition: all 0.3s;
}

.view-more-btn:hover {
    background-color: #E6F5FF;
}