*{
		  margin: 0;
		  padding: 0;
		  border: 0;
		}
		html {
		  -webkit-font-smoothing: antialiased;
		  -webkit-text-size-adjust: 100%;
		  background-color: #fff;
		}
		body {
		  min-width: 320px;
		  max-width: 640px;
		  margin: 0 auto;
		  background-color: #03837f;
		}
		li{
			list-style: none;
			color: #000000;
		}
		a{
			text-decoration: none;
			color: #000000;
		}
.img{
	width: 100%;
}

.img img{
	width: 100%;
}

.content{
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 40px;
}

/* 导航*/
.on{
	font-weight: bold;
}

.nav{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 88%;
	margin: 0 auto;
	
}

.nav li{
    width: 20%;
    padding: 6px;
    background-image: url(../img/nav.png);
    background-size: 100% 100%;
    text-align: center;
    font-size: 13px;
}

.nav li a{
	color:#075f50;
}


/*标语*/
.biaoYu li{
	display: flex;
	width: 100%;
    margin: 0 auto 20px;
	font-size: 12px;
}

.biaoYu li .baioYu_text{
    width: 83%;
    height: 45px;
    background-color: #d2f6ea;
    line-height: 26px;
    padding-left: 5%;
	border-radius: 5px 0 0 5px;
	color: #03837f; 
}

.biaoYu a{
	width: 17%;
}

.biaoYu li .biaoYu_vote{
    height: 37px;
    background-color: #003143;
    color: #d4d8da;
    text-align: center;
    line-height: 15px;
    border-radius: 0 5px 5px 0;
    padding: 8px 15px 0 15px;
    
}

.biaoShi{
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.biaoShi .biaoShi_box{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 38%;
    background-color: #d2f6ea;
    border-radius: 5px;
    margin-bottom: 35px;
    padding: 4% 4% 9% 4%;
}

.biaoShi .biaoShi_box img{
	width: 100%;
	border-radius: 5%;
}

.biaoShi .biaoShi_box .biaoShi_text{
	font-size: 12px;
	color: #075f50;
	margin-top: 5%;
}

.biaoShi .biaoShi_box button{
	position: absolute;
	background-color: #003143;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
	padding: 4px 8px;
	bottom: -7%;
}
/*相关新闻*/
.xiangG{
	padding: 2% 0 8%;
    font-size: 12px;
    width: 100%;
    background-color: #d2f6ea;
    border-radius: 5px;
}

.xiangG .xiangG_text{
	height: 40px;
	margin: 0 5%;
    position: relative;
    border-bottom: 1px dashed #97cdc4;
    line-height: 40px;
	
}

.xiangG .xiangG_text a{
	color: #03837f;
}


.biaoYu li{
	flex-direction: column;
	background-color: #d2f6ea;
	border-radius: 5px;
}

.biaoYu li .biaoYu_num{
	text-align: center;
	display: inline;
	height: 33px;
	line-height: 33px;
	color: #03837f;
	width: 60%;
	border-radius: 0 0 0 5px;
}

.biaoYu a{
	width: 40%;
}

.biaoYu li .biaoYu_vote{
	height: 33px;
	background-color: rgba(0,0,0,0);
	color: #03837f;
	text-align: center;
	line-height: 33px;
	border-radius: 0 0 5px 0;
	padding: 0

}

.biaoYu li .biaoYu_b{
	display: flex;
	flex-direction: row;
}

.indexBox {
	background-color: #d2f6ea;
	color: #03837f;
	border-radius: 5px;
	padding: 20px;

}

.indexBox span {
	/*font-style: italic;*/
	font-weight: 600;
	text-indent: 2em;
	font-size: 16px;
	font-family: "Microsoft Yahei", "微软雅黑", Arial, Verdana, sans-serif;
}

.indexBox p {
	/*text-indent: 2em;*/
	font-size: 14px;
	margin-top: 10px;
	text-align: left;
}

.indexBox a {
	color: #03837f;
	font-size: 14px;
	width: inherit;
	display: block;
	text-align: right;
}

.search {
	position: relative;
}

.search input {
	width: 98%;
	height: 35px;
	border-radius: 17px;
	background-color: rgba(210, 246, 234, 0.7);
	color: #03837f;
	padding-left: 10px;
	outline: none;
	caret-color: #03837f;
	margin-bottom: 20px;
}

input:-moz-placeholder {
	color: #03837f;
	font-size: 12px;
}

input:-ms-input-placeholder {
	color: #03837f;
	font-size: 12px;

}

input::-webkit-input-placeholder {
	color: #03837f;
	font-size: 12px;

}

.search-button {
	background: url("../img/search.png") no-repeat;
	height: 30px;
	width: 30px;
	background-size: 100%;
	border: none;
	position: absolute;
	right: 2%;
	top: 10%;
	cursor: pointer;

}