<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@font-face {
    font-family: FZFWZhuZiMinchoE;
    src: url(../fonts2025/FZFWZhuZiMinchoE.TTF);
}

.ny{
    position: relative;
	background: url(../img2025/p-bg4.jpg) no-repeat center bottom;
	/*background-size: auto 100%;*/
}
.ny-c{padding-bottom: .8rem;}
.ny-btm-jz {
    position: relative;
    z-index: 9;
}
/*列表页*/
.date-list { display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: all .6s;margin-top: .15rem;
}
.date-list li{
  width: 100%;  
}
.date-list li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: .18rem 0;
  overflow: hidden;
  position: relative;
  padding-left: .15rem;
  transition: all 0.3s ease;
  color: #333333;
}
.date-list li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #f9a74a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: .28rem;
}
.date-list li .title {
    display: block;
    font-size: var(--fz16);
	margin-bottom: .2rem;
    overflow: hidden;
}
.date-list li .rightDate {
    font-size: var(--fz14);
    color: #0e4090;
    background: url(../img2025/rili.svg) no-repeat left center;
    padding-left: .3rem;
}
.date-list li:hover a {
  padding-left: .22rem;color: #0e4090;
}


@media screen and (min-width: 1024px){
	.date-list li:hover a .date p{color: #fff;}
	.date-list li:hover a .date span{color: #fff;}
	.date-list li:hover a .text p{padding-right: .5rem;}
	.date-list li:hover a .text p::after{opacity: 1;z-index: 9;}
	.date-list li:hover a .text p {color: #fff;}
    .date-list li:hover a .date::after{width: .21rem;height: .21rem;right: -0.105rem;background: url(../images/date-qq-gd.png) no-repeat center center;background-size: 100% 100%;}
}
@media screen and (max-width: 1024px){
	.date-list li a:before{top:.42rem;}
	.date-list li a{line-height: 1.75em;padding-left: .2rem;}
	.date-list{margin-top: .2rem;}
	.date-list li .rightDate{padding-left: .5rem;}
	.date-list li{width: 100%;}
}

/*内容页*/

.new-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    /* overflow: hidden; */
    margin-top: .3rem;
    position: relative;
}
.new-contl {
    width: calc(100% - 4.65rem);
}
.cont-art-bt {
    position: relative;
    background-size: auto 100%;
    margin-bottom: .3rem;
}
.cont-art-bt&gt;div {
    padding: .3rem 0 .3rem .6rem;
    background: linear-gradient(270deg, rgba(245, 241, 255, 0) 0%, rgba(245, 241, 255, 0.7) 50%, #F5FAFF 96%);
}
.new-cont h3 {
    color: #0e4090;
    font-size: var(--fz24);
    margin: .2rem 0;
    text-align: center;
}
.new-cont h4 {
    color: #555;
    font-size: var(--fz20);
    margin: .1rem 0 .2rem;
    text-align: center;
}
.share{margin: 0 auto .3rem;text-align: center;}
.cont-tit {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .15rem;
}
.cont-tit .wz-ll {
    display: flex;
    align-items: center;justify-content: center;
    flex-wrap: wrap;
}
.cont-tit span {
    display: flex;
    align-items: center;
    font-size: var(--fz14);
    color: #999999;
    align-items: center;
    margin: 0 0.2rem 0 0;
    line-height: 0.5rem;
}
.cont-tit span img {
    padding-right: .15rem;
    max-height: 0.21rem;
}
.cont-tit .wz {
    font-size: var(--fz14);
    color: #777777;
}
.cont-tit .wz span {
    display: inline-block;
    margin: 0 .05rem;
    width: .22rem;
    height: .22rem;
    text-align: center;
    line-height: .22rem;
    font-size: var(--fz14);
    color: #777777;
    cursor: pointer;
}
.article {
  padding-bottom: 0.5rem;
}

.article p {
  font-size: var(--fz16);
  color: #333;
  line-height: 2em ;
}


.article img {
  max-width: 100%;
  height: auto !important;
  border: 0px !important;
}
.Annex {margin: .3rem 0;text-indent: 0em;}
.Annex h3 {margin: .24rem 0;font-size:var(--fz20);background: url(../img2025/atth.png) no-repeat 0;padding-left: .42rem;text-align: left;color: #0e4090;}
.Annex ul li {line-height: 2.4em;}
.Annex ul li a{margin-right:.1rem;color:#444;transition: transform 0.35s ease-out;display: block;font-size:var(--fz16)}
.Annex ul li a:hover {transform: translateX(10px);color: #0e4090;}
.pages {position: relative;
  padding-top: 0.15rem;
  border-top: 1px solid #eee;
}
.pages p {
  padding-top: .2rem;
  transition: 0.5s;
}
.pages p span{  font-size: var(--fz16);
  color:#0e4090;}
.pages p a {font-size: var(--fz16);
  color: #555;
  transition: 0.5s;
  padding-left: 0.05rem;
  transition: 0.5s;
}
.pages p a:hover{
  color:#0e4090;
}
.new-contr{width: 4.22rem;}
.new-contr .itit {border-bottom: 1px solid #d9d9d9;}
.new-contr .itit .right a.g-mzw-more1{font-size: var(--fz14);color:#555;font-weight: normal;}
.new-contr .itit .right a:hover.g-mzw-more1{color: #0e4090;}
.itit&gt;div.itit-text {display: flex;align-items: center;justify-content: space-between;font-family: FZFWZhuZiMinchoE;margin: .2rem 0rem;font-size: var(--fz24);color: #0e4090;font-weight: bold;}
.new-contr ul li{padding:0 .15rem;transition: all .6s;}
.new-contr ul{margin-top: .35rem;background-color: #f0f0f0;box-shadow: 0px 3px 10.79px 2.21px rgba(0, 0, 0, 0.15);}
.new-contr ul li a{display: block;padding: .15rem 0;border-bottom: 1px solid rgba(0, 0, 0, 0.06);transition: all .6s;}
.new-contr ul li a .date{position: relative;}
.new-contr ul li a span{position: relative; padding-left:.3rem;padding-right: .3rem; background: url(../img2025/icon-date3.svg) no-repeat left center; font-size: var(--fz14);color: #0e4090;}
.new-contr ul li a span::before{content: "";position: absolute;width: .1rem;height: .1rem;border-radius: 50%;border: 1px solid rgba(17, 80, 157, 0.2);right: 0; top:50%;transform: translateY(-50%);opacity: 0;z-index: -1;}
.new-contr ul li a .date::after{content: "";position: absolute; left: 0;right: 0; height: .01rem;background: rgba(17, 80, 157, 0.2); top:50%;opacity: 0;z-index: -1;}
.new-contr ul li a p{font-size: var(--fz16);font-weight: normal;color: #333333;margin-top: .1rem; transition: transform 0.35s ease-out;}
.new-contr ul li a:hover p{transform: translateX(10px);color: #0e4090;}
.fl{float:left;}
.fr{float: right;}
.dqwz{border-bottom:1px solid #d9d9d9;overflow: hidden;}
.dqwz .local{display: flex;align-items: center;flex-wrap: wrap;margin: .2rem 0;font-size: var(--fz16); color: #555555;}
.dqwz .local span{font-size: var(--fz14);font-weight: normal;line-height: 0.32rem;text-transform: uppercase;color: #555;margin-left: .1rem;font-family: "宋体";}
.dqwz p{line-height: 0.32rem; font-size: var(--fz16); color: #555555;text-align: right;}
.dqwz .lm{font-size: var(--fz24);font-family: FZFWZhuZiMinchoE; color: #0e4090;font-weight: bold;display: flex;align-items: center;flex-wrap: wrap;margin: .2rem 0;}
.dqwz a{color: #555;margin-left: .1rem;}
.dqwz a:hover{color: #0e4090;}
.zt-list{overflow: hidden;margin: .35rem -1%;}
.zt-list li{width: 33.3333%;float: left;padding: 0 1.5%;margin-bottom: .3rem;}
.m-video a{display: block;height: 2rem;overflow: hidden;position: relative;}
.m-video img{width: 100%;height: 100%;display: block;object-fit: cover;}
.m-video .play{width: .42rem;height: .42rem;position: absolute;bottom: .4rem;left: .4rem;z-index: 2;
	background: url(../img2025/play.svg) no-repeat center;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-video:hover .play{bottom: 50%;left: 50%;
	-webkit-transform: translate(-50%,50%);
	-moz-transform: translate(-50%,50%);
	-o-transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
}
.zt-list .info {border: 1px solid #e6e6e6;border-top: none;padding: .2rem .2rem .2rem;}
.zt-list .info a{overflow: hidden;font-size:  var(--fz16);margin-bottom: 0.1rem;color: #333;font-weight: normal;height: 3.5em;line-height: 1.75em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: transform 0.35s ease-out;}
.zt-list .info a:hover{transform: translateX(10px);color: #0e4090;}
.zt-list .info .rightDate {font-size: var(--fz14);color: #0e4090;background: url(../img2025/icon-date3.svg) no-repeat left center;padding-left: .24rem;}


/*热点广播*/
.new-contr .audio-list{overflow: hidden;margin-top: .35rem;}
.audio-list .item{width: 100%;padding:.2rem;background-color: #f0f0f0;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;border-bottom:1px solid #d9d9d9;}
.audio-list .imgbox{width: 1rem;height: 1rem;padding: 0;position:relative;display: inline-block;vertical-align: middle;border-bottom:none;}
.audio-list .bgimg{width: 100%;height: 100%;display: block;}
.audio-list .picbox{width: .7rem;height: .7rem;border-radius:50%;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);overflow: hidden;}
.audio-list .item:nth-child(1) .picbox{background:#c60204;}
.audio-list .item:nth-child(2) .picbox{background:#fe9730;}
.audio-list .item:nth-child(3) .picbox{background:#00ab6f;}
.audio-list .item:nth-child(4) .picbox{background:#ffdd02;}
.audio-list .item:nth-child(5) .picbox{background:#b22923;}
.audio-list .item:nth-child(6) .picbox{background:#3298e0;}
.audio-list .item:nth-child(7) .picbox{background:#4527a1;}
.audio-list .item:nth-child(8) .picbox{background:#ef4010;}
.audio-list .item:nth-child(9) .picbox{background:#16babc;}
.audio-list .item:nth-child(10) .picbox{background:#b6bcc6;}
.audio-list .picbox::after{content:'';position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 0.32rem;height: 0.32rem;background:url(../img2025/play.svg) no-repeat center;background-size:contain;transition: all .3s;}
.audio-list .picbox::before{content:'';position:absolute;left: 0;top: 0;width: 100%;height: 100%;background-color:rgba(255,255,255,.66);opacity: 0;transition: all .3s;}
.audio-list .info{width:calc(100% - 1rem);padding-left: 0.3rem;display: inline-block;vertical-align: middle;}
.audio-list .title{border-bottom:none;font-size: var(--fz16);color: #333;font-weight: normal;line-height: 1.75em;display: inline-block;vertical-align: middle;transition: transform 0.35s ease-out;}
.audio-list .title:hover{transform: translateX(10px);color: #0e4090;}
.audio-list .item:hover .bgimg{animation: rotation 5s linear infinite;-moz-animation: rotation 5s linear infinite;-webkit-animation: rotation 5s linear infinite;-o-animation: rotation 5s linear infinite;}

.audio-list1{overflow: hidden;margin-top: .35rem;}
.audio-list1 .item{float: left;width: 49%;margin: 0 0 2% 2%;padding:.2rem;background-color: #f0f0f0;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.audio-list1 .item:nth-child(odd){margin: 0 0 2% 0;}
.audio-list1 .imgbox{width: 1rem;height: 1rem;padding: 0;position:relative;display: inline-block;vertical-align: middle;border-bottom:none;}
.audio-list1 .bgimg{width: 100%;height: 100%;display: block;}
.audio-list1 .picbox{width: .7rem;height: .7rem;border-radius:50%;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);overflow: hidden;}
.audio-list1 .item:nth-child(1) .picbox{background:#c60204;}
.audio-list1 .item:nth-child(2) .picbox{background:#fe9730;}
.audio-list1 .item:nth-child(3) .picbox{background:#00ab6f;}
.audio-list1 .item:nth-child(4) .picbox{background:#ffdd02;}
.audio-list1 .item:nth-child(5) .picbox{background:#b22923;}
.audio-list1 .item:nth-child(6) .picbox{background:#3298e0;}
.audio-list1 .item:nth-child(7) .picbox{background:#4527a1;}
.audio-list1 .item:nth-child(8) .picbox{background:#ef4010;}
.audio-list1 .item:nth-child(9) .picbox{background:#16babc;}
.audio-list1 .item:nth-child(10) .picbox{background:#b6bcc6;}
.audio-list1 .picbox::after{content:'';position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 0.32rem;height: 0.32rem;background:url(../img2025/play.svg) no-repeat center;background-size:contain;transition: all .3s;}
.audio-list1 .picbox::before{content:'';position:absolute;left: 0;top: 0;width: 100%;height: 100%;background-color:rgba(255,255,255,.66);opacity: 0;transition: all .3s;}
.audio-list1 .info{width:calc(100% - 1rem);padding-left: 0.3rem;display: inline-block;vertical-align: middle;}
.audio-list1 .title{border-bottom:none;font-size: var(--fz16);color: #333;font-weight: normal;line-height: 1.75em;display: inline-block;vertical-align: middle;transition: transform 0.35s ease-out;}
.audio-list1 .title:hover{transform: translateX(10px);color: #0e4090;}
.audio-list1 .item:hover .bgimg{animation: rotation 5s linear infinite;-moz-animation: rotation 5s linear infinite;-webkit-animation: rotation 5s linear infinite;-o-animation: rotation 5s linear infinite;}



@-webkit-keyframes rotation{
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}
}
  
@keyframes rotation{
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}

/*热点视频*/
.HotVideo{overflow: hidden; }
.HotVideo ul{ padding: 0 .2rem; }
.HotVideo ul li{ border-bottom: 1px solid #d9d9d9; overflow: hidden; padding: 0;}
.HotVideo ul li:last-child{ border-bottom: none; }
.HotVideo ul li a{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.HotVideo ul li .imgResponsive{ display: block; width: 1.8rem; height: 1.1rem; padding-bottom: 0; float: left; overflow: hidden; position: relative;}
.HotVideo ul li .imgResponsive img{transition:all 0.5s ease;}
.HotVideo ul li a:hover .imgResponsive img{transform: scale(1.05);}
.HotVideo ul li .imgResponsive .play{ display: block; width: 30px; height: 30px; background:url(../img2025/play.svg) no-repeat center; 
  background-color: rgba(0,0,0,0.4); border-radius: 50%; border:3px solid rgba(255,255,255,0.6); position: absolute;left: 50%; top: 50%;margin-top: -15px; margin-left: -15px;}
.HotVideo ul li .artText{width: calc(100% - 1.8rem);padding-left: 0.2rem;display: inline-block;vertical-align: middle;font-size: var(--fz16);color: #666;line-height: 1.5em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical;transition: transform 0.35s ease-out;}
.HotVideo ul li a:hover .artText{transform: translateX(1px);color: #0e4090;}


/*专题新闻*/
.HNUST06{ overflow: hidden; }
.TopicNews{ margin: .35rem 0 0 0; overflow: hidden; }
.TopicFirst{ border:#eeeeee 1px solid; overflow: hidden;}
.TopicFirst a{ display: block; }
.TopicFirst .imgResponsive{width: 330px; height: 185px; float: left; padding-bottom: 0; }
.TopicFirst .artText{ display: block; margin-left: 355px; height: 185px; }
.TopicFirst .artText strong{ font-size: var(--fz20); color: #0e4090; font-weight: bold; display: inline-block; padding: 70px 0;transition: all 0.3s ease; position: relative;}
.TopicFirst .artText strong:hover{transform: translateX(10px); }
.TopicNews ul{ margin: .1rem 0 0 0; overflow: hidden; }
.TopicNews ul li{line-height: 2.5em;}
.TopicNews ul li a{ font-size: var(--fz16); color:#333333;display: block; padding-left: .15rem;overflow: hidden; transition: all 0.3s ease; position: relative;white-space: nowrap;text-overflow: ellipsis;}
.TopicNews ul li a:before{ content: ""; display: block; width: 5px; height: 5px; background:#0e4090; border-radius: 50%; position: absolute; left: 0; top:.2rem;}
.TopicNews ul li a:hover{color: #0e4090;transform: translateX(10px); }

@media screen and (max-width: 1024px) {
	.Annex h3 {padding-left:.6rem;}
    .new-cont {width: 100%; display: block;}
	.new-contl {width: 100%;}
	.cont-art-bt&gt;div { padding: .3rem .15rem;}
	.cont-tit span {margin-right: 0.2rem;}
	.pages {padding: .2rem 0;}
	.new-contr { width: 100%;margin-top: .2rem;}
	.new-contr ul {margin-top: .15rem;}
	.new-contr ul li {padding: 0 .15rem;}
	.new-contr ul li a {padding: .15rem 0;}
	.share{margin: .3rem auto;}
	.new-contr ul li a span{background: none;padding-left: 0;}
	.zt-list li{width: 50%;float: left;margin-bottom: .2rem;}
	.m-video a{height: 2.22rem;}
	.zt-list .info .rightDate {padding-left: .4rem;background-size: 15%;}
	.ny{margin-top: 56px;margin-bottom: .8rem;}
	.TopicFirst .imgResponsive{width: 100%!important;height: auto!important;padding-bottom: 56%;float: none;}
	.TopicFirst .imgResponsive img{width: 100%!important;height: auto!important;}
	.TopicFirst .artText {height: auto;margin: 10px 0;}
	.TopicFirst .artText strong {padding: 0 15px;font-size: var(--fz18);}
	.TopicNews ul li a:before{top:.3rem;}
	.audio-list1 .item{width: 100%;margin: 0 0 2% 0;}
	.audio-list1 .item:nth-child(odd){margin: 0 0 2% 0;}
	.article video{width: 100%;height: auto;}
	.article img {max-width: 100%;height: auto !important;border: 0px !important;}
}

</pre></body></html>