#myModal{
	top: 25px;
	margin: 10px  5%;
	max-width: 90%;
}
a{
	text-decoration:none;
}
.jq22-footer {
	width: 100%;
	position: relative;
	z-index: 112;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 5px 7px 5px;
	background: #ffffff;
	height: 55px;
	border:2px solid  #ddd;
}
.jq22-tabBar-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #979797;
}
.jq22-tabBar-item-text {
	display: inline-block;
	font-size: 16px;
	color: #acaeba;
	padding-top: 2px;
}
.jq22-tabBar-item-active .jq22-tabBar-item-text {
	color: #3f4659;
}
.icon {
	width: 20px;
	height: 20px;
	display: block;
	border: none;
	float: left;
	background-size: 20px;
	background-repeat: no-repeat;
}
.icon-return {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAACh0lEQVRoQ+3ZMW8TMRQH8PcOsTBQISExVCIRCwgWFvZ+hZYBpIrEcTYkBsTGlI2VDamL3YEBpWJoR1BJaOlXYEzyDYp0bMRGRjnJoDuWs/1e3EbKeHf55b33vzsb4YJ98IJ54RKce8XZV1gIcQ8AviDiD2vtC631pzZFYQ2WUt611p4CwM0VcqqU2soSXIN1ztdKqTfZgRuw75RSz9tg3bHsWjomlh04NpYVOAWWDbjf7z8oimLipbH7bUopJdvO7L/Hk8+wwyLiCSLe8H6cww4BwGYFTo0lbWkKLBmYCksCrsNaa99rrZ/FmFnS0GrCdrvd3mg0MqEDqu58yVKaAzZZSwshHgLAsX/rcW2csrJVtaNXeIWdIuL16qJU2OgVrsMCwEGn03mSamaThVYTtizLp+PxeJkioJKFFldslJbmjA0O5o4NCm7AHpZluUM5s1FCSwjxCAA++7ceADiczWaPJ5PJL6qAihJaUspdY8w+Il7xLsASG6SlhRA/EfGa91BxNJ/Pd7hVNtiT1mAwOAeADXdCa637Hi0Wi3zBUsptY8wHRLzqwIh/nlbzbWmna0roLEOrmo11QQd9W1oHdFDwOrR3cLCH/uuFn0uQRQE7dMPKJHl6RwNzRUcF/w9N9VIRHVyhazbLDihWP5KAHbphOzQ5OhmYCzopmAM6OZgaTQL20FMAuOUtHESfaTLwCn3HWnuWEk0KpkCTg1OjWYArtDHmKyJu+jMdeh+KDdghh8NhZ7lcfvPRoXcaWYFToNmBY6NZgj20m+nb3pr3W631yzY7GWzBDtXr9TaLojjz0N+VUvezBXvoPQBw0Fda649Zg9vg6o5l3dKhse58l+AY/yqnc/4GvNDoTFOq8FwAAAAASUVORK5CYII=");
}
.icon-loan {
	background-image: url(../images/shouye.png);
}
.icon-credit {
	background-image: url('../images/banshi.png');
}
.icon-ions {
	background-image: url('../images/icon-item-003.png');
}
.icon-car {
	background-image: url('../images/wode.png');
}
.jq22-footer-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}
/***文章***/
.b-6 .bd {
	background-color:#f5eeee;
	
}
dl.dl-item {
    height: 80px;
    margin-bottom:15px;
    position: relative;
	border-radius: 15px;
	background-color: #ffffff;
	padding: 10px 6px;
	position: relative;
}

dl.dl-item .img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.inforpage-left {
    margin-bottom: 8px;
}

dl.dl-item .img a {
    display: block;
    width: 100%;
    height: 100%;
}

dl.dl-item .img a img {
    width: 100%;
    height: 100%;
}

dl.dl-item .intro {
    height: 20px;
    padding-left:90px;
}

dl.dl-item .intro .cont .tags {
    float: left;
    margin-top: 30px;
}
dl.dl-item .intro .cont {
   
    margin-top: 24px;
}

dl.dl-item .intro h5 {
    margin-bottom: 1px;
}

dl.dl-item .intro h5 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height:20px;
    line-height: 20px;
    text-align: left;
    color: #333;
    font-size: 16px;
}

dl.dl-item .intro p {
    display: none;
}

dl.dl-item .intro .cont .tags span {
    display: none;
}

dl.dl-item .intro .cont .tags em:nth-child(n+3) {
    display: none;
}

dl.dl-item .intro .cont .tags em {
    display: block;
    vertical-align: top;
    height: 4px;
    line-height: 4px;
}

dl.dl-item .intro .cont .tags em a {
    color: #666;
    font-size: 16px;
    display: block;
    height: .20px;
    line-height: 20px;
}

dl.dl-item .intro .cont .time {
    font-size: 14px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    color: #666;
    float: left;
    text-indent: 5px;
}

