@charset "utf-8";
html{
	font-size:10px;height:100%;
}
body,p,ul,li,dl,dd,dt,h1,h2,h3,h4,h5,h6,#header,#footer,#section,#nav{
    margin:0;padding:0;list-style:none;font-family:"microsoft yahei";
    /*height:100%;*/
}
body{
}

a{
    text-decoration: none;color:black;
}
img{
    vertical-align:middle;border:0;
}
.form-control-feedback {
			right:13px !important; 
		}

/*首页部分*/
.container{
	padding:10px;
}
.mui-bar{
	border:0;
	-webkit-box-shadow:none;
	box-shadow: none;
}
.mui-bar-nav{
	background:#255aa8;
}
.mui-bar-nav .bar-icon{
	width:20px;margin-top:14px;
}

.mui-bar .mui-title{
	color:white;
}
.c_b{
	padding:10px;margin:10px 0;
	background:white;border-radius:5px;
	overflow: hidden;
	box-shadow: 2px 2px 4px #ddd;;
}
#slider img{
	
}
.slider{
	border-radius: 10px;overflow: hidden;
}
.enterprise{
	
}
.enterprise .top{
	display: flex;
	justify-content: space-around;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	align-items: center;
}
.enterprise .top .left_icon{
	width:5rem;height:5rem;
}
.arrow_r{
	width:2rem;height:2rem;
}
.enterprise .top .text{
	flex:1;margin:0 10px;
}
.enterprise .top .text .big_font{
	font-size:1.4rem;
	color:black;font-weight:bold
}
.enterprise .top .text .small_font{
	font-size:1.2rem;
	color: #999;
}
.enterprise .bottom{
	display: flex;
	justify-content: flex-start;
	padding-top: 10px;
}
.enterprise .bottom .item{
	margin-left:5px;
	font-size:1rem;color:#666;
	border:1px solid #ddd;
	padding:1px 5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.ellipsis{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.info_bar .top{
	border:0;padding:0;
}
.info_bar .top .left_icon{
	width:4.5rem;height:4.5rem;
}
.top .big_font{
	overflow : hidden;/*必须结合的属性,当内容溢出元素框时发生的事情*/
    text-overflow: ellipsis;/*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
    display: -webkit-box;/*必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。*/
    -webkit-line-clamp: 2;/*用来限制在一个块元素显示的文本的行数。*/
    -webkit-box-orient: vertical;/*必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。*/
}
.category{
	padding:8px 0;
	margin-bottom:60px;
}
.category .row{
	display: flex;justify-content: space-around;
	padding:5px 0;
}
.category .row  a{
	flex:1;
}
.category .row .col{
	flex:1;display: flex;justify-content: center;flex-direction: column;
	align-items: center;
}
.category .row .col img{
	width:4rem;height:4rem;
}
.category .row .col span{
	font-size:1.2rem;margin-top:4px;
	color:#333;
}

.search-block{
	background:white;padding:10px;padding-bottom:0;
	z-index: 50;position: absolute;
	width:100%;top:44px;
}

/*文章列表部分*/
.articlePart{
	background:white;padding:10px;padding-top:0;
}
.articlePart .blockTitle{
	display: flex;justify-content: space-around;
	align-items: center;
	padding:10px 0px;
	border-bottom: 1px solid #ddd;
}
.articlePart .blockTitle .title{
	flex:1;
}
.articlePart .blockTitle .title a{
	display: flex;align-items: center;
}
.articlePart .blockTitle span{
	margin:0 10px;font-size:1.3rem;color:#666
}
.articlePart .blockTitle .arrow_r{
	width:14px;height:14px;
}
.articleList{
	
}
.articleList li{
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-bottom:1px dotted #ddd;
}
.articleList li:last-child{
	border:0;
}
.articleList li a{
	flex:1;overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size:1.4rem;color:#333;
	padding:10px;
}
.articleList li span{
	width:75px;font-size:1.2rem;color:#999;
}

/*文章内容*/

.articleContent{
	background:white;padding:30px 10px;
	
}
.articleContent .title{
	text-align: center;line-height:30px;height:30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size:1.5rem;
	font-weight:bold;
}
.articleContent .date{
	font-size:1.2rem;display: flex;
	justify-content: flex-end;color:#999;
	margin-bottom: 5px;;
}
.articleContent .content{
	font-size:1.4rem;
}

/*项目列表展示*/
.project-list{
	
}
.project-list li{
	border-bottom:1px solid #ddd;
}
.project-list li:last-child{
	border:0;
}
.project-list li>a{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding:10px 0;
}
.project-list li .list-icon{
	width:50px;height:50px;
}

.project-list li .list-img{
	width:70px;height:70px;
}

.project-list li .title{
	flex:1;margin: 0 10px;
	font-size:1.6rem;
	font-weight:bold;
}
.project-list li .price{
	color: #334062;max-width:150px;
}

.project-list li .title1{
	flex:1;margin: 0 10px;
	font-size:1.4rem;
}
.project-list li .price1 {
	max-width:100px;min-width:80px;
	text-align: right;
}

.project-list li .content{
	flex:1;margin: 0 10px;
	width:0;
}
.project-list li .content .fir-line{
	font-size:1.5rem;width:100%;
	color:#333;
}
.project-list li .content .sec-line{
	font-size:1.2rem;
	color:#999;
	display: flex;
}
.project-list li .content .sec-line .name{
	
}
.project-list li .content .sec-line .address{
	margin-left:15px;
	flex:1;
}

/*项目列表编辑*/

.edit-list{
	padding:10px;
	background:white;
}
.edit-list li{
	display: flex;
	justify-content: space-around;
	padding:10px 0;
	border-bottom:1px dotted #ddd;
	align-items: center;
}
.edit-list li:last-child{
	border:0;
}
.edit-list li .name{
	margin-right:10px;
	font-size:1.5rem;
	min-width: 70px;max-width: 115px;
}
.edit-list li .content{
	flex:1;display: flex;
	
}
.edit-list li .content .text{
	font-size:1.4rem;color:#666;
}
.edit-list li .content .input{
	font-size:1.4rem;color:#666;
	/*border:0;*/
	padding:5px !important;
	height:26px !important;margin:0 !important;	
}
.edit-list li .content img{
	width:50px;height:50px;
}
.red-mark{
	color: red;
}
textarea, 
pre {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}
.expandingArea {
  position: relative;
  /*border: 1px solid #888;*/
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
  background: #fff;
}
.expandingArea textarea,
.expandingArea  pre {
  padding: 5px;
  background: transparent;
  font: 400 13px/16px helvetica, arial, sans-serif;
  /* Make the text soft-wrap */
  white-space: pre-wrap;
  word-wrap: break-word;
}
.expandingArea  textarea {
  /* The border-box box model is used to allow
   * padding whilst still keeping the overall width
   * at exactly that of the containing element.
   */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   width: 100%;
   /* This height is used when JS is disabled */
   height: 100px;
 }
 .expandingArea.active  textarea {
  /* Hide any scrollbars */
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* Remove WebKit user-resize widget */
  resize: none;
}
.expandingArea  pre {
  display: none;
}
.expandingArea.active  pre {
  display: block;
  /* Hide the text; just using it for sizing */
  visibility: hidden;
}



/*详情信息*/

.show-image{
	text-align: center;
}
.show-image img{
	max-width: 100%;
	max-height:300px;
}
.info-title{
	padding-left:15px;
}
.content-text{
	padding:10px;text-indent: 2rem;;
}
.info-title .inner{
	border-bottom:1px solid #999;
	padding:15px 0;
	color:#255AA8;font-size:1.6rem;
}
.information-list{
	padding:10px;
}
.information-list li{
	display: flex;
	justify-content: space-around;
	padding:10px 0;
	border-bottom:1px dotted #ddd;
	/*align-items: center;*/
}
.information-list li:last-child{
	border:0;
}
.information-list li .name{
	margin-right:10px;
	font-size:1.5rem;
	min-width: 70px;max-width: 100px;
}
.information-list li .content{
	flex:1;display: flex;
	justify-content: flex-end;
	
}
.information-list li .content .text{
	font-size:1.4rem;color:#666;
}
.information-list li .content img{
	width:50px;height:50px;
}

.tomato{
	color: tomato !important;
}
.bold{
	font-weight: bold !important;
}









.mui-bar-tab{
	background:white;border-top:1px solid #ddd;
}
.mui-table-view{
	width:auto !important;
	padding-right:10px;
	border:1px solid #ddd;
}

.mui-popover{
	width:auto !important;
}

.mui-table-view-cell{
	text-align: center;
}
.mui-table-view-cell a{
	font-size:1.3rem
}
.mui-tab-item{
	font-size:1.4rem;color:#333
}


/*第一书记会员界面*/
.shujiMember{
	
}
.shujiMember .shujitop{
	height:250px;position: relative;
	background: url(../images/fengjing1.jpg) center center;
	background-size:100% 100%;
}
.shujiMember .shujitop .touxiang{
	width:80px;position: absolute;
	left:50%;margin-left:-40px;top:42px;
	text-align: center;
}
.shujiMember .shujitop .touxiang dt{
	border-radius: 50%;overflow: hidden;
}
.shujiMember .shujitop .touxiang dt img{
	width:100%;
}
.shujiMember .shujitop .touxiang dd{
	color: white;margin-top: 5px;
	font-size:14px;
}
.shujiMember .shujitop .bar{
	height:60px;background:rgba(0,0,0,0.8);
	position: absolute;bottom: 0;left:0;width:100%;
}
.shujiMember .shujitop .bar dl{
	float:left;width:calc(33.33% - 1px);
	border-right:1px solid #ddd;color: white;text-align: center;
	margin-top:9px;
}
.shujiMember .shujitop .bar dl dt{
	font-size:15px
}
.shujiMember .shujitop .bar dl dd{
	font-size:13px
}
.shujiMember .shujitop .bar dl:last-of-type{
	border:0;
}
.shujiMember .options{
	background: white;overflow: hidden;
	margin-top: 5px;border-top: 1px solid #ddd;
}
.shujiMember .options dl{
	width:calc(33.33% - 1px);
	text-align: center;float:left;
	border-right:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding:20px 0;
}

.shujiMember .options dt{
	height:55px;margin-top: px;
}
.shujiMember .options dt img{
	width:100%;width:50px;
}
.shujiMember .options>a:nth-of-type(1) dt img{
	width:35px;
}
.shujiMember .options>a:nth-of-type(2) dt img{
	width:45px;
}
.shujiMember .options>a:nth-of-type(3) dt img{
	width:55px;
}
.shujiMember .options>a:nth-of-type(4) dt img{
	width:50px;
}
.shujiMember .options>a:nth-of-type(5) dt img{
	width:45px;
}
.shujiMember .options>a:nth-of-type(6) dt img{
	width:50px;
}
.shujiMember .options>a:nth-of-type(7) dt img{
	width:50px;
}
.shujiMember .options>a:nth-of-type(8) dt img{
	width:60px;
}
.shujiMember .options>a:nth-of-type(9) dt img{
	width:50px;
}
.shujiMember .options dl dd{
	margin-bottom: px;height:30px;line-height: 30px;
	font-size: 16px;
}
.shujiMember .options dt{
	
}
.shujiMember .options dt{
	
}

.entrance{
	height:75px;margin:5px 0;
	background:white;position: relative;
	background:url(../images/back1.jpg) center center;
	background-size:100% 100%;color: white;	
}
.entrance>a{
	display: block;color: white;
}
.entrance .p1{
	font-size:14px;margin-left:10px;margin-top: 10px;
	
}
.entrance .p2{
	font-size:16px;margin-left:60px;margin-top: 10px;
	
}
.entrance img{
	position: absolute;width:30px;right:10px;
	top:20px;
}

.catetitle{
				width: 90%;color:#fff;height: 30px;line-height: 30px;
				background-color: #9D9D9C;border-radius: 3px;text-align: center;
				margin:15px auto;
				font-size:16px;
			}



/*导航栏*/

.nav-logo{
    		float: left;
		    height: 50px;
		    margin-top: 5px;
		    overflow: hidden;
    	}
    	.nav-logo a{
    		margin: 0;
    		padding: 0;
    	}
    	.navbar-fixed-top{
    		background-color: #C00000;
    		border-color: #C00000;
    	}
    	.icon-bar{
    		background:white;
    	}
    	.navbar-nav li a{
    		color:white;
    	}
    	.navbar-nav li:hover{
    		background:#912017
    	}
    	.navbar-nav li a:hover{
    		background:#912017 !important
    	}

.footer{
	width:100%;
	background:black;
	padding:20px 0;
}
.footer>div{
	max-width:1000px;
	margin:10px auto;
	text-align: center;
	color:white;
	font-size:13px;
}
.footer .footerNav{
	width:100%;overflow:auto;
	display: flex;
	justify-content: center;
}
.footer ul{
	display: flex;
	min-width:620px;
}

.footer ul li{
	padding:10px;
}
.footer ul li a{
	color:white;
}






