@media only screen and (max-width: 1024px) {

	body{
		position: relative;
	}
	.footer-wrapper{
		position: absolute;
		bottom: 34px;
	}

    .load_soft{
    	position: fixed;
    	display: flex !important;
    	top:0;
    	left: 0;
    	width: 100%;
    	height: 56px;
    	background: #f2f2f2;
    	padding:0 3%;
    	box-sizing: border-box;
    	justify-content: space-between;
    	z-index: 1;
    }
    .load_soft .load_softLogo{
    	display: flex;
    	margin-top: 8px;
    	flex: 0 0 75%;
    	width: 75%;

    }
    .load_soft .load_softLogo a{
    	display: inline-block;
    	flex: 0 0 40px;
    	width: 40px;
    	height: 40px;
    }
    .load_soft .load_softLogo a img{
    	width: 100%;
    	height: 100%;
    }
    .load_soft .load_softLogo p{
    	flex: 1;
    	margin-left: 3%;
    	display: inline-block;
    }
    .load_soft .load_softLogo p span:first-child{
    	display: inline-block;
    	width: 100%;
    	color: #111;
    	font-size: 1rem;
    	font-weight: bold;
    }
    .load_soft .load_softLogo p span:last-child{
    	display: inline-block;
    	width: 100%;
    	color: #666;
    	font-size: 0.8rem;
    }
    .load_soft .load_button{
    	margin-top: 12px;
    	flex: 1;
    	height: 32px;
    	line-height: 32px;
    	background: #D4473D;
    	text-align: center;
    	color: #fff;
    }
    .load_soft .load_button a{
    	display: inline-block;
    	width: 100%;
    	height: 100%;
    	color: #fff;
    	font-size: 16px;
    }


.hotwordbox{ display:none; position:absolute; top:33px; left:0; z-index:3; width:345px; height:294px; border:1px solid #333333; background-color:#fff;}
 .hotwordbox li{ height:24px; line-height:24px; margin:5px 0; padding:0 12px;}
.hotwordbox li i{ display:block; float:left; width:18px; height:16px; line-height:16px; margin-right:8px; background-color:#f7f8f7; color:#999999; font-size:12px; font-weight:bold; font-style:normal; text-align:center; border-radius:2px;}
.hotwordbox li.top i{ background-color:#ff5555; color:#fff;}
.hotwordbox li span{ float: left; width: 227px; height: 20px; line-height: 18px; font-size: 14px; overflow: hidden;}
   

	.nav-wrapper nav,.pc_nav_wrapper,.pc-con-left{
		display: none;
	}
	.nav-wrapper .nav-list{
		float: right;
	}
	.nav-list{
		padding-right: 10px;
		display: block !important;
	}
	.nav-list{

	}
	.logo_search{
		width: 100% !important;
		/*height: auto !important;*/
	}
	.header-wrapper{
		min-width: 90% !important;
		/*height: auto !important;*/
	}
	.logo_search{
	    height: 60px !important;
	    display: flex !important;
	    padding-top: 12px !important;
	    box-sizing: border-box !important;
	}
	.logo{
		flex: 0 0 30%;
	    width: 30%;
	    height: 40px;
	}
	.logo img{
		width: 100% !important;
	}
	.search{
		flex: 0 0 60% !important;
		width: 60% !important;
		margin-left: 5% !important;
	    height: 30px !important;
	    border: none !important;
	    margin-top: 5px !important;
	}
	.search input{
		height:30px;
		box-sizing: border-box;
	}
	.search{
		padding: 0 !important;
		float: none !important;
		/*margin: 20px auto !important;*/
	}
	.content-wrapper{
		display: block !important;
		max-width: 94% !important;
		padding-bottom: 126px;
		margin:24px auto !important;

	}
	.con-mid,.con-right{
		flex:none !important;
		width: 100% !important;
		margin-left: 0 !important;
	}
	.con-mid,.con-right{
    	margin-top: 20px;
    }
    .con-mid img{
    	width: 100%;
    }
    .mobile-con-left{
    	margin-top: 20px;
    	display: block !important; 
    }

    .con-mid .recommend ul li .recommend-img{
    	padding-bottom: 20% !important
    }

    .recommend-desc{
    	overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
    }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.footer-wrapper{
		padding: 2% 0 5% 0 !important
	}
	.load_content_wrapper ul li{
		width: 40% !important;
		flex: 0 0 40% !important
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.header-wrapper{
		height: auto !important; 
	}
	/*.search{
		padding: 20px 0 !important;
	}*/
	.con-left p,.con-mid h2,.con-right h2,.tags-title,.con-mid .interest p,.con-mid .recommend .recommend-title{
	font-size: 1.2rem !important;
    }
    .con-left ul li,.con-mid h2,.con-right ul li p,{
	font-size: 1rem !important;
    }

} 

a{color:#333; TEXT-DECORATION: none}
a:hover{color:#090; TEXT-DECORATION: none}

.load_soft{
	display: none;
}
.header,.pc_nav_wrapper{
	width: 100%;
}
.nav-wrapper,.pc_nav_wrapper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #333;
	z-index: 999
}
.nav-wrapper nav,.pc_nav_wrapper nav{
	margin:0 auto;
	max-width: 1050px;
	height: 32px;
	line-height: 32px;
}
.nav-wrapper nav a,.pc_nav_wrapper nav a{
	padding: 0 12px;
	color: #fff;
	text-decoration: none;
}
.nav-list{
	display: none;
}
.md-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 200;
	display: none;
}
.filter {
	position: fixed;
	right: -230px;
	top: 0;
	z-index: 10000;
	height: 100%;
	background: #fff;
	padding: 0;
	margin: 0;
	overflow: auto;
	transition: all .5s ease-out;
}
.filter ul{
	width: 200px;
}
.filter ul a{
	display: block;
	padding: 10px;
	color: #666;
	border-bottom: 1px solid #999;
	color: #666;
	text-decoration: none;
}

.header-wrapper{
	margin-top: 30px;
	width: 100%;
    min-width: 1050px;
    height: 80px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #dcdcdc;
}
.logo_search{
	width: 1050px;
	height: 80px;
	margin: 0 auto;
}
.logo{
	float: left;
}
.search {
	    float: right;
		padding: 20px 0;
		margin-left: 50px;
		width: 300px;
}
.search input {
		padding: 5px 0;
		border: #fff 1px solid;
	    border-radius: 36px;
	    font-size: 12px;
	    width: 100%;
	    text-indent: 10px;
	    font-family: 微软雅黑;
	    box-shadow: 0 0 5px #d4d4d4;
}


.content-wrapper{
	display: flex;
	margin: 50px auto;
	max-width:1200px;
}
.con-left{
	flex:1;
}
.con-left p{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.con-left ul li a {
	text-decoration: none;
	color: #333;
}
.con-left ul li {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
.con-mid{
	margin-left: 50px;
	flex:0 0 640px;
	width: 640px;
}
.con-mid h1,.con-mid h2{
	margin-bottom: 20px;
	font-size: 20px;
	color:#333;
	font-weight: bold;
}
.con-mid .con-time{
	margin: 20px 0;
	font-size: 12px;
	color: #999;
}
.con-mid-content p{
	margin-top: 10px;
}
.con-mid-content p {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
  /*  text-indent: 2rem;*/
}

.con-mid-content figure{
	width: 100% !important;
}
.con-mid .interest p{
	margin: 20px 0;
	font-size: 24px;
	color:#333;
	font-weight: bold;
}
.con-mid .interest ul li{
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
}
.con-mid .interest ul li a {
	color: #333;
	text-decoration: none;
}
.con-mid .interest ul li a:hover {
	color: #090;
	text-decoration: none;
}

.con-mid-content a:hover{color:#666}
.con-mid-content a{color:#090}

.con-mid .tags-title{
	margin: 20px 0;
	font-size: 24px;
	color:#333;
	font-weight: bold;
}
.con-mid .tags-con{
	line-height: 20px;
	font-size: 14px;
}
.con-mid img{
	width: 100% !important;
	height: auto !important;
}
.con-mid .recommend p.recommend-title{
	margin: 20px 0;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.con-mid .recommend ul{

}
.con-mid .recommend ul li {
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}
.con-mid .recommend ul li .recommend-img{
	position: relative;
	display: inline-block;
	padding-bottom: 10%;
	overflow: hidden;
	margin:0;
	flex: 0 0 120px;
	width: 120px;
	border: 0px solid #e2e2e2;
	background-color: #f9f9f9
}
.con-mid .recommend ul li .recommend-img img{
	position: absolute;
	width: 100%;
	height: 100% !important;
}
.con-mid .recommend ul li .recommend-info{
	flex: 1;
	margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #333;	
}
.con-mid .recommend ul li .recommend-time{
	color: #999;
	font-size: 12px;
}
   

.state p{
	margin-top: 20px;
	font-size: 14px;
	color: #666
}


.con-right{
	position: relative;
	top: 0;
	left: 0;
	margin-left: 50px;
	flex:1;
}
.con-right section{
	margin-bottom: 20px;
	position: relative;
}
.con-right section ul a{
	display: block;
}
.con-r-more{
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 14px;
}
.con-r-more a{
	text-decoration: none;
	color: #666;

}
.con-right h2,.con-right p{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.con-right ul li{
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
.con-right ul li p{
	margin-left: 10px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: normal;
}
.con-right section:first-child ul li p{
	margin-left: 0;
}
.con-right section:first-child ul li img{
	margin-right: 10px;
}
.con-right ul li img{
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 60px;
	flex: 0 0 120px;
	border: 1px solid #e2e2e2;
	background-color: #f9f9f9
}
.footer-wrapper{
	padding: 20px 0;
	width: 100%;
	height: 50px;
	background: #000;
	color: white;
	text-align: center;
}
.footer-nav{
	margin: 0 auto;
	width: 90%;
    margin-bottom: 10px;
}
.footer-nav a {
	width: 50px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 20px;
    color: white;
    text-decoration: none;
}

.mobile-con-left{
    display: none; 
}

.con-desc {
	border:2px dashed #ddd;
	padding:8px;
	margin-bottom:15px;
}


