@font-face {
	font-family: "pf-zht";
	src: url('../fonts/pf-zht.ttf') format('truetype');
}

@font-face {
	font-family: "pf-cg";
	src: url('../fonts/PingFangSC-Medium.woff2') format('truetype');
}
a:link {
    text-decoration: none; /* 未访问的链接 */
}

a:visited {
    text-decoration: none; /* 访问过的链接 */
}

a:hover {
    text-decoration: underline; /* 鼠标移动到链接上 */
}

a:active {
    text-decoration: underline; /* 选定的链接 */
 color: #333;

}

body {
	margin: 0;
	padding: 0;
	background: #f5f5f5;
	font-size: 16px;
	/*font-family: "microsoft yahei","microsoft sans serif";*/
	font-family: pf-cg;
	color: #222;
}
a:hover, a:active, a:visited {
 text-decoration: none;


}
a:hover, a:focus{
	color: #003687;
}
/* a:visited {
	color:unset;
} */
html {
	font-size: 20px;
}

ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
a{ color: #333}
* {
	box-sizing: border-box;
}
input::placeholder {
    color: #fff;
}
/*input[type='text']:-webkit-autofill {
 -webkit-text-fill-color: #fff;
 box-shadow:  rgba(255, 255, 255, .5) inset !important;
}*/
.btn {
	border: none;
}

.container {
	width: 1400px;
	padding: 0;
	margin: 0 auto;
}

.wrapper_box {
	width: 100%;
}

.header_wrap {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	color: #fff;
	transition: .5s;
}

.home_header.header_wrap.active {
	background: #003687 !important;
}

.page_header.pageactive{
	background: rgba(0, 54, 135, 1) !important;
}

.header_wrap.active {
	background: rgba(0, 54, 135, .9);
	position: fixed;
	transition: .5s;
}

.header_wrap.active .logo {
	margin: 1rem 0 .5rem 0;
}

.header_wrap .logo {
	height: 74px;
	margin: 1rem 0;
           display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_wrap.active .navbox {
	border-top: none;
	height: 3rem;
	font-size: 1rem;
}

.header_wrap.active .navbox .nav-list li .childbox {
	top: 2.8rem;
}

.header_wrap.active .navbox .nav-list li .name::before {
	bottom: .5rem;
}

.header_wrap .navbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5rem;
	height: 4rem;
	border-top: #618CAC solid 1px;
}

.header_wrap .navbox .nav-list {
	display: flex;
	justify-content: space-between;
	flex: 1;
	height: 100%;
}

.header_wrap .navbox .nav-list li {
	height: 100%;
	text-align: center;
	position: relative;
	font-size: 1rem;
}

.header_wrap .navbox .nav-list li .name {
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: flex;
	position: relative;
	align-items: center;
}

.header_wrap .navbox .nav-list li .name::before {
	width: 0;
	height: 3px;
	border-radius: 3px;
	background: #fff;
	content: '';
	bottom: .5rem;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
	position: absolute;
}

.header_wrap .navbox .nav-list li .name.active::before {
	width: 80%;
	transition: .5s;
}

.header_wrap .navbox .nav-list li .childbox {
	display: none;
	position: absolute;
	width: 6rem;
	top: 3.8rem;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: .6rem 0;
	font-size: .9rem;
	border-radius: .25rem;
	box-shadow: rgba(0, 0, 0, .3) 0 0 10px;
}

.header_wrap .navbox .nav-list li .childbox .item {
	width: 100%;
	height: 2rem;
	text-align: center;
	cursor: pointer;
	line-height: 2rem;
	color: #333;
}

.header_wrap .navbox .nav-list li .childbox .item:hover {
	background: #5191F0;
	color: #fff;
}

.header_wrap .navbox .nav-list~.search_wrap {
	margin-left: 2rem;
}

.search_wrap {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
}
.search_wrap .search-icon{
        display:none;
}

.search-box.active {
	display: block;
	top: 3.5rem;
	transition: .5s;
	opacity: 1;
}

.search-box {
	/*width: 10rem;
	height: 2.4rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.09);
	border-radius: 3px;
	border: 1px solid #FFFFFF;
	position: absolute;
	right: 0;
	top: 0rem;
	transition: .5s;
	opacity: 0;
	display: none;*/
    width: 12rem;
    height: 2rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;

}

.search-box .input {
	/*height: 100%;
	border: none;
	background: transparent;
	width: 100%;
	outline: none;
	padding-left: .5rem;
	font-size: .8rem;
	color: #333;*/
height: 100%;
    border: none;
    background: transparent;
    flex: 1;
 border-radius: 1rem;
    outline: none;
    font-size: .8rem;
    color: #fff;
    padding: 0 20px 0 10px;
}

.search-box i, .search-submit {
	/*width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1.3rem;
	cursor: pointer;*/
    width: 2.4rem;
    height: 2rem;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
background-image: url('../img/icon-search.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box i img {
	width: 1rem;
	height: 1rem;
}

.search-box form{
	display: inline;
height: inherit;
}

.search-submit{
	border: 0;
    opacity: 0;
}

/*焦点*/
 .swiper.mySwiper {
	  width: 100%;
	  height: 100%;
  }
/* 基本样式 */
.focus-container .focus-item {
    position: relative; /* 确保可以相对于此元素定位子元素 */
}
  .swiper.mySwiper .focus-box .focus-container{
	height: 300px;
  }
  .focus-box h2.focus-title{
	position: absolute;
   
	/* left: 40rem; */
    color: #fff;
    font-family: 'pf-zht';
    font-size: 1.2rem;
  }
  
/* 标题栏样式 */
.focus-box .focus-title-bar {
    height: 3.5rem;
    bottom: 2rem; /* 调整距底部的距离 */
    left: 50%;
    transform: translateX(-50%);
    width: 100%; /* 可能需要调整宽度以适应内容 */
}

/* 分页控制器样式 */
.focus-box .focus-pagination {
    position: absolute;
    bottom: 1rem; /* 距离底部的距离，可根据需要调整 */
    left: 50%;
    transform: translateX(-50%);
    width: 100%; /* 可能需要调整宽度以适应内容 */
}

  .focus-box .focus-pagination .focus-page-active{
	background: transparent;
    opacity: 1;
    border: #FF6130 solid 3px;
  }

  .focus-box .focus-title-bar .focus-title-bg{
	opacity:0;
}
.focus-box .focus-pagination .focus-page{
	width: .8rem;
	height: .8rem;
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
	border-radius: var(--swiper-pagination-bullet-border-radius,50%);
}



.focusSwiper {
	width: 100%;
	height: 30rem;
}

.focusSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
background-repeat: no-repeat;
 background-size: cover;


}

.focusSwiper .swiper-slide .name {
	position: absolute;
	bottom: 2rem;
	color: #fff;
	font-family: 'pf-zht';
	font-size: 1.2rem;
}

.focusSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-pagination-bullet {
	width: .8rem;
	height: .8rem;
	opacity: .7;
	background: #fff;
}

.swiper-pagination-bullet-active {
	background: transparent;
	opacity: 1;
	border: #FF6130 solid 3px;
}

.page_wrap {
	padding: 2rem  0 1rem 0;
}
.row-box~.row-box {
	margin-top: 2rem;
}

.row-box .panel-header {
	margin-bottom: 1rem; 
}
.row-box .panel-header { overflow: hidden;}

.row-box .panel-header b {
	font-size: 1.4rem;
	font-family: "pf-zht"; 
	font-weight: 500;
	
}

.bt01 {float: left;}
.bt02 {float: right;  padding-top: 0.5rem; padding-right: 0.5rem;}



.row-box .panel-content {}

.row-news .container {
	display: flex;
	justify-content: space-between;
}

.row-news .news-box {
	width: calc(100% - 27rem);
}

.row-news .news-box .panel-content~.panel-content {
	margin-top: 1rem;
}

.row-news .report-box {
	width: 26rem;
	margin-left: 1rem;
}

.row-news .report-box .panel-box~.panel-box {
	margin-top: 1rem; 
}

.row-news .panel-content {
	padding: 1rem;
	background: #fff;
}


/* 新闻资讯 */

.newslist-pic {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.newslist-pic .item {
	width: calc(50% - .5rem);
}

.newslist-pic .item~.item {
	margin-left: 1rem;
}

.newslist-pic .item .pic {
	width: 100%;
	height: 12.5rem;
	cursor: pointer;
	background-color: #000;
	overflow: hidden;
}

.newslist-pic .item .pic img {
	width: 100%;
	height: 100%;
	transition: all 0.6s ease;
}

.newslist-pic .item .pic:hover img {
	transform: scale(1.2, 1.2);
}

.newslist-pic .item .info {
	cursor: pointer;
	width: 95%;
	margin: 0 2%;
}

.newslist-pic .item .info h1 {
	font-family: "pf-zht";
	font-size: 1rem;
	margin: 1rem 0 .5rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newslist-pic .item .info p {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
	line-height: 1.4rem;
	
	text-align: justify;
	height: 5.6rem;
}
newslist-pic .item .info h1 a,
.newslist-pic .item .info p a {
	color: #666;
} 
newslist-pic .item .info h1 a:hover,
.newslist-pic .item .info p a:hover {
	color: #003687;
} 

/* .newslist-pic .item .info:hover h1,
.newslist-pic .item .info:hover p {
	color: #003687;
} */

.newslist-text {
	display: flex;
	justify-content: space-between;
	height: 194px;
}


.newslist-text ul {
	width: calc(100% - 0.1rem);
	padding: 0 1%;
	flex-wrap:wrap;
	display: flex;
}

.newslist-text ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 2.4rem;
	font-size: .9rem;
	width: calc(49% - 0.5rem);
	cursor: pointer;
}

.newslist-text ul li:nth-child(odd) {
    margin-right: 1.8rem; /* 为每行的第一个项设置右边距，即第一列和第二列之间的间距 */
}


.newslist-text ul li p {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 12rem;
	white-space: nowrap;
}

.newslist-text ul li span {
	width: 4.5rem;
	text-align: right;
	font-size: .8rem;
	color: #999;
}

.newslist-text ul li:hover {
	color: #003687;
}


/* 通知公告 */

.newslist-date .item {
	display: flex;
	cursor: pointer;
}

.newslist-date .item~.item {
	margin-top: 1rem;
}

.newslist-date .item .date {
	width: 3.8rem;
	height: 3.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EFEFEF;
	color: #003687;
	font-size: .7rem;
	flex-direction: column;
	font-family: Arial;
}

.newslist-date .item .date b {
	font-size: 1.4rem;
	font-weight: bold;
}

.newslist-date .item .cont {
	flex: 1;
	padding: 0.4rem 2rem 0 .75rem;
}

.newslist-date .item .cont h1 {
	font-family: 'pf-zht';
	font-size: 1rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5rem;
}

.newslist-date .item:hover {
	color: #003687;
}

.report-list .item~.item {
	margin-top: 1rem;
}

.report-list .item {
	display: flex;
}

.report-list .item .pic {
	width: 10rem;
	height: 6.5rem;
	overflow: hidden;
}

.report-list .item .pic img {
	width: 100%;
	height: 100%;
	transition: all 0.6s ease;
}

.report-list .item .pic:hover img {
	transform: scale(1.2, 1.2);
}

.report-list .item .cont {
	width: calc(100% - 10rem);
	padding-left: 1rem;
}

.report-list .item .cont h1 {
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4rem;
	font-family: 'pf-zht';
}

.report-list .item .cont h3 {
	font-size: .8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.1rem;
	color: #666;
	margin: .5rem 0;
}

.report-list .item .cont p {
	display: flex;
    align-items: center;
    font-size: .7rem;
    margin-top: 0.5rem;
    color: #666;
}

.report-list .item .cont p span {
    font-size: .7rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; /* 或者 inline-block */
}

.report-list .item .cont p i {
	margin-right: .5rem;
}


/* 来科大 */

.row-keda {
	width: 100%;
	background-image: url('../img/bg-row01.png');
	background-size: 100% 13.2rem;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.keda-list {
	height: 13.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.keda-list .item {
	flex: 1;
	height: 8.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1rem;
	line-height: 1.4rem;
	color: #fff;
	font-family: 'pf-zht';
	cursor: pointer;
}

.keda-list .item p a {
    font-size: 1rem;
    color: #fff;
}

.keda-list .item .icon {
	margin-bottom: 1rem;
}

.keda-list .item~.item {
	margin-left: 1rem;
}

.keda-list .item:nth-child(1) {
	/*background: #4984dd;*/
background-image: url('../img/1.png');
}

.keda-list .item:nth-child(2) {
	/*background: #D9AA19;*/
background-image: url('../img/2.png');
}

.keda-list .item:nth-child(3) {
	/*background: #7177C2;*/
background-image: url('../img/3.png');
}

.keda-list .item:nth-child(4) {
	/*background: #49B1DD;*/
background-image: url('../img/4.png');
}

.keda-list .item:hover:nth-child(1) {
	/*background: #70A4F3;*/
}

.keda-list .item:hover:nth-child(2) {
	/*background: #EFBB1B;*/
}

.keda-list .item:hover:nth-child(3) {
	/*background: #8E95EF;*/
}

.keda-list .item:hover:nth-child(4) {
	/*background: #65CDF9;*/
}


/* 学院 */

.college-list {
	display: flex;
	height: 15.8rem;
}

.college-list .item.active {
	width: calc(100% - 12rem * 3);
	transition: .5s;
}

.college-list .item.active .pic::before {
	display: none;
}

.college-list .item {
	width: 12rem;
	height: 100%;
	position: relative;
	cursor: pointer;
	transition: .5s;
}

.college-list .item p {
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	writing-mode: vertical-rl;
	z-index: 1;
	font-family: 'pf-zht';
	font-size: 1rem;
	line-height: 1.4rem;
	letter-spacing: 4px;
	text-align: center;
}
.college-list .item p a {
	color: inherit;
}

.college-list .item.active p {
	width: 100%;
	left: 0;
	bottom: 0;
	top: inherit;
	transform: translate(0, 0);
	writing-mode: inherit;
	text-align: left;
	height: 3rem;
	padding-left: 2.8rem;
	font-size: 1.2rem;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .2) 100%);
}

.college-list .item .pic::before {
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(0, 0, 0, 0.4);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.college-list .item .pic {
	width: 100%;
	height: 100%;
	position: relative;
}

.college-list .item .pic img {
	width: 100%;
	height: 100%;
}


/* 底部 */

.footer_wrap {
	width: 100%;
	height: 13.5rem;
	background: url('../img/bg-footer.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
}

.footer_wrap .logo-box {
	border-bottom: #1581AD solid 1px;
}

.footer_wrap .logo {
	margin: 1.5rem 0;
}

.footer_wrap .copyright-box {
	flex: 1;
}

.footer_wrap .copyright-box .container {
	height: 100%;
}

.footer_wrap .copyright-box .copyright {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
	font-size: .9rem;
	color: #fff;
	line-height: 1.9rem;
}

.footer_wrap .copyright-box .copyright p span~span {
	margin-left: 2rem;
}

.footer_wrap .copyright-box .copyright p~p {
	text-align: right;
}


/*列表页面*/
@-webkit-keyframes sigma{
      100% {background-size:120%;}
  }

.banner_wrap {
	width: 100%;
	height: 30rem;
	background: #000;
	background-position: center;
	position: relative;
	background-image: url(../img/banner.png);
	overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
       
}

.banner_wrap:before{
	/* content: ''; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	
}

.banner_wrap:hover:before{
		transform: scale(1.2);
	}

.banner_wrap .container{
	display: flex;
	height: 100%;
	align-items: flex-end;
}

.position-box{
	color: #fff;
	display: flex;
	align-items: flex-end;
	padding-bottom: 3rem;
	font-size: 1.6rem;
}

.position-box h1{
	
	font-size: 2rem;
}

.position-box h1 a {
	color: #fff;
	text-decoration: none;
	/* cursor: pointer; */
}
.position-box h1 a:hover{
	cursor: pointer;
}

.position-box em{
	margin: 0 .8rem;
	font-style: inherit;
}

.row-page .container {
	display: flex;
	justify-content: space-between;
}

.row-page .side-box {
	width: 18rem;
}

.side-header {
	width: 100%;
	height: 4.25rem;
	background: url("../img/bjj.png");
	color: #fff;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0 2.6rem;
}

.side-header span {
	font-size: 1.6rem;
	line-height: 4.25rem;
	font-family: 'pf-zht';
}

.side-body .item {
	width: 100%;
	height: 3rem;
	background: #fff;
	padding-left: 2.6rem;
	display: flex;
	align-items: center;
	font-size: 1rem;
	margin-top: 0.5rem;
	cursor: pointer;
	border-left: #fff solid 5px;
}

.side-body .item.active, .side-body .item.selected {
	border-left: #003687 solid 5px;
	font-family: 'pf-zht';
	color: #003687;
}

.row-page .main-box {
	margin-left: 4rem;
	flex: 1;

}

.item-list .item {
	width: 100%;
	display: flex;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: #DCDCDC dashed 1px;
}

.item-list .item .pic {
	width: 18rem;
	height: 10rem;
	overflow: hidden;
}

.item-list .item .pic img {
	width: 100%;
	height: 100%;
	transition: all 0.6s ease;
}

.item-list .item .pic:hover img {
	transform: scale(1.2, 1.2);
}

.item-list .item .pic img {
	width: 100%;
	height: 100%;
}

.item-list .item .cont {
	flex: 1;
	margin-left: 1rem;
	/*cursor: pointer;*/
}

.item-list .item .cont:hover h1 {
	color: #003687;
}

.item-list .item .cont h1 {
	font-size: 1rem;
	line-height: 1.2rem;
	font-family: 'pf-zht';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
max-width: 28rem;
}

.item-list .item .cont .date {
	margin: .4rem 0 1rem 0;
	color: #666;
	font-size: .8rem;
}

.item-list .item .cont p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .7rem;
	line-height: 1.6rem;
	color: #666;
}

.item-list .item .cont p a{
	color: #666;
}


.item-list .item .cont-notice {
	display: flex;
	flex: 1;
 
	
}

.item-list .item .cont-notice:hover h1 {
	color: #003687;
}

.item-list .item .cont-notice h1 {
	font-size: 1rem;
	line-height: 1.2rem;
	font-family: 'pf-zht';
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 45rem;
}

.item-list .item .cont-notice .date {
	margin: .2rem 0 0 0;
	color: #666;
	font-size: .8rem;
}

.item-list .item .cont-notice p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .7rem;
	line-height: 1.6rem;
	color: #666;
}

.item-list .item .cont-notice p a{
	color: #666;
}


#wp_pager {
	width: 100%;
	text-align: center;
}

#wp_pager ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

#wp_pager ul li {
	height: 2rem;
	min-width: 2rem;
	margin: 0 .25rem;
	color: #222;
	text-align: center;
	line-height: 2rem;
	font-size: .8rem;
	font-family: 'pf-zht';
}

