/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
{margin:0;padding:0;border:0;outline:none;}
/*html{font-size: 62.5%;}*/
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}*:focus{outline:none;}
a{color:#333333;}
a:hover{color:#07367c;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
body{font-family:"";color: #333333;font-size: 0.24rem;}
input::-webkit-input-placeholder{color: #;}
input:focus::-webkit-input-placeholder{color: #;}
input,textarea{-webkit-appearance: none;}/*去除内阴影*/
a,img{-webkit-touch-callout: none;}/*去除长时间按弹出*/
.calc{width: calc(100%-50px-2rem);}/*宽度减速*/
a,button,input,optgroup,select,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0);}/*去除点击后出现暗色*/
.top{height: 0.86rem;width: 100%;background: #015293;padding: 0 0.3rem;line-height: 0.86rem;text-align: center;color: #FFFFFF;font-size: 0.36rem;position: relative;}
.top a{position: absolute;height: 0.86rem;width: 0.78rem;display: block;top: 0;left: 0;background: url(back_to.png) no-repeat 0.3rem center;background-size: 0.18rem 0.32rem;}

section{
	width: 100%;
	overflow: hidden;
}

.lmlb{
	width: 100%;
	padding: 0 0.4rem;
	overflow: hidden;
}
.lmlb ul{
	overflow: hidden;
}
.lmlb li{
	line-height: 0.52rem;
	font-size: 0.32rem;
	overflow: hidden;
	border-bottom: 1px dashed #e4e4e4;
	padding: 0.2rem 0;
	position: relative;
}
.lmlb li a{
	line-height: 0.5rem;
	color: #333333;
}
.lmlb li span{
	font-size: 0.24rem;
	color: #666666;
	float: right;
	padding-left: 0.2rem;
}
.getmore {
    height: 0.6rem;
    display: block;
    line-height: 0.6rem;
    width: 6.98rem;
    background: #fafafa;
    border: 1px solid #e3e3e3;
    margin-top: 0.3rem;
    text-align: center;
    color: #999999;
    font-size: 0.28rem;
}

/*新闻详情页*/
.lmlb img{
	width: 100%;
}
/*魅力哈尔滨_综述*/
.lm_mc{
	width: 100%;
	background: url(hrb_lm01.jpg) no-repeat center;
	height: 0.8rem;
	background-size: 100% 0.8rem;
	line-height: 0.8rem;
	color: #ffffff;
	font-size: 0.36rem;
	padding-left: 0.3rem;
}
.lm_cont{
	width: 100%;
	font-size: 0.32rem;
	color: #333333;
	line-height: 0.52rem;
}
.lm_cont img{
	max-width: 6.98rem;
}
/*城市建筑*/
.csjz_cont{
	width: 100%;
	overflow: hidden;
}
.csjz_cont img{
	width: 3.3rem;
	height: 2.5rem;
	float: left;
}
.csjz_cont dl{
	height: 3.27rem;
	width: 3.3rem;
	float: left;
	
}
.csjz_cont dl:nth-child(even)
{
margin-left: 0.3rem;
}
.csjz_cont dl dt{
	overflow: hidden;
}
.csjz_cont dl dd{
	height: 0.77rem;
	line-height: 0.66rem;
	text-align: center;
	font-size: 0.3rem;
}
.csjz_cont dl dd a{
	color: #333333;
}