.areaheart{
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	/* background: url('../img/banner.png') no-repeat top center;
	background-size: 100%; */
}
#nav{
	width: 100%;
	background: #F7F7F7;
	position: fixed;
	left: -100%;
	top: 0;
	z-index: 10;
}
#nav .nav_title{
	padding: 0 .3rem;
	height: 1.4rem;
	line-height: 1.4rem;
	font-size: .48rem;
	color: #0a102b;
	font-family: "方正粗黑宋简体";
	background: #E8CA84;
}
#nav .nav_title h2{
	font-weight: normal;
}
#nav .nav_title .nav_close{

}
#nav .nav_title img{
	width: .36rem;
	height: .36rem;
}
#nav ul{
	height: 400px;
	overflow: scroll;
}
#nav li{
	text-align: center;
	position: relative;
}
#nav li a{
	padding: 0 .6rem;
	display: block;
	word-break: break-word;
	line-height: 1rem;
	font-size: .38rem;
	color: #0a102b;
	border-bottom: 1px solid #E7E3D7;
}
#nav li i{
	content: "";
	position: absolute;
	right: 10px;
	top: .5rem;
	margin-top: -.2rem;
	width: .4rem;
	height: .4rem;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#nav li i.hot{
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
#nav li img{
	display: block;
	width: 100%;
	height: 100%;
}
#nav li ol{
	display: none;
}
#nav li ol a{
	background: #E8CA84;
	border-bottom: 1px solid #fff;
}
.top{
	width: 100%;
	height: 1.4rem;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 1px 1px 0 #ddd;
}
.logo{
	width: 3.1rem;
	text-align: center;
}
.logo img{
	max-width:3.1rem;
	margin: .2rem auto;
}
.top_txt p{
	color: #243b2b;
	font-family: "方正粗黑宋简体";
	font-size: .3rem;
	line-height: 1.4rem;
}
.nav{
	width: 1.1rem;
	height: 1.4rem;
	text-align: center;
}
.nav img{
	width: .46rem;
	height: .42rem;
	margin: .48rem auto;
}
.banner{
	height: 100%;
	height: 5.5em;
	background: url('../img/banner.png') no-repeat bottom center;
	background-size: 100%;
	padding-top: .2rem;
}
.search{
	margin: .2rem auto;
	margin-top: 0;
	width: 94%;
	height: .6rem;
	overflow: hidden;
	line-height: .6rem;
	background: rgba(255, 255, 255, 0.6);
	position: relative;
}
.search_ipt{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 86%;
	background: transparent;
	border: 0 none;
	outline: none;
	text-indent: .2rem;
	color: #333;
}
.search_sub{
	position: absolute;
	right: 0;
	top: 0;
	width: 12%;
	height: 100%;
	background: url('../img/icon_search.png') no-repeat center;
	background-size: 40%;
	border: 0 none;
	outline: none;
	text-indent: 10rem;
}
.head_info{
	width: 4.6rem;
	margin: 0 auto;
	padding: .3rem 0;
	padding-top: .1rem;
}
.head_pic img{
	max-width: 100%;
	max-height: 100%;
}
.head_txt{
	width: 2.5rem;
	text-align: center;
	font-size: .34rem;
	color: #0a102b;
	line-height: .64rem;
}
.head_txt p{margin-bottom:10px; color:#fff;}
.head_pic .pic_in {
    width: 2.04rem;
    height: 2.04rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.head_txt span{
	fill-size: .3rem;
	color: #fff;
	display: inline-block;
	position: relative;
	background-size: 20%;
	padding-left: .25rem
}
.head_txt span i{
	position: absolute;
	left: 0;
	top: .1rem;
	display: inline-block;
	width: .4rem;
	height: .4rem;
	overflow: hidden;
}
.head_txt span i img{
	width: 100%;
	height: 100%;
}
.recommend{
	width: 4.68rem;
	margin: 0 auto;
}
.recommend p {
    display: block;
    font-size: .28rem;
    line-height: .6rem;
    margin-bottom: .3rem;
    background: #fff;
    opacity: .8;
    padding: 0 .2rem;
}
.recommend p a{
	color: #243b2b;
}
.info{
	width: 100%;
	text-align: center;
	padding: .2rem .28rem;
	background: #F3F4F9;
}
.info_list{
	padding: 0 .2rem;
	margin: .38rem 0;
	background-color: #fff;
	border: .04rem solid #E8CA84;
	position: relative;
}
.info_list::before{
	content: "";
	width: .68rem;
	height: .68rem;
	position: absolute;
	right: -0.04rem;
	top: -0.04rem;
	background: url('../img/bg_rt.jpg') no-repeat;
	background-size: 100%;
}
.info_list::after{
	content: "";
	width: .68rem;
	height: .68rem;
	position: absolute;
	left: -0.04rem;
	bottom: -0.04rem;
	background: url('../img/bg_lb.jpg') no-repeat;
	background-size: 100%;
}
.bg_list{
	position: absolute;
	left: -0.04rem;
	top: -0.42rem;
	display: none;
}
.bg_list img{
	width: .68rem;
	height: .68rem;
}
.bg_rb{
	left: auto;
	right: -0.04rem;
	top: auto;
	bottom: -0.3rem;
}
.info_list h3{
	position: relative;
	z-index: 1;
	color: #CF9742;
	line-height: 1.1rem;
	font-weight: normal;
	font-family: 方正粗黑宋简体;
	font-size: .38rem;
}
.info_list h3.hot{
	border-bottom: 1px solid #eee;
}
.info_list_in{
	padding: .12rem 0 .9rem 0;
	font-size: .28rem;
	color: #333;
	line-height: .58rem;
	text-align: left;
	display: none;
}
.info_list_in li h4{
	display: inline-block;	
}
.info_list_in li h5{
	color: #243b2b;
}
.res_focus li{
	margin-bottom: .3rem;
word-wrap: break-word;
    word-break: break-word;
}
.res_focus li:last-child{
	margin-bottom: 0;
}
.res_focus li p{
	color: #243b2b;
}
.info_list_pic{
	padding-top: .3rem;
}
.info_list_pic li{
	width: 30%;
	float: left;
	margin-right: 5%;
	font-size: .24rem;
	text-align: center;
}
.pic_box{
	width: 100%;
	height: 2.5rem;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    border: .09rem solid #F2F2FA;
}
.info_list_pic li:nth-child(3n){
	margin-right: 0;
}
.info_list_pic li img{
	max-width: 100%;
	max-height: 100%;
}
.footer{
	padding: .2rem;
	text-align: center;
	font-size: .3rem;
	line-height: .54rem;
	color: #fff;
	background: #B1B3C8;
	background: url('../img/foot_bg.png') center;
}


.public .info_list_in{
	display: block;
}
.public .info_list_in p img{max-width:95%}
.public .res_focus{
	font-size: .28rem;
}
.public .res_focus2 ul{
	padding: .2rem;
	background: #F6F6F6;
}
.public .res_focus li{
	line-height: .5rem;
	list-style: none;
    word-wrap: break-word;
    word-break: break-word;
}
.public .res_focus li a{
	color: #333;
}
.public .bg_list{
	display: block;
}
.view_more{
	display: inline-block;
	width: 80%;
	height: .6rem;
	margin: .3rem 10%;
	background: #D3963D;
	text-align: center;
	border-radius: .3rem;
}
.view_more a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	font-family: "方正粗黑宋简体";
	font-size: .34rem;
}


.art_title{
	font-size: .24rem;
	color: #333;
	line-height: .5rem;
	text-align: center;
	border-bottom: 1px dashed #DEDEDE;
}
.art_title h4{
	padding: .2rem;
    word-wrap: break-word;
    word-break: break-word;
font-size: .32rem;
}
.public .art_info ul{
	display: inline-block;
}
.public .art_info li{
	float: left;
	color: #bbb;
	margin: 0 .13rem;
}
.public .con_article li{
	list-style: none;
    word-wrap: break-word;
    word-break: break-word;
}
.art_img .img_in {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
}
.art_in{
	font-size: .24rem;
	line-height: .5rem;
	padding: .3rem 0;
}
.art_img{
	padding-top: .3rem;
}
.art_img li{
    width: 47%;
    height: auto;
    float: left;
    margin-bottom: .2rem;
    border: .1rem solid #F3F4F9;
}
.art_img li:nth-child(2n) {
    float: right;
}
.art_img li img{
	max-width: 100%;
    max-height: 100%;
}
.art_foot{
	padding-bottom: .3rem;
}
.art_foot h4{
	font-size: .3rem;
	color: #D3963D;
	font-weight: normal;
	font-family: "方正粗黑宋简体";
}
.public .con_article .art_foot li{
	list-style: square outside;
	font-size: .24rem;margin-left:15px;
	    word-wrap: break-word;
    word-break: break-word;}
.art_page {
	padding-top: .2rem;
	font-size: .28rem;
	color: #333;
	border-top: 1px solid #ddd;
}
.art_page li a{
	font-size: .24rem;
	color: #333;
	display: block;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.art_in02{
	font-size: .24rem;
	color: #333;
}
.art_in02 img{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: .3rem;
}
.teacher h4{
	line-height: 1rem;
}
.teacher li{
	width: 32%;
	float: left;
	color: #333;
	font-size: .24rem;
	text-align: center;
	margin-right: 2%;
}
.teacher li:nth-child(3n){
	margin-right: 0;
}
.teacher li .img_box{
	border: .05rem solid #F3F4F9;
    display: flex;
    height: 2.78rem;
    justify-content: center;
    align-items: center;
}
.teacher li img{
	max-width: 100%;
    max-height: 100%;
}
.picture ul{
	padding: .2rem 0;
}
.picture li{
	width: 48%;
	float: left;
	color: #0a102b;
	font-size: .24rem;
	text-align: center;
	margin-right: 4%;
	margin-bottom: .2rem;
}
.picture li .pic_box {
    height: 2rem;
    border: .1rem solid #F3F4F9;
    overflow: hidden;
}
.picture li:nth-child(2n){
	margin-right: 0;
}
.picture li img{
	max-width: 100%;
	max-height: 100%;
}
.art_in03 img{
	padding: .15rem 0;
}
.info_list .all_title{
	min-height: .6rem;
	margin-top: .2rem;
	padding: 0 .1rem;
	background: #E8CA82;
}
.info_list .all_title h3{
	float: left;
	font-size: .28rem;
	color: #0a102b;
	font-weight: bold;
	line-height: .6rem;
	font-family: "微软雅黑";
}
.info_list .all_title a{
	float: right;
	color: #D29739;
	font-family: "方正粗黑宋简体";
}
.all_in p{
	line-height: .5rem;
}
.all_in_p{
	padding: .2rem;
	background: #F6F6F6;
}


@media only screen and (max-width: 374px) and (min-width: 320px){
	.top_txt p{
		display: none;
	}
	.head_info{
		padding: .2rem 0;
	}
	.head_txt {
	    line-height: .54rem;
	}
}

@media only screen and (max-width: 413px) and (min-width: 375px){
	
}

@media only screen and (max-width: 639px) and (min-width: 414px){
	.banner{
		height: 5.7rem;
	}
	.head_info {
	    padding: .4rem 0;
	}
}

@media only screen and (max-width: 768px) and (min-width: 640px){
	.banner{
		height: 10rem;
	}
	.search{
		height: .8rem;
		line-height: .8rem;
	}
	.head_pic .pic_in{
	    width: 4.04rem;
	    height: 4.04rem;
	}
	.head_info {
	    width: 8.6rem;
	    padding: .6rem 0;
	}
	.head_txt {
	    width: 4.5rem;
	    font-size: .6rem;
	    line-height: 1.2rem;
	}
	.head_txt span{
		text-indent: .6rem;
	}
	.recommend {
	    width: 8.68rem;
	    text-align: center;
	}
	.recommend p {
	    font-size: .5rem;
	    line-height: 1.1rem;
	    margin-bottom: .6rem;
	}
}