.main_banner{background-color: #78a6c8;}
.section{padding-bottom: 10px;margin-top: 40px;}
.bg_gray{background-color: #f5f5f5;}
.bg_gray .title span{background-color: #f5f5f5;}

.page-header{text-align: center;border:none;}
.title{display: inline-block;}
.title span{color: #235ea7;font-size: 30px;padding: 0px 16px;position: relative;background: #fff;}
.title:before{content: '';height: 1px;display: block;width: 300px;border-bottom: 1px solid #235ea7;position: relative;top: 12px;}
.more{float: right;background-color: #566baa;}
.more a{display: block;background: url(/skin/sites/zhuanti001/index/images/more_arrow.png) center no-repeat;text-indent: -999px;overflow: hidden;line-height: 0;padding: 15px 25px;}

.box_list{margin: 8px 0;}

@media (max-width: 767px) {
	.row{
		max-height: 432px;
    	overflow: hidden;
	}
	.section:last-child .row{
		max-height: none; 	
	}
	.section{margin-top: 0px;}
	.box_list li .label_text{
		display: inline-block;
	    width: 60%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    word-break: keep-all;
	    white-space:nowrap;
	}
}