* {
    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;
}

.pcNone {
    display: none !important;
}
.level{
	background: url(wcbj_libox_v2021.png) center;
    max-width: 1920px;
    margin: 0 auto;
}
.header{
	background: url(wcbg_headerBg_v2021.png) center;
    width: 100%;
    height: 546px;
}
.header_box{
	width: 1200px;
    margin: 0 auto;
    padding-top: 8px;
}
.wcbg_dynamic .cont_box{
	background: url(wcbg_libox_v2021.png) center no-repeat;
	background-size: 100% 100%;
	margin-top: -105px !important;
}
.dynamic_headlines{

}
.wcbg_expert .expertHead{
    margin-top: 80px;
}
/*列表*/
.wcbg_dynamic{
	width: 100%;
    position: relative;
    z-index: 99;
}
.wcbg_dynamic .dynamic_box{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 50px 0;
    margin-top: 208px;
    overflow: hidden;
	background: #fff;
}
.site,.site a{
	font-size: 16px;
	color: #999;
	padding-bottom: 30px;
}
.site span{
	color: #127750;
}
.wcbg_title{
	font-size: 14px;
	padding-bottom: 20px;
	overflow: hidden;
}
.wcbg_title h2{
	font-size: 28px;
	color: #338361;
	margin-right: 10px;
	width: 224px;
	float: left;
}
.wcbg_title p{
	overflow: hidden;
	height: 37px;
	line-height: 37px;
	border-bottom: 1px solid #cccccc;
    width: 866px;
    float: left;
}
.wcbg_title p img{
	width: 75px;
}
.dynamic_list{
	font-size: 18px;
}
.dynamic_list li{
	padding: 20px 0;
	border-bottom: 1px dashed #f2f2f2;
}
.dynamic_list li a{
	color: #333;
}
.dynamic_list li img{
	margin-right: 20px;
}
.dynamic_list li span:last-child{
	float: right;
	color: #75c88e;
}
/*分页*/
.page {
    position: relative;
    height: 34px;
    margin: 50px 0 0;
}

.pagec {
   	overflow: hidden;
    text-align: center;
}

.pagede {
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -300px;
}

.page a, .page input, .page span {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
}

.page a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    border: 1px solid #dddddd;
    border-radius: 2px;
    border-radius: 4px;
}

.page a.on {
    color: #fff;
    background: #3faa70;
    border: 1px solid #3faa70;
}

.page input.text {
    width: 42px;
    text-align: center;
    border: 1px solid #dddddd;
}

