/* CSS Document */
/* 超小设备（手机，小于 768px） */
.f-20{font-size: 20px; line-height:25px;}
/* Bootstrap 中默认情况下没有媒体查询 */
.flex-cb{ 
	display: -webkit-box; -webkit-box-lines:word-wrap; -webkit-box-pack:center; -webkit-box-align:end;
	display: flex; justify-content: center; align-items:baseline; flex-direction: row;
}
.flex-c{ 
	display: -webkit-box; -webkit-box-lines:word-wrap; -webkit-box-pack:center; -webkit-box-align:center;
	display: flex; justify-content: center; align-items:center; flex-direction: row;flex-wrap: wrap;
}
.imgc{
	display: -webkit-box; -webkit-box-lines:word-wrap; -webkit-box-pack:center; -webkit-box-align:center;-webkit-box-orient:horizontal;
	display: flex;flex-direction: row;justify-content:center;align-items:center; 
}
.flex-nc{ 
	display: -webkit-box; -webkit-box-lines:word-wrap; -webkit-box-pack:center; -webkit-box-align:center;
	display: flex; justify-content: center; align-items:center; flex-direction: row;
}
.flex-ntc{ 
	display: -webkit-box; -webkit-box-lines:word-break; -webkit-box-orient:horizontal; -webkit-box-pack:center; -webkit-box-align:center;
	display: flex; justify-content: center; align-items:center; flex-direction: row;flex-wrap: nowrap;
}
.flex-lt{ 
	display: -webkit-box; -webkit-box-lines:word-wrap; -webkit-box-pack:start; -webkit-box-align:start;
	display: flex; justify-content:flex-start; align-items:flex-start; flex-direction: row; flex-wrap: wrap;
}
.flex-lc{ 
	display: -webkit-box; -webkit-box-lines:word-wrap; -webkit-box-pack:start; -webkit-box-align:center;
	display: flex; justify-content:flex-start; align-items:center; flex-direction: row; flex-wrap: wrap;
}
.flex-ylc{ 
	display: -webkit-box; -webkit-box-lines:word-wrap; -webkit-box-orient:horizontal; -webkit-box-pack:start; -webkit-box-align:center;
	display: flex; justify-content:flex-start; align-items:center; flex-direction: row; flex-wrap: wrap;
}
.flex-lb{ 
	display: -webkit-box; -webkit-box-orient:horizontal; -webkit-box-pack:start; -webkit-box-align:end;
	display: flex; justify-content:flex-start; align-items:flex-end; flex-direction: row;
}
.flex-bc{ 
	display: -webkit-box; -webkit-box-pack:justify; -webkit-box-align:center; -webkit-box-orient:horizontal; -webkit-box-lines:word-wrap;
	display: flex; justify-content:space-between; align-items:center; flex-direction: row; flex-wrap: wrap;
}
.flex-bb{ 
	display: -webkit-box; -webkit-box-pack:justify; -webkit-box-align:end; -webkit-box-orient:horizontal; -webkit-box-lines:word-wrap;
	display: flex; justify-content:space-between; align-items:flex-end; flex-direction: row; flex-wrap: wrap;
}
.flex-nbc{
	display: -webkit-box; -webkit-box-lines:word-break; -webkit-box-orient:horizontal; -webkit-box-pack:justify; -webkit-box-align:center;
	display: flex; justify-content:space-between; align-items:center; flex-direction: row; flex-wrap: nowrap;
}
.flex-rc{ 
	display: -webkit-box; -webkit-box-orient:horizontal; -webkit-box-pack:end; -webkit-box-align:center;
	display: flex; justify-content:flex-end; align-items:center; flex-direction: row; flex-wrap: wrap;
}
.flex-ct{ 
	display: -webkit-box; -webkit-box-pack:start; -webkit-box-align: center; -webkit-box-orient:horizontal;
	display: flex; justify-content:center; align-items:flex-start; flex-direction: row;
}
.flex-rcn{
	display: -webkit-box; -webkit-box-pack:end; -webkit-box-align: center; -webkit-box-lines:word-break; -webkit-box-orient:horizontal;
	display: flex; justify-content:flex-end; align-items:center; flex-direction: row; flex-wrap: nowrap;
}
.flex-hc{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:center; -webkit-box-align: center; 
	display: flex; justify-content: center; align-items:center; flex-direction:column;
}
.flex-hlc{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:center; -webkit-box-align:start;
	display: flex; justify-content: center; align-items:flex-start; flex-direction:column;align-content:center;
}
.flex-htl{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:start; -webkit-box-align:start;
	display: flex; justify-content: center; align-items:flex-start; flex-direction:column;align-content:flex-start;
}
.flex-hrt{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:start; -webkit-box-align:end;
	display: flex; justify-content: center; align-items:flex-end; flex-direction:column;align-content:flex-start;
}

.flex-hbl{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:end; -webkit-box-align:start;
	display: flex; justify-content: flex-end; align-items:flex-start; flex-direction:column;align-content:flex-end;
}
.flex-hrc{
	display: -webkit-box; -webkit-box-pack:center; -webkit-box-align:end; -webkit-box-orient:vertical;
	display: flex; justify-content: center; align-items:flex-end; flex-direction:column;align-content:center;
}
.flex-hlb{
	display: -webkit-box; -webkit-box-pack:justify; -webkit-box-align: center; -webkit-box-orient:vertical;
	display: flex; justify-content: space-between; align-items:center; flex-direction:column;align-content:flex-start;
}
.flex-hrb{
	display: -webkit-box; -webkit-box-pack:end; -webkit-box-align: end; -webkit-box-orient:vertical;
	display: flex; justify-content: center; align-items:flex-end; flex-direction:column;align-content:flex-end;
}
.flex-nlt{
	display: -webkit-box; -webkit-box-lines:word-break; -webkit-box-orient:horizontal; -webkit-box-pack:start; -webkit-box-align:start;
	display: flex; justify-content:flex-start; align-items:flex-start; flex-direction: row; flex-wrap: nowrap;
}
.flex-nlc{
	display: -webkit-box; -webkit-box-pack:start; -webkit-box-align: center; -webkit-box-lines:word-break; -webkit-box-orient:horizontal;
	display: flex; justify-content:flex-start; align-items:center; flex-direction: row; flex-wrap: nowrap;
}
.flex-htc{
	display: -webkit-box; -webkit-box-pack:start; -webkit-box-align: center; -webkit-box-orient:vertical;
	display: flex; justify-content: flex-start; align-items:center; flex-direction:column;align-content:center;
}
.flex-rb{
	display: -webkit-box; -webkit-box-pack:end; -webkit-box-align: end; -webkit-box-orient:horizontal;
	display: flex; justify-content: flex-end; align-items:flex-end; flex-direction:row;
}
.flex-bt{
	display: -webkit-box; -webkit-box-pack:justify; -webkit-box-align:start; -webkit-box-lines:word-wrap;
	display: flex; justify-content:space-between; align-items:flex-start; flex-direction:row; flex-wrap: wrap; align-content:flex-start; 
}
.flex-nbt{
	display: -webkit-box; -webkit-box-lines:word-break; -webkit-box-orient:horizontal; -webkit-box-pack:justify; -webkit-box-align:start; 
	display: flex; justify-content:space-between; align-items:flex-start; flex-direction:row; flex-wrap: nowrap;
}
.flex-nrc{
	display: -webkit-box; -webkit-box-pack:center; -webkit-box-align: end; -webkit-box-lines:word-break; 
	display: flex; justify-content: center; align-items:flex-end; flex-direction:column; flex-wrap: nowrap;
}

