/*base*/
*, ::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

/*资产推介*/
.cmain{
	margin-top: 1rem;
}
.cmain .ScreenMain {
    width: 100%;
    margin: 0 auto 1rem;
    background-color: #D5D5D5;
}
.ScreenMain .item {
    padding: 0 1rem;
    border-bottom: 1px dashed #f9f9f9;
    height: 3rem;
    line-height: 3rem;
    position: relative;
}
.ScreenMain .item .em1{
	display: inline-block;
	float: left;
	line-height: 3rem;
	font-size: 1.3rem;
	color: #333;
	font-style: initial;
}
.ScreenMain .item .SMCons{
	float: left;
	font-size: 0;
	margin: .5rem 0;
}
.SMCons a{
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	margin: 0 .2rem;
	padding: 0 .35rem;
	font-size: 1.2rem;
}
.SMCons a.active{
	color: #fff;
	background: #cf141a;
}

.bus_list {
	width: 100%;
	padding: 0 1rem;
    margin-top: 1.5rem;
}
.bus_list .list-item_cs {
    padding: 1rem;
    margin-bottom: 1.5rem;
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eaeaea;
}
.list-item_cs dt {
    width: 11.6rem;
    height: 12.2rem;
    display: inline-block;
    float: left;
}
.list-item_cs dt img {
    width: 13rem;
    height: 13.5rem;
    display: block;
}
.list-item_cs dd {
    width: 14rem;
    float: right;
}
.list-item_cs dd .h3{
	font-size:1.8rem;
	color:#000;
	margin-bottom:.5rem;
}
.item-author { 
	color: #999; 
	margin-top: 1rem; 
	height: 1.8rem; 
	line-height: 1.8rem;
}
.list-item_cs .date {
	margin-left:.5rem;
}
.ScreenMain .item {
	margin-top: 1.8rem;
}
.list-item_cs .icons{
	line-height: 2.2rem;
	font-size: 1.3rem;
}
.list-item_cs .icons.num{
	display: inline-block;
	width: 48%;
}
.span2{
	color:#c61919;
	font-size:1.8rem;
}



