.phone_list_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: white;
	background-color: #E64545;
	box-sizing: border-box;
}
.phone_list_content {
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
}
.phone_list_content li {
	width: 100%;
	height: auto;
}
.phone_list_content .list_tit {
	overflow: hidden;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #ccc;
}
.phone_list_content .list_tit span {
	float: left;
	width: calc(100% - 90px);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	/*font-weight: bold;*/
}
.phone_list_content .list_tit em {
	float: right;
	display: block;
	width: 90px;
	text-align: right;
	color: #999;
}
.phone_list_content .more {
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #E64545;
	margin: 0 auto;
	margin-top: 10px;
}


.phone_xxgk_tit {
	  overflow: hidden;
      width: calc(100% - 20px);
      height: 40px;
	  border-bottom: 1px solid #f5c2c2;
	  padding: 0px 10px;
}
.phone_xxgk_tit ul {
	overflow-x: scroll;
    overflow-y: hidden;
	/*解决ios卡顿*/
    -webkit-overflow-scrolling: touch;
    height: 40px;
    padding-bottom: 20px;
    display: flex;
}
.phone_xxgk_tit ul li {
	width: auto;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    padding: 0px 10px;
}
.phone_xxgk_tit ul li:nth-child(n + 2) {
    margin-left: 10px;
}
.phone_xxgk_tit ul li:hover,
.phone_xxgk_tit ul .on {
	border-bottom: 2px solid #E64545;
}
.list_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: white;
	background-color: #c02b1f;
	box-sizing: border-box;
}
.list_content {
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
}
.list_content li {
	width: 100%;
	height: auto;
}
.list_content .list_tit {
	overflow: hidden;
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #ccc;
}
.list_content .list_tit span {
	float: left;
	width: calc(100% - 80px);
	/*font-weight: bold;
        white-space: nowrap;*/
        text-overflow: ellipsis;
        overflow: hidden;
}
.list_content .list_tit em {
	float: right;
	display: block;
	width: 90px;
	text-align: right;
	color: #999;
}
.list_content .more {
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #E64545;
	margin: 0 auto;
	margin-top: 10px;
}
.phone_xxgk_tit {
	  overflow: hidden;
      width: calc(100% - 20px);
      height: 40px;
	  border-bottom: 1px solid #f5c2c2;
	  padding: 0px 10px;
}
.phone_xxgk_tit ul {
	overflow-x: scroll;
    overflow-y: hidden;
	/*解决ios卡顿*/
    -webkit-overflow-scrolling: touch;
    height: 40px;
    padding-bottom: 20px;
    display: flex;
}
.phone_xxgk_tit ul li {
	width: auto;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    padding: 0px 10px;
}
.phone_xxgk_tit ul li:nth-child(n + 2) {
    margin-left: 10px;
}
.phone_xxgk_tit ul li:hover,
.phone_xxgk_tit ul .on {
	border-bottom: 2px solid #E64545;
}
