/* 首页 */
.indexbox {
	padding-top: 1rem;
	width: 100%;
	background: #f5f5f5;
}

.adver_div { bottom: 0px; height: auto; left: 0px; position: fixed; text-align: center; width: 100%; z-index: 10000; }
.adver_close {
    background: transparent url("../images/close_1.svg") no-repeat scroll 0px 0px / 24px 24px;
    display: block; height: 24px; margin: auto; position: absolute; right: 3px;top: 2px; width: 24px; cursor:pointer;
}
.adver_div img, #advertid123 img {
    width: 100%;
    height: auto;
}

/* 顶部 */
.index_top {
	width: calc(100% - .4rem);
	height: 1rem;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 999;
}

.index_top_logo {
	width: 2.5rem;
	height: .6rem;
}

.index_top_right {
	display: flex;
	align-items: center;
}

.index_top_right_input {
	width: 1.4rem;
	height: .6rem;
	border-radius: 28px;
	border: 1px solid #C6C6C6;
	display: flex;
	align-items: center;
}

.index_top_right_input_img {
	width: .3rem;
	height: .3rem;
	margin-left: .3rem;
}

.index_top_right_user {
	width: .37rem;
	height: .41rem;
	margin-left: .20rem;
}

/* banner */
.index_banner {
	background: #fff;
	width: calc(100% - .4rem);
	padding: .2rem;
	padding-bottom: 0;
}

.index_banner .bannerSwiper {
	width: 100%;
	height: 2.6rem;
}

.index_banner .bannerSwiper .index_banner_img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.index_banner .bannerSwiper .index_banner_img .img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.bannerSwiper-pagination {
	position: absolute;
	bottom: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bannerSwiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 2px;
	border-radius: 0;
	opacity: 1;
	background-color: rgba(255, 255, 255, .5);
}

.bannerSwiper-pagination .swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
	width: 20px;
	opacity: 1;
}

/* 导航1 */
.index_nav1 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
}

