/*------------------------------@media screen(>568px)------------------------------*/
.barMain{
	position: relative;
	min-height: 100%;
	padding-bottom: 25px;
	}
.boxMain{
	padding-bottom: 10px;
	}				
.btn{
	background: #58a4ed;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 3rem;
	border: 0;
	width: 100%;
	-webkit-appearance:none;
	}
.triangle{
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid dashed dashed dashed;
	border-width: 14px;
	border-color: #f13a45 transparent transparent transparent;
	overflow: hidden;
	}
.footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	font-size: 1.2rem;
	color: #999;
	background: #ddd;
	height: 55px;
	line-height: 55px;
	}		
header{
	background: #369;
	color: #FFF;
	height: 60px;
	padding-left: 20px;
	line-height: 60px;
	}
header h1{
	float: left;
	width: 50%;
	font-size: 3.2rem;
	}
header .topMenu{
	float: right;
	width: 50%;
	text-align: right;
	}
header .topMenu span{

	}	
header .topMenu a{
	display: inline-block;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	padding: 0 20px;
	}
header .topMenu a:hover{
	text-decoration: none;
	}	
header .topMenu .iconfont{
	font-size: 4rem;
	}
.userLogin{
	background: #FFF;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin: 40px 20px 50px;
	box-shadow: 0px 2px 5px #ccc;
	}
.userLogin .loginBar{
	padding: 30px 60px;
	}		
.userLogin .t{
	font-size: 2.8rem;
	color: #000;
	padding-bottom: 15px;
	}
.thirdPartyLogin{
	border-top: 1px solid #ddd;
	padding: 40px 60px 50px;
	}
.thirdPartyLogin h3{
	font-weight: 500;
	font-size: 2.4rem;
	color: #999;
	margin-bottom: 20px;
	}	
.thirdPartyLogin .btnParty .btn{
	width: 45%;
	text-align: center;
	}
.thirdPartyLogin .btnParty .btn:hover{
	color: #fff;
	text-decoration: none;
	}	
.thirdPartyLogin .btnParty .iconfont{
	font-size: 3.4rem;
	margin-right: 5px;
	}
.thirdPartyLogin .btnParty .sina{
	background: #d63b22;
	}
.thirdPartyLogin .btnParty .qq{
	background: #3eb0d8;
	}				
.box {
	position: relative;
	}	
.box .text{
	width: 100%;
	height: 20px;
	line-height: 20px;
	box-sizing: border-box;
	-moz-sizing: border-box;
	-webkit-sizing: border-box;
	font-size: 2rem;
	padding: 30px 70px 30px 20px;  
	border: 1px solid #ddd;
	margin-top: -1px;
	border-radius: 0;
	-webkit-appearance:none;
	}
.box .iconfont{
	position: absolute;
	font-size: 3rem;
	color: #ccc;
	top: 13px;
	right: 20px;
	}	
.box .submit{
	margin: 40px 0 30px;
	}
.errorTxt{
	margin: auto 80px 50px;
	position: relative;
	border: 1px solid #de927d;
	background: #fefcf3;
	}	
.errorTxt p{
	color: #e51c1c;
	font-size: 2rem;
	text-align: center;
	padding-left: 40px;
	height: 58px;
	line-height: 58px;
	}	
.errorTxt p .iconfont{
	color: #d93d3d;
	font-size: 3.5rem;
	vertical-align: middle;
	margin: 0 0 0 -40px;
	position: absolute;
	top: 0px;
	}
.userInfoCenter{
	background: url(../images/userimgbg.jpg) no-repeat;
	background-size: cover;
	height: 290px;
	padding: 0;
	position: relative;
	}
.userInfoCenter .iconfont{
	color: #fff;
	font-size: 4rem;
	position: absolute;
	top: -10px;
	left: 15px;
	}	
.userInfoCenter .userImg{
	border-radius: 50%;
	border: 4px solid #fff;
	width: 180px;
	height: 180px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -94px;
	}
