<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footBtnLink-new {
	margin: 0 auto;
	margin-top: 15px;
	width: 1200px;
	background-color: rgb(0,102,204);
	/*background-image: url(../images/backlink.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
}
.links-new {
	padding-top: 15px;
	padding-bottom: 20px;
	overflow: hidden;
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.links-new a:hover {
	text-decoration: none;}
.links-new dl {
	float: left;
	width: 125px;
	margin: 20px 0;}
.links-new dt {
	margin: 0 auto;
	transition: background .3s cubic-bezier(.17, .67, .88, 1.25);
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
	cursor: pointer;}
.links-new dd {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	/*margin-top: 10px;*/
	cursor: pointer;}
.links-new dd a:link {color: #fff} /* 未访问的链接 */
.links-new dd a:visited {color: #fff} /* 已访问的链接 */
.links-new dd a:hover {
	color: #8D342E
} /* 当有鼠标悬停在链接上 */
.links-new dd a:active {color: #fff} /* 被选择的链接 */
.links-new dl:hover dd {
	color: #999;
	cursor: pointer;
	text-decoration: none;
}
.links_01 dt {
	width: 48px;
	height: 39px;
	background-position: 0 -381px;
}
.links_01:hover dt {
	background-position: 0 -420px;
}
.links_02 dt {
	width: 48px;
	height: 39px;
	background-position: 0 -466px;
}
.links_02:hover dt {
	background-position: 0 -506px
;}
.links_03 dt {
	width: 48px;
	height: 39px;
	background-position: 0 -548px;
}
.links_03:hover dt {
	background-position: 0 -583px;
}
.links_04 dt {
	width: 48px;
	height: 39px;
	background-position: 0px -624px;
}
.links_04:hover dt {
	background-position: 0px -662px;
}
.links_05 dt {
	width: 48px;
	height: 39px;
	background-position: 0 -711px;}
/*.links .links_05 dd {
	margin-top: 4px;
}*/
.links_05:hover dt {
	background-position: 0 -754px;
}
.links_06 dt {
	width: 48px;
	height: 39px;
	background-position: 0 -801px;
}
.links_06:hover dt {
	background-position: 0 -838px;
}
.links_07 dt {
	width: 48px;
	height: 39px;
	background-position: 0 -879px;
}
.links_07:hover dt {
	background-position: 0 -915px;
}
.links_08 dt {
	width: 48px;
	height: 39px;
	background-position: 0 -956px
;}
.links_08:hover dt {
	background-position: 0 -994px;
}
.links_09 dt {
	width: 48px;
	height: 39px;
	background-position: 0 -1036px;
}
.links_09:hover dt {
	background-position: 0 -1074px
;}
.links_10 dt {
	width: 48px;
	height: 39px;
	background-position: 0 -1116px;
}
.links_10:hover dt {
	background-position: 0 -1155px;
}
.links_010 dt {
	width: 48px;
	height: 39px;
	background-position: 0 -1116px;
}
.links_010:hover dt {
	background-position: 0 -1155px;
}
.links_11 dt {
	width: 48px;
	height: 39px;
	background-position: 0 -1194px;
}
.links_11:hover dt {
	background-position: 0 -1232px;
}
.links_12 dt {
	width: 48px;
	height: 39px;
	background-position: 0 -1269px;
}
.links_12:hover dt {
	background-position: 0 -1310px;
}

.yqlj-d{
   width:1200px;
   height:69px;
   background:rgb(201,201,201);
   margin:0 auto;
   margin-top:15px;
}
.select {
    width: 220px;
    height: 35px;
    float: left;
    position: relative;
    margin-left: 15px;
	margin-top:17px;
}

.select p {
    line-height: 33px;
    color: #333;
    font-size: 15px;
    text-indent: 15px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid rgb(167, 200, 237);
	background:#ffffff;
}

.select span {
    float: left;
}

.select img {
    float: right;
    height: 30px;
    margin-top: 5px;
}

.select .sub_menu::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.select .sub_menu::-webkit-scrollbar-thumb {
    background-color: #000;
    background-color: rgba(0, 0, 0, .26);
}

.select .sub_menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid #eee;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    background-color: #fff;
    z-index: 999;
}

.select .sub_menu li {
    position: relative;
    display: block;
    padding: 10px 8px;
    cursor: pointer;
    color: #666;
}

.select .sub_menu li:hover {
    background: #f7f7f7;
}

.select .sub_menu li a {
    display: block;
    text-decoration: none;
}

.select:hover .sub_menu {
    display: block;
}
a {
    color: #666;
    outline: none;
    text-decoration: none;
	font: 14px/1.7 'Microsoft YaHei';
}
a:hover {
	color: rgb(0,85,170);
	text-decoration: underline;
}
ol,ul{
  list-style: none;
  margin:0px;
  padding:0px;
  text-align: left;
}

.copyright {
	width: 1200px;
	margin: 0 auto;
	font-family: SimSun;
	height: 150px;
	font-size: 12px;
	overflow: hidden;
	position: relative;
	background:rgb(0,102,204);
	margin-top:15px;
	padding:30px 15px;
	box-sizing: border-box;
}
.copyright a, .copyright p {
	color: #fff;
	line-height: 2;
	text-align:left;
	font-size:14px;
}
.copyright .rtbf {
	/*position: absolute;*/
	top: 15px;
	right: 0;
}

.index-one-left{
   float: left;
   width: 545px;
   height:463px;
}
/*新闻动态*/
.index-news {
	float: left;
	width: 545px;
	height:226px;
	border:1px solid rgb(0,102,204);
	border-sizing:border-box;
}
/*信息公告*/
.index-notice {
	float: left;
	width: 545px;
	height:226px;
	overflow:hidden;
	border:1px solid rgb(0,102,204);
	margin-top:15px;
	border-sizing:border-box;
}
/*图片新闻*/
.index-aboutJSNU {
	float: left;
	width: 640px;
	height:463px;
	margin-left:15px;
}
/*科学研究*/
.index-research {
	float: left;
	width: 592.5px;
	height:274px;
	border:1px solid rgb(0,102,204);
	margin-right:15px;
	margin-top:15px;
	border-sizing:border-box;
}
/*教育教学*/
.index-education {
	float: left;
	width: 592.5px;
	height:274px;
	border:1px solid rgb(0,102,204);
	margin-top:15px;
	border-sizing:border-box;
}
/*学生活动*/
.index-student-activity {
	float: left;
	width: 592.5px;
	height:274px;
	border:1px solid rgb(0,102,204);
	margin-right:15px;
	margin-top:15px;
	border-sizing:border-box;
}
/*合作交流*/
.index-train {
	float: left;
	width: 592.5px;
	height:274px;
	border:1px solid rgb(0,102,204);
	margin-top:15px;
	border-sizing:border-box;
}

.gradient{
    background: -moz-linear-gradient(left, rgb(0,102,204) 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left, color-stop(0%,rgb(0,102,204)), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, rgb(0,102,204) 0%,#ffffff 100%);
    background: -o-linear-gradient(left, rgb(0,102,204) 0%,#ffffff 100%);
    background: -ms-linear-gradient(left, rgb(0,102,204) 0%,#ffffff 100%);
    background: linear-gradient(to right, rgb(0,102,204) 0%,#ffffff 100%);
}
.redTit{
   color:#ffffff;
}</pre></body></html>