body{
margin:0px;
	width:100%;
}
.banner {
        display: block;
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
        height: 130px;
    }
    .title {
        padding: 0;
    }
    .title span {
        display: block;
        line-height: 1em;
        border-left: 6px solid red;
        margin: 8px;
        padding-left: 8px;
        font-size: 17px;
    }
    .tabbar {
        width: 100%;
        overflow: hidden;
        position: relative;
        height: 36px;
        line-height: 36px;
    }

    .tabbar .tabbar_ul {
        padding: 0;
        margin: 0;
    }

    .tabbar .tabbar_ul .tabbar_span {
        display: block;
        width: calc(100%/3 - 1px);
        float: left;
        text-align: center;
        border-left: 1px solid #fff;
        background-color: #1694bb;
        font-size: 14px;
		color:#fff;
		    box-sizing: border-box;
    }
.tabbar .tabbar_ul .tabbar_span:first-child{
    border-left: none;
}
    .tap {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .tap .loadinginfo a {
        color: #282828;
    }

    .tap .loadinginfo a li {
        width: 95%;
        padding: 10px 2.5%;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }

    .tap .loadinginfo a li div {
        float: left;
        width: 100%;
        height: 63px;
        color: #a1a1a1;
        position: relative;
    }

    .tap .loadinginfo a li div p {
        margin: 0;
        padding: 0;
        font-size: 14px;
       overflow: hidden;
    	text-overflow: ellipsis;
   		 display: -webkit-box;
   		 -webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
        line-height: 20px;
        text-align: left;
        color: #333333;
        bottom: 0;
        width: 100%;
    }

    .tap .loadinginfo a li div span {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        font-size: 12px;
        text-align: right;
    }
.clearfloat{clear:both;height:0;font-size:1px;line-height:0px;} 
.branch-list ul{
	height:auto!important;
	height:0;
	min-height:0;
}
.branch-list ul{
padding-inline-start:0px;}
.branch-list ul li{
	width: calc(100%/2 - 12px);
        float: left;
        text-align: center;
	padding: 10px 0 10px 0;
	margin:10px 5px;
        border: 1px solid #ffffff;
	border-radius:10px;
	background:#1787de;
	color:#ffffff;
	list-style:none;
}

.branch-list ul li a{
	color:#ffffff;
	    text-decoration: none;
}

 .botton{
        border: 0;
        width: 100%;
        height: 30px;
        cursor: pointer;
        line-height: 30px;
        text-align: center;
        transition: background 400ms;
        border: none;
        display: block;
        background: #ebebeb;
    }