<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.AL {
	text-align: right;

}

.news {
	margin: 30px 0;
}

.MainHead {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.MainMore img {
	height: 15px;
	margin-right: 5px;
}

.NewHead {
	padding: 0;
	border-bottom: 2px #f0eff0 solid;
}

.MainTitle img {
	display: block;
}

.NewsBody {
	display: flex;
}

.NewsPicParent {
	width: 830px;
	margin: 20px 0;
	display: flex;
	position: relative;
	overflow: hidden;
    height: 465px;
	flex-direction: row-reverse;
}

.NewsPic {
	width: 100%;
	height: 100%;
}

.NewsPic img {
	width: inherit;
	height: inherit;
	object-fit: cover;
}

.NewsPicHover {
	right: -210px;
	width: 210px;
	position: absolute;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px 20px;
	transition: all 1s;
top:0;
	/* display: flex; */
	/* flex-direction: row-reverse; */
}

.new_big_side:hover .NewsPicHover {
	right: 0px;
}

.NewsPicTime {
	font-size: 14px;
	color: #bcadb0;
	margin: 10px 0 30px 0;
}

.NewsPicTime span {
	font-size: 27px;
	color: #17447b;
	font-weight: 600;
}

.NewsPicShare {
	border: #6a5f5e 2px solid;
	display: block;
	padding: 35px;
	width: 110px;
	height: 110px;
	margin-right: 0;
	margin-left: auto;
}

.NewsPicShare img {
	width: 40px;
}

.NewsPicTitle {
	margin-top: 20px;
	font-size: 22px;
	text-align: right;
	text-indent: 2rem;
}

.NewsList {
	margin: 20px 40px;
	width: 440px;
}

.NewFirstItemTitle {
	display: flex;
	font-size: 21px;
	color: #8a282a;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0;
}

.NewFirstItemTitle span {
	background-color: #fc0502;
	color: white;
	font-size: 12px;
	padding: 0 5px;
	border-radius: 3px;

}

.NewFirstItemArticle {
	font-size: 14px;
	color: #9e9c9d;
	text-indent: 2rem;
}

.NewFirstItemArticle:hover {
	color: #8a8889;
}

.NewFirstItemTime {
	display: block;
	width: 128px;
	color: white;
	padding: 8px 5px;
	text-align: right;
	background: url(../img/colck.png) no-repeat 5% 50% #0f69a6;
	background-size: 25px;
	margin: 0 auto 0 0;
	margin: 10px 0 10px auto;
}

.NewItem {
	display: flex;
	padding-bottom: 11px;
	border-bottom: 2px solid #f0eeef;
	margin-top: 10px;
}

.NewItemTime {
	width: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.NewItemTitle {
	width: calc(100% - 80px);
	padding: 18px 0;
}

.NewItemTitle:hover {
	color: #096aaf;
}

.NewItemTimeDay {
	font-size: 29px;

}

.NoteAlumniParent {
	margin-bottom: 30px;
}

.NoteAndAlumni {
	display: flex;
	justify-content: space-between;
}

.NoteParent {
	width: 410px;
	/* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 80%); */
	border: .5px solid #9e9e9e;
}

.NoteHead {
	padding: 10px 0;
	background: #096aaf;
	padding-left:15px ;
}

.NoteHead .MainTitle {
	width: 250px;
}

.NoteList {
	display: flex;
    margin-bottom: 20px;
}

.NoteDecoration {
	width: 6px;
	border-left: 2px #f6f6f6 solid;
	background: url(../img/NoteDecoration.png) repeat-y 120% 25%;
	/* margin-right: 5px; */
	/* padding-right: 5px; */
	margin-left: 20px;

}

.NoteItems {
	padding: 5px;
	width: calc(100% - 20px);


}

/* .NoteItem span{
	    width: 60px;
	    height: 25px;
	    line-height: 25px;
	    text-align: center;
	    font-size: .9rem;
	    background: #09427d;
	    color: white;
	    border-radius: 6px;
}
.NoteItem .red{
	background-color: #a9150e;
}
.NoteItem {
	padding: 27px;
	border-bottom: 1px #d3d3d3 solid;
	display: flex;
	justify-content: space-between;
} */
.NoteItem {
	/* background: url(../img/NoteDecoration.png) no-repeat 0 50% ; */
	padding: 20px;
	border-bottom: 1px #d3d3d3 solid;
}

.NoteItem:hover {
	color: #096aaf;
}

.NoteTime {
	color: #743133;
	font-size: 13px;
}

.AlumniParent {
	width: 850px;
	margin-left: 40px;
	padding: 20px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 80%);
}

.AlumniHead {
	border-bottom: 2px solid #cdcdcd;
}

#Alumni {
	height: 350px;
}

