﻿/*股价*/

.shareitems{
    /*background: url("/sites/group/Themes/Image/gj_bg.gif") repeat-x scroll center top rgba(0, 0, 0, 0);*/
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 20px;
    
    float:left;
}

.shareitems .item{
	float:left;
	width:250px;
}

.shareitems .item .left{
	float:left;
	width:35px;
}
.shareitems .item .oilcode{
	float:left;
	width:75px;
}
.shareitems .item .center{
	float:left;
	width:40px;
}
.shareitems .item .right{
	float:left;
	width:60px;
}
/*油价*/
.oilitems{
	/*background: url("/sites/group/Themes/Image/gj_bg.gif") repeat-x scroll center top rgba(0, 0, 0, 0);*/
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 20px;
    float:left;
}
.oilitems .item{
	float:left;
	width:250px;
	padding-left:15px;
}

.oilitems .item .left{
	float:left;
	width:50px;
}
.oilitems .item .center{
	float:left;
	width:45px;
}
.oilitems .item .right{
	float:left;
	width:60px;
}
