﻿/*股价*/

.shareitems{
    /*background: url("../images/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("../images/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;
}
/*首页广告*/
#MyMoveAd { 

	margin:0 auto;

    overflow:hidden;  

    text-align: center;  

    height: 0px;  

    /*background-color: #AC010A;  

    background-image: url("../images/snap22.jpg"); 

    background-repeat: no-repeat;  

    background-position: center center; */  

    display: block;  
} 