.news {
	background: var(--public-color);
}

/* 资讯 */
.news_box {
	width: 100%;
}

.news_box_top {
	width: 100%;
	background: #fff;
	margin-bottom: .3rem;
}

.news_box_top .list {
	display: flex;
	flex-direction: column;
	width: calc(100% - .6rem);
	padding: .3rem;
	border-bottom: 1px solid var(--public-color);
}

.news_box_top .list .title {
	width: 100%;
	font-size: .28rem;
	font-weight: bold;
}

.news_box_top .list .bottomNews {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .1rem;
	font-size: .24rem;
	color: #999;
}

.news_box_top .list .bottomNews .left {
	display: flex;
	align-items: center;
}

.news_box_top .list .bottomNews .left .icon {
	width: .2rem;
	height: .2rem;
}

.news_box_top .list .bottomNews .left .tab {
	margin-left: .1rem;
}

.news_box_nav {
	width: calc(100% - .6rem);
	padding: .3rem;
	background: #fff;
	position: sticky;
	left: 0;
	top: 1.2rem;
	z-index: 999;
	border-bottom: 1px solid var(--public-color);
}

.news_box_nav .navbox {
	width: 100%;
	overflow-x: scroll;
}

.news_box_nav .navbox .youzhiTabBox {
	width: 100%;
	white-space: nowrap;
	scroll-behavior: smooth;
	display: flex;
	align-items: center;
}

.news_box_nav .navbox .youzhiTabBox .li {
	display: inline-block;
	vertical-align: middle;
	margin-left: .4rem;
}

.news_box_nav .navbox .youzhiTabBox .li:nth-child(1) {
	margin-left: 0;
}

.news_box_nav .navbox .youzhiTabBox .li .a {
	font-size: .27rem;
	color: #555;
}

.news_box_nav .navbox .youzhiTabBox .li .a.active {
	color: var(--main-color);
	font-weight: bold;
}

.news_box_list {
	width: 100%;
}

.news_box_list .list {
	display: flex;
	justify-content: space-between;
	width: calc(100% - .6rem);
	padding: .3rem;
	background: #fff;
	margin-bottom: .2rem;
}

.news_box_list .list:nth-last-child(1) {
	margin-bottom: 0;
}

.news_box_list .list .img {
	width: 2.2rem;
	height: 1.8rem;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.news_box_list .list .img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_box_list .list .right {
	width: calc(100% - 2.4rem);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: .4rem;
}

.news_box_list .list .right .title {
	font-size: .28rem;
	font-weight: bold;
}

.news_box_list .list .right .text {
	font-size: .26rem;
	margin-top: .05rem;
	color: #999;
}

.news_box_list .list .right .right_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .1rem;
	font-size: .24rem;
	color: #999;
}

.news_box_list .list .right .right_bottom .left {
	display: flex;
	align-items: center;
}

.news_box_list .list .right .right_bottom .left .icon {
	width: .2rem;
	height: .2rem;
}

.news_box_list .list .right .right_bottom .left .tab {
	margin-left: .1rem;
}

/* 视频 */
.news_video {
	width: 100%;
}

.news_video_list {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #fff;
	margin-bottom: .2rem;
	padding-bottom: .2rem;
}

.news_video_list:nth-last-child(1) {
	margin-bottom: 0;
}

.news_video_list .img {
	width: 100%;
	height: 5rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news_video_list .img .videoimg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news_video_list .img .icon {
	position: absolute;
	width: 1rem;
	height: 1rem;
}

.news_video_list .name {
	width: calc(100% - .6rem);
	padding: 0 .3rem;
	margin-top: .2rem;
	font-size: .28rem;
	font-weight: bold;
}

.news_video_list .sum {
	width: calc(100% - .6rem);
	padding: 0 .3rem;
	margin-top: .1rem;
}



/* 资讯详情 */
.news_info {
	width: 100%;
}

.news_info_topMode {
	width: 100%;
	height: 1.6rem;
}

.news_info_yuanNews {
	width: calc(100% - .6rem);
	margin-left: .2rem;
	margin-top: .15rem;
	font-size: .26rem;
	color: #999;
}

.news_info_pl {
	width: calc(100% - .6rem);
	padding: .3rem;
}

.news_info_pl .input {
	width: 100%;
}

.news_info_pl .input>textarea {
	width: calc(100% - .3rem);
	padding: .15rem;
	background: #f3f3f3;
	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: var(--main-color);
	border: none;
	border-radius: 6px;
}

.news_info_plList {
	width: calc(100% - .6rem);
	padding: .3rem;
	background: #fff;
}

.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: var(--main-color);
}