.AlumniNameCardImg {
	/* margin: 20px; */
	border-radius: 50px;
	overflow: hidden;
	height: 100%;
	width: 100%;
	position: relative;
	box-shadow: 4px 5px 6px 3px rgb(0 0 0 / 50%)
}

.AlumniImgParent {
	width: 100%;
	height: 100%;
	padding: 20px;
	position: relative;
}

.AlumniWraper {
	height: 350px;
}

.AlumniNameCard {
	position: absolute;
	background: #103f81;
	/* top: 20px; */
	height: 90px;
	padding-top: 10px;
	width: 30px;
	left: 10px;
	text-align: center;
}

.AlumniNameCard span {
	writing-mode: vertical-lr;
	text-align: center;
	color: white;
	height: 100%;
	letter-spacing: 5px;
}

.pagination {
	/* position: absolute; */
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.FastChannelBody {
	display: flex;
}

.FastChannel {
	/* height: 335px; */
}

.FastChannelImg {
	background-color: #096aaf;
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 130px;
	margin: 21.3px 0;
	border-bottom-right-radius: 60px;
	border-top-right-radius: 60px;
}

.FastChannelImg img {
	margin-top: 40px;
}

.FastChannelIcons {
	display: flex;
	width: calc(100% - 300px);
}

.FastChannelIconItem {
	width: 150px;
	margin: auto;
	text-align: center;
}

.FastChannelIcon {
	transition: all .5s;
	height: 85px;
	width: 85px;
	line-height: 120px;
	margin: auto;
	text-align: center;
	border-radius: 100px;
	background-color: #e6e6e6;
margin-bottom: 5px;
}

.FastChannelIcon img {
	height: 50px;
}

.FastChannelIcon:hover {
	transform: rotate(360deg);
	background: #dff7fd !important;
	border: 1px solid #0180ca;
	box-shadow: 0 0 10px 0 #0180ca;

}

.FastChannelIconItem:hover a {
	color: #003bb7;
}

.FastChannel {
	display: flex;
}

.FastChannelDecoration {
	margin: 21.3px 0;
	position: absolute;
	width: calc(50% - 435px);
	height: 130px;
	background-color: #096aaf;

}

.Activity {
	/* background: url(../img/ActiveBac.png); */
	padding-top: 20px;
}

.ActivityHead {
	border-bottom: 2px solid #cdcdcd;
}

#Activity {
	height: 200px;

}

#xy {
	height: 300px;

}

.AAndXBody {
	display: flex;
height:245px;
}

.ActivityParent {
	width: 625px;
	margin-right: 10px;
}

.xyParent {
	width: 625px;
	margin-left: 10px;
}

.ActivitySlide {
	height: 200px!important;
}

.NewFirstItem:hover .NewFirstItemTitle{
    text-shadow: 2px 3px 1px pink;
}
.MainTitle div{
font-size: 25px;
    font-family: heiti;
    color: #2b5892;
    font-weight: 500;
    border-bottom: #fc881d 4px solid;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 2px;
}
 .smallred div{
    color: white;
    font-size: 19px;
    border: none;
    letter-spacing: 2px;
    border-left: #bd1309 solid 3px;
    padding-left: 12px;
    height: 20px;
    line-height: 19px;
    margin: 5px 0;
}
.shufflingTitle{
       position: absolute;
    top: 129px;
    text-align: center;
    color: white;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 30px;
    line-height: 30px;
font-size:.9rem;
}
.shufflingParent{
position: relative;
width: 100%;
height: 100%;
}


.new_big_side{
	height: 465px;
	width: 100%;
position: relative;

}

#new_big{
width: 100%;	
}</pre></body></html>