#wp_pager ul li a span {
	width: 100%;
	height: 100%;
	display: block;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	padding: 0 .5rem;
}

#wp_pager ul li a.pgCurrent span {
	background: #003687;
	color: #fff;
	border: none;
}



#wp_pager ul li:first-child a span,
#wp_pager ul li:last-child a span {
	/* padding: 0 1rem; */
}


/*详情*/






.row-detail .container {
	width: 1000px;
	padding: 1rem 0;
}

.detailbox .detail-header {
	text-align: center;
	border-bottom: #ccc solid 1px;
	margin-bottom: 1.6rem;
}

.detailbox .detail-header h1 {
	font-size: 1.2rem;
	font-family: "pf-zht";
	font-weight: 500;
	color: #222222;
	line-height: 1.6rem;
}

.detailbox .detail-header p {
	text-align: center;
	margin: 1rem 0 1.5rem 0;
}

.detailbox .detail-header p span {
	margin: 0 0.5rem;
	font-size: .7rem;
	color: #444444;
}

.detailbox .detail-content p {
	font-size: .8rem;
	font-weight: 500;
	color: #333333;
	line-height: 1.6rem;
	margin-bottom: 1.0rem;
	text-align: justify;
	font-family: "pf-cg";
	overflow: hidden;
}

.detailbox .detail-content .img {
	text-align: center;
	text-indent: inherit;
}

