.xiangguantuijian{
    font-size:20px;
    width:13em;

}
.color-hr{
    background: #E0E1E2;
    height: 3px;
}
span.color-2,span.color-2-2{
    height: 0px;
}
@media (max-width:767px){
    .content-page-header-div h1{
        text-align: left;        
    }
    .content-page-header-div div{
        text-align: left;        
    }
    .content-page-suggestion-lists .special-page-center-card-links-subdiv-right ul li{
        padding-left: 0px;
        overflow: hidden;
        word-break: keep-all;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

/* 2019-7-11Ìí¼Ó */
.add-ul li a{
	border-bottom: 0 !important;
}
.add-ul li::before{
	content: ""!important;
}
.add-column{
	/*margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #A9A9A9;*/
}

.add-column::after{
	content: "|";
  color: #CCCCCC;
  margin: 0 5px;
  line-height: 1.5;
	/*border-right: 1px solid #A9A9A9;*/
}
.add-column2::after{
	content: "|";
  color: #CCCCCC;
  margin: 0 5px;
  line-height: 1.5;
	/*border-right: 1px solid #A9A9A9;*/
}

@media (max-width: 767.98px){
	.add-row{
		margin: 0;
	}
	.add-row .col-md-6{
		padding: 0;
	}
	.add-ul li{
		border-bottom: 1px #eaeaea dotted;
		line-height: 1;
	}
	.add-ul > li > a {
		display: inline-block !important;
		line-height: 1;
		padding: 12px 0px 10px 5px !important;
		
	}
	.add-column::after{
		line-height: 1;
		margin: 0 !important;
  	    margin-left:5px !important;
	}
}