* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei";
    background: #ffffff;
}

a {
    text-decoration: none;
    cursor: pointer;
}

ul, li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}

i, em {
    font-style: normal;
}
img{
	vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.mobileNone {
    display: none !important;
}
.level{
	background: url(wcbj_libox_v2021.png) center;
    margin: 0 auto;
}

/*列表*/
.wcbg_dynamic{
    width: 94%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    background: url(wcbg_libox_v2021.png) center no-repeat;
	background-size: 100% 100%;
    margin-top: -1.1rem;
    padding: 0.3rem 0.4rem 0;
}
.wcbg_dynamic .dynamic_box{
    overflow: hidden;
    padding-bottom: 1rem;
}
.site,.site a{
    font-size: 0.26rem;
    color: #999;
    padding-bottom: 0.4rem;
}
.site span{
	color: #127750;
}
.site .data{
    display: block;
    margin-top: 0.15rem;
}
.wcbg_title{
	font-size: 0.3rem;
    padding-bottom: 0.35rem;
	overflow: hidden;
}
.wcbg_title h2{
    color: #338361;
    margin-right: 0.1rem;
    /*width: 3.7rem;*/
    float: left;
}
.wcbg_title p{
    overflow: hidden;
    height: 0.6rem;
    line-height: 0.6rem;
    border-bottom: 1px solid #cccccc;
    width: 2.4rem;
    float: left;
}
.wcbg_title p img{
	width: 1.2rem;
}
.dynamic_list{
	font-size: 0.28rem;
}
.dynamic_list li{
	padding: 0.2rem 0;
    border-bottom: 1px dashed #f2f2f2;
    overflow: hidden;
}
.dynamic_list li a{
	color: #333;
}
.dynamic_list li a span:nth-child(2){
	float: left;
	display: inline-block;
    width: 5.798rem;
	line-height: 0.5rem;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.dynamic_list li img{
    margin-right: 0.1rem;
    margin-top: 0.12rem;
    float: left;
}
.dynamic_list li span:last-child{
	float: right;
	color: #75c88e;
}
/*分页*/
.page {
    font-size: 0.17rem;
    margin-top: 0.7rem;
}

.page .pagec {
    position: relative;
    float: left;
    left: 50%;
}

.page .pagede {
    position: relative;
    float: left;
    margin-left: -50%;
}

.page a {
    color: #333;
    padding: 0 0.08rem;
    border: 0.02rem solid #dddddd;
}

.page input {
    width: 0.47rem;
    border: 0.02rem solid #dddddd;

}

.page a,
.page input,
.page span {
    display: block;
    float: left;
    height: 0.35rem;
    line-height: 0.35rem;
    margin-left: 0.03rem;
    text-align: center;
    border-radius: 2px;
}
.page .on{
    background: #3faa70;
    color: #fff;
}
.page .submit{
    height: 0.35rem;
    background: #e6e6e6;
    color: #333;
    border: none;
    line-height: 0.35rem;
    -webkit-appearance: none;
    border-radius: 2px;
}
/*图片列表*/
.media_title h2{
    width: 2rem;
}
.media_title p{
    width: 4.1rem;
}
.media_tabs{
	overflow: hidden;
	font-size: 0.32rem;
	font-weight: 700;
	color: #999999;
    position: relative;
    margin-top: 0.1rem;
    margin-bottom: 0.4rem;
}
.media_tabs li{
	float: left;
	width: 2.08rem;
    height: 0.65rem;
	line-height: 0.65rem;
	text-align: center;
	cursor: pointer;
}
.media_tabs li img{
    margin-right: 0.05rem;
    margin-top: -0.01rem;
	display: none;
}
.media_tabs .active,.media_tabs li:hover{
	background: url(wcbg_wordbox_v2021.png) center no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.media_tabs .active img,.media_tabs li:hover img{
	display: inline-block;
}
.media_list li{
	width: 100%;
    float: left;
    cursor: pointer;
}
.media_list li a{
	font-size: 0.32rem;
	color: #333333;
}
.media_list li a p{
	line-height: 1.5;
    margin-top: 0.4rem;
    width: 100%;
    height: 0.45rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 0.35rem;
}
.media_list li .media_box{
    position: relative;
    width: 100%;
    height: 3.5rem;
}
.media_list li .media_box img:first-child{
	width: 100%;
	height: 100%;
}
.media_list li .media_box .vid{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.4rem;
    margin-top: -0.35rem;
    z-index: 99;
    width: 0.8rem;
}
.media_list li .media_box i{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
}
.media_list li:nth-child(4n){
	margin-right: 0;
}
.schPage{
	overflow: hidden;
	padding-bottom: 1rem;
}
/*文章详情*/
.site_detail{
	padding-bottom: 0.3rem;
	border-bottom: 1px dashed #e5e5e5;
}
.detail h1{
    font-size: 0.46rem;
    color: #3b8523;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}
.detail h3{
	font-size: 0.4rem;
	font-weight: 100;
	font-family: "宋体";
	color: #3b8523;
	margin-bottom: 0.3rem;
}
.detail .info{
    font-size: 0.28rem;
    color: #707070;
    margin-bottom: 0.2rem;
}
.detail .info span:first-child{
    display: block;
    margin-bottom: 0.15rem;
}
.detail .info span:nth-child(2){
	margin-right: 1rem;
}
.detail2 .info span:nth-child(2){
	display: block;
	margin-bottom: 0.15rem;
}
.detail_content{
	font-size: 0.34rem;
	color: #333333;
    padding-bottom: 0.6rem;
}
.detail_content p{
	
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
}
.detail_content img{
    width:100%;
}

.detail_content .detPic{
	text-align: center;
	margin: 0.4rem 0;
}
.detail_content .detPic img{
	width: 100%;
}
.detail_content .detPic p{
	font-family: '宋体';
	margin-top: 0.2rem;
}
/*主要菜篮子价格日动态数据*/
.price_title h2{
	width: 6rem;
}
.price_title p{
	width: 100%;
}
.price_tabsBox,.media_tableBox,.index_tabsBox,.lesale_box{
    width: 100%;
    overflow-x: scroll;
}
.price_tabsBox::-webkit-scrollbar,.media_tableBox::-webkit-scrollbar,.index_tabsBox::-webkit-scrollbar,.lesale_box::-webkit-scrollbar{
  display: none;
}
.price_tabs{
	width: max-content;
    box-sizing: border-box;
	overflow: hidden;
	color: #999999;
    font-size: 0.32rem;
    margin-top: 0.06rem;
    margin-bottom: 0.3rem;
}
.price_tabs li{
    float: left;
    width: 3.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}
.price_tabs .active,.price_tabs li:hover{
	background: url(wcbg_wordbox_v2021.png) center no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.media_table{
    width: 150%;
    color: #333333;
    font-size: 0.24rem;
}
.media_table th, .media_table td{
	padding: 0.3rem 0;
	text-align: center;
}
.media_table tbody tr:nth-child(odd){
	background: #FFFFFF;
	cursor: pointer;
}
.media_table tbody tr:nth-child(even){
	background: #f2fbf7;
	cursor: pointer;
}
.media_table tbody tr:hover{
	background: url(wcbg_priceBg_v2021.png) center no-repeat;
	background-size: 100% 100%;
}
.media_table thead tr{
	background: #3faa70;
	color: #FFFFFF;
	font-weight: 700;
}
/*专家发声详情*/
.detail_left{
	width: 4.75rem;
	overflow: hidden;
	text-align: center;
	border: 1px solid #8acc66;
	margin: 0 auto;
	margin-bottom: 0.5rem;
}
.detail_left img{
	width: 4.25rem;
	height: 5.4rem;
	display: inline-block;
	border-radius: 4px;
	margin-top: 0.2rem;
}
.detail_left .name{
    font-size: 0.38rem;
    color: #333333;
    margin-top: 0.3rem;
    margin-bottom: 0.15rem;
    padding: 0 0.25rem;
}
.detail_left .job{
    font-size: 0.28rem;
    color: #707070;
    margin-bottom: 0.3rem;
    padding: 0 0.25rem;
    line-height: 1.5;
}
/*首页*/
/*.dynamic_headlines{
	margin-top: 176px;
}
.wcbg_expert .expertHead{
    margin-top: 80px;
}
.wcbg_cai .expertHead{
	margin-top: 80px;
}
.up{
    padding-top: 146px;
}*/
/*首页*/
/*.up{
    padding-top: 146px;
}
.wcbg_expert li.swiper-slide-visible,.wcbg_expert ul.content_expert_listUl,.content_expert_list{
	height: 471px !important;
}
.wcbg_cai .expertHead{
    margin-top: 57px;
}*/
.homebody{
    /*min-height: 5088px;*/
    background: url(wcbg_indexMobileBg_v2021.png) center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.dynamic_headlines .pic{
    width: 1.2rem;
    display: inline-block;
    margin-right: 0.15rem;
    float: left;
}
.dynamic_headlines a.bif{
    width: 4.9rem;
    display: inline-block;
    float: left;
}
.dynamic_headlines h1{
    font-size: 0.34rem;
    color: #af0201;
}
.headlines_brief{
    margin-bottom: 0.5rem;
}
.headlines_brief .info{
	font-size: 0.28rem;
	color: #666666;
    text-indent: 2em;
    margin-top: 0.2rem;
    line-height: 0.5rem;
    overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4; 
}
.headlines_brief .look{
    font-size: 0.28rem;
    color: #d8686b;
    display: block;
    text-align: right;
    margin-top: 0.1rem;
}
.contentArt_banner{
	position: relative;
    width: 100%;
    height: 4.4rem;
}
.contentArt_banner ul li{
	width: 100%;
	height: 100%;
	position: relative;
}
.contentArt_banner ul li a{
	display: block;
}
.contentArt_banner ul li img{
	width: 100%;
	height: 100%;
}
.contentArt_banner ul li p{
	font-size: 0.28rem;
	width: 100%;
    padding-left: 0.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    background: url(wcbg_mainLb_shadow_v2020.png) left bottom no-repeat;
    background-size: 100% 100%;
}
.contentArt_banner li p span{
	display: inline-block;
	width: 4.5rem;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.contentArt_banner .hd{
	position: absolute;
    right: 0;
    bottom: 0.3rem;
    height: 0.2rem;
    width: 1.4rem;
}
.contentArt_banner .hd li {
    float: left;
    width: 0.17rem;
    height: 0.17rem;
    margin-right: 0.09rem;
    cursor: pointer;
    background: #FFFFFF;
}
.contentArt_banner .hd li.on {
    background: #5c970f;
}
.brief_news{
    margin-top: 0.4rem;
	border: 1px solid #e6e6e6;
	overflow: hidden;
}
.brief_news li{
	padding: 0.3rem;
	border-bottom: 1px dashed #ededed;
}
.brief_news li:hover{
	background: url(wcbg_newsShadow_v2021.png) center no-repeat;
	background-size: 100% 100%;
	border-bottom:0;
}
.brief_news .title{
	color: #3b8523;
	font-size: 0.32rem;
	margin-bottom: 0.1rem;
	line-height: 0.53rem;
}
.brief_news .info{
	font-size: 0.28rem;
	color: #808080;
	text-indent: 2em;
	line-height: 0.45rem;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.more{
    color: #fff;
    width: 1.25rem;
    height: 0.5rem;
    background: #75c88e;
    font-size: 0.28rem;
    line-height: 0.5rem;
    text-align: center;
    border-radius: 4px;
    float: right;
    margin: 0.3rem;
}
.expertHead{
    margin-top: 0.5rem;
    text-align: center;
    margin-bottom: 0.4rem;
}
.expertHead img{
	width: 100%;
    height: 1rem;
	float: none;
}
.content_expert_listBox .expertCon_box {
	width: 2.3rem;
	border: 1px solid #c5e4d0;
}
.content_expert_listBox .expertCon_box:hover{
	background: #F2FBF7;
	border: 1px solid #fff;
	box-shadow: #f5f5f5 0px 0px 4px 5px;
}
.content_expert_listUl li .port{
	width: 100%;
	height: 2.4rem;
	margin-left: 0;
	display: block;
	margin-left: 0;
}
.content_expert_listUl .content_expertCnt{
	padding: 0 0.2rem;
}
.content_expertCnt h4{
    font-size: 0.32rem;
    color: #3d6705;
    margin-top: 0.25rem;
}
.content_expertCnt .line{
    width: 0.6rem;
    margin-top: -0.2rem;
}
.content_expertCnt {
	color: #999999;
	font-size: 0.3rem;
	position: relative;
}
.content_expertCnt .job{
	line-height: 0.45rem;
	font-size: 0.26rem;
}
.content_expertCnt .opinion{
    font-size: 0.3rem;
    color: #3b8523;
    margin-top: 0.1rem;
    line-height: 0.55rem;
    margin-bottom: 0.25rem;
}
.prev{
	position: absolute !important;
    width: 0.5rem !important;
    height: 0.64rem !important;
    background: url(wcbg_mobileArrowL_v2021.png) center no-repeat !important;
    background-size: 100% 100% !important;
    top: 25.5rem !important;
    left: -0.25rem !important;
}
.next{
	position: absolute !important;
    width: 0.5rem !important;
    height: 0.64rem !important;
    background: url(wcbg_modileArrowR_v2021.png) center no-repeat !important;
    background-size: 100% 100% !important;
    top: 25.5rem !important;
    right: -0.25rem !important;
}
.wcbg_dynaPrice{
	margin: 1rem 0 0;
}
.wcbg_analysis .dynaPrice_top{
	margin-bottom: 0;
}
.dynaPrice_top{
	overflow: hidden;
}
.dynaPrice_top .top_left,.dynaPrice_top .top_right{
	text-align: center;
	font-size: 0.26rem;
}
.dynaPrice_top .top_left h3,.dynaPrice_top .top_right h3{
    font-size: 0.44rem;
    color: #3faa70;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.dynaPrice_left,.dynaPrice_right{
	overflow: hidden;
}
.dynaPrice_right ul,.dynaPrice_left ul{
	padding-top: 0.2rem;
}
.dynaPrice_left li,.dynaPrice_right li{
	width: 100%;
    padding: 0.2rem 0;
    border-bottom: 1px dashed #ededed;
    font-size: 0.32rem;
    overflow: hidden;
}
.dynaPrice_left li:hover a .title,.dynaPrice_right li:hover a .title{
	color: #127750;
}
.dynaPrice_left li a,.dynaPrice_right li a{
	color: #333333;
}
.dynaPrice_left .addr{
	float: left;
    display: inline-block;
    color: #FFFFFF;
    width: 1.4rem;
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.26rem;
    background: #feb361;
    text-align: center;
    border-radius: 0.45rem;
    margin-right: 0.15rem;
    vertical-align: middle;
    margin-top: 0.1rem;
}
.dynaPrice_right li img{
	float: left;
    margin-top: 0.13rem;
    margin-right: 0.15rem;
}
.dynaPrice_right{
    margin-top: 0.6rem;
}
.dynaPrice_right .title{
    width: 5.75rem !important;
}
.dynaPrice_right .date{
	float: right;
	color: #75c88e;
}
.dynaPrice_box .more{
    margin-right: 0;
}
.dynaPrice_right .title,.dynaPrice_left .title{
	display: inline-block;
    width: 4.7rem;
    overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
    line-height: 0.55rem;
}
.index_tabs li{
	width: 185px;
	height: 32px;
	line-height: 32px;
}
.index_tabs .active,.index_tabs li:hover{
	background: #3faa70;
	border-radius: 4px;
}
.analysis_tabs{
    font-size: 0.3rem;
    margin-top: 0.5rem;
}
.analysis_tabs span{
    display: inline-block;
    width: 2rem;
    height: 0.55rem;
    line-height: 0.55rem;
    border-radius: 0.55rem;
    text-align: center;
    color: #999999;
    font-size: 0.3rem;
    cursor: pointer;
    font-weight: 700;
}
.analysis_tabs .active,.analysis_tabs span:hover{
	color: #FFFFFF;
	background: #3faa70;
}
.media_left .video_box{
    width: 100%;
    height: 3.8rem;
	position: relative;
}
.media_left .video_box .big{
	width: 100%;
    height: 3.8rem;
}
.video_box i,.video_con1 i{
	width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.3);
}
.video_box .viPic{
	position: absolute;
    right: 0.25rem;
    top: 0.3rem;
    width: 0.7rem;
}
.video_box p,.pic_con p{
    width: 92%;
    height: 0.55rem;
    color: #fff;
    background: #3faa70;
    line-height: 0.55rem;
    padding-left: 0.2rem;
    position: absolute;
    bottom: 0.3rem;
    margin-left: 4%;
    font-size: 0.3rem;
}
.video_cont{
    width: 100%;
    overflow: hidden;
    margin-top: 0.1rem;
}
.video_con1{
    width: 48.6%;
	position: relative;
    float: left;
}
.video_con2{
	float: right;
}
.video_con1 .big{
    width: 100%;
    height: 1.6rem;
}
.video_con1 p{
    height: 0.4rem;
    line-height: 0.4rem;
    width: 90%;
    background: #3faa70;
    position: absolute;
    bottom: 0.2rem;
    margin-left: 5%;
    padding: 0 0.2rem;
    font-size: 0.24rem;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.video_con1 .viPic,.pic_con .ptPic{
	position: absolute;
    right: 0.2rem;
    top: 0.2rem;
}
.right_pic{
	margin-top: 0.3rem;
}
.pic_con{
	width: 100%;
    position: relative;
    margin-bottom: 0.3rem;
}
.right_pic a:last-child .pic_con{
	margin-bottom: 0;
}
.pic_con .pic{
	width: 100%;
    height: 3rem;
}
.media_more{
	margin-right: 0;
	margin-top: 0.3rem;
}
.wcbg_media .media_right{
	font-size: 0.32rem;
	border: 1px solid #e6e6e6;
	padding: 0 0.3rem;
	margin-top: 0.5rem;
	overflow: hidden;
    background: #fff;
}
.media_right li{
	border-bottom: 1px dashed #e6e6e6;
    padding: 0.2rem 0;
}
.media_right li:last-child{
	border: 0;
}
.media_right li a{
    font-size: 0.32rem;
    color: #3b8523;
    line-height: 0.55rem;
}
.moreIn{
	margin-top: 0;
	margin-bottom: 0.3rem;
}
.wcbg_lesale{
	margin-top: 0.7rem;
}
.wcbg_lesale .date{
    font-size: 0.34rem;
    font-weight: 700;
    color: #127750;
    float: left;
}
.wcbg_lesale .ramble{
	display: inline-block;
    width: 1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #fff;
    background: #75c88e;
    float: right;
    text-align: center;
    border-radius: 4px;
    font-size: 0.28rem;
    margin-top: 0.4rem;
}
div.indexChart div.label.zzs200 div.text0{
    font-size: 0.34rem;
    font-weight: bold;
    color: #377553;
    float: left;
}