@charset "utf-8";
/* CSS Document */

*{
    margin:0;
	padding:0;
	font-family:"Microsoft Yi YaHei";
}
header img{
    width:100%;
	display:block
}
.main-content nav{
    font-size:1.4rem;
	padding:0 10px;
	line-height:3rem;
	height:3rem;
	border-bottom:1px solid #e0e0e0;
}
nav a{
    margin:0.5rem
}
nav a:first-child{
    color:#000;
	margin-left:0;
	text-decoration:none
}
nav a:last-child{
    color:#232480;
	text-decoration:none
}
.tuwen{
    padding:1rem 10px;
	overflow:hidden
}
.tuwen img{
    width:46%;
	float:left
}
.tuwen .intro{
    width:49%;
	float:right;
	color:#333;
	font-size:1.3rem;
	line-height:1.5rem;
	position:relative
}
.tuwen .intro a{
    display:block;
	width:7rem;
	height:2.2rem;
	line-height:2.2rem;
	text-align:center;
	background:#232480;
	color:#fff;
	border-radius:0.8rem;
	text-decoration:none;
	position:absolute;
	bottom:0;
}
.list{
    padding:0 10px;
}
.list li{
    height:3.5rem;
	line-height:3.5rem;
	color:#333;
	border-bottom:1px solid #f3f3f3;
	list-style:none;
	padding-left:1rem;
	background:url(../images/list-style_03.jpg) no-repeat;
	background-size:auto 1.2rem;
	background-position:0 1.25rem
}
.list li:last-child{
    border:none
}
.list li a{
    text-decoration:none;
	color:#333;
	font-size:1.2rem;
}
.list li span{
    float:right;
	color:#999
}
.tabs{
    height:4.5rem;
	line-height:4.5rem;
	text-align:center;
	position:relative;
	font-size:1.4rem
}
.tabs a:first-child{
    position:absolute;
	left:3.5rem;
	text-decoration:none;
	color:#0a955c;
}
.tabs a:last-child{
    position:absolute;
	right:3.5rem;
	text-decoration:none;
	color:#0a955c;
}
.main-content{
    padding-bottom:40px;
	background:#fff;
}
.main-content .ylpsf-video{
    background:#fff;
	padding:5px 10px;
	border-bottom:1px solid #f3f3f3
}
.article_container{
    padding:1rem 10px;
}
.article_container h1{
    font-size:1.6rem;
	text-align:center
}
.article_container div:nth-child(2){
    overflow:hidden;
	color:#999;
	margin:0.5rem 0 1rem 0
}
.article_container div:nth-child(2) time{
    float:left
}
.article_container div:nth-child(2) cite{
    float:right
}
.article img{
    width:70%;
	margin:1rem auto 1.5rem auto;
	display:block
}
.article h2{
    margin:1.5rem 0;
	font-weight:normal;
	color:#333;
	font-size:1rem
}
@media screen and (min-width: 480px) {
html{
    font-size:16px;
}
}
@media screen and (min-width:550px){
html{
    font-size:18px
}
}
@media screen and (min-width:640px){
html{
    font-size:22px
}
}

@media screen and (max-width: 480px) {
html{
    font-size:14px;
}
}
@media screen and (max-width: 410px){
html{
    font-size:12px
}

}
@media screen and (max-width: 360px){
html{
    font-size:11px
}

}
@media screen and (max-width: 327px) {
html{
    font-size:10px;
}

}
@media screen and (max-width: 300px) {
html{
    font-size:9px;
}

}