
.content .new_part .part_con {
    padding: 95px 0 36px;
    border-bottom: 1px solid #edf2f9;
}
.content .new_part .part_con .nav_box {
    color: #888;
    cursor: pointer;
}
.content .new_part .part_con .nav_box .return_btn .banner_btn_box {
    width: 14px;
    margin-right: 8px;
    overflow: hidden;
}
.content .new_part .part_con .nav_box .return_btn .return_btn_font {
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.content .new_part .part_con .nav_box .return_btn .banner_btn_box .banner_btn_list {
    -webkit-transition: margin .3s ease;
    transition: margin .3s ease;
}
.content .new_part .part_con .nav_box .return_btn .banner_btn_box .banner_btn_list i {
    font-size: 14px;
    margin-right: 4px;
}
.content .new_part .part_con .nav_box .return_btn .banner_btn_box .banner_btn_list i:last-child {
    margin-right: 0;
    color: #333;
}
.tipsPrompt {
    max-width: 400px;
    padding: 14px 20px;
    font-size: 16px;
    background-color: rgba(0,0,0,.7);
    border-radius: 6px;
    color: #fff;
    line-height: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 3020;
}
.content .new_part .part_con .new_body .new_con {
    padding-top: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 900px;
}
.content .new_part .part_con .new_body .new_con .new_head {
    padding-bottom: 38px;
}
.content .new_part .part_con .new_body .new_con .new_head .new_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #333;
}
.content .new_part .part_con .new_body .new_con .new_head .from_box {
    color: #888;
    height: 24px;
    line-height: 1;
    margin-top: 26px;
}
.content .new_part .part_con .new_body .new_con .new_head .from_box .time_info {
    margin-right: 19px;
}
.content .new_part .part_con .new_body .new_con .new_head .from_box .time_info i {
    font-size: 14px;
    margin-right: 7px;
}
.content .new_part .part_con .new_body .new_con .new_head .from_box .time_info .time_con {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: 1px;
}
.content .new_part .part_con .new_body .new_con .new_head .from_box .from_font {
    font-size: 12px;
}
.content .new_part .part_con .new_body .new_con .new_body {
    padding-top: 36px;
    border-top: 1px solid #edf2f9;
}
.content .new_part .part_con .new_body .new_con .new_foot {
    margin-top: 30px;
}
.content .new_part .part_con .new_body .new_con .new_body .new_body_con {
    font-size: 14px;
    line-height: 28px;
    color: #555;
}

