@charset "UTF-8";

/* .newsCenter{overflow: hidden;} */

.mainBody{width:1020px;margin:35px auto;display:flex;justify-content:space-around;}

/*左边提取的文章正文部分*/

/* nav tab 切换项 */
.limit_title{display:flex;border:1px solid #ededed;justify-content:space-between;align-items:center;margin:20px 0;}
.limit_title li{text-align:center;color:#4c4c4c;cursor:pointer;font:16px/60px italic;font-weight:bold;}
.limit_title li.ornament{padding:0px 20px;}
.limit_title li.ornament.active,.limit_title li:hover{color:#fff;background:#2196f3;}


.articleUl{width:660px;border:1px solid #ededed;padding:15px;box-sizing:border-box;}
.articles_wrap{padding:15px 0px;border-bottom:1px dashed #cfcece;display:flex;}
.articles_wrap:hover .article_des h5 a{color:#bababa;}
.articles_wrap:hover .article_des p{color:#bababa;}
.article_pic{width:100px;height:80px;overflow: hidden;background:url("/images/page/inspectorHouse_1.png") no-repeat center;background-size:cover;}
.article_pic>img{display:inline-block;max-width:100%;height: auto;vertical-align: middle;margin:0 auto !important;}
.article_pic>img:hover{cursor:pointer;transform:scale(1.1);}
.article_des{flex:1;position:relative;margin-left:15px;}
.type_info{position:absolute;bottom: 0;right: 0;}
.type_info span{margin-right:20px;color:#878787;font-size:12px;}
.type_info span i{font-style:normal;}
.article_des h5 a{font-size:18px;font-weight:bold;}
.article_des .InterceptText{margin-top:8px;font-size:14px;overflow: hidden;line-height:18px;}
/*文章分类部分*/
.slider_{width:660px;height:320px; overflow:hidden; position:relative; border:1px solid #cfcece; }
.slider_ #bd{ position:relative; height:100%; z-index:0;height:320px;}
.slider_ #bd ul li{ zoom:1; vertical-align:middle;position:relative;height:320px;text-align:center;overflow:hidden;}
.slider_ #bd ul li p{position:absolute;bottom:0;padding:10px 5px;width:100%;box-sizing:border-box;background:rgba(0,0,0,0.3);color:#fff;font-size:18px;text-align:left;}
.slider_ #bd ul li img{ width:100%!important; height:100%!important;object-fit:cover;display:inline-block;background-size:cover;}
.slider_ .prev,.slider_ .next{background:rgba(0,0,0,.55);display:block;font-size:24px;width:40px;height:40px;line-height:40px;text-align: center;color:#fff;position:absolute; top:50%; cursor: pointer;}
.slider_ .prev{ left:0px;}
.slider_ .next{right:0px;}
.article_type .pa{margin:30px 0 15px;box-sizing:border-box;}
.article_typeUl{margin:30px 0;}
.article_type .article_typeUl li{width:165px;height:60px;line-height:60px;text-align:center;background:white;border:1px solid #2196F3;border-radius:5px;float: left;color:#2196F3;font-size:18px;margin-right:35px;}
.article_type .article_typeUl li:hover{cursor:pointer;}
.article_type .article_typeUl li:last-of-type{margin-right:0;}
.article_type .article_typeUl li.on{border: none;background:#2196F3;color:white;font-size:16px;box-shadow:3px 3px 10px rgba(117,117,117,0.5);}


/*右边浮动部分*/
.fr_latestArticle{margin-left:30px;}
.today_topicTitle{background:#f6f6f6;color:#2196F3;font-size:30px;height:55px;line-height:55px;border-radius:5px 5px 0 0;}
.today_topicTitle span{font-size:42px;margin:0 10px 0 20px;vertical-align:middle}
.newestH1{color:#eede6f;}
.popularH1{color:#eaac5c;}
.newest_con{/* margin:25px 0; */}
.newest_con,.popular_con{border:1px solid #f7f6f6;border-radius:5px;}
.newest_con .today_topicTitle span{font-size:36px;} 
.article_conUl li{line-height:24px;padding:5px 15px;}
.article_conUl li a{font-size:14px;}
.article_conUl li a:hover{color:#2196F3;}
.publish_icon{background:#2196f3;padding:15px;}
.searchInput{border-radius:4px 0 0 4px;height:30px;line-height:30px;padding:0 10px;width:80%;}
.searchBtn{height:30px;line-height:30px;font-size:24px;border-radius:0 4px 4px 0;color:#2196f3;background:#fff;}