.userInfoCenter .userImg img{
	width: 180px;
	height: 180px;
	border-radius: 50%;
	}	
.userInfoCenter .userName{
	color: #fff;
	text-align: center;
	font-size: 3rem;
	position: absolute;
	top: 210px;
	width: 100%;
	}
.myMenuTab{
	background: #fff;
	box-shadow: 0px 1px 3px #ccc;
	}
.myMenuTab li{
	width: 49.9%;
	float: left;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	}
.myMenuTab li a{
	display: block;
	padding: 20px;
	height: 60px;
	text-align: center;
	border-left: 1px solid #edebeb;
	}
.myMenuTab li a p{
	color: #999;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 30px;
	font-size: 2.4rem;
	}		
.myMenuTab li .arry{
	position: absolute;
	direction: block;
	background: #fff;
	width: 20px;
	height: 20px;
	top: 100%;
	left: 50%;
	margin:-10px 0 0 -10px;
	box-shadow: 1px 1px 1px #ccc;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	display: none;
	}	
.myMenuTab .active a p{
	color: #369; 
	}
.myMenuTab .active .arry{
	display: block;
	}
.articleBar li{
	margin: 0 20px;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
	}
.articleBar li a{
	padding: 20px 0;
	display: block;
	text-decoration: none;
	}	
.articleBar li h3 {
	width: 100%;
	margin: 5px 0 0;
	line-height: 36px;
	overflow: hidden;
	}
.articleBar li h3,		
.articleBar li h3 a,
.articleBar li h3 .minT{
	font-size: 2.8rem;
	overflow: hidden;
	color: #333;
	}	
.articleBar li p{
	color: #999;
	font-size: 2rem;
	}	
.articleBar li p .comment{
	margin-left: 30px;
	}
.articleBar li p .comment .iconfont{
	font-size: 2rem;
	margin-right: 3px;
	}	
