/*about-profile*/
.page_content .page_tt{ margin-bottom: 0.4rem;}
.news-list{ width: 100%; padding-bottom: 0.7rem;}
.news-list ul{ width: 100%; margin-bottom: 0.15rem;}
.news-list ul li{ float: left; width: 4.9rem; margin-bottom: 0.55rem; margin-right: 0.6rem; background: #f7f7f7;}
.news-list ul li:nth-child(3n){margin-right: 0;}
.news-list ul li .pic{ width: 4.9rem; height: 3rem; overflow: hidden;}
.news-list ul li .pic img{ width: 100%;transition: all 0.6s;}
.news-list ul li .pic a:hover img{transform: scale(1.1);}
.news-list ul li .txt{ padding:0.1rem 0.2rem 0.2rem 0.2rem;}
.news-list ul li .txt h3{ width: 100%; height: 30px; overflow: hidden; font-weight: normal; text-overflow: ellipsis;white-space: nowrap;}
.news-list ul li .txt h3 a{ line-height: 30px; color: #333; font-size: 18px;}
.news-list ul li .txt h3 a:hover{color: #f08300;}
.news-list ul li .txt .intro{ width: 100%; height: 40px; overflow: hidden; line-height: 20px; color: #999; font-size: 14px;}
.news-list ul li .txt .time{ width: 100%; margin-top: 0.15rem; display: flex; justify-content: space-between;line-height: 30px; color: #999; font-size: 14px;}
.news-list ul li .txt .time .more{ padding-right: 20px; background: url(../images/icon_arrow_r.png) no-repeat right center;}
.news-list ul li .txt .time .more:hover{ background: url(../images/icon_arrow_r_active.png) no-repeat right center;}
.news-list .page-box{ width: 100%; text-align: center;}
.news-list .page-box span ,.news-list .page-box a{ display: inline-block; margin: 0 5px; width: 40px; height: 40px; text-align: center; line-height: 40px; border-radius: 6px; cursor: pointer; border: 1px solid #dcdcdc; color: #999; font-size: 14px;}
.news-list .page-box .btn{ width: 70px;}
.news-list .page-box span:hover,.news-list .page-box .current{ border: 1px solid #f08300; background: #f08300; color: #fff;}

.news-detail{ width: 100%; }
.news-detail .newsTime{ position: relative;padding-top: 0.6rem; line-height: 30px; font-size: 0.2rem; color: #666;}
.news-detail .newsTime span{ display: inline-block; vertical-align: middle; margin-right: 0.1rem; width: 0.8rem; height: 1px; background: #ddd;}
.newShow{ padding: 0.6rem 0.4rem 0.75rem 0.4rem; border-left: 1px solid #eaeaea; border-right: 1px solid #eaeaea; }
.newShow .newsTime{ display: none;}
.newShow .name{ text-align: center; font-size: 30px; color: #231e37; font-weight: bold; line-height: 50px; padding-bottom: 30px; }
.newShow .content{ font-size: 14px; color: #666; line-height: 30px; }
.newShow .pic{ padding: 20px 0; }
.newShow .content img{ width:100%!important;height:auto!important }

.sideBot{ padding: 60px 0.1rem 0 0.1rem; }
.pageDown li{ height: 30px; font-size: 14px; }
.pageDown li a{ display: block; line-height: 30px; overflow: hidden; color: #666; text-overflow:ellipsis; white-space:nowrap;  }
.pageDown li a:hover{ color: #f08300; }

.sideBot .share{ padding-top: 0.4rem; }
.sideBot .share li{ float: left; margin-right: 0.15rem; width: 0.36rem; height: 0.36rem; }
.sideBot .share li img{ width: 0.36rem; }
.sideBot .share li .img1{ display: none; }
.sideBot .share li:hover img{ display: none; }
.sideBot .share li:hover .img1{ display: inline-block; }
.sideBot .returnBtn{ padding-top: 0.5rem; }
.sideBot .returnBtn a{ display: block; width: 100%; height: 0.5rem; line-height: 0.5rem; background: #f08300; text-align: center; font-size: 0.16rem; color: #fff; }
.sideBot .returnBtn img{ margin-left: 0.1rem; width: 0.14rem; }

@media screen and ( max-width:1024px ){
	.page_nav ul{ float: none;}
	.news-list .box{ padding: 0 0.3rem; }
	.news-list ul li{ float: none; width: 100%; margin-bottom: 0.3rem;}
	.news-list ul li .pic{ width: 100%; height: auto;}
    .news-list ul li .txt h3{ width: 100%; height: 30px;}
    .news-list ul li .txt h3 a{ line-height: 30px; color: #333; font-size: 16px;}
	.news-list ul li .txt .intro{line-height: 20px; font-size: 12px;}
	
	.w300{ display: none;}
	.news_r{ display: block;}
	.newShow{padding: 0.6rem 0.3rem 0 0.3rem; border: 0;}
	.newShow .name{ font-size: 0.4rem; line-height: 0.48rem; padding-bottom: 0.3rem;  }
	.newShow .newsTime{ display: block;}
	.newShow .content{ font-size: 0.24rem; line-height: 0.48rem; }
	.newShow .pic{ padding: 0.3rem 0; }
	.newShow .pic img{ width: 100%; }
	.pageDown li{ height: 0.6rem; font-size: 0.3rem; }
    .pageDown li a{ line-height: 0.6rem; }
    .sideBot{ padding: 0.5rem 0.3rem; }
    .sideBot .returnBtn a{ height: 0.9rem; line-height: 0.9rem; font-size: 0.28rem; }
    .sideBot .returnBtn img{ width: 0.2rem; }
}
 
 
 




