@charset "utf-8";

/* CSS Document */
/* 全局常用设置 */
img{border:0px;}
body{margin:0px;}
table{border-spacing:0;}
video{height:auto;width:88%;border:none;}
th,td{margin:0px;font-size:16px;border-spacing:0;}
html,body{height:100%; background-color:#fff;font-family:"微软雅黑";min-width:1200px;}
ul,li{list-style-type: none;}
ul, li,ol, p, h1, h2, h3, h4, h5, h6{padding:0;margin:0}
input::-webkit-input-placeholder {/* placeholder颜色  */color: #fff4a6;}
/* 常用字体颜色 */
.BaiSe{color:#FFFFFF;}
.HeiSe{color:#000000;}
.HongSe{color:#FF0000;}
.HuangSe{color:#bf5e00;}
.ShenHong{color:#c20208;}
.LanSe{color:#125b9a;}
.lan{color:#296cbc;}
.hui{color:#a3a3a3;}
.qhui{color:#b3b3b3;}
.jhuang{color:#ff6600;}

/* 常用字号 */
.f0{font-size:0px;}
.f10{font-size:10px;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f22{font-size:22px;}
.f24{font-size:24px;}

.zfamily{font-family:"微软雅黑";font-weight:normal;}
.hongs{color: #b60000;}

/* 常用格式 */
.Jushang{margin-top:20px;}
.Jutop{margin-top:10px;}
.Jush{padding-top:10px;}
.juzuo{ padding-left:10px;}
.zuob{ padding-left:20px;}
.juz{ padding-left:30px;}
.juxia{ padding-bottom:10px;}
.Txt_center{text-align:center;}
.Txt_cu{ font-weight:bold;}
.Juli{ line-height:24px;}
.jianju{ line-height:18px;}



/* 常用链接样式 */
a{color: #333333;text-decoration: none;}
a:hover{color: #dc161d;text-decoration:underline;}

.bai a{color: #fff;text-decoration: none;}
.bai a:hover{color: #dc161d;text-decoration:underline;}

.redh a{color: #bb0000;text-decoration: none;}
.redh a:hover{color: #bb0000;text-decoration: underline;}

.hui a{color: #a3a3a3;text-decoration: none;}
.hui a:hover{color: #dc161d;text-decoration: underline;}

.blue a{color: #7695d2;text-decoration: none;}
.blue a:hover{color:#dc161d;text-decoration: underline;}


.huis a{color: #333333;text-decoration: none;}
.huis a:hover{color: #bb0000;text-decoration: underline;}



/* 常用浮动 */

.fl{ float:left;}
.rl{ float:right;}
.clear{ clear:both;}

/* =顶部
---------------------------------------------------------------------------*/

.dingbu{height:36px; margin:0 auto;background-color:#efefef;border-bottom:1px solid #d2d2d2;}
.dingbu-wenzi{height:36px; margin:0 auto;width:1200px;}
.dingbu-wenzi p{line-height:36px;font-size:15px;font-weight:bold;color:#dc161d;float:left;}
.dingbu-wenzi span{line-height:36px;font-size:14px;color:#333;float:left;padding-left:45px;}
.dingbu-fenxiang{height:36px;float:right;overflow:hidden;}
.dingbu-fenxiang p{line-height:36px;font-size:14px;color:#333;padding-top:3px;}
.dingbu-wanshan{height:36px;float:right;overflow:hidden;}
.dingbu-wanshan p{line-height:36px;font-size:15px;color:#333;font-weight:normal;}

/* =头
---------------------------------------------------------------------------*/
.top01{ width:100%;background: url(/images/2022/tou.jpg) no-repeat center;height:185px;}
.top01 p{ font-size:24px;font-family:"微软雅黑";color:#408ed6;line-height:24px;margin:40px 0 0 30px;padding-left:24px;border-left:2px solid #408ed6;}
.top{ width:100%;background: url(/images/2022/top-pic8.6.jpg) no-repeat center;height:348px;}

.logo{ width:480px; height:146px;float:right;}
.search{width:352px; margin-top:25px; }
.sousuo{margin-top:165px;margin-right:185px;position:relative;float:right;}
.sousuo-wz{overflow:hidden;width:310px; }
.sousuo-wz p{color:#fff;font-size:16px;line-height:34px; float:left;}
.input001{ width:230px; height:24px; border:none;background-color: #f4f7fb; padding-left:20px;font-family:"微软雅黑";line-height:30px; font-size:15px;float:left;-moz-border-radius: 30px;-webkit-border-radius: 30px;border-radius:30px;color:#dc161d;outline:none;margin:5px 0;}
.fangda{ width:18px; height:18px;position:absolute;right:14px;bottom:9px;}
.fangda01{ width:50px; height:43px;float:left;margin-left:2px;}

 
	
/*nav*/

.nav-box{background-color:#bf0000; width:100%; height:64px;}
#page-wrap {
	margin: 0 auto;
	width:1200px;
}

ul.dropdown {
	position: relative;

}
ul.dropdown li {
	font-weight: bold;
	float: left;
	text-align:center;
	width: 150px;
	background: #bf0000;
	position: relative;
	font-size:20px;

}
ul.dropdown a:hover {
	color: #fff49c;
}
ul.dropdown li a {
	display: block;
	padding: 19px 8px;
	color: #fff;
	position: relative;
	z-index: 1000;
}
ul.dropdown li a:hover, ul.dropdown li a.hover {
	background:#a40000 url(../images/2022/nav-di.gif) no-repeat bottom right ;
	position: relative;
text-decoration: none;

}
/* 
	LEVEL TWO
*/
ul.dropdown ul {
	display: none;
	position: absolute;
	top:0px;
	right: 10px;
	width: 138px;
	z-index: 10;	
	border: 1px solid #a40000;

}
ul.dropdown ul li {
	font-weight: normal;
	background: #fff;
	color: #000;
	top: -1px;
	border-top: 1px solid #ccc;
	width: 138px;
        height:60px;
	font-size:16px;
        font-weight:700;
}
ul.dropdown ul li a {
	display: block;
	background: #fff !important;
	color:#bf0000; 

}
ul.dropdown ul li a:hover {
	display: block;
	background: #f6f6f6 !important;
	color:#bf0000;
	text-decoration: underline; 

}


/*内容*/
.contun{ width:1200px; margin: 0 auto;}

.toutiao{ width:1200px; /*height:100px;*/float:left; margin-top:40px;}
.toutiao h1{ font-size:34px; /*height:35px; line-height:35px;overflow:hidden;*/ text-align:center;}
.toutiao h3{ line-height:35px; height:35px; overflow:hidden;font-weight:normal;font-size:16px; margin-top:20px;text-align:center;}
.toutiao h3 a{ margin:0 20px; } 

.toutiao .zdtop{ width:550px; line-height:35px; height:35px; overflow:hidden;font-weight:normal;font-size:16px;margin-top:20px;/*text-align:center;*/}
.toutiao .zdtop a{ color: #333333;text-decoration: none;margin:0 20px; }
.toutiao .zdtop a:hover{color: #bb0000;text-decoration: underline;}


.toutiao .more a{color: #bb0000;text-decoration: none; float:right;}
.toutiao .more a:hover{color: #bb0000;text-decoration: underline;}


/*新闻块1*/
.box{ margin-top:25px;width:1200px;}


/*焦点图*/
.lunh{ position:relative; width:690px; height:460px; background-color: #000; float:left;}  
.lunh img{ width: 690px; height: 460px;} 
.lunh .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.lunh .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder;  }

.lunh .fPic{ position:absolute; left:0px; top:0px; }  
.lunh .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.lunh .shadow{ width:98%; position:absolute; bottom:0; left:0px; z-index:10; height:40px; line-height: 40px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left;padding-left: 2%;}  
.lunh .shadow a{ text-decoration:none; color:#fff; margin-left:0px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.lunh .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.lunh .fcon img{ display:block; }  
.lunh .fbg{bottom:8px; right:20px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.lunh .fbg div{margin-top:4px;overflow:hidden;zoom:1;height:14px}    
.lunh .D1fBt a{position:relative; display:inline; width:10px; height:10px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }    
.lunh .D1fBt .current,.lunh .D1fBt a:hover{background:#87b8df;}    
.lunh .D1fBt img{display:none}    
.lunh .D1fBt i{display:none; font-style:normal; }    
.lunh .prev,.lunh .next{position:absolute;width:40px;height:74px;background: url(/images/2022/focus_btn.png) no-repeat;}
.lunh .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.lunh .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.lunh .prev:hover{  background-position:0 0; }  
.lunh .next:hover{  background-position:-40px 0;}  



.szyw-k{width:480px; float:right;}

#yaowen{ width:480px;}
.yw-titbg{ border-bottom:2px solid #cac8cc; height:50px; line-height:50px;}
.yw-titbg h2{ border-bottom:2px solid #c80000;font-size:18px; display:block; padding:0 10px;color:#c80000;}
.yw-titbg span{ font-size:14px; line-height:55px;}

.zy-k{ width:470px; margin:0 auto;}
.zy-k h3{ font-size:16px; text-align:center; height:50px; line-height:50px; overflow:hidden;}
.zy-k p{ line-height:20px; color:#7e7e7e;}
.nesw-list{ width:470px;margin:15px auto 0 13px;}
.nesw-list li{ background: url(/images/2022/ico01.gif) no-repeat left 16px; /*height:36px;overflow:hidden;*/ line-height:36px;  padding-left:15px; font-size:16px;}
#yaowen span{ float:right; font-size:14px; padding-top:8px;}

.contun01{ background-color:#f6f6f6; margin-top:40px; }



/*专题*/
.news-three{ width:1200px; margin:0px auto 40px auto;}

.title-k1{ height:30px;  margin-top:15px; text-align:right; font-size:14px; } 


.bd{}
.bd ul{ overflow:hidden; zoom:1;width:1240px; }
.bd ul li{ margin-right:40px; float:left; _display:inline; overflow:hidden;  }
.bd ul li img{ width:270px; height:130px; }



/*banner动态图*/
.all{ width: 1200px; height: 90px;  margin: 35px auto 0 auto; position: relative; }
.screen{
	width:1200px;
	height:90px;
	 overflow:hidden; 
	position:relative;
}
.screen li{ width:1200px; height:90px; overflow:hidden; float:left;}
.screen ul{ position:absolute; left:0; top:0px; width:6000px;}
.all ol{ position:absolute; right:10px; bottom:10px; line-height:20px; text-align:center;}
.all ol li{ float: left; width: 15px; height: 15px; background: #fff;  margin-left: 5px; cursor: pointer; font-size: 10px; font-family: Verdana; line-height: 15px; border-radius: 15px; }
.all ol li.current{ background:yellow;}




/*市地*/
.dishi-k{width:580px; float:left; background-color:#f7f7f7;}

.ds-titbg{ border-bottom:2px solid #cac8cc; background-color:#f2f2f2; height:50px; line-height:50px;}
.ds-titbg h2{ border-bottom:2px solid #c80000;font-size:18px;display:block;height:50px; padding:0 30px;color:#c80000; }
.ds-titbg span{ font-size:14px; line-height:55px; padding-right:10px;}

.dsnesw-list{ width:520px;margin:15px auto 0 auto;}
.dsnesw-list li{ background: url(/images/2022/ico01.gif) no-repeat left 16px; height:36px; line-height:36px; overflow:hidden; padding-left:15px; font-size:16px;}

/*地图*/
.ditu{ width:580px; height:425px; float:right; background-color:#f7f7f7;}
.ditu img{ margin:0 auto; display:block;}
area {outline:none;}


/*第二组专题滚动*/
#demo {
overflow:hidden;
width:1200px;
}
#demo img {

}
#indemo {
float: left;
width: 800%;
}

#demo1 {
float: left;
}
#demo1 a{width:270px; height:130px; float:left;margin-right:40px;}


#demo2 {
float: left;
}
#demo2 a{width:270px; height:130px; float:left;margin-right:40px;}





/*排行标签*/
#Ticket_search{ 
	width:580px;
}

	#Ticket_search_turn{
		width:580px;
		height:49px;
border-bottom:1px solid #cac8cc; background-color:#f2f2f2; height:50px; line-height:50px;
	}
	
		#Ticket_search_turn a{

			height:49px;
			line-height:49px;
			display:block;
			color:#858585;
			padding:0 20px;
			font-size:18px; 
			font-weight:bold; 
			text-align:center;
			float:left;
			text-decoration:none;
		}
	    
		#Ticket_search_turn .bqnav_on { 
			
			border-bottom:2px solid #c80000;
			display:block;
			color:#c80000;
			font-size:18px;
			font-weight:bold; 
			text-align:center;
			text-decoration:none;
		}


.list-title{ width:570px;margin:15px auto 0 auto;}
.list-title li{
	background: url(/images/2022/ico01.gif) no-repeat left 16px; height:36px; line-height:36px; overflow:hidden; padding-left:15px; font-size:16px;
	}
	
.Ticket_search_content span{ width:50px;font-size:14px; float:right;}	



/*杂志*/
.szdt-titbg{ width:1200px; border-bottom:2px solid #cac8cc; height:55px; line-height:55px; margin:30px auto 0 auto;}
.szdt-titbg h2{ border-bottom:2px solid #c80000;font-size:24px; display:block; width:120px; margin:0 auto; padding:0 10px;color:#c80000; text-align:center;}
.szdt-titbg span{ font-size:14px; line-height:60px;}



.zelvyou{ width:1200px; margin:50px auto 0 auto;}

#focus_Box{position:relative;width:1200px;height:305px;margin:0 auto;}
#focus_Box ul{position:relative;width:1000px;height:305px;margin:0 auto;  left: 50%;top: 50%; transform: translate(-50%, -50%);}
#focus_Box li{z-index:0;position:absolute; width:0px;background:#787878;height:0px;top:146px;cursor:pointer;left:377px;border-radius:4px;box-shadow:1px 1px 12px rgba(200, 200, 200, 1)}
#focus_Box li img{width:100%;background:url(/images/2022/loading.gif) no-repeat center 50%;height:100%;vertical-align:top}
#focus_Box li p{position:absolute;left:0;bottom:0px;width:100%;height:40px;line-height:40px;background:url(/css/images/2017/float-bg.png) repeat;text-indent:8px;color:#fff;}
#focus_Box li p span{display:inline-block;width:70%;height:40px;overflow:hidden;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:56px;height:121px;top:100px;}
#focus_Box .prev{background:url(/images/2022/btn.png) left bottom no-repeat;left:0px}
#focus_Box .next{background:url(/images/2022/btn.png) right bottom no-repeat;right:0px} 
#focus_Box .prev:hover{background-position:left top;}
#focus_Box .next:hover{background-position:right top;}






/*友情链接*/
.biaoqian-k-tit{ width:1200px; height:160px; margin:40px auto 0 auto;}

#biaoqian-over1{ 
width:1200px;
height:49px;
font-size:16px;
float:left;
border-bottom:1px solid #cac8cc;  height:49px; line-height:49px;
}
#biaoqian-over1 ul li{
	float:left;
	height:48px;
	line-height:48px;
	text-align:center;
	cursor:pointer;
	padding:0 30px;
	}


#biaoqian-over1 h3{ font-size:20px; color:#c80000; float:left; margin:0 50px; line-height:49px;}

#biaoqian-over1_content{
width:1250px;
margin:20px auto 0 auto;
float:left;

}
	
#biaoqian-over1_content ul li{
     margin-right:58px;
	width:150px;
	line-height:36px;
	float:left;
	display:block;

}

#biaoqian-over1_content ul li span{

	line-height:36px;
	text-align:center;

	display:block;

}

.selected{
border-bottom:2px solid #c80000;  height:50px; line-height:50px;

}


/*返回顶部
---------------------------------------------------------------------------*/
 .goTop >img{ width: 58px; height: 58px; cursor: pointer; }
.goTop{ position: fixed; right : 40px;  bottom : 40px; }






/*版权
---------------------------------------------------------------------------*/
.banquan{height:180px; margin:20px auto 0 auto;overflow:hidden;background-color:#bf0000;}
.banquan-nr{ width:1060px;overflow:hidden;margin:43px auto 0 auto;}
.banquan-jg{ width:56px;height:68px;float:left;padding:2px 0;}
.banquan-l{float:left;overflow:hidden;padding-left:60px;}
.banquan-r{width:110px;height:55px;float:right;overflow:hidden;margin-top:8px;}
.banquan-r img{width:110px;height:55px;}
.banquan-wenzi{height:20px;margin:0 auto;}
.banquan-wenzi p{line-height:20px;font-size:14px;font-family:"微软雅黑";color:#fff;}
.banquan-dh{ width:270px;height:60px;float:right;margin:6px 50px 6px 0;}	
.banquan-dh img{ width:270px;height:60px;}	









/*厅局下拉盒子*/
div.navxl{
    width: 800px;
    height:36px;
    line-height: 36px;
    font-size: 12px;
    position: relative;
	margin:0 auto;
	top:170px;
	right:175px;
	z-index:2000;
}
/*nav-main*/
ul.nav-main{
    width: 100%;
    height: 100%;
    list-style-type: none;
}
ul.nav-main span{
    display: inline-block;
    margin-left: 18px;
    width: 15px;
    height: 11px;
    background: url(/images/2022/down-icon.png) no-repeat;
}
/*图标向上旋转*/
.hover-up{
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
/*图标向下旋转*/
.hover-down{
    transition-duration: .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
/*导航条设置*/
ul.nav-main>li{
    width: 120px;
    height: 100%;
    display: block;
    float: right;
    color: #fff;
    cursor: pointer;
    font-size:16px;
}
ul.nav-main>li:hover{
}
/*隐藏盒子设置*/
div.hidden-box{
    width: 620px;
    border: 1px solid #c80000;
	border-radius: 15px;
    position: absolute;
   display:none;
	background:#fff;
    top: 36px;
	left:680px;
	padding:5px 20px;

}
.hidden-box>ul{
    list-style-type: none;
    color: #643519;
    cursor: pointer;
	border-top: 1px solid #a7a7a7;

}
.hidden-box li{
    color: #000; float:left; line-height:30px; height:30px; width:140px; font-size:14px; margin-right:20px;  white-space: nowrap;text-overflow:ellipsis; overflow:hidden;
}

.hidden-box li:hover{
    color: #c80000;
    text-decoration:underline;
	
}

.hidden-box h3{ float:left; font-size:18px; height:80px; color:#cc2222; margin-right:30px;}
.hidden-box span{ float:right;font-size:14px; }

.bumen{ float:left; margin-bottom:10px; padding-top:10px; border-top: 1px solid #e6e6e6;}

/*隐藏盒子位置设置*/
.hidden-loc-index{
    left: 0px;
}
.hidden-loc-us{
    left: 242px;
}
.hidden-loc-info{
    left: 363px;
}
.box04{
	left:485px;
}




/* =厅局列表
---------------------------------------------------------------------------*/

.tingju-k{width:1200px;margin: 0 auto;}
.tingju-k h3{ color:#dc161d; padding:20px 0;}
.tingju-k ul{}
.tingju-k ul li{ color: #000; float:left; line-height:30px; height:30px; width:180px; font-size:14px; margin:0 10px; }


.jrtt{ width:1200px;height:44px;border-top:2px solid #dc161d;margin:20px auto 0 auto;position:relative;}
.jrtt-title{ width:150px;height:44px;position:relative;float:left;margin-right:36px;}
.jrtt-wenzi{ width:150px;background-color:#dc161d;height:42px;margin-top:2px;}
.jrtt-wenzi p{ width:150px;font-size:20px;text-align:center;color:#fff;font-weight:bold;line-height:42px;} 






/* =行业商会名称
---------------------------------------------------------------------------*/

.hangye-k{width:1200px;margin:20px auto 0 auto;}
.hangye-k h3{ color:#dc161d; padding:20px 0;}
.hangye-k ul{}
.hangye-k ul li{ color: #000; float:left; line-height:30px; height:30px; width:280px; font-size:14px; margin:0 10px; }


.hangye-tt{ width:1200px;height:44px;border-top:2px solid #dc161d;margin:20px auto 0 auto;position:relative;}
.hangye-title{ height:44px;position:relative;float:left;margin-right:36px;}
.hangye-wenzi{background-color:#dc161d;height:42px;margin-top:2px;}
.hangye-wenzi p{ font-size:20px;text-align:center;color:#fff;font-weight:bold;line-height:42px; padding:0 15px; }  



/* =侧边导航
---------------------------------------------------------------------------*/

#tab1{float:left;width:118px; margin-top:20px;}
#tab1 ul{margin:0;padding:0;}
#tab1 li{ margin-bottom:10px;height:48px;line-height:48px;text-align:center;background-color:#f7f7f7;border:1px solid #e6e6e6 ;cursor:pointer;font-size:16px; }
#tab1 li.now{color:#fff;font-weight:bold;background-color:#c51817;border:1px solid #e6e6e6;}
.tablist{width:1030px;padding:10px;display:none; margin-left:150px;}
.tablist ul {}
.tablist ul li{
	font-size:16px;border-bottom: 1px dashed #ccc;
    height:50px;
    line-height:50px;
    background: url(/images/2022/ico01.gif) no-repeat left ;
    padding-left:20px; 
    overflow:hidden;
	}
	
.tablist ul li span{ float:right; color:#CCC;padding-left:30px; }
.block{display:block;}



/*分页*/	
div.digg{padding:3px;margin:50px 15px 15px 15px;text-align:center}
div.digg a{border:#ececec 1px solid;padding:1px;color:#666; margin:2px;text-decoration:none;font-size:14px;}
div.digg a:hover{border:#408ed6 1px solid;color:#666;}
div.digg a:active{border:#408ed6 1px solid;color:#408ed6;}
div.digg span.current{padding:2px 5px;font-weight:bold;margin:2px;color:#666;font-size:14px;}
div.digg span.disabled{padding:2px 3px;margin:2px;color:#666;font-size:14px;border:#ececec 1px solid;}



/* =侧边导航 iframe 
---------------------------------------------------------------------------*/


.tablistiframe{width:1030px;padding:10px;display:none; margin-left:-10px}
.tablistiframe ul {}
.tablistiframe ul li{
	font-size:16px;border-bottom: 1px dashed #ccc;
    height:50px;
    line-height:50px;
    background: url(/images/2022/ico01.gif) no-repeat left ;
    padding-left:20px; 
    overflow:hidden;
	}
	
.tablistiframe ul li span{ float:right; color:#CCC;padding-left:30px; }
.block{display:block;}








/* =焦点轮换图新改
---------------------------------------------------------------------------*/


.pb-carouselWarp {position: relative; width: 690px;height: 460px; overflow: hidden;float:left;}
.pb-carouselWarp .pb-carousel { position: relative; height: 100%;}
.pb-carouselWarp .pb-carousel li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pb-carouselWarp .pb-carousel li .bg{
  background: rgba(0,0,0,0.5);
  position: absolute;
  width: 100%;
  height: 36px;
  bottom: 0;
  text-align:center;
}
.pb-carouselWarp .pb-carousel li .bg a{font-size:16px;color:#fff;width: 100%;line-height:38px;}
.pb-carouselWarp .pb-carousel li .bg a:hover{text-decoration: underline;color:#FFF;}
.pb-carouselWarp .pb-carousel li img {width: 100%;height: 100%; vertical-align: middle;}
.pb-carouselWarp .pb-carousel .pb-this {display: block;left: 0;}
.pb-carouselWarp .pb-carousel-ind { position: absolute; bottom: 7px; left: 50%;transform: translateX(-50%);}
.pb-carouselWarp .pb-carousel-ind li {
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 3px;
  cursor: pointer;
}
.pb-carouselWarp .pb-carousel-ind .pb-this {background-color: #dc161d;}
.pb-carouselWarp .pb-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 30px;
  height: 40px;
  outline:none;
  background: #000;
  cursor: pointer;
  border: none;

}
.pb-carouselWarp .pb-arrow-prev {left: 0;background: rgba(0,0,0,0.5) url(../images/arrow-left.png) no-repeat center;}
.pb-carouselWarp .pb-arrow-next { right: 0;background: rgba(0,0,0,0.5) url(../images/arrow-right.png) no-repeat center;}
.pb-carouselWarp[type='updown'] .pb-carousel-ind {
  position: absolute;
  width: 15px;
  top: 50%;
  left: auto;
  bottom: auto;
  right: 20px;
  transform: translateY(-50%);
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind li {
  float: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 5px 0;
}
.pb-carouselWarp[type='updown'] .pb-carousel-ind .pb-this { background-color: #000;}
.pb-carouselWarp[type='updown'] .pb-arrow {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -20px;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;

}
.pb-carouselWarp[type='updown'] .pb-arrow-prev {top: 20px;background: #000000 url(../images/arrow-top.png) no-repeat center; }
.pb-carouselWarp[type='updown'] .pb-arrow-next { top: auto;bottom: 20px;background: #000000 url(../images/arrow-bottom.png) no-repeat center;}

.onermain {overflow:hidden;}







/*杂志新增*/	
.poster-main {
  width: 1200px;
  height: 305px;
  position: relative;
  margin: 0 auto;
}

.poster-main a, .poster-main img { display: block; }

.poster-main .poster-list {
  width: 1200px;
  height:305px;
}

.poster-main .poster-list .poster-item {
  width: 224px;
  height: 305px;
  position: absolute;
  left: 0;
  top: 0;
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  z-index: 10;
  cursor: pointer;
}

.poster-main .poster-prev-btn {
  left: 0;
  background: url(/images/left.png) no-repeat left center;
}

.poster-main .poster-next-btn {
  right: 0;
  background: url(/images/right.png) no-repeat right center;
}




/*2023.6.6*/
.zazhi{ width:760px; float:left;}

/*杂志*/
.szdt-titbg01{ width:760px; border-bottom:2px solid #cac8cc; height:55px; line-height:55px; margin:30px auto 0 auto;}
.szdt-titbg01 h2{ border-bottom:2px solid #c80000;font-size:24px; display:block; width:120px; margin:0 auto; padding:0 10px;color:#c80000; text-align:center;}
.szdt-titbg01 span{ font-size:14px; line-height:50px;}


.zelvyou01{ width:760px; margin:50px auto 0 auto;}

#focus_Box01{position:relative;width:760px;height:305px;margin:0 auto;}
#focus_Box01 ul{position:relative;width:670px;height:305px;margin:0 auto;  left: 50%;top: 50%; transform: translate(-50%, -50%);}
#focus_Box01 li{z-index:0;position:absolute; width:0px;background:#787878;height:0px;top:146px;cursor:pointer;left:377px;border-radius:4px;box-shadow:1px 1px 12px rgba(70, 70, 70, 1)}
#focus_Box01 li img{width:100%;background:url(http://www.ljjgdj.gov.cn/images/loading.gif) no-repeat center 50%;height:100%;vertical-align:top}
#focus_Box01 li p{position:absolute;left:0;bottom:0px;width:100%;height:40px;line-height:40px;background:url(/css/images/2017/float-bg.png) repeat;text-indent:8px;color:#fff;}
#focus_Box01 li p span{display:inline-block;width:70%;height:40px;overflow:hidden;}
#focus_Box01 .prev,#focus_Box01 .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:56px;height:121px;top:50px;}
#focus_Box01 .prev{background:url(http://www.ljjgdj.gov.cn/images/2022/btn.png) left bottom no-repeat;left:0px}
#focus_Box01 .next{background:url(http://www.ljjgdj.gov.cn/images/2022/btn.png) right bottom no-repeat;right:0px} 
#focus_Box01 .prev:hover{background-position:left top;}
#focus_Box01 .next:hover{background-position:right top;}


.button-ysjs{ float: right; margin-top:20px;}


/*外省*/
.waish-k{width:435px; float:left; background-color:#f7f7f7;}
.waish-list{ width:375px;margin:15px auto 12px auto;}
.waish-list li{ background: url(http://www.ljjgdj.gov.cn/images/2022/ico01.gif) no-repeat left 16px; height:36px; line-height:36px; overflow:hidden; padding-left:15px; font-size:16px;}

.three-pic{float:right; width:250px;}
.three-pic img{ margin-bottom:34px;}


/*排行标签*/
#Ticket_search01{ 
	width:400px;
	margin-top:36px;
}

	#Ticket_search_turn01{
		width:400px;
		height:49px;
border-bottom:2px solid #cac8cc;line-height:50px;
	}
	
		#Ticket_search_turn01 a{

			height:49px;
			line-height:49px;
			display:block;
			color:#858585;
			padding:0 20px;
			font-size:18px; 
			font-weight:bold; 
			text-align:center;
			float:left;
			text-decoration:none;
		}
	    
		#Ticket_search_turn01 .bqnav_on { 
			
			border-bottom:2px solid #c80000;
			display:block;
			color:#c80000;
			font-size:18px;
			font-weight:bold; 
			text-align:center;
			text-decoration:none;
		}


.list-title001{ width:410px;margin:15px auto 0 13px; padding-left:10px;}
.list-title001 li{
	background: url(/images/ico01.gif) no-repeat left 16px; height:36px; line-height:36px; overflow:hidden; padding-left:15px; font-size:16px;
	}
	
.Ticket_search_content01 span{ width:50px;font-size:14px; float:right;}	




/*ky体育基地*/

 .col-lg-12{ width:1200px; margin:20px auto 0 auto;}
	.col-lg-4{ width:338px;float:left;padding:15px;}
	
	.videoListCard{
	width:338px;

	-moz-box-shadow:0px 1px 6px #999999; 
	-webkit-box-shadow:0px 1px 6px #999999; 
	box-shadow:0px 1px 6px #999999;
	behavior:url(/css/PIE.htc);
	border:1px solid #999999\0/;
}
.videoListCard:hover{
	width:100%;

	-moz-box-shadow:0px 1px 6px #333333; 
	-webkit-box-shadow:0px 1px 6px #333333; 
	box-shadow:0px 1px 6px #333333;
	behavior:url(/css/PIE.htc);
}
.videoListCard .videoImg{width:300px; float: left; padding: 30px 20px 20px;}
.videoListCard img{width:100%; height: 188px; border-radius: 10px;}
.videoListCard .text{ width: 90%;padding: 0px 20px 20px;height:330px;}
.videoListCard .text h3,h4{ display: block; width:100%;line-height: 30px; font-size: 16px; font-weight: bold; margin: 0; padding: 0;
}
.videoListCard .text h4{ font-size: 14px;}
.videoListCard .text h4 a{ color: blue;}
.videoListCard .text h4.time{ text-align: right; color: #999999;}

.videoListCard .text h5{ font-size: 16px; font-weight:normal;}

.title-hdjd{ width:1070px; margin:20px auto 0 auto; padding-bottom:25px; /*border-bottom:1px solid #CCC;*/}
.title-hdjd h2{ font-size:18px;color:#dc161d; border-left:3px solid #dc161d; margin:20px 0; padding-left:10px;}
.title-hdjd p{font-size:16px; line-height:24px; text-indent:2em; margin-top:10px;}

.digg{clear:both;}


.djjd-more{ float:right; margin-right:15px;font-size:14px;}    
  
.redhs a{color: #bb0000;text-decoration: none;}
.redhs a:hover{color: #bb0000;text-decoration: underline;}  



/*3栏目标签2023107*/
#Ticket_search3{ 
	width:480px;
}

	#Ticket_search_turn3{
		width:480px;
		height:50px;
	}
	
		#Ticket_search_turn3 a{
border-right:1px solid #8e8e8e;
			height:20px;
			line-height:20px;
			display:block;
			color:#858585;
			padding:0 20px;
			margin-top:15px;
			font-size:20px; 
			font-weight:bold; 
			text-align:center;
			float:left;
			text-decoration:none;
		}
	    
		#Ticket_search_turn3 .bqnav_on3 { 
			
			display:block;
			color:#c80000;
			font-size:20px;
			font-weight:bold; 
			text-align:center;
			text-decoration:none;
		}


.list-title3{ width:470px;margin:0px auto 0 auto;}
.list-title3 li{
	background: url(/images/ico01.gif) no-repeat left 16px; height:36px; line-height:36px; overflow:hidden; padding-left:15px; font-size:16px;
	}


.szyw-k h3{ font-size:18px; /*height:50px; line-height:60px; overflow:hidden;*/ padding-left:15px;}
.szyw-k p{ line-height:20px; color:#7e7e7e;font-size:14px; padding:8px 0 8px 15px;text-indent: 2em;}



.nesw-list-sz{ width:470px;margin:15px auto 0 13px; height:225px; overflow:hidden;}
.nesw-list-sz li{ background: url(/images/2022/ico01.gif) no-repeat left 16px; /*height:36px;overflow:hidden;*/ line-height:36px;  padding-left:15px; font-size:16px;}




/*3栏目标签20231016*/

.nesw-list-sz01{ width:470px;margin:15px auto 0 10px;}
.nesw-list-sz01 li{ background: url(/images/2022/ico01.gif) no-repeat left 16px; /*height:36px;overflow:hidden;*/ line-height:36px;  padding-left:15px; font-size:16px;}

.szyw-k01{width:470px; float:right;}
.szyw-k01 li.yc { background: url(/images/2022/ico01.gif) no-repeat left 16px; height:36px;overflow:hidden;line-height:36px;  padding-left:15px; font-size:16px;}
.szyw-k01 li.yc h3{ font-size:16px;  /*height:50px; line-height:60px; overflow:hidden;*/ padding-left:0px; font-weight:normal;}
.szyw-k01 li.yc p{ line-height:20px; color:#7e7e7e;font-size:14px; padding:8px 0 8px 15px;text-indent: 2em;}


.szyw-k01 li.xs { /*height:36px;overflow:hidden;*/line-height:36px;  padding-left:15px; font-size:16px;}
.szyw-k01 li.xs h3{ font-size:18px;  /*height:50px; line-height:60px; overflow:hidden;*/ padding-left:0px; }
.szyw-k01 li.xs p{ line-height:20px; color:#7e7e7e;font-size:14px; padding:8px 0 8px 15px;text-indent: 2em;}



/*2024*/

.four-pic{float:right; width:250px;}
.four-pic img{ margin-bottom:22px;}



/*2025学思践悟*/
.waish3-k{width:380px;  background-color:#f7f7f7;}
.waish3-list{ width:320px;margin:15px auto 12px auto;}
.waish3-list li{ background: url(http://www.ljjgdj.gov.cn/images/2022/ico01.gif) no-repeat left 16px; height:36px; line-height:36px; overflow:hidden; padding-left:15px; font-size:16px;}



