.businessLogo {
    margin-right: 18px;
}

.currentProvince {
    line-height: 40px;
    border-left: 2px solid #cb3017;
    padding-left: 18px;
    font-size: 24px;
    color: #cb3017;
    font-weight: bold;
}

.cardContentBox {
    width: 100%;
    margin-left: 18px;
}

.cardTitle {
    font-size: 14px;
    margin-right: 20px;
    line-height: 1em;
}

.cardContent a {
    margin: 0 16px 0 0;
    font-size: 14px;
    line-height: 1em;
    color: #444444;
}

.changeHeader {
    background: #e9ecef;
}

.searchBox {
    background: none#ffffff;
    padding: 24px 0 24px 57px;
    border-top: 1px solid #e9ecef;
}

.topSearch {
    border: none;
    width: auto;
}

.topSearch .inputStyle {
    border: 2px solid #e9ecef;
    border-radius: 6px;
    margin-right: 10px;
}

.topSearch .selectStyle {
    width: 140px;
    height: 46px;
    position: relative;
}

.topSearch .typeInput {
    width: 600px;
}

.topSearch .selectStyle::after,
.topSearch .selectStyle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid #999999;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.select_ul li,
.select_text {
    line-height: 42px;
    cursor: pointer;
}

.formScan {
    left: 23px;
}

.topSearch .searchBtn {
    width: 100px;
}

.areaInTarget .listIcon {
    background: none;
    white-space: nowrap;
    color: #cb3017;
    top: auto;
    width: auto;
    height: auto;
    margin-right: 5px;
}

.areaInTarget .listIcon span {
    letter-spacing: 2px;
}

.areaInTarget .newsTarget {
    width: 77%;
    /*
    white-space: normal;
    */
}

.areaInTarget .newsTarget a {
    margin: 0 2px;
}

.lowerState {
    min-height: 268px;
}

.lowerState a {
    width: 33.3%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 34px;
}

.blockHead {
    height: 71px;
}

.blockHead .tabs {
    line-height: 70px;
}

.topNews {
    margin-bottom: 18px;
}