.index_nav1 .nav {
	flex: 1;
	height: 1.65rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.index_nav1 .nav .icon {
	width: .55rem;
	height: .55rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_nav1 .nav .icon .img {
	max-width: 100%;
	max-height: 100%;
}

.index_nav1 .nav .name {
	margin-top: .1rem;
	font-size: .24rem;
}

/* 展台导航 */
.index_zhantai {
	background: #fff;
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
}

.index_zhantai .index_zhantai_left {
	width: 30%;
	height: 1.8rem;
	position: relative;
}

.index_zhantai .index_zhantai_left .img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.index_zhantai .box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.index_zhantai_left .box .name {
	width: calc(100% - .3rem);
	padding-left: .2rem;
	color: #fff;
	font-size: .32rem;
}

.index_zhantai_left .box .textbox {
	width: calc(100% - .3rem);
	margin-top: .2rem;
	font-size: .2rem;
	padding-left: .2rem;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.index_zhantai_left .box .textbox .text:nth-child(2) {
	margin-top: .05rem;
}

.index_zhantai_right {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
}

.index_zhantai_right .list {
	width: calc(33% - .1rem);
	height: .83rem;
	position: relative;
	margin-left: .1rem;
	margin-top: .1rem;
}

.index_zhantai_right .list:nth-child(-n+3) {
	margin-top: 0;
}

.index_zhantai_right .list .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index_zhantai_right .list .box {
	color: #fff;
	font-size: .26rem;
}

/* 横图广告 */
.guanggao {
	background: #fff;
}

.index_hengImg {
	width: calc(100% - .4rem);
	margin-left: .2rem;
	margin-top: .15rem;
	height: 1rem;
	border-radius: 8px;
}

/* 导航2 */
.index_nav2 {
	background: #fff;
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: .2rem;
}

.index_nav2 .nav {
	width: 20%;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
/* 2025-1-21修改 */
.index_nav2 .nav .icon {
	/* width: .5rem;
	height: .5rem; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_nav2 .nav .icon .img {
	width: .9rem; /* 2025-1-21修改 */
	height: .9rem;/* 2025-1-21修改 */
}

.index_nav2 .nav .name {
	font-size: .24rem;
	/* margin-top: .15rem; */ /* 2025-1-21修改 */
}

/* 广告图 */
.index_guanggao {
	width: calc(100% - .4rem);
	margin-left: .2rem;
	margin-top: .2rem;
	height: 2.5rem;
	border-radius: 8px;
}

/* 通用标题 */
.index_title {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	margin-top: .2rem;
	font-size: .30rem;
	font-weight: bold;
}

/* 热门资讯 */
.index_news {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	margin-top: .1rem;
}

.index_news_box {
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
}

.index_news_box::-webkit-scrollbar {
	display: none;
}

.index_news_box_list {
	display: inline-block;
	width: 2.5rem;
	margin-left: .1rem;
	background: #fff;
	border-radius: 8px;
}

.index_news_box_list:nth-child(1) {
	margin-left: 0;
}

.index_news_box_list .img {
	width: 100%;
	height: 1.5rem;
	border-radius: 8px 8px 0 0;
}

.index_news_box_list .newsx {
	width: calc(100% - .2rem);
	padding: .15rem;
	display: flex;
	flex-direction: column;
}

.index_news_box_list .newsx .name {
	white-space: pre-wrap;
	font-size: .26rem;
}

.index_news_box_list .newsx .tab {
	font-size: .22rem;
	margin-top: .1rem;
	display: flex;
}

.index_news_box_list .newsx .tab .span {
	padding: .02rem .05rem;
	color: #1479D7;
	border-radius: 2px;
	background: rgba(20, 121, 215, .2);
}

/* 热门专题 */
.index_zhuanti {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index_zhuanti_list {
	margin-top: .15rem;
	width: calc(50% - .1rem);
}

.index_zhuanti_list .img {
	width: 100%;
	height: 1.5rem;
	border-radius: 8px;
}

.index_zhuanti_list .name {
	margin-top: .05rem;
	font-size: .26rem;
}

.index_zhuanlan {
	width: 100%;
	margin-top: .2rem;
	display: flex;
	flex-direction: column;
	height: auto;
	background: #fff;
}

.index_zhuanlan_box {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	flex-direction: column;
}

.index_zhuanlan_box_list {
	display: flex;
	margin-top: .1rem;
	align-items: center;
	justify-content: space-between;
}

.index_zhuanlan_box_list .shopLogo {
	width: 1.8rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_zhuanlan_box_list .shopLogo img {
	max-width: 100%;
	max-height: 100%;
}

.index_zhuanlan_box_list .text {
	width: calc(100% - 2.1rem);
	font-size: .26rem;
}

/* 合作伙伴 */
.index_huoban {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
}

.index_huoban .huoban {
	width: 100%;
	padding-bottom: .6rem;
	position: relative;
}

.index_huoban .huoban .box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index_huoban .huoban .box .list {
	width: calc(33.33% - .1rem);
	margin-top: .1rem;
}

.index_huoban .huoban .box .list .shopLogo {
	width: calc(100% - .4rem);
	height: .7rem;
	padding: .2rem;
	background: #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_huoban .huoban .box .list .shopLogo img {
	max-width: 100%;
	max-height: 100%;
}

.index_huoban .huoban .box .list .shopName {
	text-align: center;
	margin-top: .1rem;
	font-size: .26rem;
}

.index_huoban .huoban-pagination {
	position: absolute;
	bottom: 0;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_huoban .swiper-pagination-bullet {
	width: 15px;
	height: 2px;
	border-radius: 0;
}

.index_huoban .swiper-pagination-bullet-active {
	width: 15px;
	opacity: 1;
}

/* 底部产品 */
.index_goods {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index_goods_list {
	width: calc(50% - .1rem);
	height: auto;
	background: #fff;
	border-radius: 8px;
	margin-top: .15rem;
}

.index_goods_list .goodsImg {
	width: calc(100% - .4rem);
	height: 1.5rem;
	padding: .2rem;
	border-radius: 8px 8px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_goods_list .goodsImg img {
	max-width: 100%;
	max-height: 100%;
}

.index_goods_list .goodsNews {
	width: calc(100% - .3rem);
	padding: .15rem;
}

.index_goods_list .goodsNews .name {
	font-size: .26rem;
	font-weight: bold;
}

.index_goods_list .goodsNews .shop {
	color: #f00;
	font-size: .24rem;
	margin-top: .1rem;
	text-align: right;/* 2025-1-21修改 */
}
/* 资讯 */
.news {
	width: 100%;
	background: #f5f5f5;
	padding-top: 1.6rem;
}

.news_top {
	width: 100%;
	height: 1.6rem;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}

.news_top_box {
	width: calc(100% - .4rem);
	height: 1rem;
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_top_box .left {
	display: flex;
	align-items: center;
}

.news_top_box .left .logo {
	width: 2rem;
	height:auto;
}

.news_top_box .left .title {
	margin-left: .1rem;
	font-size: .24rem;
	font-weight: bold;
}

.news_top_box .right {
	width: 2.2rem;
	height: .46rem;
	border: 1px solid #C6C6C6;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news_top_box .right .icon {
	width: .3rem;
	height: .29rem;
}
.news_top_box .right .icon img {
width: .3rem;
  height: .3rem;
}
.news_top_box .right .input {
	border: none;
	width: calc(100% - .8rem);
	height: 100%;
	margin-left: .1rem;
	font-size: .22rem;
}

.news_top_nav {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	height: .6rem;
	display: flex;
	align-items: center;
	overflow-x: scroll;
}

.news_top_nav_box {
	white-space: nowrap;
}

.news_top_nav::-webkit-scrollbar {
	display: none;
}

.news_top_nav_box .nav {
	display: inline-block;
	margin-left: .3rem;
	font-size: .26rem;
}

.news_top_nav_box .nav:nth-child(1) {
	margin-left: 0;
}

.news_top_nav_box .nav .active {
	font-weight: bold;
	font-size: .25rem;
	color: #000;
}

.news_banner {
	width: 100%;
	height: 3.8rem;
}

.news_banner_box {
	width: 100%;
	height: 100%;
	position: relative;
}

.news_banner_box .img {
	width: 100%;
	height: 100%;
}

.news_banner_box .box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}

.news_banner_box .box .title {
	position: absolute;
	bottom: .5rem;
	font-size: .26rem;
	color: #fff;
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	height: .6rem;
	display: flex;
	align-items: flex-end;
}

.news_banner .newsBanner-index {
	position: absolute;
	bottom: 0;
	left: .2rem !important;
	z-index: 99;
	width: calc(100% - .4rem) !important;
}

.news_banner .newsBanner-index .swiper-pagination-bullet {
	width: 15px;
	height: 2px;
	border-radius: 0;
	background: #fff;
}

.news_banner .newsBanner-index .swiper-pagination-bullet-active {
	width: 15px;
	background: #fff;
	opacity: 1;
}

.news_topList {
	width: 100%;
	background: #fff;
}

.news_topList_list {
	display: flex;
	flex-direction: column;
	width: calc(100% - .4rem);
	padding: .2rem;
	border-bottom: 1px solid #B9B9B9;
}

.news_topList_list_title {
	width: 100%;
	font-size: .28rem;/* 2025-1-21修改 */
}

.news_topList_list_tab {
	display: flex;
	justify-content: flex-end;
	margin-top: .2rem;
}

.news_topList_list_tab .tab {
	display: flex;
	align-items: center;
}
/* 2025-1-16修改 */
.news_topList_list_tab .tab .img {
	width: .22rem;
	height: .3rem;
}

.news_topList_list_tab .tab .text {
	font-size: .2rem;
	margin-left: .1rem;
	color: #f00;
}
/* 2025-1-16修改结束 */

.news_list {
	width: 100%;
	background: #fff;
}

.news_list .list {
	width: calc(100% - .4rem);
	padding: .2rem;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #B9B9B9;
}

.news_list .list .left {
	flex: 1;
	/*height: 1.5rem;*/
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news_list .list .left .title {
	font-size: .28rem;/* 2025-1-21修改 */
}

.news_list .list .left .tab {
	width: 100%;
}

/* 2025-1-16修改 */
.news_list .list .left .tab .bq {
	font-size: .2rem;
	color: #2e74e6;
	background: #ebf5ff;
	border-radius: 4px;
	padding: 2px 6px;
	float: left;
}
/* 2025-1-16修改结束 */
.news_list .list .right {
	width: 2rem;
	height: 1.5rem;
	border-radius: 6px;
	margin-left: .1rem;
}
.news_list .list .right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 资讯-人物 */
.news_renwu_banner {
	width: calc(100% - .4rem);
	padding: .2rem;
	padding-bottom: 0;
}

.news_renwu_banner_box {
	width: 100%;
	height: 7rem;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
	border-radius: 6px;
}

.news_renwu_banner_box .box {
	width: 100%;
	height: 100%;
}

.news_renwu_banner_box .box .img {
	width: 100%;
	height: 4.9rem;
}

.news_renwu_banner_box .box .title {
	font-size: .28rem;
	font-weight: bold;
	width: calc(100% - .4rem);
	padding: .2rem;
}

.news_renwu_banner_box .box .text {
	font-size: .26rem;
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	color: #999999;
}

.newsBanner-renwu {
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	z-index: 99;
}

.newsBanner-renwu .swiper-pagination-bullet {
	width: 15px;
	height: 2px;
	border-radius: 0;
	background: #1479D7;
}

.news_banner .newsBanner-index .swiper-pagination-bullet {
	width: 15px;
	height: 2px;
	border-radius: 0;
	background: #1479D7;
}

.news_banner .newsBanner-index .swiper-pagination-bullet-active {
	width: 15px;
	background: #1479D7;
	opacity: 1;
}

/* 粉体视界 */
.news_fentishijie_nav {
	background: #fff;
	width: 100%;
	height: .8rem;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
}

.fentishijieTabBox {
	width: 100%;
	height: .8rem;
	margin-top: 0;
	white-space: nowrap;
	scroll-behavior: smooth;
	display: flex;
	align-items: center;
}

.fentishijieTabBox::-webkit-scrollbar {
	display: none;
}

.news_fentishijie_nav::-webkit-scrollbar {
	display: none;
}

.fentishijieTabBox .li {
	display: inline-block;
	vertical-align: middle;
	padding-left: .1rem;
	padding-right: .1rem;
}

.fentishijieTabBox .li .a {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 15px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	font-size: .22rem;
}

.fentishijieTabBox .li .a.active {
	background: #1479D7;
	color: #fff;
}

.news_fentishijie_list {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.news_fentishijie_list .list {
	margin-top: .2rem;
	width: calc(100% - .4rem);
	padding: .2rem;
	background: #fff;
}

.news_fentishijie_list .list:nth-child(1) {
	margin-top: 0;
}

.news_fentishijie_list .list .title {
	font-size: .28rem; /* 2025-1-21修改 */
	font-weight: bold;
}

.news_fentishijie_list .list .img {
	width: 100%;
	margin-top: .1rem;
	height: 3.5rem;
}

.news_fentishijie_list .list .text {
	font-size: .26rem;
	color: #999999;
}

.news_fentishijie_list .list .tab {
	font-size: .24rem;
	text-align: right;
	color: #1479D7;
	font-size: rem;
	margin-top: .15rem;
}

.newsPubleBnner {
	width: calc(100% - .4rem);
	padding: .2rem;
	background: #fff;
	margin-bottom: .2rem;
}

.newsPubleBnner_box {
	width: 100%;
	height: 1.5rem;
	border-radius: 6px;
}

.newsPubleBnner_box .img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

/* 专题 */
.news_zhuanti_list {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
}

.news_zhuanti_list .list {
	width: calc(100% - .4rem);
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
	margin-left: .2rem;
	margin-top: .2rem;
	border-radius: 6px;
}

.news_zhuanti_list .list .img {
	width: 100%;
	height: 4.5rem;
	border-radius: 6px 6px 0 0;
}

.news_zhuanti_list .list .title {
	width: calc(100% - .4rem);
	padding: .2rem; /* 2025-01-21修改*/
}

/* 视频 */
.news_videoList {
	width: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
}

.news_videoList .list {
	width: calc(100% - .4rem);
	margin-left: .2rem;
	margin-top: .2rem;
	border-radius: 6px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}

.news_videoList .list .video {
	width: 100%;
	height: 4rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news_videoList .list .video .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px 6px 0 0;
}

.news_videoList .list .video .bf {
	position: absolute;
	width: 1rem;
	height: 1rem;
}

.news_videoList .list .title {
	padding: .2rem;
	font-size: .28rem;/* 2025-1-21修改 */
}

/* 资讯详情 */
.news_info {
	width: 100%;
}
.news_info_topMode{
	width: 100%;
	height: 1.6rem;
}
.news_info_yuanNews{
	width: calc(100% - .4rem);
	margin-left: .2rem;
	margin-top: .15rem;
	font-size: .26rem;
	color: #999;
}
.news_info_pl{
	width: calc(100% - .4rem);
	padding: .2rem;
}
.news_info_pl .input{
	width: 100%;
}
.news_info_pl .input>textarea{
	width: calc(100% - .3rem);
	padding: .15rem;
	background: #f5f5f5;
	border-radius: 4px;
	border: none;
	height: 1rem;
	font-size: .26rem;
}
.news_info_pl .button{
	display: flex;
	justify-content: flex-end;
	margin-top: .1rem;
}
.news_info_pl .button>input{
	width: 1.2rem;
	height: .4rem;
	font-size: .24rem;
	color: #fff;
	background: #1479D7;
	border: none;
	border-radius: 6px;
}
.news_info_plList{
	width: calc(100% - .4rem);
	padding: .2rem;
}
.news_info_plList .list{
	width: 100%;
	margin-top: .2rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #f5f5f5;
}
.news_info_plList .list .name{
	font-size: .28rem;
	color: #999;
}
.news_info_plList .list .nr{
	font-size: .28rem;
	margin-top: .1rem;
}
.news_info_plList .list .bottom{
	font-size: .28rem;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .1rem;
}
.news_info_plList .list .bottom .right{
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_info_plList .list .bottom .right .img{
	width: .26rem;
	height: .26rem;
}
.news_info_plList .list .bottom .right .sum{
	margin-left: .05rem;
}
.news_info_plList .list .bottom .right .sum.is{
	color: #1479D7;
}
.news_info_plList .list:nth-child(1){
	margin-top: 0;
}
.news_info_plList .list:nth-last-child(1){
	border-bottom: none;
}
.news_info_shop{
	width: calc(100% - .4rem);
	padding: .2rem;
	display: flex;
	align-items: center;
	border-top: 1px solid #f5f5f5;
}
.news_info_shop .shopImg{
	width: 1.2rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_info_shop .shopImg>img{
	max-width: 100%;
	max-height: 100%;
}
.news_info_shop .shopName{
	display: flex;
	width: calc(100% - 2.8rem);
	font-size: .26rem;
	margin-left: .1rem;
}
.news_info_shop .shopTel{
	width: 1.2rem;
	margin-left: .4rem;
	height: .4rem;
	font-size: .24rem;
	color:#fff;
	background: #1479D7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}
/* 2025-1-16修改 */
.news_info_video {
	width: calc(100% - .4rem);
	margin-top: .2rem;
	margin-left: .2rem;
	height: 3.5rem;
}

.news_info_titlep {
	width: calc(100% - .4rem);
	padding: .2rem;
	padding-bottom: 0;
	font-size: .31rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: .3rem solid #f5f5f5;
}
.news_info_titlep .linke{
	font-weight: 400;
	color: #999;
}
.news_info_titles {
	width: calc(100% - .4rem);
	padding: .2rem;
	padding-bottom: 0;
	font-size: .31rem;
	font-weight: bold;
}
.news_info_titles .color {
	color: #f00;
}

.news_info_topGg {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	display: flex;
	margin-top: .15rem;
}

.news_info_topGg .img {
	width: 100%;
}

.news_info_daodu {
	width: calc(100% - .6rem);
	margin-left: .2rem;
	display: block;
	margin-top: .2rem;
	line-height: .4rem;
	font-size: .26rem;
	padding: .1rem;
	margin-bottom: .1rem;
	border: 1px solid #e7e8e7;
	background-color: #f8f8f8;
	border-radius: 4px;
	color: #2c364a;
}

.news_info_daodu>span {
	background: #2a61c1;
	padding: .02rem .04rem;
	margin-right: 5px;
	color: #fff;
}
/* 2025-1-16结束 */
.news_info_text {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news_info_text .left {
	flex: 1;
	font-size: .26rem;
}

.news_info_text .left .text {
	margin-top: .02rem;
}

.news_info_text .left .text:nth-child(1) {
	margin-top: 0rem;
}

.news_info_text .left .text span {
	color: #f00;
}

.news_info_text .right {
	width: .6rem;
	height: .6rem;
}

.news_info_content {
	width: calc(100% - .4rem);
	padding: .2rem;
	overflow-x: auto;
}

.news_info_title {
	width: calc(100% - .4rem);
	padding: .2rem;
	padding-bottom: 0;
	font-size: .26rem;
	font-weight: bold;
}

.news_info_list {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	flex-direction: column;
}

.news_info_list .list {
	display: flex;
	width: 100%;
	padding-top: .2rem;
	padding-bottom: .2rem;
	justify-content: space-between;
	border-bottom: 1px solid #f5f5f5;
}

.news_info_list .list .left {
	flex: 1;
	height: 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news_info_list .list .left .title {
	font-size: .28rem;
}

.news_info_list .list .left .time {
	font-size: .22rem;
	color: #999;
}

.news_info_list .list .img {
	width: 1.7rem;
	height: 1.2rem;
	border-radius: 6px;
	margin-left: .1rem;
}

.news_info_dsj {
	width: calc(100% - .4rem);
	padding: .2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 0;
}

.news_info_dsj .list {
	width: calc(50% - .1rem);
	display: flex;
	flex-direction: column;
	margin-top: .2rem;
}

.news_info_dsj .list .imgBox {
	width: 100%;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news_info_dsj .list .imgBox img {
	max-width: 100%;
	max-height: 100%;
}

.news_info_dsj .list .title {
	text-align: center;
	margin-top: .1rem;
	font-size: .26rem;
}

.news_info_bq {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
}

.news_info_bq .text {
	font-size: .22rem;
	margin-top: .1rem;
	color: #999;
}

.news_info_bq .text:nth-child(1) {
	margin-top: .2rem;
}
.news_info_goods{
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
}
.news_info_goods .list{
	width: 100%;
	margin-top: .2rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	justify-content: space-between;
}
.news_info_goods .list .goodsImg{
	width: 2.2rem;
	height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_info_goods .list .goodsImg>img{
	max-width: 100%;
	max-height: 100%;
}
.news_info_goods .list .goodsNews{
	width: calc(100% - 2.4rem);
}
.news_info_goods .list .goodsNews .goodsName{
	font-size: .26rem;
	font-weight: bold;
}
.news_info_goods .list .goodsNews .goodsType{
	font-size: .22rem;
	color: #999;
	margin-top: .15rem;
}
.news_info_goods .list .goodsNews .goodsJg{
	color: #f00;
	font-size: .23rem;
	margin-top: .2rem;
}
.news_info_bottom{
	width: 100%;
	height: .7rem;
}
.news_info_bottom_box{
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
	height: .7rem;
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_info_bottom_box .item{
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_info_bottom_box .item>img{
	width: .35rem;
	height: .35rem;
}
.news_info_bottom_box .item .sum{
	font-size: .24rem;
	color: #1479D7;
	margin-left: .1rem;
}
/* 专题详情 */
.news_ztinfo_top {
	width: calc(100% - .4rem);
	padding: .2rem;
	background: #fff;
}

.news_ztinfo_top .img {
	width: 100%;
	height: 3rem;
}

.news_ztinfo_top .text {
	font-size: .26rem;
	margin-top: .1rem;
}

.news_ztinfo_box {
	background: #fff;
	display: flex;
	flex-direction: column;
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
}

.news_ztinfo_box_title {
	margin-top: .2rem;
	font-size: .26rem;
	font-weight: bold;
}

.news_ztinfo_box_list {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news_ztinfo_box_list .list {
	width: calc(50% - .1rem);
	margin-top: .15rem;
}

.news_ztinfo_box_list .list .img {
	width: 100%;
	height: 2rem;
	border-radius: 4px;
}

.news_ztinfo_box_list .list .title {
	font-size: .26rem;
	margin-top: .1rem;
	font-weight: bold;
}

.news_ztinfo_box_list .list .text {
	font-size: .22rem;
	color: #999;
}

/* 附件下载 */
.dowfile {
	width: 100%;
}

.dowfile_list {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	flex-direction: column;
}

.dowfile_list .list {
	width: calc(100% - .2rem);
	background: #fff;
	padding: .1rem;
	margin-top: .2rem;
	border-radius: .4px;
}

.dowfile_list .list .title {
	font-size: .26rem;
	font-weight: bold;
}

.dowfile_list .list .size {
	font-size: .22rem;
	margin-top: .05rem;
	color: #999;
}

.dowfile_list .list .time {
	font-size: .22rem;
	text-align: right;
	margin-top: .1rem;
	color: #999;
}

.dowfile_list .list:nth-last-child(1) {
	margin-bottom: .2rem;
}

/* 找工作 */
.zhaogongzuo {
	width: 100%;
}

.zhaogongzuo_list {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.zhaogongzuo_list .list {
	width: calc(100% - .7rem);
	margin: .2rem;
	background: #fff;
	padding: .15rem;
	border-radius: 4px;
}

.zhaogongzuo_list .list .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.zhaogongzuo_list .list .title .name {
	font-size: .26rem;
	font-weight: bold;
}

.zhaogongzuo_list .list .title .color {
	color: #1479D7;
}

.zhaogongzuo_list .list .text {
	font-size: .22rem;
	color: #999;
	margin-top: .1rem;
}

.zhaogongzuo_list .list .tab {
	width: 100%;
	margin-top: .15rem;
	font-size: .22rem;
}

.zhaogongzuo_list .list .tabList {
	float: left;
	padding: .02rem .05rem;
	background: #ebebeb;
	color: #999;
	margin-left: .1rem;
}

.zhaogongzuo_list .list .tabList:nth-child(1) {
	margin-left: 0;
}

.zhaogongzuo_list .list .dizhi {
	text-align: right;
	margin-top: .1rem;
	font-size: .22rem;
}


/* 新曾栏目新品推荐 */
.index_new_goods{
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top:0.2rem;
	padding-bottom: .2rem;
	height: auto;
	background: #fff;
}
.index_new_goods_list{
	width:calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
}
.index_new_goods_list .item{
	width: 100%;
	height: auto;
	margin-top: .2rem;
	display: flex;
	justify-content: space-between;
}
.index_new_goods_list .item .goodsimg{
	width: 1.6rem;
	height: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_new_goods_list .item .goodsimg .img{
	max-width: 100%;
	max-height: 100%;
}
.index_new_goods_list .item .right{
	width: calc(100% - 1.7rem);
}
.index_new_goods_list .item .right .name{
	font-size: .28rem;
	font-weight: bold;
}
.index_new_goods_list .item .right .text{
	line-height: .3rem;
	font-size: .22rem;
	margin-top: .1rem;
}