.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: 1;
}
#nav .nav_title{
	padding: 0 .3rem;
	height: 1.4rem;
	line-height: 1.4rem;
	font-size: .48rem;
	color: #0a102b;
	font-family: "方正粗黑宋简体";
	background: #E7E3D7;
}
#nav .nav_title h2{
	font-weight: normal;
}
#nav .nav_title h2.nav_icon{
	/* background:url(../img/nav.png) center no-repeat; */
	/* width: 1rem; */
	/* height: 1rem; */
	/* vertical-align: middle; */
	/* margin-top: .2rem; */
}
#nav .nav_title .nav_close{
	margin-top: .5rem;
}
#nav .nav_title img{
	width: .36rem;
	height: .36rem;
}
#nav ul{
	height: 400px;
	overflow: scroll;
}
#nav li{
	text-align: center;
	position: relative;
}
#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 a{
	/* height: 1rem; */
	padding: 0 .6rem;
	display: block;
	line-height: 1rem;
	font-size: .38rem;
	color: #0a102b;
	border-bottom: 1px solid #E7E3D7;
}
#nav li ol{
	display: none;
}
#nav li ol a{
	background: #E7E3D7;
	border-bottom: 1px solid #fff;
}
.top{
	width: 100%;
	height: 1.4rem;
	background: rgba(255, 255, 255, .8);
}
.logo{
	width: 3.1rem;
	text-align: center;
}
.logo img{
	  width: 100%;
    height: 100%;
    margin: 0.2rem auto;
    margin-left: 20px;
}
.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;
}

.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 .pic_in{
	width: 2.04rem;
	height: 2.04rem;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.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;
}

.recommend{
	width: 4.68rem;
	margin: 0 auto;
}
.recommend p {
    display: block;
    font-size: .28rem;
    line-height: .6rem;
    margin-bottom: .3rem;
    background: #fff;
    opacity: .95;
    padding: 0 .2rem;
}
.recommend p a{
	color: #243b2b;
}
.info{
min-height: 5.2rem;
	width: 100%;
	text-align: center;
	padding: .2rem .28rem;
	background: #F6F6EE;
}
.info_list{
	padding: 0 .2rem;
	padding-top: .2rem;
	margin: .38rem 0;
	border-radius: .1rem;
	background: #fff url('../img/list_bg.jpg') repeat-x;
	background-size: 1rem .45rem;
	box-shadow: 0 1px .01rem .01rem #C2BBB1;
}
.info_list h3{
	color: #0a102b;
	line-height: .6rem;
	padding: .26rem;
	font-weight: normal;
	font-family: 方正粗黑宋简体;
	font-size: .38rem;
}
.info_list h3.hot{
	border-bottom: 1px solid #DDDDDD;
}
.info_list_in{
	padding: .12rem 0 .4rem 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;
}
.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;
}
.info_list_in li .img_box, .info_list_pic li .img_box {
    border: .09rem solid #F2F2FA;
    display: flex;
    height: 2.2rem;
    justify-content: center;
    align-items: center;
}
.info_list_pic li:nth-child(3n){
	margin-right: 0;
}
.info_list_pic li img{
	max-width: 100%;
    max-height: 100%;
}
.footer{
	padding: .2rem 0;
	text-align: center;
	font-size: .3rem;
	line-height: .54rem;
	color: #0a102b;
	background: #B1B3C8;
	background: url('../img/foot_bg.png') center;
}

/* peper_public */
.public .info_list_in{
	display: block;
}
.public .res_focus{
	font-size: .24rem;
}
.public .res_focus li{
	line-height: .5rem;
	list-style: square inside;
}
.public .res_focus li a{
	color: #333;
}
.public .res_focus li a img{
	display: unset;
}
.view_more{
	display: inline-block;
	width: 80%;
	height: .6rem;
	margin: .3rem 10%;
	background: #DBAF6E;
	text-align: center;
	border-radius: .3rem;
}
.view_more a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	font-family: "方正粗黑宋简体";
	font-size: .34rem;
}

/* teacher_info */