.page input.submit {
    width: 40px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    background: #e6e6e6;
    color: #333;
    height: 30px;
    border-radius: 4px;
}
/*图片列表*/
.media_title h2{
	width: 112px;
}
.media_title p{
	width: 978px;
}
.media_tabs{
	overflow: hidden;
	font-size: 17px;
	font-weight: 700;
	color: #999999;
    position: relative;
    left: 50px;
    margin-left: 223px;
    margin-top: 10px;
    margin-bottom: 26px;
}
.media_tabs li{
	float: left;
	width: 160px;
    height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
}
.media_tabs li img{
	margin-right: 5px;
	margin-top: -2px;
	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: 260px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
.media_list li a{
	font-size: 15px;
	color: #333333;
}
.media_list li a p{
	line-height: 1.5;
	margin-top: 18px;
	width: 260px;
	height: 44px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	margin-bottom: 24px;
}
.media_list li .media_box{
	position: relative;
	width: 100%;
	height: 145px;
}
.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: -27px;
    margin-top: -20px;
    z-index: 99;
    z-index: 99;
    width: 45px;
}
.media_list li .media_box i{
    position: absolute;
    width: 260px;
    height: 145px;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
}
.media_list li:nth-child(4n){
	margin-right: 0;
}
/*文章详情*/
.site_detail{
	padding-bottom: 30px;
	border-bottom: 1px dashed #e5e5e5;
}
.detail{
	text-align: center;
}
.detail h1{
	font-size: 30px;
	color: #3b8523;
    margin-top: 48px;
    margin-bottom: 12px;
}
.detail h3{
	font-size: 30px;
	font-weight: 100;
	font-family: "宋体";
	color: #3b8523;
	margin-bottom: 32px;
}
.detail .info{
	font-size: 16px;
	color: #707070;
	margin-bottom: 28px;
}
.detail .info span{
	margin-right: 80px;
}
.detail .info span:last-child{
	margin-right: 0;
}
.detail_content{
	font-size: 18px;
	color: #333333;
}
.detail_content p{
	text-indent: 2rem;
	line-height: 34px;
	margin-bottom: 15px;
}
.detail_content .detPic{
	text-align: center;
	margin: 40px 0;
}
.detail_content .detPic img{
	width: 654px;
}
.detail_content .detPic p{
	font-family: '宋体';
	margin-top: 10px;
}
/*主要菜篮子价格日动态数据*/
.wcbg_cai .expertHead{
	margin-top: 80px;
}
.price_title h2{
	width: 336px;
}
.price_title p{
	width: 754px;
}
.price_tabs{
	overflow: hidden;
	color: #999999;
	font-size: 20px;
    margin-left: 110px;
    margin-top: 6px;
    margin-bottom: 30px;
}
.price_tabs li{
	float: left;
	width: 220px;
	height: 43px;
	line-height: 43px;
	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: 100%;
    color: #333333;
    font-size: 14px;
}
.media_table th, .media_table td{
	width:145px;
	padding: 14px 0;
	text-align: center;
}
.table_th2{width:230px!important;}
.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: 230px;
	float: left;
	overflow: hidden;
	text-align: center;
	border: 1px solid #8acc66;
	margin-top: 52px;
}
.detail_left img{
	width: 212px;
	height: 261px;
	display: inline-block;
	border-radius: 4px;
	margin-top: 15px;
}
.detail_left .name{
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 12px;
	padding: 0 9px;
}
.detail_left .job{
	font-size: 14px;
	color: #707070;
	margin-bottom: 20px;
	padding: 0 9px;
	line-height: 1.5;
}
.detail_right{
	width: 870px;
	float: left;
	overflow: hidden;
	padding-left: 50px;
}
.detail_right .detail h1{
	margin-bottom: 32px;
}
.detail_right .detail .info{
	margin-bottom: 20px;
}
/*首页*/
.up{

}
.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{
	background: url(wcbg_indexbigBg_v2021.png) top center;
    max-width: 1920px;
    margin: 0 auto;
}
.dynamic_headlines .pic{
	width: 120px;
	display: inline-block;
	margin-right: 25px;
	float: left;
}
.dynamic_headlines h1{
    font-size: 34px;
    color: #af0201;
    float: left;
}
.headlines_brief{
	font-size: 16px;
	color: #666666;
	text-indent: 2em;
	margin-top: 15px;
	line-height: 30px;
	margin-bottom: 50px;
}
.headlines_brief .look{
    font-size: 16px;
    color: #d8686b;
    float: right;
}
.contentArt_banner{
	float: left;
	position: relative;
	width: 560px;
	height: 370px;
}
.contentArt_banner ul li{
	width: 100%;
	height: 370px;
	position: relative;
}
.contentArt_banner ul li a{
	display: block;
}
.contentArt_banner ul li img{
	width: 560px;
	height: 370px;
}
.contentArt_banner ul li p{
	width: 560px;
    padding-left: 14px;
    height: 48px;
    line-height: 48px;
    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 .hd{
	position: absolute;
    right: 0;
    bottom: 17px;
    width: 90px;
    height: 12px;
}
.contentArt_banner .hd li {
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    cursor: pointer;
    background: #FFFFFF;
}

.contentArt_banner .hd li.on {
    background: #5c970f;
}
.brief_news{
	float: right;
	width: 480px;
	height: 370px;
	border: 1px solid #e6e6e6;
}
.brief_news li{
	padding: 18px 26px;
	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: 18px;
	margin-bottom: 8px;
}
.brief_news .info{
	font-size: 14px;
	color: #808080;
	text-indent: 2em;
}
.more{
    color: #fff;
    width: 55px;
    height: 24px;
    background: #75c88e;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    float: right;
    margin-right: 26px;
    margin-top: 10px;
}
.expertHead{
	margin-top: 50px;
	text-align: center;
	margin-bottom: 40px;
}
.wcbg_expert .expertHead img{
	width: 640px;
	height: 75px;
	float: none;
}
.content_expert_listBox .expertCon_box {
	width: 210px;
	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: 215px;
	margin-left: 0;
	display: block;
	margin-left: 0;
}
.content_expert_listUl .content_expertCnt{
	padding: 0 10px;
}
.content_expertCnt h4{
	font-size: 20px;
	color: #3d6705;
	margin-top: 25px;
}
.content_expertCnt .line{
	width: 40px;
    margin-top: -5px;
}
.content_expertCnt {
	color: #999999;
	font-size: 14px;
	position: relative;
}
.content_expertCnt .job{
	line-height: 20px;
}
.content_expertCnt .opinion{
	font-size: 18px;
	color: #3b8523;
	margin-top: 15px;
	line-height: 28px;
	margin-bottom: 44px;
}
.prev{
	position: absolute;
	width: 48px !important;
    height: 64px !important;
    background: url(wcbg_arrowL_v2021.png) center no-repeat !important;
    background-size: 100% 1005;
    top: 1159px !important;
    left: 228px !important;
    cursor: pointer;
}
.next{
	position: absolute;
	width: 48px !important;
    height: 64px !important;
    background: url(wcbg_arrowR_v2021.png) center no-repeat !important;
    background-size: 100% 1005;
    top: 1159px !important;
    right: 228px !important;
    cursor: pointer;
}
.wcbg_dynaPrice{
	margin-top: 70px;
}
.dynaPrice_box{
	overflow: hidden;
}
.trim1{
	height: 910px;
}
.wcbg_analysis .dynaPrice_top{
	margin-bottom: 0;
}
.dynaPrice_top{
	overflow: hidden;
	margin-bottom: 30px;
}
.dynaPrice_top .top_left{
	width: 550px;
	float: left;
	text-align: center;
}
.dynaPrice_top .top_left h3,.dynaPrice_top .top_right h3{
	font-size: 30px;
	color: #3faa70;
	font-weight: 700;
	margin-bottom: 10px;
}
.dynaPrice_top .top_right{
	width: 550px;
	float: right;
	text-align: center;
}
.wcbg_analysis .dynaPrice_content{
	padding-bottom: 0px;
}
.dynaPrice_left{
	width: 536px;
	float: left;
}
.dynaPrice_right ul,.dynaPrice_left ul{
	padding-top: 20px;
}
.dynaPrice_left li{
	padding: 15px 0;
}
.dynaPrice_left li,.dynaPrice_right li{
	width: 510px;
	padding: 7.9px 0;
	border-bottom: 1px dashed #ededed;
	font-size: 18px;
}
.dynaPrice_left li:hover a .title,.dynaPrice_right li:hover a .title{
	color: #127750;
}
.dynaPrice_left li:last-child,.dynaPrice_right li:last-child{
	border-bottom: 0;
}
.dynaPrice_left li a,.dynaPrice_right li a{
	color: #333333;
}
.dynaPrice_left .addr{
	float: left;
	display: inline-block;
	color: #FFFFFF;
	width: 100px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	background: #feb361;
    text-align: center;
    border-radius: 25px;
    margin-right: 10px;
    vertical-align: middle;
}
.dynaPrice_right{
	width: 536px;
	float: right;
}
.dynaPrice_right .date{
	float: right;
	color: #75c88e;
}
.dynaPrice_right img{
	margin-right: 10px;
	margin-top: -11px;
}
.dynaPrice_right .title,.dynaPrice_left .title{
	display: inline-block;
	width: 360px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.dynaPrice_left .title{
	width: 394px;
}
	
.trim{
	width: 100%;
	height: 795px;
}
.index_tabs{
	font-size: 16px;
	margin-top: 30px;
	margin-left: 180px;
}
.index_tabs li{
	width: 185px;
	height: 32px;
	line-height: 32px;
}
.index_tabs .active,.index_tabs li:hover{
	background: #3faa70;
	border-radius: 4px;
}
.analysis{
	float: left;
}
.analysis_tabs{
	margin-top: 50px;
}
.analysis_tabs span{
	display: inline-block;
	width: 96px;
	height: 24px;
	line-height: 24px;
	border-radius: 24px;
	text-align: center;
	color: #999999;
	font-size: 14px;
	cursor: pointer
}
.analysis_tabs .active,.analysis_tabs span:hover{
	color: #FFFFFF;
	background: #3faa70;
}
.wcbg_media .media_left{
	float: left;
	width: 640px;
}
.left_video{
	width: 440px;
	float: left;
}
.media_left .video_box{
	width: 440px;
	height: 240px;
	position: relative;
}
.media_left .video_box .big{
	width: 440px;
	height: 240px;
}
.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: 20px;
    top: 20px;
    width: 35px;
}
.video_box p{
	width: 400px;
    height: 35px;
    color: #fff;
    background: #3faa70;
    line-height: 35px;
    padding-left: 10px;
    position: absolute;
    bottom: 30px;
    margin-left: 20px;
    font-size: 18px;
}
.video_cont{
    width: 440px;
    overflow: hidden;
    margin-top: 5px;
}
.video_con1{
	width: 215px;
	position: relative;
    float: left;
}
.video_con2{
	float: right;
}
.video_con1 .big{
	width: 215px;
    height: 117px;
}
.video_con1 p{
    height: 25px;
    line-height: 25px;
    width: 195px;
    font-size: 14px;
    background: #3faa70;
    position: absolute;
    bottom: 10px;
    margin-left: 10px;
    padding: 0 10px;
    font-size: 14px;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.video_con1 .viPic,.pic_con .ptPic{
	position: absolute;
    right: 10px;
    top: 10px;
}
.right_pic{
    width: 195px;
    float: right;
}
.pic_con{
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}
.right_pic a:last-child .pic_con{
	margin-bottom: 0;
}
.pic_con .pic{
	width: 195px;
	height: 117px;
}
.pic_con p{
    height: 25px;
    line-height: 25px;
    width: 175px;
    background: #3faa70;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.media_more{
	margin-right: 0;
	margin-top: 20px;
}
.wcbg_media .media_right{
	float: right;
	width: 425px;
	border: 1px solid #e6e6e6;
	padding: 0 25px;
}
.media_right li{
	border-bottom: 1px dashed #e6e6e6;
	padding: 14px 0;
}
.media_right li:last-child{
	border: 0;
}
.media_right li a{
	font-size: 18px;
    color: #3b8523;
    line-height: 30px;
}
.moreIn{
	margin-top: 0;
	margin-bottom: 20px;
}
.wcbg_lesale{
	width: 525px;
    float: right;
    padding-top: 50px;
}
.wcbg_lesale .date{
	font-size: 20px;
	font-weight: 700;
	color: #127750;
}
.wcbg_lesale .ramble{
	display: inline-block;
	width: 55px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background: #75c88e;
	float: right;
	text-align: center;
	border-radius: 4px;
}
.lesale_box .line{
	height:310px
	margin-top: 65px;
	float: left;
}
.lesales_cont{
	width: 497px;
	float: left;
}
.cont_top{
	width: 355px;
    height: 40px;
    background: #e42530;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 20px;
    margin-top: 45px;
}
.cont_top .ind{
	padding-left: 20px;
	float: left;
}
.cont_top span{
	display: inline-block;
}
.cont_top .nn{
	float: right;
	height: 34px;
	width: 200px;
    margin-top: 3px;
    margin-right: 3px;
    background: #fff;
}
.cont_top .nn p:first-child{
	color: #000;
	font-size: 20px;
	margin-left: 20px;
	margin-right: 30px;
	float: left;
	margin-top: -3px;
}
.cont_top .nn img{
    margin-top: -3px;
}
.cont_top .nn p:last-child{
	color: #e42530;
	font-size: 16px;
	float: left;
	margin-top: -3px;
}
.lesales_cai{
	margin-top: 31px;
}
.lesales_cai li{
	float: left;
	width: 86px;
	border-bottom: 2px solid #49ab4a;
    border-right: 2px solid #49ab4a;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    padding-left: 10px;
    padding-top: 6px;
    height: 112px;
}
.lesales_cai li:last-child{
	border-right: 0;
}
.lesales_cai li .arrBo{
    border-radius: 4px;
    color: #fff;
    background: #6ce840;
    width: 64px;
    padding: 2px 0;
    font-weight: 400;
    margin-bottom: 10px;
}
.lesales_cai li:nth-child(4) .arrBo,.lesales_cai li:nth-child(5) .arrBo{
	background: #fb5147;
}
.lesales_cai li .arrBo img{
    margin-left: 4px;
    margin-top: -2px;
}
.lesales_cai li p{
	margin-bottom: 6px;
}
.lesales_cai li:first-child{
    font-size: 16px;
    color: #4eb051;
    width: 150px;
    padding-top: 25px;
    font-weight: 700;
    border-bottom: 2px solid #49ab4a;
    border-right: 2px solid #49ab4a;
    position: relative;
    padding-left: 0;
}
.lesales_cai li:first-child span{
	font-weight: 400;
	color: #e42530;
}
.lesales_cai li:first-child img{
	margin-left: 5px;
}
.lesales_cai li:first-child p:first-child{
	margin-bottom: 8px;
}
.lesales_cai li:first-child p:last-child{
	margin-bottom: 26px;
}
.lesales_cai .pp{
	margin-bottom: 36px;
}
.lesales_cai li:first-child p:last-child span{
	color: #e42530;
	font-weight: 400;
}
.lesales_cai li:first-child p:last-child img{
	margin-left: 5px;
}
.lesales_cai .pri{
	color: #e50b20;
	font-size: 20px;
	width: 120px;
	height: 40px;
	line-height: 38px;
	background: #fff;
	border: 2px solid #2f9e2d;
	position: absolute;
    bottom: -20px;
    text-align: center;
}
.lesales_lai li{
    margin-top: 35px;
}
.lesales_lai li:nth-child(2){
	width: 130px;
}
.lesales_lai li:last-child{
	width: 217px;
	border-right: 0;
}
.lesales_lai li{
	border-bottom: 2px solid #eca61f;
    border-right: 2px solid #eca61f;
}
.lesales_lai li:first-child{
	color: #eca61f;
	border-bottom: 2px solid #eca61f;
    border-right: 2px solid #eca61f;
}
.lesales_lai .pri{
	border: 2px solid #eca61f;
}
.lesales_lai li:nth-child(2) .arrBo, .lesales_lai li:nth-child(3) .arrBo{
    background: #fb5147;
}
@media screen and (max-width: 1440px) {
	.wcbg_analysis{
	    margin-top: 18px !important;
	}
	.wcbg_expert li.swiper-slide-visible,.wcbg_expert ul.content_expert_listUl,.content_expert_list{
		height: 392px !important;
	}
	.up{
	    padding-top: 0;
	}
	.header_box{
		width: 1000px;
	    margin: 0 auto;
	    padding-top: 8px;
	}
	.homebody{
		background: url(wcbg_indexMasllBg_v2021.png) top center repeat;
	}
	.wcbg_header img{
		display: block;
    	width: 690px;
	}
	.dynamic_headlines{
		margin-top: 0;
	}
	.wcbg_expert .expertHead{
	    margin-top: 30px;
	}
	/*列表*/
	.wcbg_dynamic{
		width: 100%;
	    position: relative;
	    z-index: 99;
	}
	.wcbg_dynamic .dynamic_box{
		width: 1000px;
		margin: 0 auto;
		padding: 25px 40px 70px;
	    margin-top: 167px;
	    overflow: hidden;
        padding-bottom: 0;
	}
	.site,.site a{
		font-size: 14px;
		color: #999;
		padding-bottom: 22px;
	}
	.site span{
		color: #127750;
	}
	.wcbg_title{
		font-size: 14px;
		padding-bottom: 20px;
		overflow: hidden;
	}
	.wcbg_title h2{
		font-size: 24px;
		color: #338361;
		margin-right: 10px;
		width: 194px;
		float: left;
	}
	.wcbg_title p{
		overflow: hidden;
	    height: 31px;
	    line-height: 31px;
	    border-bottom: 1px solid #cccccc;
	    width: 716px;
	    float: left;
	}
	.wcbg_title p img{
		margin-bottom: 5px;
	}
	.dynamic_list{
		font-size: 18px;
	}
	.dynamic_list li{
		padding: 18px 0;
		border-bottom: 1px dashed #f2f2f2;
	}
	.dynamic_list li a{
		color: #333;
		font-size: 15px;
	}
	.dynamic_list li img{
		margin-right: 15px;
	}
	.dynamic_list li span:last-child{
		float: right;
		color: #75c88e;
	}
	/*分页*/
	.page {
	    position: relative;
	    height: 34px;
	    margin: 35px 0 0;
	}
	
	.pagec {
	   	overflow: hidden;
	    text-align: center;
	}
	
	.pagede {
	    overflow: hidden;
	    position: relative;
	    left: 50%;
	    margin-left: -250px;
	}
	
	.page a, .page input, .page span {
	    display: block;
	    float: left;
	    height: 30px;
	    line-height: 30px;
	    margin-right: 5px;
	    font-size: 13px;
	}
	
	.page a {
	    height: 30px;
	    line-height: 30px;
	    padding: 0 10px;
	    font-size: 13px;
	    color: #333;
	    border: 1px solid #dddddd;
	    border-radius: 2px;
	    border-radius: 4px;
	}
	
	.page a.on {
	    color: #fff;
	    background: #3faa70;
	    border: 1px solid #3faa70;
	}
	
	.page input.text {
	    width: 42px;
	    text-align: center;
	    border: 1px solid #dddddd;
	}
	
	.page input.submit {
	    width: 40px;
	    font-size: 13px;
	    border: 1px solid #e6e6e6;
	    cursor: pointer;
	    background: #e6e6e6;
	    color: #333;
	    height: 30px;
	    border-radius: 4px;
	}
	/*图片列表*/
	.media_title h2{
		width: 98px;
	}
	.media_title p{
		width: 812px;
	}
	.media_tabs{
		overflow: hidden;
		font-size: 17px;
		font-weight: 700;
		color: #999999;
	    position: relative;
	    left: 50px;
	    margin-left: 207px;
	    margin-top: 5px;
	    margin-bottom: 16px;
	}
	.media_tabs li{
		float: left;
		width: 138px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		cursor: pointer;
	}
	.media_tabs li img{
		margin-right: 5px;
		margin-top: -2px;
		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: 218px;
		float: left;
		margin-right: 16px;
		cursor: pointer;
	}
	.media_list li a{
		font-size: 15px;
		color: #333333;
	}
	.media_list li a p{
		line-height: 1.5;
		margin-top: 16px;
		width: 218px;
		height: 44px;
		overflow:hidden; 
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2; 
		margin-bottom: 24px;
	}
	.media_list li .media_box{
		position: relative;
		width: 100%;
		height: 123px;
	}
	.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: -16px;
	    margin-top: -15px;
	    z-index: 99;
	    width:33px;
	}
	.media_list li .media_box i{
	    position: absolute;
	    width: 218px;
	    height: 123px;
	    left: 0;
	    top: 0;
	    background: rgba(0,0,0,0.3);
	}
	.media_list li:nth-child(4n){
		margin-right: 0;
	}
	/*文章详情*/
	.site_detail{
		padding-bottom: 25px;
		border-bottom: 1px dashed #e5e5e5;
	}
	.detail{
		text-align: center;
	}
	.detail h1{
		font-size: 25px;
		color: #3b8523;
	    margin-top: 40px;
	    margin-bottom: 10px;
	}
	.detail h3{
		font-size: 25px;
		font-weight: 100;
		font-family: "宋体";
		color: #3b8523;
		margin-bottom: 24px;
	}
	.detail .info{
		font-size: 14px;
		color: #707070;
		margin-bottom: 20px;
	}
	.detail .info span{
		margin-right: 62px;
	}
	.detail .info span:last-child{
		margin-right: 0;
	}
	.detail_content{
		font-size: 15px;
		color: #333333;
	}
	.detail_content p{
		text-indent: 2rem;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.detail_content .detPic{
		text-align: center;
		margin: 30px 0;
	}
	.detail_content .detPic img{
		width: 530px;
	}
	.detail_content .detPic p{
		font-family: '宋体';
		margin-top: 10px;
	}
	/*主要菜篮子价格日动态数据*/
	.price_title h2{
		width: 288px;
	}
	.price_title p{
		width: 622px;
	}
	.price_tabs{
		overflow: hidden;
		color: #999999;
		font-size: 17px;
	    margin-left: 92px;
	    margin-top: 6px;
	    margin-bottom: 30px;
	}
	.price_tabs li{
		float: left;
		width: 184px;
		height: 38px;
		line-height: 38px;
		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: 100%;
	    color: #333333;
	    font-size: 12px;
	}
	.media_table th, .media_table td{
		padding: 10px 0;
		text-align: center;
		width:120px;
	}
	.table_th2{width:200px!important;}
	.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: 192px;
		float: left;
		overflow: hidden;
		text-align: center;
		border: 1px solid #8acc66;
		margin-top: 43px;
	}
	.detail_left img{
		width: 176px;
		height: 208px;
		display: inline-block;
		border-radius: 4px;
		margin-top: 14px;
	}
	.detail_left .name{
		font-size: 17px;
		color: #333333;
		margin-top: 16px;
		margin-bottom: 10px;
		padding: 0 8px;
	}
	.detail_left .job{
		font-size: 12px;
		color: #707070;
		margin-bottom: 15px;
		padding: 0 8px;
		line-height: 1.5;
	}
	.detail_right{
		width: 728px;
		float: left;
		overflow: hidden;
		padding-left: 35px;
	}
	.detail_right .detail h1{
		margin-bottom: 25px;
	}
	.detail_right .detail .info{
		margin-bottom: 15px;
	}
	/*首页*/
	
.dynamic_headlines .pic{
	width: 100px;
	display: inline-block;
	margin-right: 25px;
	float: left;
}
.dynamic_headlines h1{
    font-size: 28px;
    color: #af0201;
    float: left;
}
.headlines_brief{
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	margin-top: 15px;
	line-height: 26px;
	margin-bottom: 40px;
}
.headlines_brief .look{
    font-size: 14px;
    color: #d8686b;
    float: right;
}
.contentArt_banner{
	float: left;
	position: relative;
	width: 470px;
	height: 310px;
}
.contentArt_banner ul li{
	width: 100%;
	height: 370px;
	position: relative;
}
.contentArt_banner ul li a{
	display: block;
}
.contentArt_banner ul li img{
	width: 470px;
	height: 310px;
}
.contentArt_banner ul li p{
	width: 470px;
    padding-left: 14px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    bottom: 60px;
    left: 0;
    color: #ffffff;
    background: url(wcbg_mainLb_shadow_v2020.png) left bottom no-repeat;
    background-size: 100% 100%;
    font-size: 15px;
}
.contentArt_banner .hd{
	position: absolute;
    right: 0;
    bottom: 17px;
    width: 90px;
    height: 12px;
}
.contentArt_banner .hd li {
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    cursor: pointer;
    background: #FFFFFF;
}

.contentArt_banner .hd li.on {
    background: #5c970f;
}
.brief_news{
	float: right;
	width: 420px;
	height: 310px;
	border: 1px solid #e6e6e6;
}
.brief_news li{
	padding: 13px 26px;
	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: 15px;
	margin-bottom: 8px;
}
.brief_news .info{
	font-size: 12px;
	color: #808080;
	text-indent: 2em;
}
.more{
    color: #fff;
    width: 50px;
    height: 24px;
    background: #75c88e;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    float: right;
    margin-right: 0px;
    margin-top: 10px;
}
.expertHead{
	margin-top: 40px;
	text-align: center;
	margin-bottom: 30px;
}
.expertHead img{
	width: 530px;
	height: 62px;
	float: none;
}
.content_expert_listBox .expertCon_box {
	width: 174px;
	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: 174px;
    height: 180px;
	margin-left: 0;
	display: block;
	margin-left: 0;
}
.content_expert_listUl .content_expertCnt{
	padding: 0 10px;
}
.content_expertCnt h4{
	font-size: 17px;
	color: #3d6705;
	margin-top: 16px;
}
.content_expertCnt .line{
	width: 37px;
    margin-top: -5px;
}
.content_expertCnt {
	color: #999999;
	font-size: 12px;
	position: relative;
}
.content_expertCnt .job{
	line-height: 23px;
}
.content_expertCnt .opinion{
	font-size: 15px;
	color: #3b8523;
    margin-top: 8px;
    line-height: 24px;
    margin-bottom: 30px;
}
.prev{
	position: absolute;
	width: 40px !important;
    height: 50px !important;
    background: url(wcbg_arrowL_v2021.png) center no-repeat !important;
    background-size: 100% 1005;
    top: 802px !important;
    left: 197px !important;
    cursor: pointer;
}
.next{
	position: absolute;
	width: 40px !important;
    height: 50px !important;
    background: url(wcbg_arrowR_v2021.png) center no-repeat !important;
    background-size: 100% 1005;
    top: 802px !important;
    right: 197px !important;
    cursor: pointer;
}
.wcbg_dynaPrice{
	margin-top: 50px;
}
.wcbg_analysis{
    padding-bottom: 0px;
    margin-top: 30px;
}
/*.dynaPrice_box{
	width: 1000px;
    margin: 0 auto;
    padding: 0 14px;
}*/
.dynaPrice_top{
	overflow: hidden;
	margin-bottom: 0px;
}
.wcbg_cai{
	margin-bottom: 50px;
}
.dynaPrice_top .top_left{
	width: 449px;
	float: left;
	text-align: center;
}
.dynaPrice_top .top_left h3,.dynaPrice_top .top_right h3{
	font-size: 25px;
	color: #3faa70;
	font-weight: 700;
	margin-bottom: 10px;
}
.dynaPrice_top .top_right{
	width: 449px;
	float: right;
	text-align: center;
}
.dynaPrice_content{
	overflow: hidden;
	/*padding: 0 40px;*/

}
.dynaPrice_left{
	width: 440px;
	float: left;
}
.dynaPrice_right ul,.dynaPrice_left ul{
	padding-top: 20px;
}
.up .dynaPrice_box{

}
.up .dynaPrice_right .title,.up .dynaPrice_left .title{
	width: 346px;
}
.up .dynaPrice_right .title{
	width: 285px;
}
.up .dynaPrice_left li{
	width: 440px;
}
.up .dynaPrice_right li{
	width: 410px;
}
.dynaPrice_left li,.dynaPrice_right li{
	width: 400px;
	padding: 13px 0;
	border-bottom: 1px dashed #ededed;
	font-size: 18px;
}
.dynaPrice_left li:hover a .title,.dynaPrice_right li:hover a .title{
	color: #127750;
}
.dynaPrice_left li:last-child,.dynaPrice_right li:last-child{
	border-bottom: 0;
}
.dynaPrice_left li a,.dynaPrice_right li a{
	color: #333333;
}
.dynaPrice_left .addr{
	float: none;
	display: inline-block;
	color: #FFFFFF;
	width: 80px;
    height: 23px;
    line-height: 23px;
	font-size: 12px;
	background: #feb361;
    text-align: center;
    border-radius: 25px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -10px;
}
.dynaPrice_right{
	width: 410px;
	float: right;
}
.dynaPrice_right .date{
	float: right;
	color: #75c88e;
	font-size: 15px;
}
.dynaPrice_right img{
	margin-right: 5px;
}
.dynaPrice_right .title,.dynaPrice_left .title{
	display: inline-block;
	font-size: 15px;
	width: 270px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.wcbg_cai .expertHead{
	margin-top: 50px;
}
.wcbg_cai .expertHead img{
	height: 60px;
}
.index_tabs{
	font-size: 14px;
	margin-top: 25px;
	margin-left: 160px;
}
.index_tabs li{
	width: 155px;
	height: 32px;
	line-height: 32px;
}
.index_tabs .active,.index_tabs li:hover{
	background: #3faa70;
	border-radius: 4px;
}
.analysis{
	float: left;
}
.analysis_tabs{
	margin-top: 40px;
}
.analysis_tabs span{
	display: inline-block;
	width: 85px;
    height: 27px;
    line-height: 27px;
    border-radius: 27px;
	text-align: center;
	color: #999999;
	font-size: 12px;
	cursor: pointer;
	font-size: 15px;
}
.analysis_tabs .active,.analysis_tabs span:hover{
	color: #FFFFFF;
	background: #3faa70;
}
.wcbg_media .media_left{
	float: left;
	width: 550px;
}
.left_video{
	width: 360px;
	float: left;
}
.media_left .video_box{
	width: 360px;
	height: 205px;
	position: relative;
}
.media_left .video_box .big{
	width: 360px;
	height: 205px;
}
.video_box i,.video_con1 i{
	width: 175px;
    height: 100px;
    position: absolute;
    background: rgba(0,0,0,0.3);
}
.video_box i{
	width: 360px;
	height: 205px;
}
.video_box .viPic{
	position: absolute;
    right: 20px;
    top: 20px;
}
.video_box p{
	width: 320px;
    height: 32px;
    color: #fff;
    background: #3faa70;
    line-height: 32px;
    padding-left: 10px;
    position: absolute;
    bottom: 15px;
    margin-left: 20px;
    font-size: 15px;
}
.video_cont{
    width: 360px;
    overflow: hidden;
    margin-top: 5px;
}
.video_con1{
	width: 175px;
	position: relative;
    float: left;
}
.video_con2{
	float: right;
}
.video_con1 .big{
    width: 175px;
    height: 100px;
}
.video_con1 p{
    height: 20px;
    line-height: 20px;
    width: 160px;
    background: #3faa70;
    position: absolute;
    bottom: 10px;
    margin-left: 5px;
    padding: 0 10px;
    font-size: 12px;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.video_con1 .viPic,.pic_con .ptPic{
	position: absolute;
    right: 10px;
    top: 10px;
}
.right_pic{
    width: 185px;
    float: right;
}
.pic_con{
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}
.right_pic a:last-child .pic_con{
	margin-bottom: 0;
}
.pic_con .pic{
    width: 185px;
    height: 100px;
}
.pic_con p{
    height: 20px;
    line-height: 20px;
    width: 165px;
    background: #3faa70;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.media_more{
	margin-right: 0;
	margin-top: 20px;
}
.wcbg_media .media_right{
	float: right;
	width: 334px;
	border: 1px solid #e6e6e6;
	padding: 0 25px;
}
.media_right li{
	border-bottom: 1px dashed #e6e6e6;
	padding: 13.5px 0;
}
.media_right li:last-child{
	border: 0;
}
.media_right li a{
	font-size: 15px;
    color: #3b8523;
    line-height: 25px;
}
.moreIn{
	margin-top: 0;
	margin-bottom: 20px;
}
.wcbg_lesale{
	width: 452px;
    float: right;
    padding-top: 50px;
}
.wcbg_lesale .date{
	font-size: 17px;
	font-weight: 700;
	color: #127750;
}
.wcbg_lesale .ramble{
	display: inline-block;
	width: 55px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	background: #75c88e;
	float: right;
	text-align: center;
	border-radius: 4px;
	font-size: 12px;
}
.lesale_box .line{
	height: 265px;
	margin-top: 40px;
	float: left;
}
.lesales_cont{
	width: 420px;
	float: left;
}
.cont_top{
	width: 295px;
    height: 32px;
    background: #e42530;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 17px;
    margin-top: 22px;
}
.cont_top .ind{
	padding-left: 20px;
	float: left;
	line-height: 31px;
}
.cont_top span{
	display: inline-block;
}
.cont_top .nn{
	float: right;
    height: 26px;
    line-height: 32px;
    width: 167px;
    margin-top: 3px;
    margin-right: 3px;
    background: #fff;
}
.cont_top .nn p:first-child{
	color: #000;
	font-size: 17px;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	margin-top: -3px;
}
.cont_top .nn img{
    margin-top: -3px;
}
.cont_top .nn p:last-child{
	color: #e42530;
	font-size: 14px;
	float: left;
	margin-top: -3px;
}
.lesales_cai{
	margin-top: 26px;
}
.lesales_cai li{
	float: left;
	width: 75px;
	border-bottom: 2px solid #49ab4a;
    border-right: 2px solid #49ab4a;
    font-size: 12px;
    font-weight: 700;
    color: #333333;
    padding-left: 10px;
    padding-top: 6px;
    height: 100px;
}
.lesales_cai li:last-child{
	border-right: 0;
}
.lesales_cai li .arrBo{
    border-radius: 4px;
    color: #fff;
    background: #6ce840;
    width: 56px;
    padding: 2px 0;
    font-weight: 400;
    margin-bottom: 10px;
}
.lesales_cai li:nth-child(4) .arrBo,.lesales_cai li:nth-child(5) .arrBo{
	background: #fb5147;
}
.lesales_cai li .arrBo img{
    margin-left: 4px;
    margin-top: -2px;
}
.lesales_cai li p{
	margin-bottom: 3px;
}
.lesales_cai li:first-child{
    font-size: 14px;
    color: #4eb051;
    width: 120px;
    padding-top: 25px;
    font-weight: 700;
    border-bottom: 2px solid #49ab4a;
    border-right: 2px solid #49ab4a;
    position: relative;
    padding-left: 0;
}
.lesales_cai li:first-child span{
	font-weight: 400;
	color: #e42530;
	margin-left: -3px;
}
.lesales_cai li:first-child img{
	margin-left: 2px;
	width: 10px;
}
.lesales_cai li:first-child p:first-child{
	margin-bottom: 8px;
}
.lesales_cai li:first-child p:last-child{
	margin-bottom: 26px;
}
.lesales_cai .pp{
	margin-bottom: 36px;
}
.lesales_cai li:first-child p:last-child span{
	color: #e42530;
	font-weight: 400;
}
.lesales_cai li:first-child p:last-child img{
	margin-left: 5px;
}
.lesales_cai .pri{
	color: #e50b20;
	font-size: 17px;
	width: 100px;
	height: 30px;
	line-height: 26px;
	background: #fff;
	border: 2px solid #2f9e2d;
	position: absolute;
    bottom: -12px;
    text-align: center;
}
.lesales_lai li{
    margin-top: 26px;
}
.lesales_lai li:nth-child(2){
	width: 114px;
}
.lesales_lai li:last-child{
	width: 186px;
	border-right: 0;
}
.lesales_lai li{
	border-bottom: 2px solid #eca61f;
    border-right: 2px solid #eca61f;
}
.lesales_lai li:first-child{
	color: #eca61f;
	border-bottom: 2px solid #eca61f;
    border-right: 2px solid #eca61f;
}
.lesales_lai .pri{
	border: 2px solid #eca61f;
}
.lesales_lai li:nth-child(2) .arrBo, .lesales_lai li:nth-child(3) .arrBo{
    background: #fb5147;
}
.brief_news .more{
	margin-right: 26px;
}
}