/*轮播*/
.banner { position: relative; overflow: auto; text-align: center;margin-right: 3px;}
.banner li { list-style: none; }
.banner ul li { float: left; position:relative;}
#b04 ul li{height:371px;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 .altCon{
	max-width: 594px;
	line-height: 28px;
}
#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{
	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;
	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;
}
.box-list .article_zuozhe{
	width: 480px;
	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;
	width: 95%;
}
.big-list .title{
	font-size: 28px!important;
	line-height: 34px!important;
	padding: 30px 5px 30px 28px!important;
}
.box-list .box-con{
	color: #999;
}
.tuijian{
	background: #fff;
	padding-bottom: 10px;
	overflow: hidden;
}
.top_10 img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
} 
.right_box{
	margin-right: 10px;
	margin-top: 10px;
}
.tj_title{
	font-size: 20px;
	float: left;
}
.gd_ck{
	position: absolute;
	right:0;
	top: 5px;
	float: right;
	line-height: 50px;
	color: #28b9e8;
	font-size: 14px;
	margin-right: 5px;
}
.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:100%;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	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;
}
.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,.xlass{
	margin-top: 10px;
	height:50px;
	border-bottom: solid 1px #ececec;
	overflow: hidden;
	border-radius: 3px;
}
.xlass li,.xx_ka li{
	float: left;
	font-size: 16px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	padding: 0 20px;
}
.xlass a,.xx_ka a{
	display: block;
	float: left;
}
.xlass .li,.xx_ka .li{
	float: left;
	font-size: 16px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	padding: 0 14px;
}
.xlass .bj,.xx_ka .bj{
	color: #fff;
	background: #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;
}
.box-footer .time_zuozhe{
	background: #fff url(../img/time.png) no-repeat 5px center;
	margin-right: 150px;
}
/*加载更多*/
.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;
}
.more-loding{
	display: none;
	height: 36px;
	width: 500px;
	color: #666;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	background: #f4ece3;
}
.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.qzone{
	background-position: 0 0;
}
.share-b li.tsina{
	background-position: -28px 0;
}
.share-b li.weixin{
	background-position: -56px 0;
}
.share-b li.linkedin{
	background-position: -84px 0;
}
.share-b li.qzone-act{
	background-position: 0 -28px!important;
}
.share-b li.tsina-act{
	background-position: -28px -28px!important;
}
.share-b li.weixin-act{
	background-position: -56px -28px!important;
}
.share-b li.linkedin-act{
	background-position: -84px -28px!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;
}
.fc_text a:hover{
	text-decoration: underline;
}
.fc_close{
	position: absolute;
	right: -50px;
	top: 0;
	z-index: 9999999;
	display: block;
	width: 30px;
}
/*右侧排行榜*/
.paihangbang{
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	clear:both;
	border-bottom: solid 1px #ccc;
}
.paihangbang .xm_title{
	margin-top: 0;
	line-height: 25px;
	color:#0084ff
}
.paihangbang .xm_title:hover{
	color:#fff;
	background: #0084ff;
}
.paihangbang .xm_xs{
	margin: 0;
}
.paihangbang .top{
	margin-top: 10px;
}
.paiha{
	position: absolute;
	right: 0;
	top: 50px;
	padding-left: 40px;
	height: 160px;
	overflow: hidden;
	background: #f7f7f7;
	z-index: 99998;
}
.zcphb{
	font-size: 18px;
	text-align: center;
	width: 200px;
	padding-top: 46px;
	height: 100px;
	color: #00c1de;
	float:left;
}
.bbangdan{
	margin-bottom: 20px;
}
.zcphb:hover{
	color: #fff;
	background:#00c1de;
}
.paiha span{
	font-size: 22px;
}
.pph{
	background: url(../img/biji.png) no-repeat center top;
	background-size: 90px;
	line-height: 140px;
}
.paihangbang .qdb_cer{
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}
.paihangbang .bd_title{
	height: 20px;
	line-height: 20px;
	width: 190px;
	text-overflow:ellipsis;/*文字溢出的部分隐藏并用省略号代替*/
	white-space:nowrap;/*文本不自动换行*/
}
.paihangbang .qdb_cer span{
	margin: 2px 0;
	margin-left: 10px;
}
.paihangbang .numb{
	top: -30px;
	right: -180px;

}
.paihangbang .numb i{
	text-align: right;
	width: 50px;
	display: block;
}
.wd860 .phb_big{
	width: 33%;
	margin: 0 0.16%;
	float:left;
	overflow: hidden;
}
.phb_big{
	width: 100%;
	overflow: hidden;
}
.qbd_title{
    background: #005bac;
    color: #fff;
    padding: 10px 0;
    margin-top: 10px;
}
.xsk{
	float:left;
	border: solid 1px #ccc;
	padding: 0 5px;
	cursor: pointer;
	background: #fff;
	color: #00c1de;
}
.sk{
	overflow: hidden;
	width:121px;
	margin:5px auto;
	float: right;
	margin-top: -6px;
	margin-right: 10px;
}
.orge{
	background: #005bac;
	color: #fff;
}
.org1{
	width: 16px;
	height: 16px;
	background: #005bac url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABD0lEQVQ4T6WSgVFCMRBE33ZgB1CCVgB2oBWgFQgVABWoFQgd2IHaASVYglZwzIaE+fyELzNmJpPM5W5vs7fin0ulPiKugecL8RaSds7tAoyBhwsBNpK+TwA6TD6BSI/Src+IqGIl/8igA5CKM0B6j4gqNgTgbpMzAF+Spt1vthg44SMnFU02wC8wlvQzCJApW6BRT1AL99gXucXAXd+ALfCeC+6AGXAvqcQOOvURI8LdvZd5rKbsolfrKenmLw2s+Bq4Ap5ysosNtJR00rTFwA7zJF6A5DbALl35lOT7cbUAnGj67uq7mcwzm7Ukx84D5CkULyS7enxA5YGmiAU6IjyNQncnyV6oVvWFVtJQbA/+G2ERQzSvrwAAAABJRU5ErkJggg==) no-repeat; 
}
.tt_title{
	font-size: 16px!important;
}