.detailbox .detail-content .img~.img {
	margin-top: -.6rem;
}

.aboutnews {
	margin-top: 3.5rem;
}

.aboutnews .title {
	font-size: 1.2rem;
	font-family: "pf-zht";
	font-weight: 500;
	color: #003687;
	border-bottom: #D6D6D6 solid 1px;
	padding-bottom: .8rem;
	margin-bottom: 1rem;
}

.wp_column_article_list li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 2rem;
	font-size: .9rem;
	cursor: pointer;
	font-family: "pf-cg";
	color: #222;
}

.aboutnews .list {}

.aboutnews .list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 2rem;
	font-size: .9rem;
	cursor: pointer;
	font-family: "pf-cg";
	color: #222;
}

.aboutnews .list li p {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aboutnews .list li span {
	width: 6.5rem;
	text-align: right;
	font-size: .8rem;
	color: #999;
}

.aboutnews .list li:hover {
	color: #003687;
}



.focus_video{
	/* height: 45rem; */
	background: #999;
	position: relative;
}


.focus_video:before{
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
    background-image: linear-gradient(180deg, #0a3888 0%, rgba(0,0,0,0) 20%);
}


.focus_video video,.focus_video img{
	width: 100%;
	height: 100%;
}





.wrapper_video .header_wrap .navbox{
	border-top: none;
	padding: 0;
}


.wrapper_video  .header_wrap .logo{
	margin-bottom: 0;
}

.panel-content.xs-height {
    height: 16rem;
}



.mobile-header{
	display: none;
	position: relative;
}

/* 列表2 */
.item-list .item .cont ul{
	margin-top: .5rem;
}
.item-list .item .cont ul li{
	display: flex;
	align-items: center;
	line-height: 1rem;
}
.item-list .item .cont ul li i~p{
	padding-left: .5rem;
}

/* search */


.search_page  .row-page .container{
	display: inherit;
	justify-content: inherit;
}



.search_page  .header_wrap .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search_page .header_wrap .container .logo{
	flex: 1;
}

.search_page .search-icon{
	display: none;
}

.search_page .mobile-header{
	display: block;
}

.search_page .navbox{
	display: none;
}


.search_page .search-box{
	display: flex;
	width: 30rem;
	position: relative;
	opacity: 1;
}

	.search_page .page_wrap {
		padding-top: 7rem
	}

.search-list {
	display: flex;
	flex-direction: column;
}

.search-list .item-list .item .cont {
	margin-left: 0;
	padding-top:0
}

.search-list .item-list .item a:hover{
	text-decoration: none;
}

.header_wrap .navbox .nav-list li .name a{
	color: #fff !important;
        text-shadow: 1px 1px #5e5e5e;

}

.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;
}
/* vidoe */

.focus_wrap video{
	width: 100%;
	height: auto;
}

video::-webkit-media-controls-enclosure{
    display: none;
}

.wp_entry p {
    text-indent: 0em;
    margin-bottom: 5px;
    font-size: .8rem;
    line-height: 1.6rem;
}
/*列表栏目图片*/
.Column_Picture img{
   display:none;
}

.mt{
padding-top:1rem;
}

.item-list .item .cont h1 a:active{color:#333}
.newslist-date .item .cont h1 a:active{color:#333}
.newslist-pic .item .info h1 a:active{color:#333}
.report-list .item .cont h1 a:active{color:#333}
.newslist-text p a:active{color:#333}

.wp_entry {max-width:50rem;}
.wp_entry  p{word-wrap: break-word;}