.content .new_part .part_con .new_body .new_other_body {
    width: 320px;
    margin-left: 6%;
    padding-top: 138px;
}
.content .new_part .part_con .new_body .new_other_body .new_other_head {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 31px;
    color: #000;
}
.content .new_part .part_con .new_body .new_other_body .new_other_list .market_item_box {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.content .new_part .part_con .new_body .new_other_body .new_other_list .market_item_box .market_item {
    display: block;
    background-color: #fff;
    border: 1px solid #edf2f9;
    border-radius: 15px;
    position: relative;
    -webkit-transition: top .3s ease;
    transition: top .3s ease;
    top: 0;
    padding: 12px 12px 20px;
}
.content .new_part .part_con .new_body .new_other_body .new_other_list .market_item_box .market_item .market_item_bg {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 15px;
    background-image: -webkit-gradient(linear,left top, right top,from(#ff6e63),to(#f13122));
    background-image: linear-gradient(
90deg,#ff6e63,#f13122);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.content .new_part .part_con .new_body .new_other_body .new_other_list .market_item_box .market_item .market_item_con {
    position: relative;
    z-index: 10;
}
.content .new_part .part_con .new_body .new_other_body .new_other_list .market_item_box .market_item .market_item_con .market_img {
    margin-bottom: 15px;
}
.content .new_part .part_con .new_body .new_other_body .new_other_list .market_item_box .market_item .market_item_con .market_img {
    width: 100%;
    margin-bottom: 27px;
    overflow: hidden;
    border-radius: 10px;
    padding-top: 42.8%;
    position: relative;
}
.content .new_part .part_con .new_body .new_other_body .new_other_list .market_item_box .market_item .market_item_con .market_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.content .new_part .part_con .new_body .new_other_body .new_other_list .market_item_box .market_item .market_item_con .market_font_con {
    padding: 0 14px;
}
.content .new_part .part_con .new_body .new_other_body .new_other_list .market_item_box .market_item .market_item_con .market_font_con .market_title {
    font-size: 14px;
}
.content .new_part .part_con .new_body .new_other_body .new_other_list .market_item_box .market_item .market_item_con .market_font_con .market_title {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.content .new_part .part_con .new_body .new_other_body .new_other_list .market_item_box .market_item .market_item_con .market_font_con .market_font {
    font-size: 13px;
    line-height: 2;
    color: #5d5d5b;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 13px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.content .new_part .part_con .new_body .new_other_body .new_other_list .market_item_box .market_item .market_item_con .market_font_con .market_time_box {
    margin-top: 16px;
    line-height: 21px;
    font-size: 15px;
    color: #b7b7b7;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.content .new_part .part_con .new_body .new_other_body .new_other_list .market_item_box .market_item .market_item_con .market_font_con .market_time_box i {
    margin-right: 7px;
    font-size: 13px;
}
.content .new_part .part_con .new_body .new_other_body .new_other_list .market_item_box .market_item .market_item_con .market_font_con .market_time_box .market_time {
    font-weight: 700;
}

.content .banner {
    height: 438px;
}
.content .banner .banner_bg_box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 1300px;
    overflow: hidden;
}
.content .banner .banner_bg_box .part_con {
    margin: -10% auto 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(
20deg);
    transform: rotate(
20deg);
}
.content .banner .part_con {
    position: relative;
    height: 100%;
}
.content .banner .banner_bg_box .part_con .banner_bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
}
content .banner .banner_bg_box .part_con .banner_bg .bg_1 {
    width: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
.content .banner .banner_bg_box .part_con .banner_bg .banner_bg_con {
    position: absolute;
    top: 0;
    left: 0;
}
.content .banner .banner_bg_box .part_con .banner_bg .bg_1 {
    width: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
.content .banner .banner_bg_box .part_con .banner_bg .bg_2 {
    width: 60%;
    margin-top: 0;
    margin-left: -100px;
}
.content .banner .banner_bg_box .part_con .banner_bg .bg_t {
    width: 90%;
    margin-top: -380px;
    margin-left: -360px;
    opacity: 1;
    -webkit-animation: topAni 5s cubic-bezier(.27,.61,.17,.73) infinite,leftAni 5s linear infinite;
    animation: topAni 5s cubic-bezier(.27,.61,.17,.73) infinite,leftAni 5s linear infinite;
}
.content .banner .banner_bg_box .part_con .banner_bg .bg_t_2 {
    width: 90%;
    margin-top: -380px;
    margin-left: -360px;
    opacity: 0;
    -webkit-animation: topAni 5s cubic-bezier(.27,.61,.17,.73) 2.5s infinite,leftAni 5s linear 2.5s infinite;
    animation: topAni 5s cubic-bezier(.27,.61,.17,.73) 2.5s infinite,leftAni 5s linear 2.5s infinite;
}
.content .banner .banner_bg_box .part_con .banner_bg .bg_b {
    width: 90%;
    opacity: 1;
    margin-top: -100px;
    margin-left: -270px;
    -webkit-animation: topAni 6s cubic-bezier(.27,.61,.17,.73) 1s infinite,leftAni 6s linear 1s infinite;
    animation: topAni 6s cubic-bezier(.27,.61,.17,.73) 1s infinite,leftAni 6s linear 1s infinite;
}
.content .banner .banner_bg_box .part_con .banner_bg .bg_b_2 {
    width: 90%;
    opacity: 0;
    margin-top: -100px;
    margin-left: -270px;
    -webkit-animation: topAni 6s cubic-bezier(.27,.61,.17,.73) 4s infinite,leftAni 6s linear 4s infinite;
    animation: topAni 6s cubic-bezier(.27,.61,.17,.73) 4s infinite,leftAni 6s linear 4s infinite;
}

.content .banner .part_con .banner_title_box {
    margin-bottom: 70px;
}
.title_box {
    overflow: hidden;
}
.content .banner .part_con .banner_title_box .banner_title {
    position: relative;
    z-index: 10;
    color: #333;
    font-size: 42px;
    line-height: 70px;
    font-weight: 700;
}

.content .banner .part_con .banner_img_con {
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: 10;
    width: 506px;
    height: 330px;
}

.content .banner .part_con .banner_title_box .banner_title {
    position: relative;
    z-index: 10;
    color: #333;
    font-size: 42px;
    line-height: 70px;
    font-weight: 700;
}

.content .banner .part_con .banner_img_con .banner_svg_box {
    position: absolute;
    width: 196px;
    bottom: 0;
    left: 50%;
    margin-left: -98px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.content .banner .part_con .banner_img_con .banner_svg_box .banner_svg {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.content .banner .part_con .banner_img_con .banner_ico_weixin {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -74px;
    width: 148px;
    height: 148px;
    background-image: url(/index_files/banner-btn-bg.png);
    background-size: 100% 100%;
}
.content .banner .part_con .banner_img_con .banner_ico_weixin .banner_ico_weixin_bg {
    width: 100px;
    height: 100px;
    background-image: url(/index_files/banner-btn-bg.png);
    background-size: 100% 100%;
    position: relative;
}
.content .banner .part_con .banner_img_con .banner_ico_weixin .banner_ico_weixin_bg .banner_ico_con {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 50%;
    background-image: -webkit-gradient(linear,left top, right top,from(#ff6e63),to(#f13122));
    background-image: linear-gradient(
90deg,#ff6e63,#f13122);
    color: #fff;
    line-height: 98px;
    text-align: center;
    font-size: 30px;
}
.content .banner .part_con .banner_img_con .banner_ico.banner_ico_weibo {
    left: 218px;
    width: 62px;
    height: 62px;
    line-height: 62px;
    top: 14px;
    background-image: url(/index_files/weibo-bg.png);
}
.content .banner .part_con .banner_img_con .banner_ico {
    position: absolute;
    background-size: 100% 100%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.content .banner .part_con .banner_img_con .banner_ico.banner_ico_douyin {
    top: 82px;
    left: 12px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-image: url(/index_files/douyin-bg.png);
    -webkit-box-shadow: 0 24px 40px rgb(0 0 0 / 10%);
    box-shadow: 0 24px 40px rgb(0 0 0 / 10%);
}
.content .banner .part_con .banner_img_con .banner_ico.banner_ico_xiaohongshu {
    top: 83px;
    right: 6px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-image: url(/index_files/xiaohongshu-bg.png);
    -webkit-box-shadow: 0 24px 40px rgb(0 0 0 / 10%);
    box-shadow: 0 24px 40px rgb(0 0 0 / 10%);
}
.content .banner .part_con .banner_img_con .banner_ico.banner_ico_xiaohongshu .iconfont {
    font-size: 25px;
}

.content .market_part {
    padding-bottom: 40px;
}
.part_con {
    position: relative;
    width: 80%;
    max-width: 1543px;
    margin: 0 auto;
    z-index: 10;
}
.content .market_part .market_head {
    margin-bottom: 38px;
    margin-top: -20px;
}
.content .market_part .market_head .input_box {
    height: 46px;
    border-radius: 46px;
    background-color: #fff;
    margin-left: 20px;
    max-width: 342px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    border: 1px solid #edf2f9;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
}
.content .market_part .market_head .market_nav .market_nav_item {
    line-height: 32px;
    margin-right: 65px;
    font-size: 16px;
    color: #666;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}
.content .market_part .market_head .input_box .sousuo_ico {
    position: absolute;
    top: 15px;
    left: 20px;
    color: #5d5d5b;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}
.content .market_part .market_head .input_box .close_ico {
    position: absolute;
    right: 88px;
    top: 17px;
    line-height: 1;
    font-size: 13px;
    color: #555;
    display: none;
    cursor: pointer;
}
.content .market_part .market_head .input_box input {
    border: 0;
    padding: 0 112px 0 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 46px;
    color: #333;
    background: none;
    font-size: 16px;
    width: 100%;
}
.content .market_part .market_head .input_box .search_btn {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 70px;
    line-height: 32px;
    border-radius: 32px;
    background-image: -webkit-gradient(linear,left top, right top,from(#ff6e63),to(#f13122));
    background-image: linear-gradient(
90deg,#ff6e63,#f13122);
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: none;
    cursor: pointer;
}
.content .market_part .market_body .market_list {
    margin-top: -23px;
}
.content .market_part .market_body .market_list .market_item_box {
    width: calc(33.33333% - 27px);
    margin-right: 25px;
    margin-top: 23px;
}
.content .market_part .market_body .market_list .market_item_box .market_item {
    display: block;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #edf2f9;
    border-radius: 15px;
    position: relative;
    -webkit-transition: top .3s ease;
    transition: top .3s ease;
    top: 0;
    -webkit-transition: top .3s ease,-webkit-box-shadow .3s ease;
    transition: top .3s ease,-webkit-box-shadow .3s ease;
    transition: top .3s ease,box-shadow .3s ease;
    transition: top .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease;
}

.content .market_part .market_body .market_list .market_item_box .market_item .market_item_bg {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 15px;
    background-image: -webkit-gradient(linear,left top, right top,from(#ff6e63),to(#f13122));
    background-image: linear-gradient(
90deg,#ff6e63,#f13122);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con {
    position: relative;
    z-index: 10;
}
.content .market_part .market_body .market_list .market_item_box .market_item .market_item_icon_box {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 61px;
    height: 61px;
    z-index: 20;
}
.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_img {
    width: 100%;
    margin-bottom: 27px;
    overflow: hidden;
    border-radius: 10px;
    padding-top: 50%;
    position: relative;
}
.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_item_icon_box i {
    opacity: 1;
    margin-left: 0;
    margin-top: 0;
}
.content .market_part .market_body .market_list .market_item_box .market_item .market_item_icon_box .market_item_icon {
    -webkit-transform: rotate(
-45deg);
    transform: rotate(
-45deg);
    background-image: -webkit-gradient(linear,left top, right top,from(#ff6e63),to(#f13122));
    background-image: linear-gradient(
90deg,#ff6e63,#f13122);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    opacity: 0;
    -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,transform .3s ease;
    transition: opacity .3s ease,transform .3s ease,-webkit-transform .3s ease;
}

.content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_item_icon_box .market_item_icon {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.content .market_part .market_body .market_list .market_item_box .market_item .market_item_icon_box i {
    -webkit-transform: rotate(
-45deg);
    transform: rotate(
-45deg);
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    line-height: 61px;
    text-align: center;
    color: #fff;
    margin-left: -30px;
    margin-top: 30px;
    -webkit-transition: margin .4s ease,opacity .4s ease;
    transition: margin .4s ease,opacity .4s ease;
    opacity: 0;
}
.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_font_con {
    padding: 0 14px;
}

.content .market_part .market_body #market_page {
    margin-top: 54px;
}
.content .market_part .market_body #market_page li:first-child:first-child, .content .market_part .market_body #market_page li:last-child:first-child {
    margin-right: 40px;
}
.content .market_part .market_body #market_page li {
    margin-right: 30px;
    position: relative;
}
.content .market_part .market_body #market_page li:not(:first-child,:last-child) {
    color: #666;
    line-height: 1.3;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_font_con .market_title {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_font_con .market_font {
    font-size: 13px;
    line-height: 2;
    color: #5d5d5b;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 13px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_font_con .market_time_box {
    margin-top: 16px;
    line-height: 21px;
    font-size: 15px;
    color: #b7b7b7;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
.content .market_part .market_body .market_list .market_item_box .market_item .market_item_con .market_font_con .market_time_box {
    margin-top: 16px;
    line-height: 21px;
    font-size: 15px;
    color: #b7b7b7;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.content .market_part .market_body .market_list .market_item_box .market_item:hover {
    -webkit-box-shadow: 0 20px 40px rgb(0 0 0 / 10%);
    box-shadow: 0 20px 40px rgb(0 0 0 / 10%);
}
.content .market_part .market_body .market_list .market_item_box .market_item:hover {
    top: -10px;
}
.content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_bg {
    opacity: 1;
}

.content .market_part .market_body .market_list .market_item_box .market_item .market_item_bg {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 15px;
    background-image: -webkit-gradient(linear,left top, right top,from(#ff6e63),to(#f13122));
    background-image: linear-gradient(
90deg,#ff6e63,#f13122);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_font, .content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_time_box, .content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_title {
    color: #fff;
}
.content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_font, .content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_time_box, .content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_title {
    color: #fff;
}
.content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_font, .content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_time_box, .content .market_part .market_body .market_list .market_item_box .market_item:hover .market_item_con .market_title {
    color: #fff;
}