/* 三列图文列表样式 - IE11兼容 */
.article_listtw {
  padding: 20px 0;
  padding-left: 20px;
  overflow: hidden;
}

.article_listtw::after {
  content: "";
  display: table;
  clear: both;
}

.article_listtw li {
  float: left;
  width: 223px;
  height: 200px;
  margin-right: 32px;
  margin-bottom: 20px;
  list-style: none !important;
}

.article_listtw li:nth-child(3n) {
  margin-right: 0;
}

.article_listtw li > div {
  width: 203px;
  height: 135px;
  border: 10px solid #F3F4F9;
  overflow: hidden;
  background: #fafafa;
}

.article_listtw li > div em {
  display: block;
  width: 100%;
  height: 100%;
}

.article_listtw li > div em a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 135px;
}

.article_listtw li > div em a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
}

.article_listtw li > p {
  height: 46px !important;
  line-height: 46px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.article_listtw li > p a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.article_listtw li > p a:hover {
  color: #DEA973;
}

.art_title{
	font-size: .24rem;
	color: #333;
	line-height: .5rem;
	text-align: center;
	border-bottom: 1px dashed #DEDEDE;
}
.art_title h4{
	padding: .2rem;
}
.public .art_info ul{
	display: inline-block;
	width: 100%;
}
.public .art_info li{
	float: left;
	color: #bbb;
	margin: 0 .13rem;
}
.public .con_article li{
	list-style: none;
	width: 100%;
	margin: 0;
}
.public .con_article li img{width:100%;}
.art_in{
	font-size: .24rem;
	line-height: .5rem;
	padding: .3rem 0;
}
.art_in img{max-width:100%;}
.art_img .img_in{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2rem;
}
.art_img{
	padding-top: .3rem;
}
.art_img li{
    width: 48%;
    margin: .1rem 1%;
    height: auto;
    float: left;
    border: .1rem solid #F3F4F9;
}
.art_img li img{
	max-width: 100%;
	max-height: 100%;
}
.art_foot{
	padding-bottom: .3rem;
}
.art_foot h4{
	font-size: .3rem;
	color: #615652;
	font-weight: normal;
	font-family: "方正粗黑宋简体";
}
.public .con_article .art_foot li{
	list-style: square inside;
	font-size: .24rem;
}
.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; */
}

.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;
}
.info_list_in li .img_box {
    border: .05rem solid #F3F4F9;
}
.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{
	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:nth-child(2n){
	margin-right: 0;
}
.picture li img{
	max-width: 100%;
	max-height: 100%;
}
.picture li .pic_box{
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: .1rem solid #F3F4F9;
	overflow: hidden;
}
.art_in03 img{
	padding: .15rem 0;
}

.info_list .all_title{
	/* height: .6rem; */
	margin: .2rem 0;
	padding: 0 .1rem;
	background: #E7E3D7;
}
.info_list .all_title h3{
	float: left;
	width: 85%;
	font-size: .28rem;
	color: #0a102b;
	font-weight: bold;
	line-height: .6rem;
	font-family: "微软雅黑";
	padding: 0;
}
.info_list .all_title a{
	float: right;
	width: 18%;
	font-family: "方正粗黑宋简体";
}
.all_in p{
	line-height: .5rem;
}


/* iphone 5 width:320px */
@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;
	}
}
/* iphone 6 width:375px */
@media only screen and (max-width: 413px) and (min-width: 375px){
	
}
/* iphone 6P width:414px */
@media only screen and (max-width: 639px) and (min-width: 414px){
	.banner{
		height: 5.7rem;
	}
	.head_info {
	    padding: .3rem 0;
	}
}
/* iphone 6P width:414px */
@media only screen and (max-width: 768px) and (min-width: 640px){
	.banner{
		height: 9.5rem;
	}
	.search {
	    height: .8rem;
	}
	.head_pic .pic_in {
	    width: 4.04rem;
	    height: 4.04rem;
	}
	.head_info {
	    width: 8.6rem;
	    padding: .4rem 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;
	}
}