.articleBar .txtBar h3{
	font-weight: 500;
	margin: 30px 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
.articleBar .imgBar h3{
	height: 72px;
	font-weight: 500;
	}
.articleBar .imgBar .txtInfo h3{
	margin-bottom: 5px;
	}
.articleBar .imgBar h3.min{
	height: 36px;
	margin-bottom: 10px;
	}		
.articleBar .imgBar h3 .minT,
.articleBar .imgBar h3 .minM{
	height: 36px;
	width: 100%;
	overflow: hidden;
	}
.articleBar .imgBar h3 .minM{
	font-size: 2rem;
	}		
.articleBar .imgBar .txtInfo{
	float: left;
	width: 75%;
	}
.articleBar .imgBar .imgInfo{
	float: right;
	text-align: right;
	width: 25%;
	}	
.articleBar .imgBar .imgInfo img{
	width: 160px;
	height: 115px;
	}
.articleBar li .imgList{
	margin-bottom: 14px;
	}
.articleBar li .imgList a{
	display: inline-block;
	}		
.articleBar li .imgList img{
	width: 170px;
	height: 110px;
	margin: 0 20px 0 0;
	}	
.articleBar-a li{
	margin: 30px 0 0;
	background: #fff;
	padding: 0 20px;
	}	
.articleBar-a li h3{
	width: 99%;
	padding: 20px 0;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	}
.articleBar-a li h3 a{
	font-size: 2.8rem;
	}			
.articleBar-a li .info{
	padding: 10px 0 20px;
	}
.articleBar-a li .info p{
	font-size: 2rem;
	line-height: 36px;
	color: #999; 
	}	
.myInfoNull {
	position: relative;
	}		
.myInfoNull .prompt{
	text-align: center;
	margin: 70px auto 50px;
	}
.myInfoNull .prompt .iconfont{
	font-size: 10rem;
	color: #ddd;
	}
.myInfoNull .prompt p{
	font-size: 3.2rem;
	color: #ccc;
	margin-top: 30px;
	}
.myInfoNull .prompt a{
	display: inline-block;
	margin: 70px 0 50px;
	color: #ccc;
	font-size: 3.2rem;
	}
.mBar{
	padding: 20px 0;
	}	
.articleMain h1{
	font-size: 3.6rem;
	margin: 0 0 10px 0;
	}
.articleMain .articleInfo{
	font-size: 2rem;
	height: 28px;
	line-height: 28px;
	margin-bottom: 30px;
	}
.articleMain .articleInfo .blue,
.articleMain .articleInfo .iconfont{
	font-size: 2.4rem;
	}
.articleMain .articleTxt p{
	font-size: 2.4rem;
	line-height: 40px;
	margin-bottom: 20px;
	}
.articleMain .articleTxt h3{
	font-size: 2.4rem;
	padding: 12px 20px;
	background: #e3e3e3;
	color: #333;
	margin-top: 10px;
	}
.articleMain .articleTxt ul{
	margin-bottom: 20px;
	background: #e9e9e9;
	}	
.articleMain .articleTxt ul li{
	max-height: 76px;
	line-height: 38px;
	overflow: hidden;
	font-size: 2.2rem;
	padding: 8px 20px;
	border-bottom: 1px solid #e3e3e3;
	}
.articleMain .articleTxt ul li a{
	display: block;
	}			
.operatingTxt{
	border:1px solid #ddd;
	box-shadow: 0px 1px 3px #ccc;
	margin:30px 0;
	}	
.operatingTxt li{
	float: left;
	width: 33.3%;
	position: relative;
	}
.operatingTxt li.share{
	width: 33.4%;
	}	
.operatingTxt li a{
	display: block;
	height: 68px;
	text-align: center;
	line-height: 68px;
	font-size: 2.4rem;
	color: #999;
	}
.operatingTxt li a .iconfont{
	font-size: 3rem;
	margin-right: 4px;
	}
.operatingTxt li.active a,
.operatingTxt li.active a .iconfont{
	color: #369;
	}			
.operatingTxt li.collect a{
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	}
.operatingTxt li .twoMenu{
	position: absolute;
	top: 68px;
	right: -1px;
	width: 100%;
	border:1px solid #ddd;
	border-top: 0;
	background: #fff;
	box-shadow: 0px 1px 3px #ccc;
	display: none;
	}
.operatingTxt li .twoMenu a{
	display: block;
	text-align: left;
	height: 74px;
	line-height: 74px;
	padding: 0 15px;
	color: #999;
	border-top: 1px solid #ddd;
	}	
.operatingTxt li .twoMenu span{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-right: 15px;
	background: #ea172a;
	}
.operatingTxt li .twoMenu .weibo span{
	background: #1fbae6;
	}
.operatingTxt li .twoMenu .weixin span{
	background: #4fc50f;
	}
.operatingTxt li .twoMenu .kongjian span{
	background: #fd8107;
	}			
.operatingTxt li.active .twoMenu .iconfont,	
.operatingTxt li .twoMenu .iconfont{
	font-size: 3rem;
	margin: 0;
	color: #fff;
	}
.blueTitle{
	background: #1980cf;
	height: 60px;
	line-height: 60px; 
	font-size: 2.4rem;
	padding: 1px 20px 0;
	color: #fff;
	}
.rankBar .t a{
	float: left;
	display: block;
	width: 50%;
	height: 60px;
	line-height: 60px;
	color: #999;
	text-align: center;
	position: relative;
	background: #eee;
	font-size: 2.8rem;
	}
.rankBar .t a .triangle{
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -14px;
	display: none;
	}		
.rankBar .t a.current{
	background: #f13a45;
	color: #fdfbd8;
	}
.rankBar .t a.current .triangle{
	display: block;
	}
.rankBar .m {
	margin: 14px 0 20px;
	}
.rankBar .m li{
	padding: 15px 0;
	border-bottom: 1px dashed #ddd;
	padding-left: 40px;
	position: relative;
	}	
.rankBar .m li a{
	display: inline-block;
	font-size: 2.8rem;
	line-height: 34px;
	max-height: 68px;
	overflow: hidden;
	}
.rankBar .m li em{
	color: #f13a45;
	display: inline-block;
	position: absolute;
	left: -6px;
	top: 15px;
	width: 30px;
	padding: 0 0 0 10px;
	font-size: 2.8rem;
	font-style: italic;
	}													
#pageBar {
	color: #999;
	}	
