.headers_wrap {
    background: #fff;
}

.big_title {
    margin-top: 80px;
    width: 100%;
    height: 96px;
    background: url(../imgs/header/public.jpg) no-repeat center/cover;
    font-size: 36px;
    font-family: SegoeUI-Bold;
    color: rgba(0, 121, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.text_wrap {
    width: 100%;
    overflow: hidden;
}

.text_wrap .text_box {
    width: 1200px;
    margin: 48px auto;
    display: flex;
    justify-content: space-between;
}

.text_wrap .text_box .left {
    width: 896px;
}

.text_wrap .text_box .left .item {
    box-sizing: border-box;
    width: 896px;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.35s;
}

.text_wrap .text_box .left .item:hover {
    box-shadow: 0px 2px 12px 0px rgba(189,197,208,0.3);
    border-radius: 16px;
    padding: 24px;
}

.text_wrap .text_box .left .item .t_img {
    width: 150px;
    height: 120px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.text_wrap .text_box .left .item .l_right {
    /* width: 722px; */
    flex: 1;
    padding-left: 24px;
}

.text_wrap .text_box .left .item .l_right .title {
    width: 100%;
    height: 24px;
    font-size: 18px;
    font-family: SegoeUI-Bold;
    cursor: pointer;
    transition: all .3s;
    color: #333333;
    line-height: 24px;
}

.text_wrap .text_box .left .item .l_right .title:hover {
    color: #0079FF;
}

.text_wrap .text_box .left .item .l_right .tip {
    width: 100%;
    height: 38px;
    font-size: 14px;
    font-family: SegoeUI;
    color: #666666;
    line-height: 19px;
    margin-top: 14px;
}

.text_wrap .text_box .left .item .l_right .b_info {
    margin-top: 24px;
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_wrap .text_box .left .item .l_right .b_info .b_i_left {
    height: 20px;
    font-size: 14px;
    font-family: SegoeUI;
    color: #CCCCCC;
    line-height: 20px;
}

.text_wrap .text_box .left .item .l_right .b_info .b_i_right {
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 14px;
    font-family: SegoeUI;
    color: #BBBBBB;
}

.text_wrap .text_box .left .item .l_right .b_info .b_i_right .icon {
    width: 20px;
    height: 20px;
    margin-left: 24px;
    margin-right: 4px;
}

.text_wrap .text_box .right {
    width: 240px;
    overflow: hidden;
}

.text_wrap .text_box .right .title {
    margin-top: 24px;
    margin-bottom: 20px;
    width: 100%;
    height: 24px;
    font-size: 18px;
    font-family: SegoeUI-Bold;
    color: #333333;
    line-height: 24px;
}

.text_wrap .text_box .right .item {
    width: 240px;
    margin-bottom: 32px;
    border-radius: 8px;
}

.text_wrap .text_box .right .item .t_img {
    width: 240px;
    height: 192px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    overflow: hidden;
}

.text_wrap .text_box .right .item .t_img img {
    max-width: 100%;
    transition: all 0.25s;
}

.text_wrap .text_box .right .item .name {
    margin-top: 16px;
    width: 240px;
    max-height: 38px;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
    font-family: SegoeUI;
    color: #333333;
    line-height: 19px;
}

.text_wrap .text_box .right .item:hover .t_img>img {
    transform: scale(1.05);
}

.text_wrap .text_box .right .item:hover .name {
    color: #0079FF;
}

.text_wrap .page_box {
    width: 1200px;
    margin: 24px auto 72px;
    display: flex;
    align-items: center;
}

.text_wrap .page_box .item {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DCDEE0;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 14px;
    font-family: SegoeUI;
    color: #333333;
    cursor: pointer;
    transition: all .3s;
}

.text_wrap .page_box .item .icon_1 {
    width: 20px;
    height: 20px;
    background: url(../imgs/common/left0@2x.png) no-repeat center/contain;
}

.text_wrap .page_box .item .icon_2 {
    width: 20px;
    height: 20px;
    background: url(../imgs/common/left1@2x.png) no-repeat center/contain;
}

.text_wrap .page_box .item .icon_3 {
    width: 20px;
    height: 20px;
    background: url(../imgs/common/right0@2x.png) no-repeat center/contain;
}

.text_wrap .page_box .item .icon_4 {
    width: 20px;
    height: 20px;
    background: url(../imgs/common/right1@2x.png) no-repeat center/contain;
}

.text_wrap .page_box .item:hover {
    background: #0079FF;
    color: #fff;
    border: 0;
}

.text_wrap .page_box .item:hover .icon_2 {
    background: #0079FF;
    border: 0;
    background: url(../imgs/common/left2@2x.png) no-repeat center/contain;
}

.text_wrap .page_box .item:hover .icon_4 {
    background: #0079FF;
    border: 0;
    background: url(../imgs/common/right2@2x.png) no-repeat center/contain;
}

.text_wrap .page_box .item.active {
    background: #0079FF;
    color: #fff;
    border: 0;
}