@charset "gb2312";
*{margin:0;padding:0;list-style:none;border:0;}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	
}
.clear{clear:both;}
.clearfix::after{content:"."; display: block; height:0; clear:both; visibility:hidden;}
.clearfix{zoom:1;}

#main{    width:auto;
          height:auto;
		  color:#ECECEC;}
		  
#bannerBG {
	 
	height: 160px;
	text-align:center;
	background-image:url(/sz/images/banner_BG.png)
          }
#banner {
	height: 140px;
	width: 1200px;
    text-align:left;
    padding-top:15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#menu_A {
	height:57px;
	text-align: center;
	display: block;
	width: 1200px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
     
}
 

#koss ul{ padding:0px 20px; 
      margin:10px 5px;
	  text-align:left;
	 }   
	       
#koss li{ font-size:16px;
      text-align:left;
	 list-style: none;
	 height:30px;
  }



#koss2 ul{ padding:0px 20px; 
      margin:10px 5px;
	  text-align:left;
	 }   
	       
#koss2 li{ font-size:16px;
      text-align:left;
	 list-style: none;
	 height:30px;
  }

  


.content_b {
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 20px;
	text-align:center; 
	 
}
.content_c {
	padding:0px;
    background-color:#ECECEC;
    margin-top:0px;

 }

.content_d {
    background-color:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	 margin-bottom:20px;
}
.content_blank {
    height:150px;
}

.content_h{height:420px;}
.content_i{background-color:#EDEDED;}
 
.content_k{height:340px;background-color:#DCDCDC;}
.content_l{height:340px;}

#content_tilte{
    
   font-size:28px;
   color:#050505;
   font-weight:bold;
   font-weight:700;
   text-align:center;
   margin:30px;
   padding-top:20px;
   line-height:40px;
}
#content_memo{
    padding-left:40px;
	padding-right:40px;
	margin-bottom:20px;
    font-size:12px;
    text-align:left;
    line-height:40px;
    color:black;
   
}

 

#content_time{
   font-size:12px;
   color:#333333;
   text-align:center;
   margin:30px; 
   border:#cccccc solid 0px;
   height:25px;
}


#content_print{
   text-align:center;
   margin-bottom:20px;
}

.gdbiaoti {
	
	color:#000000;
	background-color:#FFFFFF;
	margin-bottom:20px;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
	font-weight: bold;
}
 
#scrollDiv{ overflow:auto}
.scrollText{width:800px;height:20px;min-height:25px;line-height:25px;float:left;overflow:hidden;float:left;margin-top:5px;}
.scrollText li{height:25px;padding-left:10px;}
.up{ margin-left:310px; width:50px; height:50px; background:#F90}
.down{ margin:0 0 0 310px; zoom:1; width:50px; height:50px; background:#960}


.pix_diapo {
	-moz-box-shadow: 0 0px 0px #fff;
	-webkit-box-shadow: 0 0px 0px #fff;
	box-shadow: 0 0px 0px #257629;
	height: 445px;
	overflow: hidden;
	position: relative;
	width: 1259px;
}

.pix_diapo>div {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#pix_prev,#pix_next {
	cursor: pointer;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 1001;
}

#pix_prev {
	background: url(/sz/css/images/diapo/prev.png) no-repeat;
	left: 10px;
}

#pix_next {
	background: url(/sz/css/images/diapo/next.png) no-repeat;
	left: auto !important;
	right: 10px !important;
}

#pix_pag {
	margin: 0 auto;
	position: relative;
	width: 1003px;
	z-index: 1002;
}

#pix_commands {
	cursor: pointer;
	display: block;
	float: left;
	height: 26px;
	margin: 15px 0 0 13px;
	position: relative;
	width: 24px;
}

#pix_play {
	background: url(/sz/css/images/diapo/play.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}

#pix_stop {
	background: url(/sz/css/images/diapo/pause.png) center no-repeat;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}

#pix_pag_ul {
	float: right;
	margin: -45px 0 0 0;
	padding: 0;
}

#pix_pag_ul>li {
	cursor: pointer;
	display: block;
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0 5px 0 15px;
	padding: 20px 15px;
	text-align: center;
	text-indent: -9999px;
	width: 12px;
}

#pix_pag_ul>li>span {
	background: #333;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: block;
	height: 16px;
	width: 16px;
}

#pix_pag_ul>li:hover>span>span {
	background: #a2a2a2;
}

#pix_pag_ul>li>span>span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	float: left;
	height: 8px;
	margin: 4px;
	width: 8px;
}

#pix_pag_ul>li.diapocurrent>span>span {
	background: #ff0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#pix_pag_ul>li>.pix_thumb {
	border: 4px solid #f2f2f2; 
	border: 4px solid #e6e6e6;
	 
	-moz-box-shadow: 0 1px 8px #000;
	-webkit-box-shadow: 0 1px 8px #000;
	box-shadow: 0 1px 8px #000;
	height: 75px;
	left: -17px;
	position: absolute;
	top: -40px;
	width: 75px;
}

#pix_pag_ul>li>.thumb_arrow {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #e6e6e6;
	top: 26px;
	left: 12px;
	position: absolute;
}

.pix_relativize {
	overflow: hidden;
	position: relative;
}


.zytb{
float:left;
margin-left:400px;
padding-top:15px;
}