.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% - .6rem);
	padding: .3rem;
	display: flex;
	align-items: center;
	border-top: 1px solid #f5f5f5;
	background: #fff;
}

.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: var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.news_info_video {
	width: calc(100% - .6rem);
	margin-top: .2rem;
	margin-left: .2rem;
	height: 3.5rem;
}

.news_info_titlep {
	width: calc(100% - .6rem);
	padding: .3rem;
	padding-bottom: 0;
	font-size: .32rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: .3rem solid #f5f5f5;
	background-color: #fff;
}

.news_info_titlep .linke {
	font-weight: 400;
	color: #999;
}

.news_info_titles {
	width: calc(100% - .6rem);
	padding: .3rem;
	padding-bottom: 0;
	font-size: .3rem;
	font-weight: bold;
}

.news_info_titles .color {
	color: #f00;
}

.news_info_topGg {
	width: calc(100% - .6rem);
	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: var(--main-color);
	padding: .02rem .04rem;
	margin-right: 5px;
	color: #fff;
}

.news_info_text {
	width: calc(100% - .6rem);
	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% - .6rem);
	padding: .3rem;
	overflow-x: auto;
	background: #fff;
}

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

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

.news_info_list .list {
	display: flex;
	width: 100%;
	padding-top: .3rem;
	padding-bottom: .3rem;
	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: .26rem;
	color: #999;
}

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

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

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

.news_info_bq .text:nth-child(1) {
	margin-top: .3rem;
}

.news_info_goods {
	width: calc(100% - .6rem);
	padding-left: .3rem;
	padding-right: .3rem;
}

.news_info_goods .list {
	width: 100%;
	margin-top: .3rem;
	padding-bottom: .3rem;
	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: .26rem;
	color: #999;
	margin-top: .15rem;
}

.news_info_goods .list .goodsNews .goodsJg {
	color: #f00;
	font-size: .26rem;
	margin-top: .2rem;
}

.news_info_bottom {
	width: 100%;
	height: .7rem;
}

.news_info_bottom_box {
	width: calc(100% - .6rem);
	padding-left: .3rem;
	padding-right: .3rem;
	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: .26rem;
	color: var(--main-color);
	margin-left: .1rem;
}

/* 视频详情 */
.news_video_info {
	width: 100%;
}

.news_video_info_video {
	width: 100%;
	height: 5rem;
}

.news_video_info_video>video {
	width: 100%;
	height: 100%;
	object-fit: fill
}

.news_video_info_box {
	width: calc(100% - .6rem);
	padding: .3rem;
	background: #fff;
}

.news_video_info_box .title {
	font-size: .32rem;
	font-weight: bold;
}

.news_video_info_box .text {
	margin-top: .2rem;
	font-size: .28rem;
}

.news_video_info_title {
	width: calc(100% - .6rem);
	padding: .3rem;
	padding-bottom: 0;
	font-size: .32rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .3rem;
	background: #fff;
}

.news_video_info_pl {
	width: calc(100% - .6rem);
	padding: .3rem;
	background: #fff;
}

.news_video_info_pl .input {
	width: 100%;
}

.news_video_info_pl .input>textarea {
	width: calc(100% - .3rem);
	padding: .15rem;
	background: #f5f5f5;
	border-radius: 4px;
	border: none;
	height: 1rem;
	font-size: .26rem;
}

.news_video_info_pl .button {
	display: flex;
	justify-content: flex-end;
	margin-top: .1rem;
}

.news_video_info_pl .button>input {
	width: 1.4rem;
	height: .4rem;
	font-size: .24rem;
	color: #fff;
	background: var(--main-color);
	border: none;
	border-radius: 6px;
	float: right;
}

.news_video_info_list {
	width: calc(100% - .6rem);
	padding: .3rem;
	background: #fff;
}
.news_video_info_list  .list{
	display: flex;
	justify-content: space-between;
	margin-top: .2rem;
	padding-bottom: .2rem;
	border-bottom:1px solid #f5f5f5;
}
.news_video_info_list .list .img{
	width: 1.7rem;
	height: 1.2rem;
	border-radius: 2px;
}
.news_video_info_list .list .name{
	width: calc(100% - 1.9rem);
	font-size: .28rem;
}
.news_video_info_list .list:nth-last-child(1){border-bottom: none;}