#pageBar a{
	display: inline-block;
	font-size: 2.4rem;
	/*width: 50px;*/
	padding:0 10px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 10px;
	background: #eee;
	color: #999;
	}
#pageBar a.active{
	color: #fff;
	 background: #369;
	}
#pageBar .prev{
	text-indent: -11px;
	}
#pageBar .next{
	text-indent: 11px;
	}
	
.imgSwipeMain{
	position: relative;
	}
.swipe {
	overflow: hidden;
	position: relative;
	height: 1800px;
	}	
.swipe-wrap,
.sliderTxt {
	overflow: hidden;
	position: relative;
	}
.swipe-wrap .image {
	float: left;
	width: 100%;
	position: relative;
	height: 100%;
	}


::selection {
background:#d3d3d3; 
color:#555;
}
::-moz-selection {
background:#d3d3d3;
color:#555;
}
::-webkit-selection {
background:#d3d3d3;
color:#555;
}  
	
.sliderTxt .tabTxtSwipe{
	float: left;
	width: 100%;
	position: relative;
	}	
.swipe-wrap .image a{
	display: block;
	width: 100%;
	height: 100%;
	}	
.swipe-wrap .image .title{
	position: absolute;
	height: 50px;
	line-height: 50px;
	bottom: 0;
	background: #000;
	opacity: 0.8;
	padding: 0 110px 0 20px; 
	width: 100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	}	
.swipe-wrap .image .title p{
	font-size: 2.4rem;
	width: 100%;
	color: #fff;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	}	
#position {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    bottom: 14px;
	}

#position .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #a8a8a8;
    margin: 0 2px;
    cursor: pointer
	}
#position .swiper-active-switch {
    background-color: #69b0f6;
	}	
.sliderTxt{
	background: #f4f4f4;
	overflow: hidden;
	position: relative;
	height: 40px;
	padding: 15px 0;
	}	
.sliderTxt .swipeWrap{
	margin-right: 60px;
	}	
.sliderTxt .tabTxtSwipe{
	position: relative;
	margin: 0 20px;
	box-sizing: border-box;
	-moz-sizing: border-box;
	-webkit-sizing: border-box;
	overflow: hidden;
	}
.sliderTxt .tabTxtSwipe a{
	display: inline-block;
	text-decoration: none;
	margin: 0 18px;
	padding: 0 10px;
	text-align: center;
	font-size: 2.4rem;
	height: 40px;
	line-height: 40px;
	}
.sliderTxt .tabTxtSwipe li{
	float: left;
	}	
.sliderTxt .tabTxtSwipe .current a{
	background: #58a4ed;
	border-radius: 4px;
	color: #fff;
	}	
.sliderTxt .nextBtn{
	display: block;
	text-align: center;
	width: 50px;
	height: 70px;
	position: absolute;
	z-index: 2;
	background: #f4f4f4;
	right: 0px;
	top: 0px;
	}
.sliderTxt .lastPage{
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	}
.sliderTxt .nextBtn .iconfont{
	font-size: 3.6rem;
	color: #4092e0;
	line-height: 70px;
	}

.imgSwipeMain .swipe-rap .image{
	display: block;
	height: 300px;
	background-size: cover;	
	}

.get_more	{
	height:50px;		
	line-height:50px;
	display:block;
	text-align:center;
		}
.get_more a{
	display: inline-block;
	font-size: 1.8rem;
	color: #999;

	}	
.returnTop{
	position: fixed;
	right: 10px;
	bottom: 50%;
	}
