
@charset "utf-8";
/*!
 * @名称：base.css
 * @功能：1、重设浏览器默认样式
 *       2、设置通用原子类
 */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    background:white;
    color:black;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea {
    font:12px \5b8b\4f53,arial,sans-serif;
}
input,select,textarea {
    font-size:100%;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* ie bug：th 不继承 text-align */
th {
    text-align:inherit;
}
/* 去除默认边框 */
fieldset,img {
    border:none;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display:block;
}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym {
    border:none;
    font-variant:normal;
}
/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}
address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}
/* 去掉列表前的标识，li 会继承 */
ol,ul {
    list-style:none;
}
/* 对齐是排版最重要的因素，别让什么都居中 */
caption,th {
    text-align:left;
}
/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}
q:before,q:after {
    content:'';
}
/* 统一上标和下标 */
sub,sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup {
    top:-0.5em;
}
sub {
    bottom:-0.25em;
}
/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration:underline;
}
/* 默认不显示下划线，保持页面简洁 */
ins,a {
    text-decoration:none;
}
/* 去除 ie6 & ie7 焦点点状线 */
a:focus,*:focus {
    outline:none;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
    overflow:hidden;
}
.clearfix {
    zoom:1; /* for ie6 & ie7 */
}
.clear {
    clear:both;
    display:block;
    font-size:0;
    height:0;
    line-height:0;
    overflow:hidden;
}
/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
    display:none;
}
.show{
    display:block;
}
/* 设置浮动，减少浮动带来的 bug */
.fl,.fr {
    display:inline;
}
.fl {
    float:left;
}
.fr {
    float:right;
}


/* media */

@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;
}


.tags{ font-size:13px; line-height:30px; color:#979797; margin-top:30px;padding-bottom:25px;}
.tags a{ display:inline-block; background-color:#F4F5F6; color:#67798a; margin-right:5px; padding:0 20px; background-color:#F4F5F6; margin-bottom:5px;}
.tags a:hover{background-color:#eef0f1;}

.bottom_tags {
	display: none;
}

/*post list start*/
.post-list{border-top:1px solid #c9c9c9;padding-top:5px;overflow:hidden;}
.post-list .post{border-bottom:1px dashed #b8b8b8;padding:15px 0px;margin-bottom:-1px;_overflow:hidden;}
.post-content{display:block;overflow:hidden;}
.post-list .post-img{width:195px;height:130px;float:left;margin-right:10px;}
.post-list .post-img em{width:100%;height:100%;overflow:hidden;display:block;}
.post-list .title{font-size:18px;}
.post-list .title a{color:#3A6FE1;min-height:50px;display:block;line-height:30px;}
.post-list .title a:hover{color:#1052df;}


.post-list .comment{width:28px;height:27px;display:inline-block;font-size:12px;background:url(../img/comment_ico.png) left top no-repeat;line-height:18px;position:relative;}
.post-list .comment em{width:100%;text-align:center;position:absolute;top:-11px;left:0px;font-size:12px;font-style:normal;color:#333;}
.post-list .comment:hover{background:url(../img/comment_ico.png) left -27px no-repeat;}
.post-list .comment:hover em{color:#fff;}
.post-list p{line-height:24px;color:#333;}
.post-list .meta{padding:5px 0px;}
.post-list .share{padding-left:10px;}
.post-keywords {display: none;}


.hotsearch {
    font-size: 14px;
    color: #333;
    outline: 0;
    zoom: 1;
    padding: 0;
    width: 750px;
    margin: 0 auto;
    overflow: hidden;        
}
.hotsearch li {
    padding: 6px;
    list-style: none;
    
}
.hotsearch li a {
    outline: 0;
    text-decoration: none;
    color: #333;
}
.hotsearch-left {
    width: 350px;
    height: auto;
    float: left;
}
.hotsearch-right {
    width: 350px;
    height: auto;
    float: right;
}



.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    /*padding: 6px 12px;*/
    margin-right:10px;
    margin-right:10px;
    padding:2px 12px;
    height:24px;
    line-height:24px;
    border:1px #cccccc solid;
    background:#fff;
    text-decoration:none;
    color:#808080;
    font-size:12px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 2;
    color:#aa0012;
    background: white;
    border:1px #aa0012 solid;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    border: none;
    background: #aa0012;
    color: #fff;
    cursor: default;
}
.pagination a:hover {
    color:#aa0012;
    background: white;
    border:1px #aa0012 solid;
}
.pagination a.cur {
    border:none;
    background:#aa0012;
    color:#fff;
}