#NEWS_tp {
	float: left;
	height:280px;
	width: 425px;
	margin: 0 auto;
	background-color: #FFF;
	display: block;
	border: 0px solid #CCC;
    overflow:hidden;
	 }

.ky_buchong{
    width:680px;

}

.dzxw {
	float: left;
	height:300px;
	width: 280px;
	margin-top:0px;
	background-color: #FFF;
	display: block;
	border: 0px solid #CCC;
    overflow:hidden;
    margin-left:5px;
	 }

 .news_bt{
 width:120px; float:left;
 }
 .news_more{
  text-align:right;
  
 width:100px;
 float:right;
 }
 
    
  
 #jieshi {
	float: left;
}
#xuanchuan {
	height: 140px;
	width: 1200px;
	margin:20px auto; 
}
#foot {
	background-image: url(/sz/images/foot_bg.png);
	height: 200px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
}
 
.xiandingfangxiang {
	width: 1200px;
	color:#ECECEC;
	margin:20px auto;
	
	}
 

.MB_content {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
    height:auto;
   
	}
	/* class="tz"中的超链接样式 begin   <a class="tz" href="#">这是开户送大礼标题的第一行</a> */
  a.tz:link,a.tz:visited{font-size:16px;color:#FF9900;text-decoration:none;} 
  /* class="tz"中的超链接样式 end  */
   


/*以下是威廉希尔网页版,半岛平台,烽火体育概况样式*/


 /* 系部链接样式 */ 
 .index-nav ul li{text-align:center;width:140px!important;}
 .index-nav-box{width:100%; height:50px; background-color:#BD1829;}
.index-nav-box .index-nav{width:1200px; height:50px; margin:0 auto;}
.index-nav-box .index-nav > ul{padding:0; margin:0;width:1200px; height:50px;}
.index-nav-box .index-nav > ul > li{height:50px; line-height: 50px; float:left;}
.index-nav-box .index-nav > ul > li a{font-size:18px; color:#fff; padding:0 15px; display: block; position:relative;}
.index-nav-box .index-nav > ul > li a:hover{background-color:#333;}
.index-nav-box .index-nav > ul > li.open ul li a{color:#333;}
.index-nav-box .index-nav > ul > li.dropdown > ul.dropdown-menu{border-radius:0; padding:0; border:1px solid #f08302;}
.index-nav-box .index-nav > ul > li.dropdown > ul.dropdown-menu > li{height:45px; }
.index-nav-box .index-nav > ul > li.dropdown > ul.dropdown-menu > li a{height:45px; line-height:45px; font-size:16px; color:#333; text-align:center; background-color:#fff;}
.index-nav-box .index-nav > ul > li.dropdown > ul.dropdown-menu > li a:hover{ color:#f08302;}

.news_A {
    margin-top:20px;
    overflow:hidden;
	 
	text-align:center;
	position:relative;
    object-fit: cover;
    object-position: center;
	 html {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}



nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  z-index:20; 
}
 
.nav {
  margin: 0 auto;
  background: #FFFFFF;
  color: #000000;
}
.nav a {
  display: block;
  padding: 0px 20px;
  margin:0px 8px;   
  line-height: inherit;
  cursor: pointer;
  text-decoration:none;
  color: #000000;
  
}
.nav__menu {
	line-height: 55px;
	font-weight: 500;
	text-transform: uppercase;
}
 
 
.nav__menu-item:hover .nav__submenu {
  display: block;
  z-index:999;
  
}

.nav__submenu-item:hover {
  background: rgba(0, 0, 0, 0.1);
  
}


  
  H5 { font-size:24px; font-weight:bold; color:#993300;}
  H6{ font-size:16px; font-weight:bold; color:#000;}
  H7 {color:#777777;}
	
}

.NEWS_nr {
	float: left;
	width: 350px;
	height: 300px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
	border: 1px solid #ECECEC;
	background-repeat: no-repeat;
	list-style-type:none;
	text-align: left;
	padding-top:80px;
	padding-left:10px;
	padding-right:10px;
 }
 .news_1{
 background-image:url(/sz/images/news_a_xhcc.jpg);
 }
 .news_2{background-image:url(/sz/images/news_a_szdt.jpg);
 }
 .news_3{
 background-image:url(/sz/images/news_a_sjhd.jpg);
 }
  .news_4{
 background-image:url(/sz/images/news_a_szyw.jpg);
 }
   .news_5{
 background-image:url(/sz/images/news_a_tljl.jpg);
 }
    .news_6{
 background-image:url(/sz/images/news_a_zlxx.jpg);
 }
 
 

img{border:0px;}



 
  A:link {
          font-size:16px;
		  color:#333;
		  text-decoration:none;
		  
		  }
  A:visited {
          font-size:16px;
		  color:#333;
		  text-decoration:none;
		  }
  A:hover {
          font-size:16px;
		  color:#090;
		  text-decoration:none;}
.nav__menu-item:hover {
	background-color: #990000;
	color: #FFFFFF;
	 
}
.nav__menu-item:hover .nav__submenu {
  display: block;
  
}

 .nav__submenu {
  margin:0px;
  font-weight: 300;
  text-transform: none;
  display: none;
  position: absolute;
  width:140px;
  background-color:#9F0000;
  opacity: 0.9;
  padding:0px;
  z-index:999;
}

 