.returnTop .sideList{
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #000;
	opacity: 0.6;
	border-radius: 6px;
	margin-bottom: 10px;
	}
.returnTop .sideList .iconfont{
	color: #fff;
	font-size: 3rem;
	}	
.returnTop .topIcon{
	display: none;	
	}											
/*------------------------------@media screen(240px-667px)------------------------------*/
@media screen and (min-width: 240px) and (max-width: 667px) {
	.mb60{
		margin-bottom: 30px;
		}
	.mtb40{
		margin: 20px 0;
		}	
	.boxMain{
		padding-bottom: 25px;
		}	
	.btn{
		height: 40px;
		line-height: 40px;
		font-size: 2rem;
		}
	.triangle{
		border-width: 7px;
		}					
	.footer {
		font-size: 1.2rem;
		height: 55px;
		line-height: 55px;
		}
	header{
		background: #1980cf;
		color: #FFF;
		height: 45px;
		line-height: 45px;
		padding-left: 12px;
		}
	header h1{
		float: left;
		font-size: 2rem;
		}	
	header .topMenu a{
		height: 45px;
		line-height: 45px;
		padding: 0 10px 0 10px;
		}
  	header .topMenu .iconfont{
		font-size: 2.5rem;
		}
	.userLogin{
		margin: 33px 17px 30px;
		}
	.userLogin .loginBar{
		padding: 20px;
		}		
	.userLogin .t{
		font-size: 1.8rem;
		color: #000;
		}
	.thirdPartyLogin{
		padding: 20px 20px 25px;
		}
	.thirdPartyLogin h3{
		font-size: 1.5rem;
		margin-bottom: 10px;
		}	
	.thirdPartyLogin .btn{
		font-size: 1.3rem;
		}	
	.thirdPartyLogin .btnParty .iconfont{
		font-size: 1.6rem;
		margin-right: 3px;
		}				
	.box .text{
		font-size: 1.6rem;
		padding: 20px 40px 20px 10px;  
		}
	.box .iconfont{
		font-size: 2rem;
		top: 9px;
		right: 10px;
		}	
	.box .submit{
		margin: 25px 0 15px;
		}	
	.errorTxt{
		margin: auto 20px 40px;
		}		
	.errorTxt p{
		font-size: 1.3rem;
		padding-left: 25px;
		height: 30px;
		line-height: 30px;
		}	
	.errorTxt p .iconfont{
		color: #d93d3d;
		font-size: 2rem;
		vertical-align: middle;
		margin: 0 0 0 -25px;
		position: absolute;
		top: -1px;
		}
	.userInfoCenter{
		height: 145px;
		}
	.userInfoCenter .iconfont{
		top: -5px;
		left: 10px;
		font-size: 2.5rem;
		}	
	.userInfoCenter .userImg{
		border: 2px solid #fff;
		width: 90px;
		height: 90px;
		margin: -55px 0 0 -47px;
		}
	.userInfoCenter .userImg img{
		width: 90px;
		height: 90px;
		}	
	.userInfoCenter .userName{
		font-size: 1.5rem;
		top: 105px;
		}
	.myMenuTab{
		box-shadow: 0px 1px 3px #ccc;
		}
	.myMenuTab li a{
		padding: 7px 10px;
		height: 36px;
		}
	.myMenuTab li a p{
		line-height: 18px;
		font-size: 1.4rem;
		}		
	.myMenuTab li .arry{
		width: 10px;
		height: 10px;
		margin: -5px 0 0 -5px;
		}	
	.articleBar li{
		margin: 0 10px;
		}
	.articleBar li a{
		padding: 10px 0;
		}		
	.articleBar li h3{
		margin: 2px 0 0;
		line-height: 18px;
		max-height: 36px;
		}	
	.articleBar li h3,	
	.articleBar li h3 a,
	.articleBar li h3 .minT{
		font-size: 1.6rem;
		}	
	.articleBar li p{
		font-size: 1.2rem;
		}	
	.articleBar li p .comment{
		margin-left: 15px;
		}
	.articleBar li p .comment .iconfont{
		font-size: 1.2rem;
		}	
	.articleBar .txtBar h3{
		margin: 10px 0 10px;
		}	
	.articleBar .imgBar h3.min{
		height: 18px;
		margin-bottom: 5px; 
		}	
	.articleBar .imgBar h3 .minT,
	.articleBar .imgBar h3 .minM{
		height: 18px;
		}
	.articleBar .imgBar h3 .minM{
		font-size: 1.2rem;
		}
	.articleBar .imgBar .imgInfo img{
		width: 80px;
		height: 58px;
		}
	.articleBar li .imgList{
		margin-bottom: 7px;
		}	
	.articleBar li .imgList img{
		width: 85px;
		height: 55px;
		margin: 0 10px 0 0;
		}	
	.articleBar-a li{
		margin: 15px 0 0;
		padding: 0 10px;
		}	
	.articleBar-a li h3{
		padding: 10px 0;
		line-height: 18px;
		}
	.articleBar-a li h3 a{
		font-size: 1.4rem;
		}			
	.articleBar-a li .info{
		padding: 5px 0 10px;
		}
	.articleBar-a li .info p{
		font-size: 1.2rem;
		line-height: 18px;
		}			
	.myInfoNull .prompt{
		margin: 40px auto 15px;
		}
	.myInfoNull .prompt .iconfont{
		font-size: 7rem;
		}
	.myInfoNull .prompt p{
		font-size: 2rem;
		margin-top: 15px;
		}
	.myInfoNull .prompt a{
		margin-top: 40px;
		font-size: 2rem;
		margin: 35px 0 25px; 
		}
	.mBar{
		padding: 15px 10px;
		}	
	.articleMain h1{
		font-size: 2.2rem;
		margin: 0 0 8px 0;
		}
	.articleMain .articleInfo{
		font-size: 1.4rem;
		height: 14px;
		line-height: 14px;
		margin-bottom: 15px;
		}
	.articleMain .articleInfo .blue,
	.articleMain .articleInfo .iconfont{
		font-size: 1.4rem;
		}
	.articleMain .articleTxt p{
		font-size: 1.8rem;
		line-height: 30px;
		margin-bottom: 10px;
		table-layout:fixed; word-break: break-all; overflow:hidden;
		}
	.articleMain .articleTxt div{
		font-size: 1.8rem;
		line-height: 30px;
		margin-bottom: 10px;
		table-layout:fixed; word-break: break-all; overflow:hidden;
		}	
	.articleMain .articleTxt h3{
		font-size: 1.8rem;
		padding: 6px 10px;
		margin-top: 5px;
		}
	.articleMain .articleTxt ul{
		padding-top: 5px;
		margin-bottom: 10px;
		}	
	.articleMain .articleTxt ul li{
		max-height: 46px;
		line-height: 23px;
		font-size: 1.6rem;
		padding: 4px 10px;
		}			
	.operatingTxt li a{
		height: 34px;
		line-height: 34px;
		font-size: 1.4rem;
		}
	.operatingTxt li a .iconfont{
		font-size: 1.8rem;
		margin-right: 2px;
		}		
	.operatingTxt li .twoMenu{
		top: 34px;
		}
	.operatingTxt li .twoMenu a{
		height: 32px;
		line-height: 32px;
		padding: 0 8px;
		}	
	.operatingTxt li .twoMenu span{
		width: 20px;
		height: 20px;
		line-height: 20px;
		margin-right: 5px;
		}			
	.operatingTxt li.active .twoMenu .iconfont,	
	.operatingTxt li .twoMenu .iconfont{
		font-size: 1.5rem;
		}	
	.blueTitle{
		height: 30px;
		line-height: 30px; 
		font-size: 1.4rem;
		padding: 2px 10px 0;
		}
	.rankBar .t a{
		height: 30px;
		line-height: 30px;
		font-size: 1.8rem;
		}
	.rankBar .t a .triangle{
		margin-left: -7px;
		}		
	.rankBar .m {
		margin: 7px 0 10px;
		}
	.rankBar .m li{
		padding: 8px 0;
		padding-left: 25px;
		}	
	.rankBar .m li a{
		display: inline-block;
		font-size: 1.6rem;
		line-height: 22px;
		max-height: 44px;
		}
	.rankBar .m li em{
		left: -3px;
		top: 7px;
		width: 15px;
		padding: 0 0 0 5px;
		font-size: 1.8rem;
		}		
	#pageBar a{
		font-size: 1.4rem;
		/*width: 25px;*/
		height: 25px;
		line-height: 25px;
		margin: 0 5px;
		}
	#pageBar .prev{
		text-indent: -6px;
		}
	#pageBar .next{
		text-indent: 6px;
		}
	.swipe {
		height: 210px;
		}
	.swipe-wrap .image {
		height: 210px;
		}
	.swipe-wrap .image .title{
		height: 26px;
		line-height: 26px;
		padding: 0 55px 0 10px; 
		}	
	.swipe-wrap .image .title p{
		font-size: 1.4rem;
		height: 26px;
		line-height: 26px;
		}	
	#position {
	    right: 5px;
	    bottom: 10px;
		}
	#position .swiper-pagination-switch {
	    width: 5px;
	    height: 5px;
	    margin: 0 1px;
		}			
	.sliderTxt{
		background: #f4f4f4;
		overflow: hidden;
		position: relative;
		height: 20px;
		padding: 8px 0;
		}
	.sliderTxt .swipeWrap{
		margin-right: 30px;
		}	
	.sliderTxt .tabTxtSwipe{
		margin: 0 10px;
		}	
	.sliderTxt .tabTxtSwipe a{
		margin: 0 10px;
		padding: 0 5px;
		font-size: 1.4rem;
		height: 20px;
		line-height: 20px;
		}
	.sliderTxt .nextBtn{
		width: 25px;
		height: 36px;
		right: 0;
		top: 0;
		}
	.sliderTxt .nextBtn .iconfont{
		font-size: 1.8rem;
		line-height: 36px;
		}
	.returnTop{
		right: 5px;
		}
	.returnTop .sideList{
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 3px;
		margin-bottom: 5px;
		}
	.returnTop .sideList .iconfont{
		font-size: 1.6rem;
		}								
}

