﻿/**左侧 侧边条 */

.gongcheng-left{
	background-color:#ececec;
}
.tit{
    color: #fff;
    font-size: 18px;
    background:url(../img/hr_07.jpg) no-repeat center -10px;
   background-color:#5e5e5e;
    padding-top: 90px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    letter-spacing: 1px;
}
.tit span{
	
	display:block;
}

.nr li{
	width:100%;
	height:50px;
	/*border:1px solid red;*/
	
	font-family: "Microsoft Yahei";
    text-align: left;
	}
	
.nr a:hover{
	color:white;
	background:#01b2ff;
}
#a1{
	background:#01b2ff;
}	
	
.nr a{
	display:block;
	width:100%;
	height:100%;
	padding-top:15px;
	padding-left:5px;
	/*border:1px solid green;*/
	text-decoration:none;
	background:#ececec;
}	

.left2{
	border-top:5px solid #ddd;
	border:1px solid #ddd;
}
.left2 .thumbnail{
	border-top:0px;
	border-left:0px; 
	border-right:0px;
	border-bottom:white;
}
.left2 p{
	padding-left:10px;
	padding-right:10px;
	line-height: 28px;
    height: auto;
    width: auto;
    margin: 0;
    position: static;
    color: #333;
} 

/*面包屑**/
ol{
	border-bottom:1px solid #ddd;
}

/**图片墙*/
.gongcheng-tupianqiang .thumbnail{
	 
                /*margin: 50px auto;  */
                overflow: hidden;  
}

.gongcheng-tupianqiang .thumbnail img{
	width:100%;
	height:100%
	cursor: pointer;  
    transition: all 0.6s;  
	
				
}


.gongcheng-tupianqiang .thumbnail img:hover{
	transform: scale(1.4); 
}
.gongcheng-img a{
	display:block;
	text-align:center;
}



/**具体工程文章中*/
/*具体文章  正文*/
.n_info_con {
    line-height: 28px;
    font-size: 14px;
	padding: 0px 12px 0 12px;
}
.n_info_con h1 {
    padding-top: 16px;
    color: #333;
    font-weight: normal;
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    font: 20px/63px "Microsoft Yahei";
}
#cntrBody {
   padding-top: 12px;
   font-size:16px;
   letter-spacing: 0.5px;
}

#cntrBody p {
    line-height: 26px;
    padding-bottom: 8px;
    text-indent: 2em;
}
#cntrBody p span{
	display:inline;
}


/*来源 手机网站二维码 发布日期 返回列表*/
.n_tit{
	font-family: "Microsoft Yahei";
    line-height: 24px;
    margin-bottom: 5px;
	text-align: left;
    color: #666;
    border-bottom: 1px dashed #999;
    height: 44px;
   /* line-height: 44px;*/
	/*font-size:8px;*/
}


 

/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {

	
}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
	.nr a{
	font-size:4px;
}
	
}

/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {

.nr a{
	font-size:12px;
}



}
	