/*公共样式*/
*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 1.428;
    color: #333333;
}
ul,li{
	list-style: none;
}
a,a:hover{
	text-decoration: none;
}
b,h1,h2,h3,h4,h5,h6,label{
	font-weight: normal;
}
input,select,textarea{
	font-family: "微软雅黑";
	outline: none;
}
img{
	border: 0;
}
.left{
	float: left;
}
.right{
	float: right;
}

iframe {
	border: none;
}
.clear{
	clear: both;	
}

/*PC*/
@media only screen and (min-width: 1200px) {
	/*头部*/
	header{
		width: 100%;
		height: 80px;
		background: #333333;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
	}
	.header_center{
		width: 90%;
		margin: 0 auto;
		height: 100%;
	}
	.header_center > div{
		position: relative;
		height: 80px;
		float: left;
	}
	.header_center img{
		width: 90px;
		margin-top: 5px;
	}
	.header_center > div > a{
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 120px;
		height: 80px;
	}
	.header_center ul{
		width: auto;
		float: right;
	}
	.header_center .nav{
		display: none;
	}
	.header_center ul{
		width: 600px;
		height: 80px;
	}
	.header_center ul li {
		float: left;
		width: 120px;
		height: 80px;
	}
	.header_center ul li a{
		display: block;
		padding: 0 20px;
		height: 80px;
		line-height: 80px;
		font-size: 16px;
		color: #fff;
		color: gray;
		text-align: center;
	}
	.header_center ul li a:hover{
		background: #524c4c;
		color: #fff;
	}
	.phone_nav{
		display: none;
	}
	/*内容区*/
	.know_Pod_box{
		width: 1180px;
		overflow: hidden;
		margin: 80px auto 0;
		padding-bottom: 20px;
		padding-top: 50px;
	}
	.know_Pod_box > h3{
		font-size: 40px;
		color: #298FC6;
		margin: 20px 0;
		font-weight: normal;
	}
	.article{
		width: 700px;
		float: left;
		margin-right: 50px;
		overflow: hidden;
	}
	.article > img{
		width: 100%;
		margin-bottom: 20px;
	}
	.article > h3{
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
		font-weight: normal;
	}
	.article > span{
		display: block;
		font-size: 14px;
		color: #b4b4b4;
		margin-bottom: 20px;
		line-height: 26px;
	}
	.article > div{
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.article > div p{
		text-indent: 2em;
		font-size: 14px;
		color: #333;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.article > div p.title{
		font-weight: bold;
	}
	.article > div>div span{
		display: block;
		text-align: center;
		line-height: 30px;
		color: #656565;
	}
	.article > div>div img{
		max-width: 90%;
		margin: 0 auto;
		display: block;
	}
	.article > p{
		text-align: right;
	}
	.article > p a{
		display: inline-block;
		width: 40px;
		margin: 0px 10px 30px;
		
	}
	.article > p a img{
		width: 100%;
	}
	.sidebar{
		width: 410px;
		float: right;
		overflow: hidden;
	}
	/*.sidebar h4{
		border-left: 5px solid #2994CB;
		color: #000;
		font-weight: normal;
		font-size: 18px;
		padding-left: 10px;
		margin-bottom: 20px;
	}
	.previous_posts{
		width: 100%;
		margin-bottom: 30px;
		overflow: hidden;
	}
	.previous_posts h3{
		font-weight: normal;
		width: 100%;
		line-height: 30px;
	}
	.previous_posts h3 a{
		font-size: 18px;
		color: #333333;
		padding-left: 15px;
	}
	.previous_posts h3 a:hover{
		color: #2994CB;
	}
	.previous_posts p{
		padding-left: 15px;
		line-height: 24px;
		color: #666666;
		font-size: 14px;
		overflow: hidden;
	 	text-overflow: ellipsis;
	 	display: -webkit-box;
	 	-webkit-line-clamp: 2;
	 	-webkit-box-orient: vertical;
	}
	.next_chapter{
		width: 100%;
		overflow: hidden;
	}
	.next_chapter div{
		width: 100%;
		height: 247px;
		background: #cce2ed;
		padding: 10px;
	}
	.next_chapter div > a{
		display: block;
		width: 360px;
		height: 247px;
		overflow: hidden;
	}
	.next_chapter div > a img{
		width: 100%;
		height: 100%;
	}
	.next_chapter h3{
		font-weight: normal;
		width: 100%;
		line-height: 30px;
	    margin: 10px 0;
	}
	.next_chapter h3 a{
		font-size: 18px;
		color: #333333;
		padding-left: 15px;
	}
	.next_chapter p{
		padding-left: 15px;
		line-height: 24px;
		color: #666666;
		font-size: 14px;
		overflow: hidden;
	 	text-overflow: ellipsis;
	 	display: -webkit-box;
	 	-webkit-line-clamp: 4;
	 	-webkit-box-orient: vertical;
	}*/
	/*相关文章*/
	.related_articles{
		width: 408px;
		overflow: hidden;
		border: 1px solid #e5e5e5;
		margin-bottom: 50px;
	}
	.related_articles > h3{
		width: 90%;
		padding: 0 5%;
		height: 40px;
		line-height: 40px;
		font-weight: normal;
		color: #298fc6;
		font-size: 20px;
		border-bottom: 1px solid #E5E5E5;
	}
	.related_articles > ul{
		width: 90%;
		margin: 21px auto;
	}
	.related_articles > ul li a{
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		color: #989898;
		white-space:nowrap; 
		overflow:hidden; 
		text-overflow:ellipsis;
	}
	.related_articles > a{
		display: block;
		width: 90%;
		text-align: right;
		margin: 20px auto;
		color: #298fc6;
	}
	/*推荐阅读*/
	.suggested_reading{
		width: 408px;
		overflow: hidden;
		border: 1px solid #e5e5e5;
		margin-bottom: 50px;
	}
	.suggested_reading > h3{
		width: 90%;
		padding: 0 5%;
		height: 40px;
		line-height: 40px;
		font-weight: normal;
		color: #298fc6;
		font-size: 20px;
		border-bottom: 1px solid #E5E5E5;
	}
	.suggested_reading > ul{
		width: 93%;
		margin: 10px auto;
		overflow: hidden;
	}
	.suggested_reading > ul li{
		width: 182px;
	    float: left;
	    margin-bottom: 20px;
	    margin-right: 15px;
	}
	.suggested_reading > ul li a img{
		width: 100%;
	}
	.suggested_reading > ul li a p{
		width: 90%;
		margin: 0 auto;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		color: #333333;
		white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.suggested_reading > a{
		display: block;
		width: 90%;
		text-align: right;
		margin: 20px auto;
		color: #298fc6;
	}
	
	footer{
		width: 100%;
		overflow: hidden;
		background: #4c4339;
		padding: 30px 0;
	}
	.footer_cen{
		width: 1000px;
		margin: 0 auto;
		overflow: hidden;
	}
	.phone_footer{
		display: none;
	}
	.footer_cen > div > div{
		float: left;
	}
	.footer_cen > div > div h4{
		font-size: 16px;
		font-weight: normal;
		color: #fff;
	}
	.footer_cen > div > div span{
		display: inline-block;
		width: 50px;
		height: 2px;
		background: #e61121;
		margin: 15px 0;
	}
	.footer_cen > div > div ul{
		width: 100%;
		overflow: hidden;
	}
	.footer_cen > div > div ul li{
		width: 100%;
		line-height: 26px;
	}
	.footer_cen > div > div ul li a{
		color: #fff;
		line-height: 26px;
	}
	.footer_cen > div > div ul li a:hover{
		color: #2994cb;
	}
	/*联系我们*/
	.contact_us{
		width: 336px;
		overflow: hidden;
	}
	.contact_us p{
		color: #FFFFFF;
		height: 26px;
		line-height: 26px;
	}
	/*加入POD*/
	.jion_pod{
		width: 255px;
		overflow: hidden;
	}
	
	/*外部链接*/
	.external_links{
		width: 215px;
		overflow: hidden;
	}
	/*二维码*/
	.ewm{
		width: 190px;
		overflow: hidden;
	}
	.ewm img{
		width: 100%;
	}
	/*版权*/
	.copyright{
		width: 100%;
		height: 60px;
		background: #007e9e;
	}
	.copyright p{
		width: 100%;
		height: 60px;
		color: #fff;
		line-height: 60px;
		text-align: center;
	}
	/*右侧*/
	.aside_right{
		position: fixed;
		top: 60%;
		right: 0;
		overflow: hidden;
		width: 60px;
		z-index: 90;
	}
	.aside_right li{
		width: 100%;
		overflow: hidden;
		float: left;
	}
	.aside_right li.last{
		display: none;
	}
	.aside_right li a{
		width: 100%;
	}
	.aside_right li a img{
		width: 100%;
	}
}
/*pad*/
@media only screen and (min-width: 769px) and (max-width: 1199px) {
	header{
		width: 100%;
		height: 80px;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99;
		background: #333333;
	}
	.header_center{
		width: 90%;
		margin: 0 auto;
	}
	.header_center div{
		width: 100px;
		height: 80px;
		float: left;
		position: relative;
	}
	.header_center div img{
	    margin-top: 5px;
	}
	.header_center div iframe{
		position: absolute;
		left: 0;
		top: 0;	
	}
	.header_center ul{
		float: right;
		width: 500px;
	}
	.header_center .nav{
		display: none;
	}
	.header_center ul li{
		float: left;
		width: 100px;
		height: 80px;
	}
	.header_center ul li a{
		width: 100%;
		display: block;
		height: 80px;
		line-height: 80px;
		text-align: center;
		color: #fff;
		font-size: 16px;
	}
	.phone_nav{
		display: none;
	}
	.know_Pod_box{
		width: 750px;
		overflow: hidden;
		margin: 80px auto 0;
	}
	/*内容区*/
	.know_Pod_box{
		width: 750px;
		overflow: hidden;
		margin: 80px auto 0;
		padding-bottom: 20px;
	}
	.know_Pod_box > h3{
		font-size: 30px;
		font-weight: normal;
		color: #298FC6;
		margin: 20px 0;
	}
	.article{
		width: 500px;
		overflow: hidden;
		margin-bottom: 30px;
		float: left;
		margin-right: 20px;
	}
	.article > img{
		width: 100%;
	}
	.article > h3{
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
		font-weight: normal;
		margin-top: 20px;
	}
	.article > span{
		display: block;
		font-size: 14px;
		color: #b4b4b4;
		margin-bottom: 20px;
		line-height: 26px;
	}
	.article > div{
		width: 100%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.article > div p{
		text-indent: 2em;
		font-size: 14px;
		color: #333;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.article > p{
		text-align: right;
	}
	.article > p a{
		display: inline-block;
		width: 40px;
		margin: 0px 10px 30px;
		
	}
	.article > p a img{
		width: 100%;
	} 	
	
	.sidebar{
		width: 230px;
		overflow: hidden;
		float: left;
	}
	/*相关文章*/
	.related_articles{
		width: 228px;
		overflow: hidden;
		border: 1px solid #e5e5e5;
		margin-bottom: 30px;
	}
	.related_articles > h3{
		width: 90%;
		padding: 0 5%;
		height: 40px;
		line-height: 40px;
		font-weight: normal;
		color: #298fc6;
		font-size: 18px;
		border-bottom: 1px solid #E5E5E5;
	}
	.related_articles > ul{
		width: 90%;
		height: 114px;
		overflow: hidden;
		margin: 8px auto;
	}
	.related_articles > ul li a{
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		color: #989898;
		white-space:nowrap; 
		overflow:hidden; 
		text-overflow:ellipsis;
	}
	.related_articles > a{
		display: block;
		width: 90%;
		text-align: right;
		margin: 20px auto;
		color: #298fc6;
	}
	/*推荐阅读*/
	.suggested_reading{
		width: 228px;
		overflow: hidden;
		border: 1px solid #e5e5e5;
	}
	.suggested_reading > h3{
		width: 90%;
		padding: 0 5%;
		height: 40px;
		line-height: 40px;
		font-weight: normal;
		color: #298fc6;
		font-size: 18px;
		border-bottom: 1px solid #E5E5E5;
	}
	.suggested_reading > ul{
		width: 90%;
		margin: 10px auto;
	}
	.suggested_reading > ul li{
		margin-bottom: 20px;
	}
	.suggested_reading > ul li a img{
		width: 100%;
	}
	.suggested_reading > ul li a p{
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		color: #333333;
	}
	.suggested_reading > a{
		display: block;
		width: 90%;
		text-align: right;
		margin: 20px auto;
		color: #298fc6;
	}
	footer{
		width: 100%;
		overflow: hidden;
		padding: 50px 0;
		background: #4c4339;
	}
	.footer_cen{
		width: 720px;
		margin: 0 auto;
		overflow: hidden;
	}
	.phone_footer{
		display: none;
	}
	.footer_cen > div > div{
		float: left;
	}
	.footer_cen > div > div h4{
		font-size: 16px;
		color: #FFFFFF;
		font-weight: normal;
	}
	.footer_cen > div > div span{
		display: block;
		margin: 10px 0;
		width: 50px;
		height: 2px;
		background: #ff0000;
	}
	.footer_cen > div > div ul{
		width: 100%;
		overflow: hidden;
	}
	.footer_cen > div > div ul li{
		width: 100%;
		line-height: 26px;
	}
	.footer_cen > div > div ul li a{
		color: #fff;
		line-height: 26px;
	}
	.footer_cen > div > div ul li a:hover{
		color: #2994cb;
	}
	.contact_us{
		width: 270px;
		overflow: hidden;
	}
	.contact_us p{
		height: 24px;
		color: #fff;
	}
	.jion_pod{
		width: 130px;
		overflow: hidden;
	}
	.external_links{
		width: 150px;
	}
	.ewm{
		width: 140px;
	}
	.ewm img{
		width: 100%;
	}
	.copyright{
		width: 100%;
		height: 60px;
		background: #007e9e;
	}
	.copyright p{
		width: 100%;
	    height: 60px;
	    color: #fff;
	    line-height: 60px;
	    text-align: center;		
	}
	/*右侧*/
	.aside_right{
		position: fixed;
		top: 40%;
		right: 0;
		overflow: hidden;
		width: 60px;
		z-index: 90;
	}
	.aside_right li{
		width: 100%;
		overflow: hidden;
		float: left;
	}
	.aside_right li a{
		width: 100%;
	}
	.aside_right li a img{
		width: 100%;
	}
}
/*手机端*/
/*手机端*/
@media only screen and (max-width: 768px) {
	header{
		width: 100%;
		height: 3rem;
		background: #333333;
		z-index: 99;
	}
	.header_center{
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.header_center > div{
		float: left;
		margin-left: 5%;
		height: 3rem;
	}
	.header_center > div img.logo{
		width: 3.5rem;
		margin-top: 0.25rem;
	}
	.header_center > div iframe{
		width: 3.5rem;
		height: 3rem;
	}
	.header_center .nav{
		float: right;
		margin-right: 5%;
	}
	.header_center .nav span{
		display: block;
		position: relative;
		top: 1rem;
	}
	.header_center ul{
		display: none;
	}
	.phone_nav{
		display: none;
		width: 100%;
		overflow: hidden;
		background: #333;
		border-top: 0.1rem solid #524C4C;
	}
	.phone_nav li{
		width: 90%;
		height: 2rem;
		margin: 0 5%;
		border-bottom: 0.05rem solid #524C4C;
	}
	.phone_nav li a{
		display: block;
		color: #FFFFFF;
		font-size: 0.8rem;
		line-height: 2rem;
		padding-left: 1rem;
	}
	/*内容区*/
	.know_Pod_box{
		width: 94%;
		padding: 0 3%;
		overflow: hidden;
		padding-top: 0.5rem;
	}
	.know_Pod_box > h3{
		width: 100%;
		font-size: 1rem;
		color: #298fc6;
		font-weight: normal;
		margin: 0.5rem 0;
	}
	.article{
		width: 100%;
		overflow: hidden;
	}
	.article  img{
		width: 100%;
	}
	.article > h3{
		width: 100%;
		line-height: 1.6rem;
		height: 1.6rem;
		font-size: 0.7rem;
		font-weight: normal;
	}
	.article > span{
		display: block;
		width: 100%;
		line-height: 1rem;
		font-size: 0.3rem;
		color: #b4b4b4;
	}
	.article > div{
		width: 100%;
		overflow: hidden;
		margin-bottom: 0.5rem;
	}
	.article > div p{
		text-indent: 2em;
		font-size: 0.4rem;
		color: #333;
		line-height: 1rem;
		margin-bottom: 0.5rem;
	}
	.article > p{
		text-align: right;
	}
	.article > p a{
		display: inline-block;
		width: 1.5rem;
		margin: 0px 0.5rem 1.5rem;
		
	}
	.article > p a img{
		width: 100%;
	} 	
	.related_articles{
		display: none;
	}
	/*推荐阅读*/
	.suggested_reading{
		width: 100%;
		overflow: hidden;
		margin-bottom: 1rem;
	}
	.suggested_reading > h3{
		width: 100%;
		overflow: hidden;
		font-size: 0.8rem;
		color: #298FC6;
		font-weight: normal;
		margin-bottom: 0.5rem;
	}
	.suggested_reading ul{
		width: 100%;
		height: 5.8rem;
		overflow: hidden;
	}
	.suggested_reading ul li{
		float: left;
		width: 49%;
	}
	.suggested_reading ul li:nth-of-type(2){
		margin-left: 2%;
	}
	.suggested_reading ul li a{
		display: block;
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.suggested_reading ul li a img{
		width: 100%;
	}
	.suggested_reading ul li a p{
		line-height: 1rem;
		color: #333;
	}
	.suggested_reading > a{
		display: none;
	}
	/*底部*/
	footer{
		width: 100%;
		background: #333333;
		overflow: hidden;
	}
	.footer_cen{
		width: 13.75rem;
		margin: 0 auto;
		overflow: hidden;
	}
	.pc_footer{
		display: none;
	}
	.phone_footer{
		width: 100%;
		overflow: hidden;
	}
	.footer_tab{
		width: 100%;
		overflow: hidden;
		padding-top: 1rem;
	}
	.footer_tab > div{
		width: 33.333%;
		float: left;
		cursor: pointer;
	}
	.footer_tab > div h4{
		color: #FFFFFF;
		font-weight: normal;
		font-size: 0.6rem;
	}
	.footer_tab > div span{
		display: block;
		width: 1.5rem;
		height: 0.1rem;
		background: #FF0000;
		border-radius: 0.1rem;
		margin: 0.2rem 0;
	}
	.footer_tab_child{
		width: 100%;
		overflow: hidden;
	}
	.footer_tab_child > div{
		width: 100%;
		overflow: hidden;
		display: none;
	}
	.footer_tab_child > div ul{
		width: 100%;
		overflow: hidden;
	}
	.footer_tab_child > div ul li{
		width: 100%;
	}
	.footer_tab_child > div ul li a{
		display: block;
		width: 100%;
		line-height: 1.2rem;
		color: #FFFFFF;
	}
	.footer_tab_child > div p{
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		color: #FFFFFF;
	}
	
	.phone_ewm{
		width: 3.8rem;
		margin: 1rem auto;
	}
	.phone_ewm img{
		width: 100%;
	}
	/*版权*/
	.copyright{
		width: 100%;
		overflow: hidden;
		background: #333333;
		padding: 0.5rem 0;
	}
	.copyright p{
		width: 10.5rem;
		margin: 0 auto;
		overflow: hidden;
		color: #fff;
		text-align: center;
	}
	/*右侧*/
	.aside_right{
		position: fixed;
		top: 60%;
		right: 0;
		overflow: hidden;
		width: 2rem;
		z-index: 90;
	}
	.aside_right li{
		width: 100%;
		overflow: hidden;
		float: left;
	}
	.aside_right li.last{
		display: none;
	}
	.aside_right li a{
		width: 100%;
	}
	.aside_right li a img{
		width: 100%;
	}
}