.carAutoNewsA {
	    width:100%;
	    height: 72px;
	    bottom: 0;
	    font-family: 'Arial, PingFangSC-Regular, Microsoft Yahei';
	}
	
	.carAutoNewsA dl {
	    display: -webkit-box;
	    position: fixed;
	    bottom: 0px;
		left: 0px;
	    /* border-top:1px solid #F5F6F7; */
	    height: 60px;
	    bottom: 0;
		left: 0;
	    padding-top: 14px;
	    background: #FFF;
	    width: 100%;
	    box-shadow: 0px -2px 4px 0px rgba(0,0,0,0.03);
	}
	
	.carAutoNewsA a {
	    text-decoration: none;
	}
	
	.carAutoNewsA dl:after {
	    content: ".";
	    display: block;
	    height: 0;
	    visibility: hidden;
	    clear: both;
	}
	
	.carAutoNewsA dl dt {
	    width: 49px;
	    height: 49px;
	    margin-right: 10px;
	    padding-left: 15px
	}
	
	.carAutoNewsA dl dt img {
	    display: block;
	    width: 100%;
	}
	
	.carAutoNewsA dl dd {
	    width: 100%;
	    -webkit-box-flex: 1;
	    padding-top: 4px;
	}
	
	.carAutoNewsA dl dd b {
	    display: block;
	    font-size: 18px;
	    color: #333;
	/*    font-weight: normal; */
		font-weight: bold;
	    line-height: 20px;
	    overflow: hidden;
	    height: 20px;
	}
	
	.carAutoNewsA dl dd p {
	    display: block;
	    font-size: 12px;
	    line-height: 18px;
	    color: #01528A;
	    font-weight: normal;
	    margin-top: 5px;
	    font-weight: bold;
	}
	
	.carAutoNewsA dl dd.slogan p {
	    color: #333333;
	    font-weight: normal;
	}
	.slogan{
		margin: 0px;
	}
	.carAutoNewsA a.open {
	    width: 65px;
	    height: 30px;
	    float: right;
	    background: rgba(73,147,247,1);
	    border-radius: 30px;
	    font-size: 14px;
	    line-height: 30px;
	    color: #ffffff;
	    display: block;
	    text-decoration: none;
	    text-align: center;
	    margin: 21px 15px 0 0 ;
	    position: fixed;
	    z-index: 10;
	    bottom: 22px;
	    right: 6px;
	}