/* 各省份 start */
.index_province {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    background-color: #F9F9F9;
    justify-content: space-around;
    padding: 0 40px;
    align-content: space-around;
    height: 100px;
}

.index_province .every-part{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.index_province .every-part a {
    position: relative;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 0px;
    border-radius: 4px;
    white-space: nowrap;
}

.index_province .every-part a.active,
.index_province .every-part a:hover {
	color: #fff;
	background-color: #ea5d5c;
}

.index_province .every-part a i{
	display: inline-block;
	vertical-align: middle;
}

.index_province .every-part a i.i-left{
    font-size: 16px;
    line-height: 16px;
}

.index_province .every-part a i.i-right {
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 2px;
    color: #fff;
    background-color: #ea5d5c;
    margin-left: 2px;
}

.index_province .every-part a.active i.i-right,
.index_province .every-part a:hover i.i-right {
	color: red;
	background-color: #fff;
}

/* 各省份 end */

/* 表格样式start */

.table_content{
	margin: 20px auto;
}

.table_content table{
    font-size: 14px;
    color: #333;
	white-space: nowrap;
	text-align: center;
}

.table_content table th{
	height: 50px;
	font-size: 14px;
	background-color: #f2f2f2;
}

.table_content table td a{
    display: block;
    width: 88px;
    height: 28px;
    line-height: 26px;
    color: #ed514d;
    border: 1px solid #ed514d;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
}

.table_content table td .red_bold{
    font-weight: bold;
    color: #ed514d;
}

/* 表格样式end */