.my-move{
transition:all .3s ease;
-moz-transition:all .3s ease; /* Firefox 4 */
-webkit-transition:all .3s ease; /* Safari and Chrome */
-o-transition:all .3s ease; /* Opera */
}
.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.text-overflow2{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.text-overflow3{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical;}
.text-overflow5{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;line-clamp: 5;-webkit-box-orient: vertical;}
.bg-fff{background-color: #fff;}
.pb-30{padding-bottom: 30px !important;}


/* 小型设备（平板电脑，768px 起） */
@media (min-width:768px) { }

/* 中型设备（台式电脑，992px 起） */
@media (min-width:992px) {
.dh-fix{ position:fixed;width:inherit; z-index:10; }
.view-dh-fix{width:100%; z-index:10; margin-top:120px;}
.view-lanmu-fixed{ position:fixed; top:60px; margin-top:0 !important; width:80px; }
.md-channel-item span{ padding-left:15px !important; padding-top:3px; background-image:none !important; }
.more-channels{left:120px;}
.view-more-channels{left:65px;}
.daohang{ width:160px;}
.new24,.search{width:248px;}
#pagelet-nsubscribe .Pgc_info .image_head{left:90px;}
.otherAction{ position:relative;width:59px; left:245px;}
.ranktop{left:960px;}
.randBox .com-title{float:left; padding-left:10px; _width:105px; max-width:105px; overflow:hidden;}
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width:1170px) {
.dh-fix{ position:fixed;width:inherit;z-index:10; }	
.view-dh-fix{width:100%;z-index:10; margin-top:120px;}
.view-lanmu-fixed{ position:fixed; top:60px; margin-top:0 !important; width:100px;}
.md-channel-item span{ padding-left:30px !important; background-image:url(../images/channel_logo.png) !important; padding-top:3px; }
.more-channels{left:140px;}
.view-more-channels{left:75px;}
.daohang{ width:195px;}
.new24,.search{width:292px;}
#pagelet-nsubscribe .Pgc_info .image_head{left:115px;}
.otherAction{ position:relative;width:59px; left:280px;}
.ranktop{left:1160px;}
.randBox .com-title{float:left; padding-left:10px; _width:160px; max-width:160px; overflow:hidden;}
}

ul,li{ list-style:none;}

a{ text-decoration:none; color:#000;}
a:link{text-decoration:none;}
a:hover{text-decoration:none; color:#e60012;}

body{ background:#f1f2f3 repeat 0 0 ; font-family: "Microsoft YaHei", Tahoma, Arial, "宋体"; }
.paddingt0{padding-top:0; margin-top:0;}
.paddingt10{padding-top:10px;}
.paddingr0{padding-right:0;}
.paddingl0 li{padding-left:0 !important;}
.paddingl5r5{padding-left:5px; padding-right:5px;}
.margint0{ margin-top:0 !important;}
.fontw{ font-weight:bold;}
.color-red{ color:#F00}


.head-one{ width:100%; background-color:#e60012; height:50px; display:inline-block; position:fixed; z-index:9999; top:0;}
.head-one .row{height: 50px;}
.head-one img{height:35px; width: auto;}
.head-one a{ color:#FFF; margin: 0 20px; font-size: 20px; padding: 5px 15px;}
.head-one a:hover,.head-one a.on{background-color: #fff; color: #000000; border-radius: 5px;}
.head-one-1{width: 220px; flex-shrink: 0; }
.head-one-1 img{margin-right: 5px; height: 30px; width: auto;}
.head-one-1 a,.head-one-1 a:hover{color: #fff; padding: 0; margin: 0;font-size:25px; font-weight: bold;}

.head-one-2{margin-top: 5px; flex-grow: 1; margin-left: 60px;}
.head-one .head-one-1 a:hover{background-color: unset;}

/* .userhleft{ float:left; margin:0; padding:0;}
.userhleft li,.userhright li{ float:left; padding:0 20px; border-right:#FFF 1px dotted;}
.userhright{float:right;}
.loginBtn{ background-color:#000; padding:0 20px; overflow:hidden;transition:All 0.3s ease-in-out;-webkit-transition:All 0.3s ease-in-out;-moz-transition:All 0.3s ease-in-out;-o-transition:All 0.3s ease-in-out; }
.loginBtn a{color:#FFF;}
.topHead{ width:20px; height:20px; margin:1px 10px 1px 0; border:1px solid #FFF; border-radius:50%; overflow:hidden; float:left;}
.topHead img{ width:25px; height:25px; text-align:center; vertical-align:middle;}
.topUname{ float:left;}
.topUname a{ color:#FFF;}
.right0{right:0;left:auto}
.erweima_small{ width:100px; height:100px; margin:5px 0; background-color:#FFF;} */
.allpage{ padding-top:65px;}


.logo{ padding:10px 20px;}
.lanmu{ position:relative; z-index:10;}
.lanmu li{ text-align:left; font-size:20px; margin:2px auto;}
.lanmu li a{ padding:8px 5px;}
.lanmu li a,.lanmu li a:visited{ color:#000;}
.lanmu li a:hover,.lanmu>li>a.meucact{ background-color:#e60012; color:#fff;}
.lanmu li a:hover span{ background-image:none;}

/* .channel-item .channel-tag,.fixed-channels .channel-tag{background-position:-224px -66px}
.channel-item .news_hot,.fixed-channels .news_hot{background-position:-224px -122px}
.channel-item .news_society,.fixed-channels .news_society{background-position:-224px -178px}
.channel-item .news_entertainment,.fixed-channels .news_entertainment{background-position:-224px -234px}
.channel-item .news_tech,.fixed-channels .news_tech{background-position:-224px -290px}
.channel-item .news_car,.fixed-channels .news_car{background-position:-224px -346px}
.channel-item .news_sports,.fixed-channels .news_sports{background-position:-224px -402px}
.channel-item .news_finance,.fixed-channels .news_finance{background-position:-224px -458px}
.channel-item .news_military,.fixed-channels .news_military{background-position:-224px -514px}
.channel-item .news_world,.fixed-channels .news_world{background-position:-224px -570px}
.channel-item .more,.fixed-channels .more{background-position:-224px -626px}
.channel-item .fold,.fixed-channels .fold{background-position:-224px -682px}
.channel-item .news_fashion,.fixed-channels .news_fashion{background-position:-224px -738px}
.channel-item .news_travel,.fixed-channels .news_travel{background-position:-224px -794px}
.channel-item .news_discovery,.fixed-channels .news_discovery{background-position:-224px -850px}
.channel-item .news_baby,.fixed-channels .news_baby{background-position:-224px -906px}
.channel-item .news_regimen,.fixed-channels .news_regimen{background-position:-224px -962px}
.channel-item .news_story,.fixed-channels .news_story{background-position:-224px -1018px}
.channel-item .news_essay,.fixed-channels .news_essay{background-position:-224px -1074px}
.channel-item .news_game,.fixed-channels .news_game{background-position:-224px -1130px}
.channel-item .news_history,.fixed-channels .news_history{background-position:-224px -1186px}
.channel-item .news_food,.fixed-channels .news_food{background-position:-224px -1242px}
.channel-item .news_diaoding,.fixed-channels .news_diaoding{background-position:-224px -3908px}
.channel-item .news_buyi,.fixed-channels .news_buyi{background-position:-224px -3964px}
.channel-item .news_wujin,.fixed-channels .news_wujin{background-position:-224px -4020px}
.channel-item .news_yusuan,.fixed-channels .news_yusuan{background-position:-224px -4076px}
.channel-item .news_dinuan,.fixed-channels .news_dinuan{background-position:-224px -4132px}
.channel-item .news_fengshui,.fixed-channels .news_fengshui{background-position:-224px -4188px}
.channel-item .news_fucai,.fixed-channels .news_fucai{background-position:-224px -4244px}
.more-channels{display:none;position:absolute;bottom:0;width:240px;background:#fff;z-index:1000 !important;border:1px solid #f5f6f7;box-shadow:0 1px 4px 0 rgba(0,0,0,.12);padding:5px;min-height:100px; border-radius:5px;}
.more-channels li{ margin:0;} */


.lbtns{display:inline-block;}
.lbtns.weblink{width:100%;height:40px;line-height:40px;font-size:16px;color:#fff;background:#2a90d7;text-align:center;border-radius:4px;margin:5px 0;}
.lbtns.tmall{width:100%;height:40px;line-height:40px;font-size:16px;color:#fff;background:#2a90d7;text-align:center;border-radius:4px;margin:5px 0;}
.lbtns.renzheng{width:100%;height:60px;line-height:60px;font-size:16px;color: #fff;background: #ED4040;text-align: center;border-radius: 4px;margin: 60px 0;}
.footer{font-size:12px;color:#999;height:16px;line-height:16px}
.rfooter{margin-top:1px}
.lbtn{display:inline-block;}

.lbtn.source{border:1px solid #eee;color:#eee;margin-right:10px;padding:1px 2px;height:18px;line-height:15px;font-size: 12px;}
.lbtn.source:hover{border:1px solid #FF0C00;color:#FF0C00;}
.lbtn.news_hot,.lbtn.news_hot:visited{border-color:#FF8B11!important;color:#FF8B11!important;}

.lbtn.news_society,.lbtn.news_society:visited{border-color:#EF804D!important;color:#EF804D!important;}
.lbtn.news_entertainment,.lbtn.news_entertainment:visited{border-color:#067F97!important;color:#067F97!important;}
.lbtn.news_tech,.lbtn.news_tech:visited{border-color:#0B8680!important;color:#0B8680!important;}
.lbtn.news_car,.lbtn.news_car:visited{border-color:#06ACAC!important;color:#06ACAC!important;}
.lbtn.news_sports,.lbtn.news_sports:visited{border-color:#EF814E!important;color:#EF814E!important;}
.lbtn.news_finance,.lbtn.news_finance:visited{border-color:#BB5327!important;color:#BB5327!important;}
.lbtn.news_military,.lbtn.news_military:visited{border-color:#BFA57F!important;color:#BFA57F!important;}
.lbtn.news_fashion,.lbtn.news_fashion:visited{border-color:#7B678D!important;color:#7B678D!important;}
.lbtn.news_discovery,.lbtn.news_discovery:visited{border-color:#C1A884!important;color:#C1A884!important;}
.lbtn.news_regimen,.lbtn.news_regimen:visited{border-color:#06ACAC!important;color:#06ACAC!important;}
.lbtn.news_essay,.lbtn.news_essay:visited{border-color:#AF4184!important;color:#AF4184!important;}
.lbtn.news_food,.lbtn.news_food:visited{border-color:#7DAC6A!important;color:#7DAC6A!important;}
.lbtn.news_world,.lbtn.news_world:visited{border-color:#01B091!important;color:#01B091!important;}
.lbtn.news_travel,.lbtn.news_travel:visited{border-color:#E60012!important;color:#E60012!important;}
.lbtn.news_baby,.lbtn.news_baby:visited{border-color:#935136!important;color:#935136!important;}
.lbtn.news_story,.lbtn.news_story:visited{border-color:#F08858!important;color:#F08858!important;}
.lbtn.news_game,.lbtn.news_game:visited{border-color:#EF824F!important;color:#EF824F!important;}
.lbtn.news_fengshui,.lbtn.news_fengshui:visited{border-color:#4D2424!important;color:#4D2424!important;}
.lbtn.news_fucai,.lbtn.news_fucai:visited{border-color:#FFF100!important;color:#FFF100!important;}
.lbtn.news_dinuan,.lbtn.news_dinuan:visited{border-color:#F08200!important;color:#F08200!important;}
.lbtn.news_history,.lbtn.news_history:visited{border-color:#D0A200!important;color:#D0A200!important;}
.lbtn.news_diaoding,.lbtn.news_diaoding:visited{border-color:#9FA0A0!important;color:#9FA0A0!important;}
.lbtn.news_buyi,.lbtn.news_buyi:visited{border-color:#7B678D!important;color:#7B678D!important;}
.lbtn.news_wujin,.lbtn.news_wujin:visited{border-color:#935136!important;color:#935136!important;}
.lbtn.news_yusuan,.lbtn.news_yusuan:visited{border-color:#7DAC6A!important;color:#7DAC6A!important;}
.lbtn.indexs{background-image: url(../images/newindex_z_eabf921.png);background-repeat: no-repeat;color: #777;font-size: 14px;padding:1px 2px;height:14px;line-height:14px;}
.lbtn.comment{padding-left: 23px;background-position: -20px -5px;}
.lbtn.comment:hover{color:#FF0C00;background-position: -20px -102px;}
.lbtn.time{padding-left:23px;background-position:-23px -78px;}
.lbtn.time:hover{color:#FF0C00;background-position:-23px -121px;}
.lbtn.liulan{padding-left: 28px;background-position:-20px -54px;}
.lbtn.liulan:hover{color:#FF0C00;background-position:-20px -138px;}
.lbtn.weblink{color: #000;background: #FFFFFF;padding: 0 2px 0 2px;border: 1px solid #ED4040;border-radius: 4px;}
.lbtn.tmall{color: #000;background: #FFFFFF;padding:0 2px 0 2px;border: 1px solid #ED4040;border-radius: 4px;}
.lbtn.tel{color:#406599;}
.lbtn.hit{margin-right: 10px;padding: 1px 2px;height: 14px;line-height: 14px;font-size: 12px;position: relative;color: #ff4800;}
.lbtn.hiti{background-position:-398px -522px;}
.lbtn.star-icon{display:inline-block;margin-right:5px;width:14px;height:14px;vertical-align:middle;position:relative;top:-.1em;background-image: url(https://gss1.bdstatic.com/5eR1dDebRNRTm2_p8IuM_a/her/static/indexher/pkg/aio_z.761ecc5.png);}


/*文章区域---------------------
---------------------------
--------------------------------*/
.wenzhang{}
.wenzhang a:visited,.wenzhang a:visited h4{text-decoration:none !important; color:#999 !important;}
.bg-fff{margin-left:-10px; margin-right:10px;background-color:#FFF; padding:10px;}
.list-item{ margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #F2F2F2;}
.list-line{margin-bottom:15px; height:15px; border-bottom:1px solid #F2F2F2;}
.three-img{ margin-left:-5px; margin-right:-5px;}
.three-img img{height:130px; width:100%;}
.three-img1{height: 180px;}
.three-img1 img{height:180px;}


.dan_img img{_height:130px; max-height:130px; width:100%;}
#artlist .col-lg-4{height:180px;display:flex; align-items:center;}
#artlist .col-md-4{height:150px;display:flex; align-items:center;}
.morePrompt{ display:none;flex-direction: row; align-items:center; justify-content:center; margin-bottom:15px;}
.morePrompt img{ width:17px;}

/*推荐文章功能块样式*/
.tuijinMpt,.tuijinMore{border:1px solid #088f51 !important; border-radius:2px; text-align:center; color:#088f51; font-size:1rem !important; padding:5px 0 !important; background-color:#b9e9d3; cursor:pointer; font-size:16px !important; margin-bottom:10px;}
.tuijinMore{ margin-top:-15px;}

/*文章列表样式*/
.ptop-0{ padding-top:0 !important;}
.ad-article{ width:inherit;}
.ad-article img{width:660px; padding:5px 0;}
.three-article img{width:31%; margin:5px 2% 5px 0; height:130px; border:1px solid #F5F5F5; box-sizing:border-box; }
.ad-article h1{ font-size:18px; font-weight:bold;}
.ad-article h1 a{color:#000;}
.ad-article h1 a:hover{ color:#406599;}
.ad-article h1 a:visited{color:#999;}
.ad-biaozhi:link,.ad-biaozhi:visited,.ad-biaozhi:hover{ color:#06F !important; border:1px solid #06F !important;}
/*文章阅读页面*/
.tel-mid{ font-size:16px; padding-left:10px;}
.tel-mid_2{ font-size:14px !important; padding-left:10px;}
.comlink{width:auto;height:30px;line-height:30px;font-size:16px;color:#fff;background:#2a90d7;text-align:center;border-radius:4px;margin:5px 10px; padding:0 15px;}
.comlink:hover{ background-color:#000;}
.head-two{padding:30px 0 5px 0; border-bottom:1px solid #CCC; margin-top:25px; background-color:#FFF;}
.head-two-dh{ line-height:35px; font-size:16px; padding-left: 5px;}
.leftpinglun{width:32px;height:25px;padding:0 0 10px 0 !important; border-bottom:1px solid #E7E7E7; margin-bottom:15px; max-width:60px;}
.leftpinglun a,.leftpinglun a:visited,.leftpinglun a:hover{width:32px;height:25px; display:block;background:#ed4040;text-align:center;color:#fff !important;font-size:12px; line-height:25px;border-radius:5px;max-width:60px;}
.allpage-view{ padding-top:30px;}
.sharearea{width: 200px; flex-shrink: 0;}
.sharearea>div{margin-left: 10px; cursor: pointer;}
.sharearea>div img{width: 25px; height: 25px;}
.detail-left{ position: relative; z-index:10;}
.detail-left a{ float:none; clear:both;}
.artview h1{ line-height:45px;}
.minibar{position:relative;height:30px;line-height:30px;margin-top:10px;font-size:16px;color:#9e9e9e; margin-bottom:15px;}
.minibar .original, .minibar .src, .minibar .time{float:left;height:100%;margin-right:10px;}
.minibar .indexs{background-image: url(../images/newindex_z_eabf921.png);background-repeat: no-repeat;color: #777;font-size: 14px;height:14px;line-height:14px;}
.minibar .laiyuan{padding-left: 23px;background-position: -20px -5px;}
.minibar .laiyuan:hover{color:#FF0C00;background-position: -20px -102px;}
.minibar .comment{padding-left: 23px;background: url(../images/laiyuan.png) 0px center no-repeat;}
.minibar .times{padding-left:23px;background-position:-23px -78px;}
.minibar .times:hover{color:#FF0C00;background-position:-23px -121px;}
.minibar .liulan{padding-left: 28px;background-position:-20px -54px;}
.minibar .liulan:hover{color:#FF0C00;background-position:-20px -138px;}
.minibar .original{position:relative;width:40px;height:20px;top:5px;background-repeat: no-repeat;}
.artview-con{ overflow:hidden; font-size: 18px;}
.artview-con img{ max-width:100%;}
.top-actions{position:relative;padding-bottom:20px;border-bottom:4px solid #f4f5f6;margin-bottom:16px; margin-top:30px;font-size:14px;}
.labeDiv{ display:inline-block; padding:0 0 0 30px; background:url(../images/icons-png/labe.png) no-repeat 0 10px; }
.labeDiv a{ background-color:#F6F6F6; padding:5px 15px; margin:5px; width:auto; display:block; font-size:16px; float:left; border-radius:5px; color:#333;}
.labeDiv a:visited{color:#333;}
.labeDiv a:active{color:#F00;}
.artview-ad .list-item{ border:0;}

.artview .wenti{width: 100%; box-sizing: border-box; padding: 15px 5px 5px 5px; font-size: 16px; line-height: 30px;}
.artview .wenti h1{font-size: 28px;margin-top: 0;}
.artview .wenti h1 img{width: 25px; height: 25px; margin-top: -5px; margin-right: 5px;}
.artview .huida{box-sizing: border-box; padding: 15px 5px; border-top:5px solid #eee; font-size: 16px; line-height:30px;}
.artview .huida h1{font-size: 24px; margin-top: 10px;}
.artview .huida h1 img{width: 25px; height: 25px; margin-right: 5px;}


#pagelet-ncomment{margin-bottom:40px;position:relative}
#pagelet-ncomment .cheader{margin-bottom:30px}
#pagelet-ncomment .cheader .dtag{float:left;margin-bottom:0;}
#pagelet-ncomment .cheader .ctotal{float:right;color:#222;font-size:16px;height:18px;line-height:1}
#pagelet-ncomment .cheader .ctotal .ctotalnum{position:relative;display:inline-block;font-size:22px;padding-left:26px}
#pagelet-ncomment .cheader .ctotal .ctotalnum:before{content:'';position:absolute;left:0;top:50%;width:16px;height:16px;margin-top:-8px;background-repeat: no-repeat;}
#pagelet-ncomment .cavatar{position:relative;float:left;width:38px;height:38px;border:1px solid #E8E8E8;border-radius:50%;overflow:hidden;background-repeat: no-repeat;}
#pagelet-ncomment .cavatar img{border-radius:100%;opacity:1;width:100%;height:100%;-webkit-transition:.3s opacity ease-in-out;transition:.3s opacity ease-in-out}
#pagelet-ncomment .cbody{margin-left:54px;font-size:14px}
#pagelet-ncomment .ceditzone{margin-bottom:30px}
#pagelet-ncomment .ceditzone .cavatar{margin-top:3px}
#pagelet-ncomment .ceditzone .cedit{position:relative;font-size:16px;color:#bababa;border:1px solid #ddd;}
#pagelet-ncomment .ceditzone .cedit .ctextarea{padding:12px 16px 0}
#pagelet-ncomment .ceditzone .cedit .ctextarea .cinput{display:block;font-size:16px;width:100%;height:32px;resize:none;border:0;outline:0;padding:0;-webikt-transition:.1s height linear;transition:.1s height linear}
#pagelet-ncomment .ceditzone .cedit .caction{position:absolute;top:0;right:0;padding:0;border:0;height:44px}
#pagelet-ncomment .ceditzone .cedit .caction .cshare{display:none;height:100%}
#pagelet-ncomment .ceditzone .cedit .caction .cshare .snsbox{height:100%;color:#9e9e9e}
#pagelet-ncomment .ceditzone .cedit .caction .csubmit{line-height:44px;background-color:#3f404c;float:right;width:110px;height:100%;color:#fff;text-align:center;cursor:pointer}
#pagelet-ncomment .ceditzone .cedit .caction .csubmit:hover{background-color:#C30;}
#pagelet-ncomment .ceditzone .cedit.focus .ctextarea .cinput{height:150px}
#pagelet-ncomment .ceditzone .cedit.focus .caction{position:relative;height:48px;background-color:#f4f5f6;border-top:1px solid #efefef;padding-left:16px}
#pagelet-ncomment .ceditzone .cedit.focus .caction .cshare{display:inline-block}
#pagelet-ncomment .ceditzone .cedit.focus .caction .csubmit{line-height:48px}
#pagelet-ncomment .ceditzone .cedit.focus .caction .csubmit.active{background-color:#7091ce;-webkit-box-shadow:inset 0 1px 0 0 rgba(239,239,238,.004);box-shadow:inset 0 1px 0 0 rgba(239,239,238,.004)}
#pagelet-ncomment .ceditzone .cedit.focus .caction .csubmit.active:hover{background-color:rgba(112,145,206,.8)}
#pagelet-ncomment .clist .citem{margin-bottom:30px}
#pagelet-ncomment .clist .citem .cuser{margin-bottom:8px}
#pagelet-ncomment .clist .citem .ctxt{font-size:16px;line-height:22px;color:#444;margin-bottom:16px}
#pagelet-ncomment .clist .citem .cinfo{color:#999;line-height:1}
#pagelet-ncomment .clist .citem .cinfo .ctime{float:left}
#pagelet-ncomment .clist .citem .cinfo .c-actions{float:right}
#pagelet-ncomment .clist .citem .cinfo .c-actions .cbtn{display:inline-block;width:14px;height:14px}
#pagelet-ncomment .clist .citem .cinfo .c-actions .cdigg{position:relative;top:-1px;color:#999}
#pagelet-ncomment .clist .citem .cinfo .c-actions .cdigg .cbtn{margin-left:5px;background-repeat: no-repeat;}
#pagelet-ncomment .clist .citem .cinfo .c-actions .cdigg.digged .cbtn,#pagelet-ncomment .clist .citem .cinfo .c-actions .cdigg.digged:hover .cbtn{background-repeat: no-repeat;}
#pagelet-ncomment .clist .citem .cinfo .c-actions .cdigg:hover .cbtn{background-repeat: no-repeat;}
#pagelet-ncomment .clist .citem .cinfo .c-actions .creply{margin:0 26px}
#pagelet-ncomment .clist .citem .cinfo .c-actions .creply .cbtn{background-repeat: no-repeat;}
#pagelet-ncomment .clist .citem .cinfo .c-actions .creport .cbtn{background-repeat: no-repeat;}
#pagelet-ncomment .cloadmore{display:none;width:190px;height:30px;line-height:30px;margin:30px auto;font-size:14px;text-align:center;color:#fff;background:#d8d8d8;border-radius:4px}
#pagelet-ncomment .cloadmore:hover{background:rgba(216,216,216,.8)}
#pagelet-ncomment .cloadmore.show{display:block}
#pagelet-ncomment .cheader .ctotal .ctotalnum:before{background-position:-183px -476px}
#pagelet-ncomment .cavatar{background-position:-159px -522px}
#pagelet-ncomment .clist .citem .cinfo .c-actions .cdigg .cbtn{background-position:-185px -592px}
#pagelet-ncomment .clist .citem .cinfo .c-actions .cdigg.digged .cbtn,#pagelet-ncomment .clist .citem .cinfo .c-actions .cdigg.digged:hover .cbtn{background-position:-185px -636px}
#pagelet-ncomment .clist .citem .cinfo .c-actions .cdigg:hover .cbtn{background-position:-185px -680px}
#pagelet-ncomment .clist .citem .cinfo .c-actions .creply .cbtn{background-position:-185px -724px}
#pagelet-ncomment .clist .citem .cinfo .c-actions .creport .cbtn{background-position:-185px -768px}
#pagelet-sidetools .rtop:hover{background-position:-141px -1739px}
#pagelet-article .article-header .minibar .original,#pagelet-article .article-actions .top-actions .areport:hover:before,#pagelet-article .article-actions .top-actions .areport:before,#pagelet-article .article-actions .bottom-actions .abtn.abtn-fav:before,#pagelet-article .article-actions .bottom-actions .abtn.abtn-fav:hover:before,#pagelet-article .article-actions .bottom-actions .abtn.abtn-fav.selected:before,#pagelet-article .article-actions .bottom-actions .abtn.abtn-fav.selected:hover:before,#pagelet-article .article-actions .bottom-actions .abtn.abtn-digg:before,#pagelet-article .article-actions .bottom-actions .abtn.abtn-digg:hover:before,#pagelet-article .article-actions .bottom-actions .abtn.abtn-digg.selected:before,#pagelet-article .article-actions .bottom-actions .abtn.abtn-digg.selected:hover:before,#pagelet-relatednews .lbox .ftype.video:before,#pagelet-ncomment .cheader .ctotal .ctotalnum:before,#pagelet-ncomment .cavatar,#pagelet-ncomment .clist .citem .cinfo .c-actions .cdigg .cbtn,#pagelet-ncomment .clist .citem .cinfo .c-actions .cdigg.digged .cbtn,#pagelet-ncomment .clist .citem .cinfo .c-actions .cdigg.digged:hover .cbtn,#pagelet-ncomment .clist .citem .cinfo .c-actions .cdigg:hover .cbtn,#pagelet-ncomment .clist .citem .cinfo .c-actions .creply .cbtn,#pagelet-ncomment .clist .citem .cinfo .c-actions .creport .cbtn,#pagelet-sidetool .stool .sidetxttip,#pagelet-sidetool .stool .sidesnstip .snsbox,#pagelet-sidetool .rhome,#pagelet-sidetool .rhome:hover,#pagelet-sidetool .rcomment,#pagelet-sidetool .rcomment:hover,#pagelet-sidetool .rarticle,#pagelet-sidetool .rarticle:hover,#pagelet-sidetool .rshare,#pagelet-sidetool .rshare:hover{background-image: url(../images/ndetail_z_54dab12.png)}
.dtag:before{content:'';position:absolute;width:4px;height:18px;left:3px;top:10px;margin-top:-9px;background:#ed4040;border-radius:5px}
.morePl{ width:100%;}
.morePl a{height:30px;background:rgba(4, 136, 63, 0.7);border-radius:5px;color:#fff;text-align:center; line-height:30px; margin-top:20px;}
.channel-item span{ background-image:url(../images/channel_logo.png); padding-top:3px; }
#pagelet-nsubscribe{border:1px solid #ddd;margin-top:30px;position:relative; margin-bottom:10px;}
#pagelet-nsubscribe a{text-decoration:none;cursor:pointer}
#pagelet-nsubscribe .Pgc_info{background-color:#f4f5f6;padding:47px 19px 5px 19px;}
#pagelet-nsubscribe .Pgc_info .image_head{display:inline;position:absolute;z-index:2;top:-30px;width:58px;height:58px;border-radius:50%;background-color:#e8e8e8}
#pagelet-nsubscribe .Pgc_info img{opacity:0;width:58px;height:58px;border-radius:50%;border:1px solid #e8e8e8}
#pagelet-nsubscribe .Pgc_info .Pgc_name{font-size:16px;display:block;text-align:center;margin-bottom:10px}
#pagelet-nsubscribe .Pgc_info .Pgc_name a{color:#406599}
#pagelet-nsubscribe .Pgc_info .Pgc_name a:hover{color:#7696b3}
#pagelet-nsubscribe .Pgc_info .Pgc_details{color:#444;font-size:14px;text-align:center;margin-bottom:14px;max-height: 140px;-webkit-box-orient: vertical;-webkit-line-clamp:7;display:-webkit-box;overflow:hidden;}
#pagelet-nsubscribe .Pgc_info .Pgc_details a:hover{background-color:#000;}
#pagelet-nsubscribe .Pgc_info .Pgc_btd{display: inline-block;width:auto; padding:0 20px;margin: auto 5px;color:#fff;background-color:#7091ce;font-size:14px;border-radius:5px;text-align:center;line-height:32px;height:32px;}
#pagelet-nsubscribe .Pgc_info .Pgc_btn{display:block;width:112px;color:#fff;background-color:#7091ce;font-size:14px;border-radius:5px;margin:auto;text-align:center;line-height:32px;height:32px}
#pagelet-nsubscribe .article_container{overflow:hidden;/*margin-left:-4px*/ background-color:#FFF;}
#pagelet-nsubscribe .Pgc_article{overflow:auto;/*max-height:287px;width:320px*/}
#pagelet-nsubscribe .Pgc_article ul li{list-style:none;color:#999;line-height:16px;padding: 10px 20px;border-bottom: 1px solid #e8e8e8; width: 100%;}
#pagelet-nsubscribe .Pgc_article ul li a{color:#999;display:inline-block;overflow:hidden;text-overflow:ellipsis;font-size:14px}
#pagelet-nsubscribe .Pgc_article ul li a:hover{color:#FF0C00;}
#pagelet-nsubscribe .Pgc_article ul .current_article{position:relative}
#pagelet-nsubscribe .Pgc_article ul .current_article:before{content:"";display:inline-block;width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:11px solid #f85959;border-right:11px solid transparent;position:absolute;left:-25px;top:0;z-index:3}
#pagelet-nsubscribe .Pgc_article ul .current_article::after{content:"";display:inline-block;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:17px solid #fff;border-right:17px solid transparent;position:absolute;left:-25px;top:-3px;z-index:2}
#pagelet-nsubscribe .Pgc_article ul .current_article a{color:#222}

.sharewx{width:24px !important; margin-top:5px; z-index:10 !important; }
.sharewx_ewm{ width:80px !important; height:80px !important; margin:5px 0; background-color:#FFF !important;}

/*指数榜单更多页面*/
.randBox{ display:inline-block; width:100%; padding:0 !important; margin-left:0px;}
.randBox li{padding:10px 20px 10px 10px !important; border-bottom:1px solid #E9E9E9; border-left:1px solid #E9E9E9; line-height:20px; width:33.3%; float:left; box-sizing:border-box;}
.randBox li div{ height:20px; overflow:hidden; box-sizing:content-box;font-size:16px;}
.randBox .com-qorder{ float:left; width:auto; border-radius:50%; font-family:Arial, Helvetica, sans-serif; text-align:center; color:#FFF; padding:0 5px;
border-top-left-radius:5px;
border-top-right-radius:0;
border-bottom-right-radius:5px;
border-bottom-left-radius:0;

}
.randBox .com-qorder-bg1{ background-color:#e60012;}
.randBox .com-qorder-bg2{ background-color:#e93846;}
.randBox .com-qorder-bg3{ background-color:#ef5b3e;}
.randBox .com-qorder-bg4{ background-color:#ef913e;}
.randBox .com-qorder-bg5{ background-color:#f0e80c;}
.randBox .com-qorder-bg6{ background-color:#999;}
.randBox .com-qorder-bg7,.randBox .com-qorder-bg8,.randBox .com-qorder-bg9,.randBox .com-qorder-bg10{ background-color:#ccc;}
.randBox .com-rank{float:right; width:60px; text-align:right; padding-right:15px;}
.bgccc{ background-color:#000 !important;}
.index-main-1{ width:970px;}
.rank-explain{ background:url(../images/rankbg.png) no-repeat 0 0 !important; color:#FFF; padding:10px 0;}
.rank-explain h1 { font-size:20px; font-weight:bold; padding:10px 15px;}
.rank-explain p{padding:10px 15px; line-height:25px; font-size:14px;}
.noinfo{ text-align:center; font-size:18px; padding:20px; width:100% !important;}
.rankmeuc{display:inline-block;border-top:1px solid #E4E4E4;border-left:1px solid #E4E4E4; margin:15px 0 10px 0; width:100%;}
.rankmeuc a,.rankmeuc span{ padding:5px 0; float:left; box-sizing:border-box;width:9.08%; background-color:#FFF; font-size:16px; display:block; float:left; border-right:1px solid #E4E4E4;border-bottom:1px solid #E4E4E4; text-align:center;}
.rankmeuc a:hover,.active{ background-color:#09F !important; color:#FFF !important; font-weight:bold;}





.youlan{}
.fixsearch{position:fixed !important; top:65px;}
.rightfloat{position:fixed !important; top:120px;}
.youlan .input-group{}
.youlan .form-control,.youlan-view .form-control{height:40px;}
.youlan .form-control:hover, .youlan-view .form-control:hover{ border:1px solid #000; }
.youlan .input-group-addon, .youlan-view .input-group-addon{ background-color:#000; color:#fff; border-color:#000;height:40px;}
.tianqi,.comRank{margin-top:10px; background-color:#FFF; margin-bottom:10px;}
.new24{ background-color:#FFF;}
.friendlink,.foot{ margin-top:10px; background-color:#ccc;}
.linkhead{ border-bottom:2px solid #e60012; font-size:18px; line-height:50px; font-weight:bold;}
.linkcon{padding-top:10px; padding-bottom:10px;}
.linkcon li{ line-height:30px;}
.foot{ padding-top:10px; padding-bottom:10px;}
/*右侧指数排行榜*/
.comRank{padding-top:5px;}
.comRank .comhead{position:relative;font-size:18px;color:#444;font-weight:700;padding-left:20px;line-height:1;margin-bottom:10px; margin-top:5px;padding-bottom:10px;border-bottom:2px solid #ed4040;}
.comRank .comhead:before{content:"";display:inline-block;position:absolute;width:4px;height:16px;left:7px;top:50%;margin-top:-14px;background-color:#ed4040;border-radius:5px;float:left}
.comhead-more{ width:20px; height:20px; text-align:center; border-radius:50%;font-size:20px; line-height:18px; display:block; float:right; background:#F00; color:#fff; font-weight:normal;}
.comhead-more:visited{ color:#FFF;}
.comhead-more:hover{background:#000;}
.com-content{ display:inline-block;}
.com-content li{ padding:5px 0 !important;font-size:14px; line-height:20px; width:260px; float:left;}
.com-content li div{ height:20px; overflow:hidden;}
.com-content .com-qorder{ float:left; width:18px; height:18px !important;  border-radius:50%; font-family:Arial, Helvetica, sans-serif; text-align:center; color:#FFF;}
.com-content .com-qorder-bg1{ background-color:#e60012;}
.com-content .com-qorder-bg2{ background-color:#e93846;}
.com-content .com-qorder-bg3{ background-color:#ef5b3e;}
.com-content .com-qorder-bg4{ background-color:#ef913e;}
.com-content .com-qorder-bg5{ background-color:#f0e80c;}
.com-content .com-qorder-bg6{ background-color:#999;}
.com-content .com-qorder-bg7,.com-content .com-qorder-bg8,.com-content .com-qorder-bg9,.com-content .com-qorder-bg10{ background-color:#ccc;}
.com-content .com-title{float:left; width:170px; padding-left:5px; overflow:hidden;}
.com-content .com-rank{float:right; width:50px; text-align:right; padding-right:15px;}
.up{ background:url(../images/icons-png/up.gif) no-repeat right center;}
.down{ background:url(../images/icons-png/down.gif) no-repeat right center;}
/*右侧24小时热闻*/
.new24{padding-top:5px;}
.new24 .head{position:relative;font-size:18px;color:#444;font-weight:700;padding-left:20px;line-height:1;margin-bottom:10px;margin-top:5px;padding-bottom:10px;border-bottom:2px solid #ed4040;}
.new24 .head:before{content:"";display:inline-block;position:absolute;width:4px;height:16px;left:7px;top:50%;margin-top:-14px;background-color:#ed4040;border-radius:5px;float:left}
.new24 .news-content{padding-left: 10px;padding-right: 10px;}
.new24 .news-content .news-list{padding: 8px 0;border-bottom: 1px solid #e8e8e8;}
.new24 .news-content .news-link{display: block;overflow: hidden;color: #222;}
.new24 .news-content .module-pic{width: 60px;height: 60px;margin-right: 12px;float: left;}
.new24 .news-content .news-pic{overflow: hidden;position: relative;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}
.new24 .news-content .news-pic img{max-width: 100%; max-height: 100%;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.new24 .news-content .news-inner{height: 60px;display: table-cell;vertical-align: middle;}
.new24 .news-content .news-inner p{vertical-align:middle;font-size:14px;line-height:20px;max-height:40px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;  -webkit-line-clamp:2;-webkit-box-orient:vertical;}
.new24 .news-content .module-title{color: #222; font-size: 16px !important; line-height: 20px !important;}
.new24 .news a:before{content:"";display:inline-block;width:3px;height:3px;background-color:#777;margin-bottom:3px;position:absolute;top:8px;left:0}
.new24 .news a{margin-top:16px;font-size:14px;overflow:hidden;color:#444;line-height:1.5em;display:block;cursor:pointer;padding-left:9px;position:relative}
.new24 .news a:hover{color:#406599}

/*我想进驻*/
.feedbtn{color: #e60012; font-size: 18px; border-radius: 5px; background-color:#fff; padding: 5px 15px; cursor: pointer; position: absolute; top: 8px; right: 20px; font-weight: bold;}

.dialog{color:#4E4E4E;background-color:#fff;border-radius:3px;z-index:25}
.dialog .btn{position:absolute;right:10px;top:13px;display:block;height:18px;width:18px;cursor:pointer}
.dialog .btn .icon-close{height:8px;width:17px}
.dialog .dialog-header{padding:15px 15px 5px 15px;border:1px solid #ddd;border-top:2px solid #dc2525;border-radius:3px 3px 0 0;border-bottom:1px solid #ddd}
.dialog .dialog-header h3{font-size:20px;height:20px;color:#dc2525;padding-left:23px;margin-left:-15px;line-height:20px; margin-top:0;}
.dialog .dialog-inner{border:1px solid #ddd;border-top:0;border-radius:0 0 3px 3px;padding-top:15px;}
.feedback_panel ul{padding:15px;}
.feedback_dialog,.feedback_dialog *{transition:All 0.3s ease-in-out;-webkit-transition:All 0.3s ease-in-out;-moz-transition:All 0.3s ease-in-out;-o-transition:All 0.3s ease-in-out;}
.feedback_dialog{position:fixed;right:-500px;top:60px;z-index:35}
.feedback_dialog.on{right:15px;}
.feedback_dialog .dialog-header{border-top:2px solid #f44d4d;}
.feedback_dialog .dialog-header h3{color:#f44d4d}
.feedback_dialog .feedback_panel{width:400px;padding:0 20px 10px;font-size:13px;line-height:20px}
.feedback_dialog .email,.feedback_dialog .content{border-radius:4px;border:1px solid #d7d7d7;color:#5e5e5e;height:18px;width:350px;padding:0;outline:0;background:#f2f2f5;padding:5px 10px;resize:none}
.feedback_dialog .email:focus,.feedback_dialog .content:focus{box-shadow:0 0 2px 0 #00f}
.feedback_dialog .submit-btn{height:auto;padding:8px 30px;line-height:18px;font-size:16px;background-color:#f44d4d;border-radius:3px;color:#fff;border:0;outline:0;cursor:pointer}
.feedback_dialog .submit-btn:hover{background-color:#C52424}
.feedback_dialog .msg{margin-left:5px}
.feedback_dialog .error{color:red}
.feedback_dialog .input-group{margin-bottom:10px;}
.feedback_dialog .label{margin-bottom:5px}
.feedback_dialog .close{ float:right; display:block; font-size:16px;}
.search-btn{ cursor:pointer;}

/*搜索页面*/
.company{margin-bottom: 10px; border: 1px solid #2A90D7; padding-bottom:5px;}
.company > .col-lg-3,.company > .col-md-3{ padding:15px 0;}
.company > .col-lg-9,.company > .col-md-9{ padding-right:0;}
.company-btn a,.company-btn a:visited{ color:#FFF !important;}

/* 首页文章间品牌 */

.brandlist1{background-color: #e60012; width: 100%; }
.brandlist1 .head{color: #fff; font-weight: bold; text-align: center; line-height:60px; width: 100%; font-size: 22px;}
.brandlist1 .foot{color: #fff; font-weight: bold;  line-height:50px; width: 100%; font-size: 18px; background-color: transparent; margin: 0; padding: 0;}
.brandlist1 .foot span{width: 33.3%;text-align: center;}

.brandlist1 .list{width:100%; box-sizing: border-box; padding:0 10px;}
.brandlist1 .list>a{ width: 33.3%; overflow: hidden; box-sizing: border-box; height:160px; border:2px solid #e60012; background-color: #fff;}
.brandlist1 .list>a>h1{margin: 0 5px 0 5px; font-size:15px; font-weight: bold; text-align: center; line-height: 30px;}

/* .brandlist1>a:nth-child(1),.brandlist .item .list>a:nth-child(2),.brandlist .item .list>a:nth-child(3),.brandlist .item .list>a:nth-child(4){border-bottom: 1px solid #eee; border-right: 1px solid #eee;}
.brandlist1>a:nth-child(5){border-bottom: 1px solid #eee;}
.brandlist1>a:nth-child(6),.brandlist .item .list>a:nth-child(7),.brandlist .item .list>a:nth-child(8),.brandlist .item .list>a:nth-child(9){border-right: 1px solid #eee;} */
.brandlist1 .list>a .img{width: 100%; height: 125px; overflow: hidden; background-color: #eee;}
.brandlist1 .list>a .img img{ width:100%; max-height: 100%;}
.brandlist1 .list>a p{margin-top: 5px; line-height: 20px; font-size: 14px; color: #555;margin: 0;}
.block1{height: 20px; width: 100%; border-bottom: 1px solid #eee; margin-bottom: 15px;}




/* 十大品牌内页 */
.brands{margin-top: 65px; margin-bottom:50px;}
.brandlist{}
.brandlist .itemhead{width: 100%; height: 50px;}
.brandlist .itemhead1{width: 100%; height: 5px;}
.brandlist .item{box-sizing: border-box; width: 100%; padding: 0 0 20px 0; background-color: #fff; position: relative;}

.brandlist .item>h1{border-bottom: 1px dashed #ccc; line-height: 50px; font-size: 24px; padding: 0 20px; box-sizing: border-box; margin: 0; font-weight: bold;}
.brandlist .item>h1>font{color: red; font-weight: normal;}
.brandlist .item>p{margin:20px; padding: 15px 20px; line-height: 30px; font-size: 16px; background-color:#eee; color: #666;}
.brandlist .item .list{ margin: 15px 20px 0 20px;}



.brandlist .item .list>a{padding: 5px; width: 20%; box-sizing: border-box; height:195px; opacity: .8; }
.brandlist .item .list>a>h1{margin: 5px 0 0 0; font-size:15px; font-weight: bold;}
.brandlist .item .list>a:hover{opacity: 1;}
.brandlist .item .list>a:nth-child(1),.brandlist .item .list>a:nth-child(2),.brandlist .item .list>a:nth-child(3),.brandlist .item .list>a:nth-child(4){border-bottom: 1px solid #eee; border-right: 1px solid #eee;}
.brandlist .item .list>a:nth-child(5){border-bottom: 1px solid #eee;}
.brandlist .item .list>a:nth-child(6),.brandlist .item .list>a:nth-child(7),.brandlist .item .list>a:nth-child(8),.brandlist .item .list>a:nth-child(9){border-right: 1px solid #eee;}
.brandlist .item .list>a .img{width: 100%; height: 100px; overflow: hidden;}
.brandlist .item .list>a .img img{ max-width:100%; max-height: 100%;}
.brandlist .item .list>a p{margin-top: 5px; line-height: 20px; font-size: 14px; color: #555;margin: 0;}


.newstit{border-top: 10px solid #eee; padding: 15px 10px; box-sizing: border-box;line-height: 40px; font-size: 24px;font-weight: bold; border-bottom: 1px solid #ccc; color: #e60012;}
.newslist{padding: 30px 15px 30px 15px;}



/* 品牌展示页 */
.mbtitle{width: 100%; padding:10px 15px; text-align:left; font-size:24px; font-weight: bold; background-color:#e60012; color: #fff;}
.morebrand{width:100%; background-color: #fff; padding:10px 8px; box-sizing: border-box;}
.morebrand .item{margin-bottom:20px; padding-bottom: 10px; display: block; border-bottom: 1px solid #eee;}
.morebrand .item img{width: 100%; height: auto; margin-bottom: 5px;}
.morebrand .item h2{font-size: 15px; margin: 5px 0 0 0; font-weight: bold; line-height: 20px;}
.morebrand .item p{font-size: 14px; line-height: 20px; color: #555;}

.brandview-3{border-bottom: 1px solid #eee;padding-bottom: 10px; margin-top: 10px; margin-bottom: 15px; width: 100%;}
.brandview-3 h1{font-size:28px; line-height: 35px; font-weight: bold; margin: 0; padding: 0;}
.brandview-1{box-sizing: border-box; width: 100%; border-bottom: 2px dashed    #eee; padding-bottom: 10px;}
.brandview-1 .left{width: 200px; height: 100%; flex-shrink: 0;}
.brandview-1 .left img{max-width: 100%; max-height: 100%;}
.brandview-1 .right {width: 100%; padding-left: 10px; box-sizing: border-box;}
.brandview-1 .right>div{width: 100%;}

.brandview-1 .right-1>div{font-size: 16px; padding: 5px 0;}
.brandview-1 .right-2{}
.brandview-1 .right-2-1{padding:75px 15px 25px 15px; width:110px; height:80px;  cursor: pointer; background: url(../images/video-btn2.png) no-repeat center 15px; background-size: 50px 50px; text-align: center;}
.brandview-1 .right-2-1:hover{background-image: url(../images/video-btn2_hl.png); color: #FF0000;}
.brandview-1 .right-2-2{padding-left: 15px;}
.brandview-1 .right-2-2 img{width: 90px; height: 90px;}
.brandview-1 .right-2-2 p{text-align: center; font-size: 12px; margin:0;}
.brandview-1 .right-2>div:nth-child(2){border-left: 1px solid #eee;}
.brandview-2{font-size:18px; overflow: hidden; width: 100%; margin-top: 10px; padding-top: 10px;}
.brandview-2 img{max-width: 100%;}


.brandview-4{width: 100%; margin-top: 10px;}
.brandview-4 .message{background-color: #e60012; flex-grow: 1; box-sizing: border-box; overflow: hidden; border-radius: 5px; padding: 15px; margin-right: 5px; height: 300px; }
.brandview-4 .message>div{color: #fff; font-size: 14px; margin-bottom: 10px;}
.brandview-4 .message>div input[type="text"]{border: 0; background-color: transparent; border-bottom: 1px #fff solid; padding: 3px 0px; box-sizing: border-box; width: 120px; line-height: 25px; color: #fff; font-size: 14px; outline: none;}
.brandview-4 .message>div input::-webkit-input-placeholder{
/* WebKit browsers */
color: #f68d95;
}
.brandview-4 .message>div input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #f68d95;
}
.brandview-4 .message>div input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #f68d95;
}
.brandview-4 .message>div input::-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #f68d95;
}
.brandview-4 .message>div span{flex-shrink: 0; width:50px; font-size: 16px;}
.brandview-4 .message>div span.zi5{line-height: 35px; margin-top: 5px;}
.brandview-4 .message>div #diqu2{margin-top: 10px;}
.brandview-4 .message>div select{border: 0; border-bottom: 1px #fff solid;outline: none;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none; 
background-color: transparent;
padding: 3px 0px; box-sizing: border-box; width: 120px; line-height: 25px; color: #fff; font-size: 14px;
}
.brandview-4 .message>div select option{color:#333;}
.brandview-4 .message>div textarea{width:100%; height: 70px; border-radius: 5px; border: 0; padding: 10px; font-size: 14px; margin-top: 10px; outline:none; color: #000;}
.brandview-4 .message>div textarea::-webkit-input-placeholder{
/* WebKit browsers */
color: #ccc;
}
.brandview-4 .message>div textarea:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #ccc;
}
.brandview-4 .message>div textarea::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #ccc;
}
.brandview-4 .message>div textarea::-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #ccc;
}

.brandview-4 .message>div.btn a{display: block; color: #000;  text-align: center; padding: 5px 15px; border-radius: 5px; background-color: #fff; font-size:16px; }
.brandview-4 .message>div.btn a:hover{background-color:#eee;}
.brandview-4 .message>div h2{margin-top: 15px; font-size: 16px;}

.messagelist{background-color: #eee; width: 270px; flex-shrink: 0; box-sizing: border-box; padding: 20px 10px; height: 300px; border-radius: 5px; overflow: hidden;}
.messagelist .tit2{width: 100%; height: 30px; line-height: 30px; font-size: 18px; position:relative;}
.messagelist .tit2::after{content: ""; width: 160px; height: 1px; background-color: #ccc; top: 17px; right: 0; position: absolute;}
.messagelist .tit2>div{position: absolute; top:-8px; right: 0; font-size: 14px; color: #e60012;}
.messagelist .tit2>div i{font-size: 16px;}
.messagelist ul{ height: 225px; padding-left: 0;}
.messagelist ul li{border-bottom: 1px dashed #ccc; padding: 10px 0 10px 0; cursor: pointer;}
.messagelist ul li:last-child{border-bottom: 0;}
.messagelist ul li>p{line-height: 20px; font-size: 14px; text-align: justify; padding-bottom: 5px; color: #808281; margin-bottom: 0; height: 40px;}
.messagelist ul li>div{font-size: 12px; color: #acadad;}
.messagelist .maquee{height: 225px; overflow: hidden; cursor: pointer;}


/*页脚样式*/
.otherAction{ display:none;}
.otherAct_in{ position:fixed; bottom:50px;}
.otherAction .retop{ margin-bottom:3px; width:59px; height:59px; display:block; background:url(../images/ndetail_z_54dab12.png) no-repeat;}
.otherAction a,.otherAction a:hover{text-decoration:none;}
.otherAction .retop:link,.otherAction .retop:visited{ background-position:-141px -1650px;}
.otherAction .retop:hover{background-position:-141px -1739px;}

/*锁定层-----------------------------*/
#locklayer{ width:100%; height:100%; opacity:0.9; background-color:#F5F5F5; z-index:9999; position:fixed;text-align:center; font-size:1rem; left:0; top:0; display:none;}
#locklayer div{ text-align:center; margin:300px auto 0 auto; clear:both; display:inline-block;padding:8px 16px; background-color:#000; border:1px solid #FFF; border-radius:50px; color:#FFF;}
#locklayer div img{ width:16px; height:16px;}



/*分页*/
.m-pagination{height:36px;color:#666; padding-bottom:35px;}
.m-pagination .inner{display:inline-block; list-style-type:none; clear:both; padding-bottom:20px;}
.m-pagination .inner li{ float:left; }
.m-pagination .inner a{margin-bottom:15px !important; }
.m-pagination .inner .btn,.m-pagination .inner .page,.m-pagination .inner .hidden,.m-pagination .inner .selected{display:inline-block;min-width:16px;_width:16px;height:34px;padding:5px 10px; box-sizing: border-box; border:1px solid #ccc;line-height:24px;white-space:nowrap;font-family:Arial,Tahoma,SimSun;text-align:center;vertical-align:top;text-decoration:none;color:#333;font-size:18px; margin:0 3px; border-radius:0; font-weight: normal;font-family:'yingwen';}
.m-pagination .inner .btn:hover,.m-pagination .inner .page:hover,.m-pagination .inner .selected{border-color:#000;color:#fff;background-color:#e60012;}

.m-pagination .inner .prev,#list-page .m-pagination .inner .next{position:relative;width:60px;}
.m-pagination .inner .prev{padding-left:20px;}
.m-pagination .inner .next{padding-right:20px;}
.m-pagination .inner .text{display:inline-block;padding-left:10px;}
.m-pagination .inner .num{width:30px;height:18px;border:solid 1px #999;text-align:center;}


.nodata{font-size: 16px; text-align: center;}
.videoarea{position: relative; display: block;}
.videoarea .btn{width: 100%; height: 100%; top: 0; left: 0; position: absolute; z-index: 30;}
.videoarea .btn img{width: 40px; height: 40px;}
.modal-header{width: 100%;}
.modal-header h3{flex-grow: 1;}
.modal-header a{flex-shrink: 0; width: 80px; font-size: 50px; text-align: right;}

@media ( min-width : 992px) and (max-width: 1299px) {
	.modal-dialog{width:750px; height:650px;}
	.modal-content iframe{ width:100%; height:500px;}
}
@media ( min-width : 1300px) {
	.modal-dialog {width:900px; height:700px;}
	.modal-content iframe{ width:100%; height:600px;}
}