/*首页主视觉*/
.banner {
    margin: 0px auto;
    padding: 0px;
    width: 960px;
    height: 320px;
    position: relative;
    text-align:left;
}

.banner-img {
    position: absolute;
}


.banner-img img {
     width: 960px;
     height: 320px;
}

.banner-num {
    width: 960px;
    height: 25px;
    position: absolute;
    bottom: 0;
    background: url('/sites/sjlh/Themes/Image/pic_banner_bottom.png') repeat-x left;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/sites/sjlh/Themes/Image/pic_banner_bottom.png");
    _overflow: hidden;
    text-align:center;
}

.banner-num-center {
    padding-left:433px;
    width: 527px;
    height: 25px;
}

.banner-num-center div {
    cursor: pointer;
    height: 25px;
    width:10px;
    float: left;
    padding-left: 17px;
}

.banner-bottom-select {
    color: #39778a;
    background: url('/sites/sjlh/Themes/Image/pic_banner_on.png') no-repeat center;
    _margin-top: 7px;
    _margin-left: 15px;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sites/sjlh/Themes/Image/pic_banner_on.png");
}


.banner-bottom-unselect {
    color: #ffffff;
    background: url('/sites/sjlh/Themes/Image/pic_banner_off.png') no-repeat center;
    _margin-top: 7px;
    _margin-left: 15px;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sites/sjlh/Themes/Image/pic_banner_off.png");

}
/*首页主视觉结束！！！*/


/*ballbet体育新闻*/
.news{
    width: 300px;
    height: 250px;
    padding-top:15px;
    float: left;
    margin-bottom:15px;
}

.news-head {
    width: 300px;
    height: 27px;
}

.news-head-left {
    width: 276px;
    height: 27px;
    float: left;
    background: #2c83cc;
    float: left;
    color: #ffffff;
    padding-left: 10px;
    line-height: 27px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
}


.news-head-right {
    float: right;
    width: 14px;
    height: 27px;
    background: url("/sites/sjlh/Themes/Image/title_blue2c83cc_r.png");
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sites/sjlh/Themes/Image/title_blue2c83cc_r.png");
}


/*定义标题中"更多"样式*/
.title-more{
	color: #ffffff;
	display: inline;
	float: right;
	font-weight: 100;
}

.title-more a:link, .title-more a:visited{
	color: #ffffff;
}

.news-content {
    height: 200px;
    overflow:hidden;
}
.news-content-img {
    width: 268px;
    height: 120px;
}

.news-content-img-imgtap {
    height:120px;
    position: relative;
}

.news-content-img-imgtap img {
    width: 268px;
    height: 120px; 
}
    
.news-content-img-imgtap-img{
	width: 268px;
	height: 120px;
}

.news-content-img-imgtap-img ul li{
	width: 268px;
	height: 120px;
}



.news-content-img-imgtap-num {
	text-align: center;
	position: absolute;
    display: inline;
    right: 0;
    bottom: 0;
    _bottom:6px;   
}



.news-content-img-imgtap-num a {
    width: 20px;
    height: 12px;
    border-left: 1px solid #ccc;
    float:left;        
    color: #ffffff;
    cursor: pointer;
}


.news-content-list {
    width: 268px;
    clear:both;
    padding-top:10px;
}

.news-content-list ul li {
    
    height:24px;
    line-height:24px;
    _height:22px;  	
  	_line-height:22px;
  	*height:22px;
  	*line-height:22px;
    text-align: left;
    padding-left: 13px;
    background: url("/sites/sjlh/Themes/Image/news-point.jpg") no-repeat;
    background-position: 0px 11px;
    _background-position: 0px 8px;
}

.news-content-list ul li a{
   	float:left;
}


.news-content-list ul li span {	
    float: right;
}          
            
              
/*ballbet体育新闻结束！！！*/



/*中国竞彩首页简介*/
.instro {
    width: 300px;
    height: 250px;
    padding-top:15px;
    margin-bottom:15px;    
}
.instro-head {
    width: 300px;
    height: 27px;
}

.instro-head-left {
    width: 276px;
    height: 27px;
    float: left;
    background: #2c83cc;
    float: left;
    color: #ffffff;
    padding-left: 10px;
    line-height: 27px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
}

.instro-head-right {
    float: right;
    width: 14px;
    height: 27px;
    background: url("/sites/sjlh/Themes/Image/title_blue2c83cc_r.png") no-repeat center;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sites/sjlh/Themes/Image/title_blue2c83cc_r.png ");
}

.instro-content {
    height: 200px;
    overflow:hidden;
}

.instro-content-img {
    float: left;
    width: 139px;
    height: 110px;
    display: inline;
    clear: both;
   
    padding-right: 20px;
}

    .instro-content-img img {
        width: 140px;
        height: 108px;
    }

.instro-content-text {
}

    .instro-content-text p {
        text-indent: 2em;
        line-height: 24px;
        _line-height: 24px;
        text-align: left;
       
    }

.instro-content-more {
    text-align: right;
   padding-top:5px;
    padding-right: 20px;
    color: #0079d2;
}


/*中国竞彩首页简介结束！！！*/






/*产品介绍*/
.product{
    width: 300px;
    height: 250px;
    padding-top:15px;
    margin-bottom:15px;   
    
}
.product-head {
    width: 300px;
    height: 27px;
}

.product-head-left {
    width: 276px;
    height: 27px;
    float: left;
    background: #2c83cc;
    float: left;
    color: #ffffff;
    padding-left: 10px;
    line-height: 27px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
}

