body{
    margin:0;
    padding:0;
    max-width:640px;
    margin:0 auto;
}
ul,li{
    list-style-type:none;
    margin:0;
    padding:0;
}
/* 头部区域开始 */
.header{
    width:100%;
    height: 82.531px;
	padding:2% 0;
	background-color:#04332b;}
.header img{
	width:100%;}
.header-logo{
	width:79%;
	float:left;
	text-align:center;
	padding-left:6%
	}
.header-logo img{ width:53%;}
.header-menu{
	width:9%;
	float:right;
	padding-right:3%;
	padding-top:3.5%;
 }
 .header-menu img{ width:100%}
 /* 头部区域结束 */

 
 /* 新闻资讯开始 */
.news{
    width: 100%;
    padding-bottom: 3%;
    background: url(../imgs/bg7.png) no-repeat top;
    background-size: 100%;
    margin-top: -16%;
    position: relative;
    z-index: 50;
    border-bottom: #7caf10 solid 1px;
    font-size: 62.5%;
    font-family: "微软雅黑";
}
.news-Title{
    font-size: 2.2em;
    color: #04332b;
    font-weight: bold;
    text-align: center;
    padding-top: 4%;
    transition: all 1s;
 }
 .news-title{
    margin: 0 auto;
    font-size: 1.6em;
    color: #04332b;
    text-align: center;
    padding: 0px 0 6px 0;
}
.course-more{
    width: 28px;
    height: 28px;
    background: #9dd526;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 28px;
    color: #04332b;
    transition: all 1s;
 }
 .nav_list {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    margin-top: 3%;
    font-size: 62.5%;
    font-family: "微软雅黑";
}
.nav_list a {
    font-size: 1.2em;
    display: block;
    float: left;
    color: #04332b;
    background: #9dd526;
    padding: 2.3% 6%;
    border-radius: 18px;
    margin: 2% 2%;
    transition: all 1s;
}
a {
    color: #5f5f5f;
    text-decoration: none;
}
.news_list {
    width: 96%;
    margin: 0 auto;
    font-size: 1.2em;
    line-height: 1.5;
    padding: 8% 0;
    position: relative;
    z-index: 20;
    font-size: 62.5%;
    font-family: "微软雅黑";
}
a {
    color: #5f5f5f;
    text-decoration: none;
}
.news_list li {
    width: 100%;
    display: block;
    float: left;
    margin-top: 3%;
    margin-bottom: 3%;
}
.news_list img {
    border: 0;
    vertical-align: bottom;
    width: 100%;
}
.news_list li>img {
    width: 24%;
    float: left;
    border-radius: 50%;
    border: #cccccc solid 1px;
    padding: 2%;
}
.news_list_t {
    width: 70%;
    float: right;
    font-size: 1.4em;
    color: #3f3f3f;
    padding-top: 1%;
}
.news_list_t div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list_t span {
    font-size: 0.85em;
    color: #3f3f3f;
}
.news_list_t p {
    font-size: 0.8em;
    height: 3.4em;
    line-height: 1.6;
    color: #828282;
    padding-right: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.page {
    padding: 10px;
    clear: both;
    text-align: center;
    margin-top: 20px;
}
.page a {
    padding: 2px 10px;
    color: #626262;
    border: #bfbfbf solid 1px;
    margin: 0 3px;
}
.select {
    background: #002c20;
    color: #FFF!important;
}
/* 新闻资讯开始 */
/* 底部区域开始 */
.bottom{
    background: url(../imgs/bg6.jpg) repeat-y top;
    position: relative;
    z-index: 10;
    font-size: 1.4em;
    padding-bottom: 7%;
}
.bottom-top {
    width: 25%;
    text-align: center;
    display: block;
    position: absolute;
    left: 38%;
    top: -18%;
    z-index: 40;
    font-size: 1.4em;
}
.bottom li {
    text-align: center;
    width: 20%;
    float: left;
    color: #FFF;
    padding-top: 1%;
}
.bottom li a {
    color: #FFF;
    font-size: 0.80em;
    text-decoration: none;
}
.bottom-s li {
    padding-top: 0;
}
.clear {
    clear: both;
}

/* 底部区域结束 */