/* 移动端响应式优化 - 针对.article_listtw */
@media only screen and (max-width: 639px) {
  .article_listtw {
padding-left: 0 !important;
    padding: 0.2rem 0.1rem;
    overflow: hidden;
  }
  
  .article_listtw li {
    float: left;
    width: 48%;
    height: auto;
    margin-right: 4%;
    margin-bottom: 0.2rem;
    list-style: none;
  }
  
  .article_listtw li:nth-child(3n) {
    margin-right: 4%;
  }
  
  .article_listtw li:nth-child(2n) {
    margin-right: 0;
  }
  
  .article_listtw li > div {
    width: 100%;
    height: auto;
    border: 0.08rem solid #F3F4F9;
    overflow: hidden;
    background: #fafafa;
  }
  
  .article_listtw li > div em {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .article_listtw li > div em a {
    display: block;
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 0;
  }
  
  .article_listtw li > div em a img {
    width: 100%;
            height: 100px;
        object-fit: contain;
    max-width: none;
    max-height: none;
    vertical-align: top;
    display: block;
  }
  
  .article_listtw li > p {
    height: 0.6rem !important;
    line-height: 0.6rem;
    margin: 0;
    padding: 0 0.05rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  
  .article_listtw li > p a {
    font-size: 0.24rem;
    color: #333;
    text-decoration: none;
  }
}

/* 更小屏幕优化 - iPhone 5等 */
@media only screen and (max-width: 374px) and (min-width: 320px) {
  .article_listtw {
    padding: 0.15rem 0.08rem;
  }
  
  .article_listtw li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.15rem;
  }
  
  .article_listtw li:nth-child(2n) {
    margin-right: 0;
  }
  
  .article_listtw li > div {
    border-width: 0.06rem;
  }
  
  .article_listtw li > p {
    height: 0.5rem !important;
    line-height: 0.5rem;
  }
  
  .article_listtw li > p a {
    font-size: 0.22rem;
  }
}

/* 平板设备优化 */
@media only screen and (min-width: 640px) and (max-width: 768px) {
  .article_listtw {
    padding: 0.2rem;
  }
  
  .article_listtw li {
    width: 31%;
    height: auto;
    margin-right: 3.5%;
    margin-bottom: 0.2rem;
  }
  
  .article_listtw li:nth-child(3n) {
    margin-right: 0;
  }
  
  .article_listtw li > div {
    width: 100%;
    height: auto;
    border: 0.1rem solid #F3F4F9;
  }
  
  .article_listtw li > div em a {
    line-height: normal;
  }
  
  .article_listtw li > div em a img {
    width: 100%;
    height: auto;
  }
  
  .article_listtw li > p {
    height: 0.7rem !important;
    line-height: 0.7rem;
  }
  
  .article_listtw li > p a {
    font-size: 0.26rem;
  }
}

.page {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 12px;
}

.page a {
    padding: 0px 5px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

.page a.disabled {
    color: #ccc;
    border-color: #eee;
}

/* 修复文章内容区域的列表 */
.art_in ul,
.con_article ul,
.info_list_in ul {
    padding-left: 0.1rem;
    margin: 0.15rem 0;
}

.art_in ul li,
.con_article ul li,
.info_list_in ul li {
    list-style-position: outside;
    margin-bottom: 0.1rem;
}

ol.list-paddingleft-2,ul.list-paddingleft-2 {
    margin-left: 0 !important;
    padding-left: 2em !important;
    list-style: disc outside !important;
}

ul.list-paddingleft-2 li {
    position: static !important;
    display: list-item !important;
    width: auto !important;
    height: auto !important;
    text-align: left !important;
    margin-right: 0 !important;
    border: none !important;
    background: none !important;
    list-style: disc outside !important;
}

ul.list-paddingleft-2 li img {
    position: static !important;
    max-width: none !important;
    max-height: none !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
}

ul.list-paddingleft-2 li p {
color:#000;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
}

/* 确保内容区域不被撑破 */
.art_in,
.con_article {
    overflow: visible;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.art_foot li a {
    word-break: break-all;
}