@media (min-width:1025px) {}

@media (max-width: 1024px) {
	.container {
		width: 100%;
	}
	.header_wrap {
		height: 4rem;
	}
	.header_wrap .container {
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 .5rem;
	}
	.navmobile {
		width: 1.2rem;
		display: flex;
		align-items: center;
		flex-direction: column;
		position: relative;
	}
	.navmobile span {
		width: 100%;
		height: 2px;
		background: #fff;
		margin: 3px 0;
		transition: .5rem;
	}
	.header_wrap .logo {
		height: 1.8rem;
		margin: 0;
		flex: 1;
	}
	.header_wrap.active .logo {
		margin: 0;
	}
	.header_wrap .logo img {
		height: 100%;
	}
        .header_wrap .logo a img {
		width: 100%;
	}
	.header_wrap .navbox {
		border-top: none;
		position: fixed;
		width: 100%;
		background: #fff;
		top: 4rem;
		left: 0;
	}
	
	.mobile-header{
		display: flex;
		align-content: center;
		
	}
	
	.mobile-header .search_wrap{
		margin-right: .5rem;
	}
	
	.mobile-header .search_wrap img{
		width: 85%;
	}
	
	.search-box{
		width: calc(100% - 2rem);
		left: 1rem;
		position: fixed;
		box-shadow: rgba(0,0,0,.2) 0 0 20px;
                display:none;
	}
	.search-box.active{
		top: 4rem;
	}
	
	.openMobileNav {
		height: 100vh;
		overflow: hidden;
	}
	.openMobileNav .navmobile span:nth-child(2) {
		display: none;
	}
	.openMobileNav .navmobile span:nth-child(1) {
		transform: rotate(45deg);
		top: 10px;
		transition: .5s;
		position: absolute;
	}
	.openMobileNav .navmobile span:nth-child(3) {
		transform: rotate(-45deg);
		transition: .5s;
		top: 10px;
		position: absolute;
	}
	.openMobileNav .header_wrap .navbox {
		height: calc(100% - 4rem);
	}
	.header_wrap .navbox .nav-list {
		flex-direction: column;
		justify-content: inherit;
		height: auto;
		color: #333;
	}
	.header_wrap .navbox .nav-list li {
		height: auto;
	}
	.header_wrap .navbox .nav-list li .name {
		padding: 0 1rem;
		min-height: 3rem;
	}
	
	.header_wrap .navbox .nav-list li .name.active {
		font-weight: bold;
	}
	.header_wrap .navbox .nav-list li .childbox .item {
		height: 2rem;
	}
	.header_wrap .navbox .nav-list li .childbox {
		position: inherit;
		width: 100%;
		top: 0 !important;
		left: 0;
		box-shadow: none;
		transform: inherit;
		padding: 0;
	}
	.header_wrap .navbox .nav-list li .childbox .item {
		text-align: left;
		padding: 0 1rem;
	}
	.header_wrap .navbox .nav-list~.search_wrap {
		display: none;
	}

	
	.swiper.mySwiper {
		width: 100%;
		height: 100%;
	}
  
	.swiper.mySwiper .focus-box .focus-container{
	  height: 3rem;
	}
	
	.focus-box h2.focus-title{
		position: absolute;
		bottom: 2rem;
		left: 5.5rem;
		color: #fff;
		font-family: 'pf-zht';
		font-size: .8rem;
	  }
	
	 .focus-box .focus-title-bar{
	  height: 2.5rem;
	}
	.focus-box .focus-pagination{
	  right: 47%;
	  bottom: 2px;
	}
  


	.focusSwiper {
		height: auto;
	}
	.focusSwiper .swiper-slide {
		background-size: 100% 100%;
		
	}
	
	.focusSwiper .swiper-slide:before{
		width: 100%;
		padding-top: 62.5%;
		content: '';
		display: block;
	}
	
	.focusSwiper .swiper-slide .name {
		font-size: 1rem;
	}
	.row-news .container {
		display: inherit;
	}
	.row-news .news-box {
		width: 100%;
	}
	.newslist-pic {
		flex-direction: column;
	}
	.newslist-pic .item {
		width: 100%;
	}
	.newslist-pic .item .pic {
		width: 100%;
		height: auto;
		position: relative;
	}
	.newslist-pic .item .pic:before {
		width: 100%;
		content: '';
		padding-top: 62.5%;
		display: block;
	}
	.newslist-pic .item .pic img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.newslist-pic .item .info h1 {
		font-size: .8rem;
	}
	.newslist-pic .item .info p {
		font-size: .7rem;
		line-height: 1rem;
		height: 3rem;
	}
	.newslist-pic .item~.item {
		margin-left: 0;
		margin-top: 1rem;
	}
	.row-news .report-box {
		width: 100%;
		margin-left: 0;
		margin-top: 1rem;
	}
	.newslist-text {
		display: inherit;
		height: auto;
	}
	.newslist-text ul {
		width: 100%;
	}
	.newslist-text ul li {
		font-size: .8rem;
		line-height: 2rem;
		width: 100%;
	}
	.newslist-date .item .cont {
		padding: 0 0 0 .75rem;
	}
	.newslist-date .item .cont h1 {
		font-size: .8rem;
	}
	.report-list .item {
		flex-direction: column;
	}
	.report-list .item .pic {
		width: 100%;
		height: auto;
		margin-bottom: .5rem;
		position: relative;
	}
	.report-list .item .pic:before {
		content: '';
		padding-top: 65%;
		display: block;
		width: 100%;
	}
	.report-list .item .pic img {
		position: absolute;
		top: 0;
		left: 0;
	}
	.report-list .item .cont {
		width: 100%;
		padding-left: 0;
	}
	.report-list .item .cont h1 {
		font-weight: bold;
		font-size: .8rem;
	}
	.report-list .item .cont h3 {
		font-size: .7rem;
	}
	.keda-list {
		flex-wrap: wrap;
		height: auto;
		padding: 1rem;
		background: #fff;
	}
	.keda-list .item {
		width: 50%;
		flex: inherit;
	}
	.keda-list .item~.item {
		margin-left: 0;
	}
	.footer_wrap .logo {
		height: 2rem;
		margin: .5rem 0;
	}
	.footer_wrap {
		height: auto;
		padding: .5rem 1rem 0 1rem;
	}
	.footer_wrap .logo img {
		height: 100%;
	}
	.footer_wrap .copyright-box .copyright {
		align-items: flex-start;
		flex-direction: column;
		line-height: initial;
		padding: 1rem 0;
		font-size: .7rem;
	}
	.footer_wrap .copyright-box .copyright p~p {
		text-align: left;
		margin-top: .5rem;
	}
	.row-box .panel-header {
		padding: 0 1rem;
	}
	.row-box .panel-header {
		margin-bottom: .5rem;
	}
	.row-box .panel-header b {
		font-size: 1rem;
	}
	.page_wrap {
		padding: 1rem 0;
	}
	.college-list {
		height: auto;
		flex-wrap: wrap;
		padding: 1rem;
		background: #fff;
	}
	.college-list .item {
		width: 100%;
		height: 3rem;
	}
	.college-list .item p {
		writing-mode: inherit;
		display: flex;
		align-items: center;
		font-size: .7rem;
	}
	.college-list .item.active {
		width: 100%;
		height: 10rem;
	}
	.college-list .item.active p {
		font-size: .8rem;
	}
	.college-list .item.active .pic {
		position: relative;
	}
	.college-list .item.active .pic:before {
		width: 100%;
		content: '';
		display: block;
		padding-top: 46%;
	}
	.college-list .item.active .pic img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.header_wrap .navbox {
		height: auto;
		padding: 0;
	}
	.header_wrap .navbox {
		display: none;
	}

	.banner_wrap {
		height: 11.7rem;
		background-position:center center;
		background-size:cover;
		
	}
	
	
	
	.banner_wrap .container{
		position: relative;
	}
	
	.banner_wrap .container:before{
		width: 100%;
		padding-top: 62.5%;
		content:'';
		display: block;
	}
	
	.position-box{
		position: absolute;
		left: 0;
	}
	
	.row-page .container {
		flex-direction: column;
	}
	.row-page .side-box {
		width: 100%;
		margin-bottom: 1rem;
	}
	.side-body .item{
		font-size: .8rem;
		margin-top: 0;
	}
	
	.row-page .main-box {
		margin-left: 0;
		padding: 1rem;
		background: #fff;
	}
	.item-list .item {
		flex-direction: column;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
	.item-list .item .cont {
		padding-top: .5rem;
		margin-left: 0;
	}
	.item-list .item .cont h1 {
		font-size: .8rem;
	}
	.item-list .item .cont .date {
		margin: .5rem 0;
		font-size: .7rem;
	}

	.item-list .item .cont-notice {
		padding-top: .5rem;
		margin-left: 0;
	}
	.item-list .item .cont-notice h1 {
		font-size: .8rem;
	}
	.item-list .item .cont .date {
		margin: .3rem 0;
		font-size: .7rem;
	}
	.item-list .item .pic {
		width: 100%;
		height: auto;
		position: relative;
	}
	.item-list .item .cont p {
		font-size: .7rem;
		line-height: 1rem;
	}
	.item-list .item .pic:before {
		width: 100%;
		content: '';
		padding-top: 62.5%;
		display: block;
	}
	.item-list .item .pic img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.page-box ul li {
		min-width: 1.8rem;
		height: 1.8rem;
		line-height: 1.8rem;
		margin: 0 3px;
	}
	.page-box ul li:first-child span,
	.page-box ul li:last-child span {
		padding: 0 .5rem;
	}
	.header_wrap.active {
		height: 4rem;
	}
	.side-header {
		display: none;
	}
	.side-box .side-body {
		display: flex;
	}
	.side-body .item {
		border-left: none;
		border-bottom: transparent 3px solid;
		padding-left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.side-body .item.active, .side-body .item.selected {
		border-left: none;
		border-bottom: #003687 3px solid;
	}
	.position-box {
		padding: 0 1rem 1rem 1rem;
		font-size: 1rem;
	}
	.position-box h1 {
		font-size: 1.4rem;
	}
	.row-detail .container {
		width: 100%;
		padding: 0 1rem;
	}
	.detailbox .detail-header p {
		display: flex;
		flex-direction: column;
	}
	.detailbox .detail-content p{
		/* text-indent: .5rem; */
	}
	.detailbox .detail-content p img{
		
	}
	.detailbox .detail-content img {
		max-width: 100%;
		height: auto;
	}
	.detailbox .detail-content .img {
		position: relative;
	}
	.detailbox .detail-content .img:before {
		width: 100%;
		content: '';
		padding-top: 62.5%;
		display: block;
	}
	.detailbox .detail-content .img img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
	.aboutnews .list li {
		font-size: .8rem;
	}
	.focus_video {
		/* height: 15rem; */
	}
	.wrapper_video .header_wrap {
		height: 4rem;
	}
	.wrapper_video .header_wrap .logo {
		margin: 0;
	}
	/* search */



	.search_page .search-icon {
		display: block;
	}

	.search_page .search-box {
		opacity: 0;
		width: auto;
		left: 1rem;
		width: calc(100% - 2rem);
		position: fixed;
		display: none
	}

	.search_page .search-box.active {
		
		opacity: 1;
	}

	.search_page .mobile-header {
		display: flex
	}

	.search_page .page_wrap {
		padding-top: 5rem
	}

	.search-list {
		padding: 0 1rem
	}

	/* 新增 */
	.header_wrap .navbox .nav-list li .name a{
		color: #333 !important;
                text-shadow: 0px 0px #fff;
 

	}

	
	.header_wrap .navbox .nav-list li .childbox .item a{
		display: block;
		width: 100%;
		height: 100%;
	}
	.header_wrap .navbox .nav-list li .childbox .item a:hover{
		color: #fff !important;
	}
       .panel-content.xs-height {
    height: auto;
}
/* 新增 */
	.header_wrap .navbox .nav-list li .name a {
		color: #333 !important;
		text-shadow: 0px 0px #fff;


	}
        .header_wrap .logo .search_wrap{
               display:none
        }

	.header_wrap .navbox .nav-list li .childbox .item a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.header_wrap .navbox .nav-list li .childbox .item a:hover {
		color: #fff !important;
	}

	.panel-content.xs-height {
		height: auto;
	}
.mobile-header .search_wrap .search-icon{
 display:block;
}
.newslist-text ul li:nth-child(odd){
margin-right:auto;
}
}