@charset "utf-8";
/* CSS Document */

/*导航*/
.newsNav_box{float:right;}
.newsNav_box:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.newsNav,.newsSearch{float:left;}

.newsNav{height:80px;line-height:80px;}
.newsNav li{float:left;margin-right:10px;}
.newsNav li a{display:block;height:80px;line-height:84px;overflow:hidden;padding:0 10px;font-size:16px;position:relative;}
.newsNav li a:hover{color:#ff8000;}
.newsNav li.current a{font-weight:bold;color:#ff8000;}
.newsNav li.current a:after,.newsNav li a:hover:after{content:'';width:100%;height:2px;overflow:hidden;position:absolute;left:0;bottom:0;background:#ff8000;}

/*更多*/
.newsNav li.more{margin-right:40px;position:relative;cursor:pointer;}
.newsNav li.more i{margin-bottom:-1px;font-size:18px;color:#999;}
.newsNav li.more:hover i{color:#ff8000;}
.newsNav li.more span{display:none;width:110px;padding:15px 0;text-align:center;position:absolute;right:-45px;top:65px;z-index:1000;border-radius:2px;border:1px solid #e2e2e2;box-shadow:2px 2px 4px rgba(0,0,0,.1);background:#fff;}
.newsNav li.more span a{height:auto;line-height:36px;padding:0;}
.newsNav li.more span a:hover:after{display:none;}

.newsNav li.more:hover span{display:block;}

/*搜索*/
.newsSearch{margin-top:21px;}
.newsSearch input{float:left;}
.newsSearch .keyword_inp{width:200px;height:36px;line-height:36px;padding:0 10px;border:1px solid #eee;border-right:none;}
.newsSearch .keyword_inp:hover,.newsSearch .keyword_inp.active{border:1px solid #feb98b;border-right:none;}
.newsSearch .searchBtn{width:88px;height:38px;line-height:38px;font-size:16px;color:#fff;border:none;cursor:pointer;background:#ff8000;}
.newsSearch .searchBtn:hover{background:#f50;}

/*吸顶详情导航*/
.newsNav_bar{display:none;width:100%;height:56px;border-bottom1:1px solid #f2f2f2;box-shadow:0 0 8px rgba(0, 0, 0, 0.22);background:rgba(255,255,255,.95);}

.newsNav_bar ul,.newsNav_bar ul li,.newsNav_bar ul li a{float:left;height:56px;line-height:56px;}
.newsNav_bar ul li{margin-right:15px;}
.newsNav_bar ul li a{display:block;padding:0 8px;font-size:16px;color:#444;box-sizing:border-box;}
.newsNav_bar ul li a:hover{color:#ff8000;}
.newsNav_bar ul li.current a{font-weight:bold;color:#ff8000;border-bottom:2px solid #ff8000;}

.newsNav_bar .newsSearch{float:right;margin-top:8px;}

/*固定后样式*/
.newsNav_bar.fixed{display:block;position:fixed;left:0;top:0;z-index:1001;animation:fadeInDown .3s .1s ease both;}
@keyframes fadeInDown{
0%{opacity:0;transform:translateY(-20px)}
100%{opacity:1;transform:translateY(0)}
}

/*左侧*/
.mainBody{float:left;width:870px;}
.mainBody .titBox{height:32px;line-height:32px;margin-bottom:10px;}
.mainBody .titBox h2{float:left;font-weight:bold;font-size:20px;}

/*焦点图资讯*/
.photoNews{width:100%;overflow:hidden;margin-bottom:20px;}
.photoNews img{display:block;width:100%;}

/*大焦点图*/
.bigPhotoNews{float:left;width:400px;height:402px;overflow:hidden;background:#3b3b3b;}
.bigPhotoNews a{display:block;height:402px;overflow:hidden;position:relative;}
.bigPhotoNews a:before{content:"";width:100%;height:120px;position:absolute;left:0;bottom:0;background:linear-gradient(-180deg,transparent,rgba(0,0,0,.9));transition:height .4s 0s ease;}
.bigPhotoNews a:hover:before{height:100%;}
.bigPhotoNews a h2{line-height:32px;margin:0 15px;font-weight:bold;font-size:22px;color:#fff;position:absolute;left:0;bottom:35px;transition:bottom .6s 0s ease;}
.bigPhotoNews a:hover h2{bottom:55px;}
.bigPhotoNews a h2 .adTag{height:22px;line-height:20px;padding:0 8px;margin:-2px 10px 0 0;font-weight:normal;font-size:14px;border-radius:2px;border:1px solid #fff;}

.bigPhotoNews.other{width:635px;height:322px;}
.bigPhotoNews.other a{height:322px;}

.swiper-pagination-bullet{width:7px;height:7px;opacity:.4;background:#fff;}
.swiper-pagination-bullet-active{width:30px;height:6px;border-radius:2px;opacity:.8;background:#f60;transition:width .4s 0s ease;}

/*小焦点图*/
.samllPhotoNews{float:right;width:468px;overflow:hidden;}
.samllPhotoNews li{float: left;width:233px;height:200px;overflow:hidden;background:#3b3b3b;}
.samllPhotoNews li:nth-of-type(1),.samllPhotoNews li:nth-of-type(2){margin-bottom:2px;}
.samllPhotoNews li:nth-of-type(1),.samllPhotoNews li:nth-of-type(3){margin-right:2px;}
.samllPhotoNews li:nth-of-type(3){background:#ff8000;}
.samllPhotoNews li a{display:block;height:inherit;overflow:hidden;font-size:16px;color:#fff;position:relative;}

.samllPhotoNews li:nth-of-type(1) a:before,.samllPhotoNews li:nth-of-type(4) a:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.3);transition:background .4s 0s ease;}
.samllPhotoNews li:nth-of-type(1) a:hover:before,.samllPhotoNews li:nth-of-type(4) a:hover:before{background:rgba(0,0,0,.6);}
.samllPhotoNews li:nth-of-type(2) a:hover{background:#2b2b2b;}
.samllPhotoNews li:nth-of-type(3) a:hover{background:#f50;}
.samllPhotoNews li:nth-of-type(2) img,.samllPhotoNews li:nth-of-type(3) img{display:none;}

.samllPhotoNews li a strong{margin:0 25px;position:absolute;left:0;top:50%;transform:translateY(-50%);transition:all 1s 0s ease;}

/*频道-小焦点图*/
.samllPhotoNews_2{float:right;width:233px;overflow:hidden;}
.samllPhotoNews_2 li{width:233px;height:160px;overflow:hidden;background:#3b3b3b;}
.samllPhotoNews_2 li:nth-of-type(1){margin-bottom:2px;}
.samllPhotoNews_2 li a{display:block;height:inherit;overflow:hidden;font-size:16px;color:#fff;position:relative;}
.samllPhotoNews_2 li a:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.3);transition:background .4s 0s ease;}
.samllPhotoNews_2 li a:hover:before{background:rgba(0,0,0,.6);}
.samllPhotoNews_2 li a strong{margin:0 25px;position:absolute;left:0;top:50%;transform:translateY(-50%);transition:all 1s 0s ease;}

/*列表*/
.newsList{width:100%;overflow:hidden;padding:25px 0;border-top:1px solid #f2f2f2;}
.newsList:last-child{border-bottom:none;}
.newsList:hover{background:#f8f8f8;}
.newsList dt{float:left;width:225px;height:155px;overflow:hidden;position:relative;}
.newsList dt img{display:block;height:100%;transition:transform .4s 0s ease-in-out;}
.newsList dt a:hover img{transform:scale(1.03,1.03);}

.newsList dt .categoryTag{display:block;height:25px;line-height:25px;padding:0 10px;font-size:12px;color:#fff;position:absolute;left:0;top:0;background:rgba(0,0,0,.65);}
.newsList dd{margin-left:250px;padding-right:30px;}

.newsList dd .introBox{margin-bottom:15px;}
.newsList dd .introBox h3{margin-bottom:10px;line-height:26px;font-weight:bold;font-size:20px;}
.newsList dd .introBox h3 a{color:#222;}
.newsList dd .introBox h3 a:hover{color:#f50;}
.newsList dd .introBox h3 a mark{display:inline;color:#f40;background:none;}
.newsList dd .introBox .abstract{color:#666;}

.newsList dd .info,.newsList dd .info a{color:#999;}
.newsList dd .info a:hover{color:#ff8000;}
.newsList dd .info i{margin-top:-2px;color:#ccc;}
.newsList dd .info .date{margin-right:40px;}
.newsList dd .info .tag a{margin-right:12px;}
.newsList dd .info .tag a mark{display:inline;color:#f40;background:none;}

/*侧边*/
.sideBar{float:right;width:310px;}

.sideColumn{width:310px;padding:24px 0;margin-bottom:20px;background:#f8f8f8;}
.sideColumn.fixed{top:75px;}
.sideColumn.fixed-2{top:0;}
.sideColumn.fixed,.sideColumn.fixed-2{position:fixed;z-index:1000;animation:s_fadeInDown .5s 0s ease both;}
@keyframes s_fadeInDown{
0%{opacity:0;transform:translateY(-80px)}
100%{opacity:1;transform:translateY(0)}
}


.sideColumn .h_box{height:22px;line-height:22px;padding:0 20px 0 22px;margin-bottom:25px;position:relative;}
.sideColumn .h_box:before{content:" ";width:3px;height:inherit;position:absolute;left:0;top:0;background:#ff8000;}
.sideColumn .h_box h2{float:left;margin-right:8px;font-weight:bold;font-size:16px;}
.sideColumn .h_box .tag{float:left;width:57px;height:22px;line-height:20px;text-align:center;color:#fff;background:url(../images/sprites.png) 0 -178px no-repeat;}
.sideColumn .h_box span{float:right;}
.sideColumn .h_box span a{color:#999;}
.sideColumn .h_box span a:hover{color:#ff8000;}
.column_box{margin:0 22px;overflow:hidden;position:relative;}

.a_btn{width:24px;line-height:40px;text-align:center;color:#bdbdbd;position:absolute;top:53px;z-index:2;background:rgba(0,0,0,.55);transition:all .4s 0s ease;}
.a_btn i{width:18px;margin:0;font-size:18px;}
.a_btn:hover{color:#fff;background:rgba(0,0,0,.75);}
.a_btn.prevArrow{left:-24px;}
.a_btn.prevArrow i{margin-right:-3px;}
.a_btn.nextArrow{right:-24px;}

.column_box:hover .a_btn.prevArrow{left:0;}
.column_box:hover .a_btn.nextArrow{right:0;}

/*活动*/
.hot_event{width:100%;overflow:hidden;}
.hot_event dt{height:144px;overflow:hidden;margin-bottom:12px;}
.hot_event dt.placeholder{background-size:32px 40px;}
.hot_event dt img{display:block;width:100%;transition:transform .4s 0s ease-in-out;}
.hot_event dt a:hover img{transform:scale(1.03,1.03);}
.hot_event dd .statusTag{height:16px;line-height:16px;padding:0 5px;margin:-2px 5px 0 0;font-size:12px;color:#f40;border-radius:2px;border:1px solid #f40;}


/*排行榜*/
.hotNews_photo{width:100%;overflow:hidden;margin-bottom:12px;position:relative;}
.hotNews_photo dt{height:144px;overflow:hidden;position:relative;}
.hotNews_photo dt.placeholder{background-size:32px 40px;}
.hotNews_photo dt i{width:25px;height:24px;line-height:18px;text-align:center;color:#fff;position:absolute;left:8px;top:0;z-index:2;background:url(../images/sprites.png) 0 -147px no-repeat;}
.hotNews_photo dt img{display:block;width:100%;transition:transform .4s 0s ease-in-out;}
.hotNews_photo:hover img{transform:scale(1.03,1.03);}

.hotNews_photo dd{width:100%;padding:5px 12px 10px;line-height:22px;box-sizing:border-box;position:absolute;left:0;bottom:0;background:rgba(0,0,0,.5);}
.hotNews_photo dd a{color:#fff;}
.hotNews_photo dd a:hover{opacity:.7;}

.hotNews_list li{height:36px;line-height:36px;}
.hotNews_list li i{float:left;width:19px;height:19px;line-height:19px;margin:10px 12px 0 0;text-align:center;color:#fff;border-radius:2px;background:#cdcdcd;}
.hotNews_list li:first-child i{background:#f50;}
.hotNews_list li:nth-of-type(2) i{background:#ffa000;}
.hotNews_list li a{float:left;width:235px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.hotNews_list li span{float:right;color:#999;}

/*推荐房源*/
.fyTab{height:33px;line-height:33px;padding:0 10px;margin-bottom:25px;box-sizing:border-box;border-bottom:1px solid #e8e8e8;}
.fyTab li{float:left;}
.fyTab li a{display:block;padding:0 12px;box-sizing:border-box;}
.fyTab li a:hover{color:#ff8000;}
.fyTab li.current a{height:33px;line-height:29px;color:#ff8000;border-left:1px solid #e5e5e5;border-top:2px solid #ff8000;border-right:1px solid #e5e5e5;background:#f8f8f8;}

.recommend_list{width:100%;overflow:hidden;margin-bottom:15px;}
.recommend_list dt{float:left;width:110px;height:77px;overflow:hidden;}
.recommend_list dt.placeholder{background-size:28px 35px;}
.recommend_list dt img{display:block;width:100%;transition:transform .4s 0s ease-in-out;}
.recommend_list dt a:hover img{transform:scale(1.03,1.03);}

.recommend_list dd{margin-left:125px;}
.recommend_list dd p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.recommend_list dd p:first-child{margin-bottom:3px;}
.recommend_list dd p:first-child strong{font-weight:normal;font-size:16px;}
.recommend_list dd p:first-child strong a{color:#333;}
.recommend_list dd p:first-child strong a:hover{color:#ff8000;}
.recommend_list dd p:nth-of-type(2){color:#999;}
.recommend_list dd p:nth-of-type(3){color:#ff8000;}

/*热门标签*/
.hotTags{min-height:320px;padding:15px 0;}
.hotTags a{float:left;height:28px;line-height:26px;margin:0 10px 15px 0;padding:0 15px;color:#999;border-radius:14px;border:1px solid #eee;background:#fff;}
.hotTags a:hover{color:#fff;border:1px solid #ff8000;background:#ff8000;}

/*文章详情页*/
.article_box{width:840px;}
.page_path{margin-bottom:15px;color:#999;}
.page_path a{margin-right:8px;color:#999;}
.page_path a:hover{color:#ff8000;}
.page_path a:after{content:'/';display:inline-block;margin-left:8px;color:#ccc;}

/*文章标题*/
.articleTit h1{margin-bottom:15px;line-height:44px;font-weight:bold;font-size:34px;}
.articleInfo{height:34px;line-height:34px;margin-bottom:15px;color:#999;}
.articleInfo span{margin-right:20px;}
.articleInfo span i.iconfont{color:#ccc;}
.articleInfo span i.icon-dianzan{margin-top:-2px;}

/*文章来源信息*/
.articleInfo span.bdShare{margin:0;position:relative;cursor:pointer;}
.articleInfo span.bdShare i{margin:0;}
.articleInfo span.bdShare:hover i{opacity:.7;}

.bdShare_layer{visibility:hidden;opacity:0;width:95px;padding:15px 15px 10px;position:absolute;right:-35px;top:-15px;border-radius:2px;border:1px solid #e2e2e2;box-shadow:2px 2px 4px rgba(0,0,0,.1);background:#fff;transition:all .4s .2s ease;}
.articleInfo span.bdShare:hover .bdShare_layer{visibility:visible;opacity:1;top:25px;}

/*摘要*/
.article_abstract{line-height:26px;padding:15px 20px;margin-bottom:25px;color:#999;background:#f8f8f8;}

/*正文*/
.article_con{width:100%;overflow:hidden;font-size:16px;color:#444;line-height:32px;}
.article_con p{margin-bottom:25px;text-indent:30px;}
.article_con img{display:block;max-width:780px;margin:0 auto;}
.article_con a{color:#058cff;}
.article_con a:hover{color:#ff8000;}

/*标签分享*/
.articleTag_share{height:42px;line-height:42px;}
.articleTag{float:left;}
.articleTag i{margin-right:10px;color:#ccc;}
.articleTag a{margin-right:11px;color:#058cff;}
.articleTag a:after{content:'/';display:inline-block;margin-left:11px;color:#ccc;}
.articleTag a:last-child:after{content:'';margin:0;}

.articleTag a:hover{color:#ff8000;}
.articleShare{float:right;color:#999;}
.articleShare span{float:left;}

/*喜欢*/
.like_btn{margin:50px 0;text-align:center;}
.like_btn a{display:inline-block;min-width:220px;height:58px;line-height:58px;font-size:20px;color:#fff;border-radius:2px;position:relative;background:#ff8000;}
.like_btn a:hover{background:#f50;}
.like_btn a.disabled{cursor:text;background:#fa0;}
.like_btn a font{margin-right:2px;}
.like_btn a i{margin:-3px 8px 0 0;font-size:24px;}
.like_btn a mark{width:18px;line-height:18px;margin-left:-5px;text-align:center;font-size:18px;color:#ff8000;position:absolute;top:0;left:50%;background:none;}

.disclaimer{margin:30px 0;color:#999;}

/*漂浮栏目菜单*/
.columnMenu_fixed{float:left;width:120px;}
.columnMenu{width:120px;padding-bottom:100px;background:#f8f8f8;}
.columnMenu.fixed{position:fixed;top:0;}
.columnMenu li a{display:block;line-height:38px;text-align:center;font-size:16px;border-bottom:1px solid #f2f2f2;}
.columnMenu li:last-child a{border-bottom:none;}
.columnMenu li.current a,.columnMenu li a:hover{color:#fff;background:#ff8000;}
.columnMenu li.current a{font-weight:bold;}

/*正文新闻列表块*/
.detail_newsList{float:right;width:680px;}
.detail_newsList .newsList{padding:15px 0;}
.detail_newsList .newsList dt{width:148px;height:102px;}
.detail_newsList .newsList dt .categoryTag{display:none;}
.detail_newsList .newsList dd{margin-left:173px;padding-right:0;}
.detail_newsList .newsList dd .introBox h3{font-size:18px;}
.detail_newsList .newsList dd .introBox .abstract{display:none;}

/*查询*/
.tagResult_tips{margin:10px 0 30px;line-height:42px;font-weight:bold;font-size:30px;color:#222;}
.tagResult_tips span{color:#f40;}
.tagResult_tips span:before,.tagResult_tips span:after{content:'#';}

/*loading*/
.loader{display:none;line-height:40px;text-align:center;}
.loader .loading{width:28px;height:28px;margin:0 10px 0 0;position:static;}
.loader span{color:#999;}
.loadMore_btn,.nomore{margin-top:40px;text-align:center;color:#999;}
.loadMore_btn{display:block;line-height:44px;background:#f8f8f8;transition:all .4s 0s ease;}
.loadMore_btn:hover{color:#666;background:#eee;}
.nomore{display:none;}


/*漂浮小工具*/
.news_widgetTool{width:48px;min-height:164px;position:fixed;left:50%;bottom:50px;z-index:1000;margin-left:640px;}
.news_widgetTool a{float:left;width:48px;height:48px;line-height:48px;margin-bottom:10px;border-radius:100%;text-align:center;position:relative;background:rgba(204,204,204,.5);transition:background .2s 0s ease;} 
.news_widgetTool a:last-child{display:none;margin-bottom:0;}
.news_widgetTool a i{margin:0;font-size:22px;color:#fff;}
.news_widgetTool a:hover{background:#fa0}

.weChat span{display:none;width:100px;line-height:normal;padding:15px 15px 10px;font-size:14px;color:#999;position:absolute;left:-140px;top:-50px;z-index:1001;box-shadow:0px 3px 5px rgba(0,0,0,.1);border:1px solid #e2e2e2;background:rgba(255,255,255,1);animation:span_fadeInDown .5s 0s ease both;}
@keyframes span_fadeInDown{
0%{opacity:0;transform:translateX(20px)}
100%{opacity:1;transform:translateX(0)}
}
.weChat span img{display:block;width:100%;height:100px;margin-bottom:5px;}
.weChat:hover span{display:block;}


@media screen and (max-width:1370px){
	.news_widgetTool{left:auto;right:0;bottom:50px;margin:0;}
}
@media screen and (max-height:610px){
	.sideColumn.fixed{top:50px;}
}