/*头条滚动*/
.toutiao_box{
	position: relative;
	margin-top: 30px;
}
.toutiao{
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 10;
}
.toutiao_box a:hover{
	color: #005bac;
	text-decoration: underline;
}
.sech{
	margin: 0 10px;
	color: #39b2ef;
	cursor: pointer;
	padding: 0 5px;
}
.sear_bj{
	border: solid 1px #39b2ef;
	border-radius: 5px;
	background: #39b2ef;
	color: #fff;
}
#baidu{
	padding: 5px;
}
.sousuo{
	width: 260px;
	margin:10px auto;
}
#s360{
	padding: 5px;	
}
/*boli*/
.bj_black{
    position: absolute;
    left: 0;
    bottom: -100px;
    background: url(../img/bj_black.png);
    width: 100%;
    height: 100px;
}
.align_btn{
	color: #005bac;
	width: 100%;
	margin-top: 12px;
	font-size: 16px;
	text-align: center;
}
.align_btn:hover{
	color: #ff5722;
}
.izhilu{
	padding-bottom: 10px;
}
.tt_title:hover{
	color: #fff!important;
}
.alltext{
	font-size: 14px;
	color: #999;
	line-height: 40px;
}
.alltext span{
	color: #39b2ef;
	font-weight: bold;
}
/*加载延时*/
.alt_list{
	position: relative;
}
.alt_list .quqan{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
	z-index: 99995;
}
.alt_list .quqan img{
	display: block;
	margin:auto;
	width: 100px;
	margin-top: 150px;
}
@-webkit-keyframes rotate {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0%,
  100% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0%,
  100% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0%,
  100% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0%,
  100% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#change{
  -moz-animation: rotate 1s linear infinite;
  -webkit-animation: rotate 1s linear infinite;
  -o-animation: rotate 1s linear infinite;
  -ms-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}
.xuanxiangka{
	margin: auto;
	text-align: center;
	overflow: hidden;
	max-width: 1440px;
}
.opiii{
	position: fixed;
	left: 0;
	top: 54px;
	text-align: center;
	z-index: 1;
	width:100%;
	background: #fff;
	opacity: 0.9;
}