.product-head-right {
    float: right;
    width: 14px;
    height: 27px;
    background: url("/sites/sjlh/Themes/Image/title_blue2c83cc_r.png") no-repeat center;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sites/sjlh/Themes/Image/title_blue2c83cc_r.png");
}

.product-content {
    height: 200px;
    overflow:hidden;
}

.product-content-img {
    float: left;
    width: 139px;
    height: 110px;
    display: inline;
    clear: both;
    padding-right: 20px;
}

    .product-content-img img {
        width: 140px;
        height: 108px;
    }
    

.product-content-text {
}

    .product-content-text p {
        text-indent: 2em;
        line-height: 24px;
        text-align: left;
       
    }

.product-content-more {
    text-align: right;
   padding-top:5px;
    padding-right: 20px;
    color: #0079d2;
}

.product-content-instro{
	height:154px;
	width:278px;
}

.product-content-member{
	height:48px;
	width:248px;
	padding: 0 15px;
}

.product-content-member-item{
	display: inline;
	float: left;
	height: 24px;
	line-height: 24px;
	text-align : left;
	width : 50px;
	padding: 0 15px;
 background: url("/sites/sjlh/Themes/Image/news-point.jpg") no-repeat 7px  11px;


}
/*产品介绍结束！！！*/





/*国资动态*/
.sasac{
    width: 300px;
    height: 216px;
    margin-bottom: 15px;
    overflow: hidden;
}

.sasac-head {
    width: 300px;
    height: 27px;
}

.sasac-head-left {
    width: 276px;
    height: 27px;
    float: left;
    background: #2c83cc;
    float: left;
    color: #ffffff;
    padding-left: 10px;
    line-height: 27px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
}

.sasac-head-right {
    float: right;
    width: 14px;
    height: 27px;
    background: url("/sites/sjlh/Themes/Image/title_blue2c83cc_r.png") no-repeat center;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sites/sjlh/Themes/Image/title_blue2c83cc_r.png ");
}

.sasac-content {
    height: 168px;
    overflow:hidden;
}

.sasac-content-list {
      width: 280px;
      clear:both;
      height:177px;
}

.sasac-content-list ul li {
    height:24px;
  	line-height:24px;
  	_height:22px;  	
  	_line-height:22px;
  	*height:22px;
  	*line-height:22px;
    text-align: left;
    padding-left: 13px;
    background: url("/sites/sjlh/Themes/Image/news-point.jpg") no-repeat;
    background-position: 0px 11px;
    _background-position: 0px 8px;
}
	
.sasac-content-list ul li a {
	 float: left;
}

.sasac-content-list ul li span {  	
    float: right;
}

/*国资动态结束！！！*/







/*社会责任*/
.csr {
    width: 300px;
    height: 216px;
    margin-bottom:15px;
}
.csr-head {
    width: 300px;
    height: 27px;
}

.csr-head-left {
    width: 276px;
    height: 27px;
    float: left;
    background: #2c83cc;
    float: left;
    color: #ffffff;
    padding-left: 10px;
    line-height: 27px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
}

.csr-head-right {
    float: right;
    width: 14px;
    height: 27px;
    background: url("/sites/sjlh/Themes/Image/title_blue2c83cc_r.png") no-repeat center;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sites/sjlh/Themes/Image/title_blue2c83cc_r.png");
}

.csr-content {
    height: 168px;
    overflow:hidden;
}

.csr-content-img {
    float: left;
    width: 276px;
    height: 80px;
    display: inline;
    clear: both;
    padding:5px 0px 10px 0px;
}

.csr-content-list {
      width: 280px;
      clear:both;
      height:177px;
}

.csr-content-list ul li {
    height:24px;
  	line-height:24px;
  	_height:22px;  	
  	_line-height:22px;
  	*height:22px;
  	*line-height:22px;
    text-align: left;
    padding-left: 13px;
    background: url("/sites/sjlh/Themes/Image/news-point.jpg") no-repeat;
    background-position: 0px 11px;
    _background-position: 0px 8px;
}
	
.csr-content-list ul li a {
	 float: left;
}

.csr-content-list ul li span {  	
    float: right;
}



/*社会责任结束！！！*/



/*人力资源*/
.hr {
    width: 300px;
    height: 216px;
    margin-bottom:15px;
}
.hr-head {
    width: 300px;
    height: 27px;
}

.hr-head-left {
    width: 276px;
    height: 27px;
    float: left;
    background: #2c83cc;
    float: left;
    color: #ffffff;
    padding-left: 10px;
    line-height: 27px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
}

.hr-head-right {
    float: right;
    width: 14px;
    height: 27px;
    background: url("/sites/sjlh/Themes/Image/title_blue2c83cc_r.png") no-repeat center;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sites/sjlh/Themes/Image/title_blue2c83cc_r.png");
}

.hr-content {
    height: 168px;
    overflow:hidden;
}

.hr-content-img {
    float: left;
    width: 130px;
    height: 90px;
    display: inline;
    clear: both;
    padding-right: 20px;
}

    .hr-content-img img {
        width: 130px;
        height: 90px;
    }

.hr-content-more {
    text-align: right;
   padding-top:5px;
    padding-right: 20px;
    color: #0079d2;
}


.hr-content-text {
}

    .hr-content-text p {
        text-indent: 2em;
        line-height: 24px;
        text-align: left;
      }


/*人力资源结束！！！*/




