.lx_hot_spot {
	height: 70px;
	border: 1px solid #E6E6E6;
}

.lx_hot_spot .lx_hot_spot_inside {
    height: 100%;
    line-height: 68px;
    padding-left: 110px;
}

.lx_hot_spot .lx_hot_spot_inside .hot_spot {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 0;
	width: 96px;
	height: 28px;
	border: 1px solid #EF2D36;
	border-radius: 3px;
	line-height: 26px;
	font-size: 16px;
	color: #EF2D36;
	font-weight: bold;
	text-align: center;
}

.lx_hot_spot .lx_hot_spot_inside .hot_list_mod {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 68px;
    font-size: 0;
}

.lx_hot_spot .lx_hot_spot_inside .hot_list_mod a {
    margin-right: 20px;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    position: relative;
    padding-left: 6px;
    color: #000000;
}

.lx_hot_spot .lx_hot_spot_inside .hot_list_mod a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    left: 0;
    background-color: #F6CE99;
}

.your_location{
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #333333;
    display: block;
    line-height: 80px;
}

.your_location .location{
	color: #666666;
}

.your_location .cross{
	width: 12px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.your_location .cross i{
	position: absolute;
	width: 8px;
	height: 8px;
}

.your_location .cross i:first-of-type{
	right: 0;
	bottom: 0;
	background-color: #cccccc;
}

.your_location .cross i:last-of-type{
	left: 0;
	top: 0;
	background-color: #858585;
}

.lxbk_links{
    background-color: rgb(248, 248, 248);
    height: 140px;
    display: flex;
    display: -webkit-flex;
    align-content: space-around;
    flex-wrap: wrap;
    white-space: nowrap;
}

.lxbk_links .top_title{
	width: 100%;
	height: 24px;
	line-height: 24px;
	border-left: 4px solid #f31d3e;
	padding-left: 26px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.lxbk_links .links{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 0 30px;
	height: 45px;
	width: 100%;
}

.lxbk_links .links a{
    text-align: center;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
    line-height: 43px;
    background-color: #ffffff;
    font-size: 16px;
    color: #333333;
    padding: 0 6px;
}

.lxbk_links .links a:hover{
	color: #ffffff;
	line-height: 45px;
	border: none;
	background-image: -moz-linear-gradient(90deg, rgb(243,29,62) 0%, rgb(252,60,63) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(243,29,62) 0%, rgb(252,60,63) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(243,29,62) 0%, rgb(252,60,63) 100%);
	background-image: linear-gradient(90deg, rgb(243,29,62) 0%, rgb(252,60,63) 100%);
}

.info_title{
    display: block;
    line-height: 24px;
    border-left: 4px solid #f31d3e;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    padding-left: 26px;
    margin: 40px 0;
}

.all_info .every_line{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.all_info .every_line .every_part{
    width: 48%;
    display: flex;
    display: -webkit-flex;
}

.all_info .every_line .every_part .province_title{
    white-space: nowrap;
    background: url(../../images/tag/location.png) left center no-repeat;
    line-height: 24px;
    height: 24px;
    font-size: 24px;
    font-weight: bold;
    padding-left: 30px;
    color: #333333;
    width: 174px;
    position: relative;
    top: 5px;
}

.all_info .every_line .every_part .right_links{
    font-size: 0;
    flex: 1;
    line-height: 26px;
}

.all_info .every_line .every_part .right_links a{
    font-size: 16px;
    color: #333333;
	vertical-align: middle;
}

.all_info .every_line .every_part .right_links a:hover{
	color: #e60012;
}

.all_info .every_line .every_part .right_links>i{
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    margin: 0 14px;
    vertical-align: middle;
	color: #999999;
}

.familiar_content .familiar_question{
    border-bottom: 1px solid rgb(231, 231, 231);
    display: block;
    font-size: 0;
    white-space: nowrap;
}

.familiar_content .familiar_question span{
    display: inline-block;
    vertical-align: bottom;
    line-height: 49px;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    border-bottom: 2px solid rgb(230, 0, 18);
    margin-bottom: -1px;
    padding-left: 50px;
    background: url(../../images/tag/answer.png) left 6px no-repeat;
}

.familiar_content .familiar_question span i{
	color: #e60012;
}

.familiar_content .link_content{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.familiar_content .link_content a{
    width: 33%;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 30px;
}

.familiar_content .link_content a:hover{
	color: #e60012;
}