/*轮播*/
.banner { position: relative; overflow: auto; text-align: center;}
.banner li { list-style: none; }
.banner ul li { float: left; position:relative;}
#b04 ul li{height:370px;overflow:hidden;}
#b04 { width: 609px;}
#b04 .dots {display:none;  position: absolute; left: 0; right: 0; bottom: 20px;}
#b04 .dots li 
{ 
	display: inline-block;
	*display:inline;
	*zoom:1; 
	width: 9px; 
	height: 9px; 
	margin: 0 4px; 
	font-size: 0;
	background: url(../img/dot.png) no-repeat 0 0;
	cursor: pointer; 
	opacity: .4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
}
#b04 .dots li.active 
{
	background: url(../img/dot.png) no-repeat -11px 0;
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity:1.0;
}
#b04 .arrow {position: absolute; top: 150px;}
#b04 #al { left: 15px;}
#b04 #ar { right: 15px;}

.banner img{
	cursor: pointer;
}
.banner a.blue:hover img,.con a.img-box:hover img {
    opacity: 0.9;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
}
.altBg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 26px;
	background: #000;
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	z-index: 1;
}
.altCon{
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 26px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	z-index: 2;
	overflow:hidden;
	font-weight: bold;
	margin: 0 8px;
	margin-bottom: 10px;
}
#b04 .altBg{height: 28px;}
/*banner*/
.ad-mid{
	width: 290px;
	border-left: 1px solid #fef9f3;
}
.ad-mid li,.ad-mid li img{
	width: 290px;
	height: 185px;
	overflow: hidden;
	transition:all 1s;
}
.banner li img{transition:all 1s;}
.banner li img:hover{transform:scale(1.2,1.2)}
.ad-mid li img:hover{transform:scale(1.2,1.2)}
.ad-mid li{
	border-top: 1px solid #fef9f3;
}
.ad-mid li:first-child{
	border: 0;
}
/*排行榜*/
.ad-right{
	width: 200px;
}
.ad-right .list-head{
	position: relative;
	height: 42px;
	background: #fe5e3a;
}
i.icon-rank-list{
	position: absolute;
	top: 13px;
	left: 24px;
	display: block;
	width: 18px;
	height: 17px;
	background: url(../img/ranking-list.png) no-repeat;
}
.list-head p{
	padding-left: 10px;
	text-align: center;
	color: #fff;
	line-height: 42px;
	font-size: 16px;
}
.ad-right .list-con{
	position: relative;
	height: 299px;
	background: #3e3937;
}
.list-con li{
	float: left;
	width: 173px;
	height: 28px;
	padding: 10px 0 5px 27px;
}
.list-con li:first-child{
	padding: 19px 0 10px 27px;
}
.list-con .ranking-list-bg{
	height: 2px!important;
	padding: 0!important;
	background: url(../img/ranking-list-bg.png) no-repeat;
}
.ranking-list-1{
	position: absolute;
	left: 22px;
	top: 23px;
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/ranking-list-1.png) no-repeat;
}
.list-con div{
	display: inline;
	color: #fe5e3a;
	font-size: 12px;
}
.list-con img{
	position: relative;
	width: 28px;
	height: 28px;
	margin-left: 16px;
	border: 1 solid #3e3937;
	border-radius: 28px;
	-moz-border-radius: 28px;
 	-webkit-border-radius: 28px;
}
.list-con li:first-child img{
	margin-left: 28px;
}
.list-con p{
	margin-left: 8px;
	color: #fff;
}
/*导读*/
.box-list{
	display: inline-block;
	*display:inline;
	*zoom:1;
	padding: 20px 0;
	border-bottom: 1px solid #ececec;
	position: relative;
}
.box-list .img-box{
	display: block;
	float: left;
	position: relative;
	width: 250px;
	height: 160px;
}
.box-list .img_bbox{
	display: block;
	float: left;
	position: relative;
	width: 250px;
	height: 160px;	
	overflow: hidden;
}
.big-list .img-box{
	width: 460px!important;
	height: 280px!important;
}
.box-list .img-box img{
	display: block;
	width: 246px;
	height: 160px;
	transition:all 1s;
}
.box-list .img-box img:hover{transform:scale(1.2,1.2)}
.big-list .img-box img{
	width: 460px!important;
	height: 280px!important;
}
.box-list .article{
	width: 610px;
	float: left;
}
.big-list .article{
	width: 430px!important;
}
.box-list dd{
	padding:  0 5px 0 28px;
}
.box-list .title{
	color: #3e433e;
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
	padding: 5px 5px 15px 28px;
	font-weight: bold;
}
.big-list .title{
	font-size: 28px!important;
	line-height: 34px!important;
	padding: 30px 5px 30px 28px!important;
}
.box-list .box-con{
	color: #999;
}
.l_bie{
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	padding:0 5px;
}
.tuijian{
	background: #f7f7f7;
	padding-bottom: 10px;
}
.right_box{
	margin-right: 10px;
	margin-top: 10px;
}
.gd_ck{
	float: right;
	line-height: 35px;
	color: #28b9e8;
}
.gd_ck:hover{
	color: #ff5722;
}
.xm_xs{
	margin-top: 25px;
	overflow: hidden;
}
.xm_title{
	font-size: 14px;
	color:#ff5722;
	text-align: center;
	margin-top: 15px;
}
.xm_title:hover{
	color: red;
}
.xm_xs img{
	width: 220px;
	height: 150px;
	display: block;
	margin: auto;
}
.gg{
	margin-top: 10px;
}
.xxk_btn{
	width: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	float: left;
	cursor: pointer;
}
.qdb_cer span{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	border-radius: 2px;
	font-size: 14px;
	margin-top: 30px;
	margin:30px 5px 0;
}
.org{
	color: #fff;
	background: #ff5722;
}
.bd_logo{
	width: 75px;
	height: 75px;
	float: left;
}
.right_text{
	float: left;
	width: 188px;
	margin-left: 5px;
}
.xin{
	position: absolute;
	right: 10px; 
	top: 5px;
}
.qdb_cer{
	margin: 10px 0;
	overflow: hidden;
	position: relative;
}
.btn_box{
	overflow: hidden;
}
.bd_title{
	font-size: 16px;
	line-height: 30px;
}
.bd_title:hover{
	color: #ff5722
}
.bd_logo img{
	width: 65px;
	display: block;
	height: 65px;
	margin: auto;
	margin-top: 7px;
}
.bd_text{
	font-size: 12px;
	width: 100%;
	line-height: 20px;
	height: 40px;
	margin-top: 5px;
	overflow: hidden;
	color:#999;
}
.bd_text:hover{
	color: #999
}
.xxk_2{
	background: #f7f7f7;
	border-radius: 3px;
	overflow: hidden;
	margin-top: 10px;
	padding: 10px;
}
.mor{
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.mor a:hover{
	color: #ff5722;
}
.xxk_bom{
	color: #ff5722;
	border-bottom: 3px solid #ff5722;
}
.gg img{
	width: 290px;
	display: block;
}
.tuijian_top *{
	line-height: 50px;
}
.box-footer{
	position:absolute;
	width: 472px;
	left: 250px;
	bottom: 20px;
	margin-top: 20px;
	padding-left: 28px;
}

.box-footer1{
	position:absolute;
	width: 472px;
	left: 460px;
	bottom: 20px;
	margin-top: 20px;
	padding-left: 28px;
}

.big-list .box-footer{
	margin-top: 30px;
}
.xx_ka{
	margin-top: 10px;
	background: #f7f7f7;
	border: solid 1px #ececec;
	overflow: hidden;
	border-radius: 3px;
}
.xx_ka li{
	float: left;
	font-size: 16px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	padding: 0 20px;
}
.xx_ka a{
	overflow: hidden;
    height: 35px;
    display: block;
}
.xx_ka .bj{
	background: #fff;
	border-top: 3px solid #005bac;

}
.box-footer dd{
	position: relative;
	display: inline-block;
	*display:inline;
	*zoom:1;
	height:24px;
	line-height:24px;
	margin-right: 20px;
	padding: 0 10px 0 24px;
	border-radius: 10px;
	-moz-border-radius: 10px;
 	-webkit-border-radius: 10px;
	background: #fff;
	color:#666;
}
.box-footer .box-user-img{
	position: absolute;
	left: 0px;
	top: 1px;
	height: 20px;
	width: 20px;
	border: 1px solid #f7f1e9;
	border-radius: 20px;
	-moz-border-radius: 20px;
 	-webkit-border-radius: 20px;
}
.box-footer .time{
	background: #fff url(../img/time.png) no-repeat 5px center;
}
/*加载更多*/
.more{
	height: 36px;
	width: 500px;
	margin: 20px auto 0;
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	background: #fff url(../img/down.png) no-repeat 290px 16px;
	border: solid 1px #ccc;
} 
.more-act{
	color:#fff!important; 
	background: #555a5f url(../img/down-act.png) no-repeat 290px 16px!important;
}
.inload{
	display: none;
	height: 36px;
	width: 500px;
	margin: 20px auto 0;
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	background: #f4ece3;
}
.inload-act{
	color:#0193dc!important; 
}
/*搜索*/
.con-search{
	height: 60px;
	padding: 50px 0;
    background: #f1ebe3;
}
.con-searchErr{
	float:left;
	height: 56px;
	line-height:56px;
	text-align:left;
}
.con-searchForm{
    position: relative;
    width: 638px;
    background: #fff;
    height: 58px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 5px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
}
.con-searchTextDiv{
	float: left;
    width: 470px;
    height: 56px;
}
.con-searchTextBg{
	float: left;
	width: 25px;
	height: 25px;
	margin: 17px 10px 17px 20px;
	background: url(../img/searchTextBg.png) no-repeat;
}
.con-searchText{
    border: 0 none;
    color: #333;
    height: 22px;
    padding: 18px 0;
    width: 400px;
    font-size: 16px;
}
.con-searchBtn{
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    height: 48px;
    width: 148px;
    margin: 5px;
    position: absolute;
    right: 0;
    border: 1px solid #2572ca;
    border-radius: 5px;
	-moz-border-radius: 5px;
 	-webkit-border-radius: 5px;
	background: #2572ca;
    transition: all 0.3s ease 0s;
}
.box-list p.orange{
	font-size: 16px;
	text-align: center;
	padding-left: 200px;
}
/*分享*/
.box-list .share-a{
	position: relative;
	height:25px;
	padding-left: 2px;
}
.share-a .share-button-hide{
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	z-index: 100;
}
.share-a .share-b{
	float: left;
}
.share-a .share-b li{
	display: inline-block;
	*display:inline;
	*zoom:1;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	background: url(../img/share.png) no-repeat;
}
.share-b li.twitter{
	background-position: -40px -40px;
}
.share-b li.fb{
	background-position: -4px -40px;
}
.share-b li.weixin{
	background-position: -76px -40px;
}
.share-b li.linkedin{
	background-position: -112px -40px;
}
.share-b li.googleplus{
	background-position: -148px -40px;
}
.share-b li.twitter-act{
	background-position: -40px -40px!important;
}
.share-b li.googleplus-act{
	background-position: -148px -40px!important;
}
.share-b li.fb-act{
	background-position: -4px -40px!important;
}
.share-b li.weixin-act{
	background-position: -76px -40px!important;
}
.share-b li.linkedin-act{
	background-position: -112px -40px!important;
}
.jzl_text{
	width:235px;
	line-height:40px;
	height:30px;
}
.jzl_text .bd_title{
	height:55px;
	overflow:hidden;
	font-size:14px;
	width:170px;
	line-height:55px;
}
.jzlpb .qdb_cer span{
	margin:20px 0 ;
	padding:0;
}
.jzlpb .qdb_cer{
	height:45px;
}
.jzl_text .numb{
	font-size:14px;
	float:left;
	position:relative;
	top:-47px;
	right:-170px;
}
.numb i{
	color:#ff5722;
	font-style:normal;
}
.inde_gg{
	margin-top:10px;
	margin-bottom: 10px; 
}
.inde_gg img{
	width: 100%;
	display: block;
}
.pt{
	margin-left: 60px;
}
.f_ceng{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background:rgba(0,0,0,0.4); 
}
.fc{
	width: 900px;
	margin: auto;
	background:#fff;
	position: relative;
	top: 50%;
	margin-top: -180px; 
	overflow: hidden;
	padding: 50px 0;
}
.fc img{
	float: left;
	padding:0 50px;
}
.fc_text{
	width: 500px;
	margin-left: 30px;
	float: left;
	font-size: 28px;
}
.fc_text span{
	padding-left: 10px;
	background: #1058a2 url(../img/jiantou.png) no-repeat 85% center;
	padding-right: 80px;
	color: #fff;
}
.fc_text a{
	color: #1058a2;
	float: left;
}
.fc_text a:hover{
	text-decoration: underline;
}
.fc_close{
	position: absolute;
	right: -50px;
	top: 0;
	z-index: 9999999;
	display: block;
	width: 30px;
}