.index-wrap {
    width: 1200px;
    margin: 0 auto;
}

html {
    background: #F7F7F7;
}

.header {
    display: flex;
    align-items: center;
    padding: 20px 70px 0 80px;
    background: #fff;
    flex-wrap: wrap;
    justify-content: normal;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.10000000149011612);
}

.header::after {
    content: '';
    width: 75%;
}

.item-header {
    text-align: center;
    margin-bottom: 20px;
    width: 12.5%;
}

.icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}


/* 首页左侧内容 */

.content-left {
    width: 790px;
}

.search {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.10000000149011612);
}

.search-input {
    width: 619px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-left {
    height: 50px;
    background: #FFFFFF;
    border-radius: 100px 0 0 100px;
    border: 1px solid #2386E5;
    display: flex;
    align-items: center;
    padding-left: 20px;
    overflow: hidden;
    flex: 1;
}

.search-input input {
    font-size: 16px;
    flex: 1;
    outline: 0;
    border: 0;
    height: 100%;
}

.search-button {
    width: 145px;
    height: 50px;
    background: #2386E5;
    border-radius: 0px 100px 100px 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}

.index-content {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.search-img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.lunboimg {
    width: 750px;
    height: 300px;
}

.index-choice {
    margin-top: 20px;
    padding: 0 16px;
    background: #fff;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.10000000149011612);
}

.choice-title {
    display: flex;
    align-items: center;
    height: 58px;
    border-bottom: 1px solid #E4E7EB;
    font-size: 18px;
}

.choice-item {
    margin-right: 36px;
    height: 100%;
    display: flex;
    min-width: 44px;
    align-items: center;
    justify-content: center;
    color: #666666;
}
.active {
    border-bottom: 2px solid #2386E5;;
}
.choice-item1 {
    width: 44px;
    margin-right: 36px;
    color: #2386E5;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 2px;
    background: #2386E5;
    margin: auto;
}

.choice-content {
    display: flex;
    align-items: center;
    height: 140px;
    padding: 16px 0;
    border-bottom: 1px solid #E4E7EB;
}

.choice-content-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 140px;
    padding: 16px 0;
    border-bottom: 1px solid #E4E7EB;
}

.content-text {
    color: #999;
    font-size: 14px;
}

.content-name {
    margin-right: 130px;
    width: 140px;
    display: inline-block;
}

.content-text-title {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.content-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-left: 16px;
    font-size: 18px;
    flex: 1;
    padding-right: 10px;
    color: #333;
}

.content-img {
    width: 160px;
    height: 120px;
    object-fit: cover;
}

.content-time {
    color: #999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* 右侧内容 */

.floating {
    display: flex;
    flex-direction: column;
}

.notice {
    width: 393px;
    height: 499px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.10000000149011612);
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 17px;
}

.notice-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
}

.notice-title .more {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.notice-title span {
    font-size: 14px;
    color: #999;
}

.notice-title .name {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.more-img {
    width: 4px;
    height: 8px;
    margin-left: 10px;
}

.notice-content {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon-top {
    width: 66px;
    height: 66px;
    position: fixed;
    bottom: 200px;
    right: 90px
}

.photo {
    width: 393px;
    height: 229px;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.10000000149011612);
    margin-bottom: 17px;
}


/* 分页 */

.choice-page {
    display: flex;
    align-items: center;
    padding: 25px 12px;
    justify-content: flex-end;
    background: #fff;
    box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.10000000149011612);
}

.next {
    width: 14px;
    height: 14px;
}

.item-page {
    width: 32px;
    height: 32px;
    border: 1px solid #E7E7E7;
    text-align: center;
    line-height: 32px;
    border-radius: 4px;
    color: #333;
    margin: 0 4px;
    cursor: pointer;
}

.item-page1 {
    width: 32px;
    height: 32px;
    border: 1px solid #E7E7E7;
    text-align: center;
    line-height: 32px;
    background: #2386E5;
    border-radius: 4px;
    color: #fff;
    margin: 0 4px;
}
.hide {
    display: none;
}