/*------------------------------@media screen(>1024)------------------------------*/
@media screen and (min-width: 1025px) {
	.articleBar .imgBar .txtInfo{
		width: 82%;
		}
.articleBar .imgBar .txtInfo2{
		width: 100%;
		}
	.articleBar .imgBar .imgInfo{
		width: 18%;
		}	
	}
/*------------------------------tags------------------------------*/		
.tags ul{
	padding:25px 20px;
	}
.tags ul li{
	float:left;
	font-size: 2rem;
	margin-right:20px;
	margin-bottom:20px;
	display:inline-block;
	}
.tags ul li a{
	padding:5px 15px;
	display:inline-block;
	background:#eaeaea;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius:25px;
	}
.tags ul li a:hover{
	background:	#369;
	color:#fff;
	}
@media screen and (min-width: 240px) and (max-width: 667px) {
	.tags ul{
	padding:15px 10px;
	}
	.tags ul li{
		font-size: 1.2rem;
		margin-right:10px;
		margin-bottom:10px;
		}
	}
	
	
.more_loader_spinner{width:30px; height:30px; margin:10px auto; background: url(../images/loader.gif) no-repeat;}
.nav{ height:60px; background:#3a4f7a; clear:both;}
.nav ul { width:100%; margin:0 auto;padding:6px 10px;}
.nav ul a {line-height:24px; float:left; text-align:center; margin-right: 7px; padding: 0px 6px 0px 5px;color:#FFF;}
