html,body,#app{
    margin: 0;
    padding: 0;         
}
#app{
    background-color: #F1F1F1;
}
.top-bg{
    width: 100%;
    height: 120px;
    /* background-color: #2F3FA6; */
    border-radius: 0 0 30% 30%;
}
.container{
    position: relative;
    margin-top: -120px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.search-bar{
    height: 40px;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.search-icon{
    width: 20px;
    margin: 0 10px;

}
.service{
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
	background: #fff;
	display: flex;
	align-items: center;
}
.swv-left{
	flex: 1;
}
.login-btn{
    background-color: #007AFF;
    height: 25px;
    padding: 0 12px;
    border-radius: 5000px;
    display: inline-block;
    color: #fff;
    line-height: 25px;
	display: flex;
	align-items: center;
}
.login-btn img{
	height: 8px;
	margin-left: 5px;
}
.margin-top{
    margin-top: 10px;
}
.notice-bar{
    background-color: #EDEEF2;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    margin: 20px 0;
    color: #666;
    padding: 0 20px;
    box-sizing: border-box;
}
.notice-icon{
    width: 25px;
    height: 25px;
    margin: 0 15px 0 10px;
}
.notice-text{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
}
.bg-white{
    background-color: #fff;
}
.tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab-item{
    width: 23%;
    padding-top: 21%;
    height: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}
.ad-img{
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
}
.same-bg{
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 15px;
    margin-top: 20px;
}
.inf-title{
	margin-top: 12px;
}
.inf-con{
	margin-top: 5px;
}
.inf-more{
	margin-top: 7px;
}
.mod-title{
    display: flex;
    justify-content: space-between;
}
.mod-title img{
	height: 9px;
	margin-left: 5px;
	position: relative;
	top: 4px;
}
.content{
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.content-item{
    width: 48%;
}
.item-img{
    width: 100%;
    padding-top: 66.66%;
    height: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.comp-info{
    display: flex;
}
.logo{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.tz-img{
    width: 110px;
    padding-top: 110px;
    height: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-right: 20px;
}
.tz-content{
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.tz-title{
    display: flex;
    justify-content: space-between;
    
}
.tz-info{
    width: calc(100% - 130px);
    overflow: hidden;
}
.tel{
    background-color: #FEA203;
    padding: 2px 5px;
    color: #fff;
    border-radius: 5000px;
    display: flex;
    align-items: center;
}
.line{
    border: 1px solid #007AFF;
    padding: 2px 8px;
    border-radius: 5000px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.text-4b5{
    color: #007AFF;
    
}
.tz-type{
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.news-content{
    display: flex;
    margin-top: 20px;
}
.news-img{
    width: 110px;
    height: 110px;
    background-position: 50% 12%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-right: 20px;
}
.news-info{
    width: calc(100% - 170px);
    overflow: hidden;
    position: relative;
}
.news-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
	margin-top: 5px;
}
.news-source{
    position: absolute;
    bottom: 10px;
    left: 0;
}
.bom-logo{
    height: 30px;
}