<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  font: normal 14px/24px "microsoft yahei", "å¾®è½¯é›…é»‘", Arial;
  color: #555555;
  background-color: #fff;
  height:100%;
}

/*é˜´å½±æ&nbsp;·å¼é›†åˆ*/
.box-shadow01{
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/*aæ&nbsp;‡ç­¾é¢œè‰²*/
a{
	color:#555;
}
/*top*/
.return_top a{
	position:fixed;
	bottom:150px;
	right:5%;
	z-index:999;
	transition:all 0.3s;
	width:60px;
	height:60px;
	background:url("top.png")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/top.png*/ no-repeat;
	display:none;
}
.return_top a:hover{
	background:url("top_b.png")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/top_b.png*/ no-repeat;	
}
@media (max-width:1599px){
	.return_top a{
		right:10px;
	}
}
.return_top a:hover{
	bottom:160px;
}
@media (max-width:1440px){
	.return_top{
		display:none;
	}
}

/* navbar CSS
-------------------------------------------------- */
.sj_container{
	position: relative;
	width: 100%;
	height:100%;
}
.sj_nav{
	position:fixed;
	width:100%;
	height:100%;
	right:0;
	top:0;
	z-index:10006;
    background: rgba(0, 0, 0, 0.5);
	display:none;
}
.sj_nav #wp_nav_w12{
	width:50%;
    height: 1080px;
	background-color: #f4f4f4;	
	float:right;
	margin-right:-100%;
	padding-top:20px;
}
.sj_nav .sj_mask{
	width:50%;
	height:100%;
	float:left;
}
.pc_pusher{
	position: relative;
	min-height:100%;
	height: auto !important;
	height: 100%; /*IE6ä¸è¯†åˆ«min-height*/
}
.pc_content{
	padding-bottom: 450px;/*ç­‰äºŽfooterçš„é«˜åº¦*/
}
#wp_nav_w12 ul.wp_nav &gt;li &gt;a{
	display: block;
	line-height: 40px;
	text-indent: 20px;
	padding-right: 40px;
	color: #333333;
	font-size:16px;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	background:#f4f4f4;
    text-align: left;
}
#wp_nav_w12 ul.wp_nav &gt;li &gt;a.toggle_nav{
    background: url("nav_right.png")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/nav_right.png*/ right 20px center no-repeat;
}
#wp_nav_w12 ul.wp_nav &gt;li &gt;a.down_nav{
    background: url("nav_bottom.png")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/nav_bottom.png*/ right 20px center no-repeat;
}
#wp_nav_w12 ul.wp_nav &gt;li &gt;.sub-nav{
    display: none;
}
#wp_nav_w12 ul.wp_nav &gt;li &gt;.sub-nav &gt;li &gt;a{
	display: block;
	line-height: 40px;
	text-indent: 30px;
	padding-right: 50px;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
}
#wp_nav_w12 ul.wp_nav &gt;li &gt;.sub-nav &gt;li &gt;a.toggle_nav{
    background: url("nav_right.png")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/nav_right.png*/ right 20px center no-repeat;
}
#wp_nav_w12 ul.wp_nav &gt;li &gt;.sub-nav &gt;li &gt;a.down_nav{
    background: url("nav_bottom.png")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/nav_bottom.png*/ right 20px center no-repeat;
}
#wp_nav_w12 ul.wp_nav &gt;li &gt;.sub-nav &gt;li &gt;.sub-nav{
    display: none;
}
#wp_nav_w12 ul.wp_nav &gt;li &gt;.sub-nav &gt;li &gt;.sub-nav &gt;li &gt;a{
	display: block;
	line-height: 40px;
	text-indent: 40px;
	padding-right: 50px;
	color: #333;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
}
/*è¦†ç›–sj_nav æ&nbsp;·å¼*/
#wp_nav_w12 .wp_nav .nav-item {
	display:block;
	float:none;
}
/* header CSS
-------------------------------------------------- */
.header{

}
.header_wrap {
	width: 100%;
	height:100px;
	position: fixed;
	background: #fff;
	top: 0;
    z-index: 9999;    
    box-shadow: 4px 1px 8px rgba(69, 69, 69, 0.25);
}
.header_logo{
	float:left;
	line-height:100px;
}
@media(max-width:1199px){
	.header_wrap {
	}
	.header_logo{
		width:100%;
		text-align:center;
		line-height: 50px;
	}
	.header_logo img{
		height:40px;
	}
}
.sj_btn{
    float: left;
    cursor: pointer;
  	display: none;  
}
@media (max-width: 1199px){
  .nav_wrap{
    display: none;
  }
  .sj_btn{
    display: block; 
	line-height:50px;
  }
}

/* navbar CSS
-------------------------------------------------- */
.nav_wrap{
	float:left;
}
.nav_wrap .nav_home{
	float:left;
}
.nav_wrap .nav_home &gt;a{
	display: inline-block;
	height:100px;
	line-height: 100px;	
}
#wp_nav_w2{
	float:left;
}
#wp_nav_w2 ul.wp_nav &gt;li{
	float: left;
	position: relative;
	z-index: 999;
}
#wp_nav_w2 ul.wp_nav &gt;li &gt;a{
	display: inline-block;
	background:#fff;
	line-height:100px;
	font-size: 16px;
	color: #333333;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    margin: 0 12px;
}
#wp_nav_w2 ul.wp_nav &gt;li &gt;a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #8dc942;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
#wp_nav_w2 ul.wp_nav &gt;li &gt;a.nav01_on:before,
#wp_nav_w2 ul.wp_nav &gt;li &gt;a.selected:before,
#wp_nav_w2 ul.wp_nav &gt;li &gt;a:hover:before, 
#wp_nav_w2 ul.wp_nav &gt;li &gt;a:focus:before, 
#wp_nav_w2 ul.wp_nav &gt;li &gt;a:active:before {
    left: 0;
    right: 0;
}
#wp_nav_w2 ul.wp_nav &gt;li &gt;a.nav01_on,
#wp_nav_w2 ul.wp_nav &gt;li &gt;a.selected,
#wp_nav_w2 ul.wp_nav &gt;li &gt;a:hover{
	color:#8dc942;
}
#wp_nav_w2 ul.wp_nav &gt;li &gt;.sub-nav{
	position: absolute;
	left: 0;
	top: 100px !important;
	display: none;
	background:#fff;
	width: 150px !important;
	height: auto !important;
	padding:10px 0;
	background:#fff;
	border:1px solid #eee;
}
#wp_nav_w2 ul.wp_nav &gt;li &gt;.sub-nav &gt;li{
    position: relative;
}
#wp_nav_w2 ul.wp_nav &gt;li &gt;.sub-nav &gt;li &gt;a{
	display: block;
	color: #787878;
	text-indent: 15px;
	height: 40px;
	line-height: 40px;
	border-bottom:1px solid #eeeeee;
	padding-right:10px;
	font-size: 14px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
	transition:all 0.3s;
}
#wp_nav_w2 ul.wp_nav &gt;li &gt;.sub-nav &gt;li:last-child &gt;a{
	border-bottom:none;
}
#wp_nav_w2 ul.wp_nav &gt;li &gt;.sub-nav &gt;li &gt;a.nav02_on,
#wp_nav_w2 ul.wp_nav &gt;li &gt;.sub-nav &gt;li &gt;a:hover{
	color:#8dc942;
	text-indent:25px;
}
#wp_nav_w2 ul.wp_nav &gt;li &gt;.sub-nav &gt;li &gt;.sub-nav{
	position: absolute;
	width: 150px !important;
	height: auto !important;
	left: 150px;
	top: 0;
	display: none;
	padding:10px 0; 
	background:#fff;
	border:1px solid #eee;
}
#wp_nav_w2 ul.wp_nav &gt;li &gt;.sub-nav &gt;li &gt;.sub-nav &gt;li &gt;a{
	display: block;
	color: #787878;
	text-indent: 15px;
	width: 150px !important;
	height: 40px;
	line-height: 40px;
	border-bottom:1px solid #eeeeee;
	padding-right:10px;
	font-size: 14px;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
	transition:all 0.3s;
}
#wp_nav_w2 ul.wp_nav &gt;li &gt;.sub-nav &gt;li &gt;.sub-nav &gt;li:last-child &gt;a{
	border-bottom:none;
}
#wp_nav_w2 ul.wp_nav &gt;li &gt;.sub-nav &gt;li &gt;.sub-nav &gt;li &gt;a:hover{
	color:#8dc942;
	text-indent:25px;
}
/*è¦†ç›–navæ&nbsp;·å¼*/
#wp_nav_w2 .wp_nav .nav-item .mark {
    background: #fff;
	opacity: 1 !important;
}
#wp_nav_w2 .wp_nav .nav-item a span.item-name {
    padding: 0;
    display: inline;
}
#wp_nav_w2 .wp_nav .sub-nav {
	border:none;
}
#wp_nav_w2 .wp_nav .sub-nav .nav-item a {
	border:none;
}
#wp_nav_w2 .wp_nav .sub-nav .nav-item a {
	border:none;
}


.search{
	float:right;
	line-height:100px;
	cursor:pointer;
}
.search img{
	width: 15px;
	height: 15px;
}
@media(max-width:1199px){
	.search{
    	line-height: 50px;
	}
}
.search_input{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120px;
	background:#2abdaa;
	z-index:9999;
	padding:40px 0;
	display:none;
}
.search_input .search_close{
	position:absolute;
	right:20px;
	top:10px;
	cursor:pointer;
}
.search_input input.keyword{
    float: left;
    color: #dbf9f5;
	border:none;
	background:none;
    width: 100%;
    height: 50px;
    padding: 4px 12px;
    border-right: none;
    font-size: 36px;
    border-radius: 2px 0 0 2px;
}
.search_input input.keyword::-webkit-input-placeholder{
    color: #dbf9f5;
	opacity:1;
}
.search_input button.keysearch{
	color: #fff;
    border: none;
    background: #b87436;
    height: 50px;
    font-size: 16px;
    padding: 0 12px;
    border-radius: 0 2px 2px 0;
    width: 15%;
}
.search_input button.keysearch:hover{
	background:#fff;
	color:#b87436;
	border:1px solid #b87436;
}
/* banner CSS
-------------------------------------------------- */
.banner {
	width:100%;
	overflow:hidden;
	margin-top: 100px;
}
.banner .carousel-caption{
	position:absolute;
	left:0;
	bottom:18%;
	width:100%;
}
@media(max-width:992px){
	.banner .carousel-caption{
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;
	}
	.banner .carousel-caption.banner01_sj{
		background:url("banner01_sj.jpg")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/banner01_sj.jpg*/ center no-repeat;
		background-size:cover;
	}
	.banner .carousel-caption.banner02_sj{
		background:url("banner02_sj.jpg")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/banner02_sj.jpg*/ center no-repeat;
		background-size:cover;
	}
}
.banner .carousel-control.left{
	background: url("left.svg")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/left.svg*/ center no-repeat;
}
.banner .carousel-control.left:hover{
	background: url("left_b.svg")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/left_b.svg*/ center no-repeat;	
}
.banner .carousel-control.right{
	background: url("right.svg")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/right.svg*/ center no-repeat;
}
.banner .carousel-control.right:hover{
	background: url("right_b.svg")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/right_b.svg*/ center no-repeat;
}

@media(max-width:992px){
	.banner .carousel-control{
		display:none;
	}
}
.banner .carousel-caption .banner-text{
	position:relative;
	width:640px;
	height:180px;
	background:rgba(0, 101, 45, 0.85);
	text-align:left;
}
@media(max-width:992px){
	.banner .carousel-caption .banner-text{
		display:none;
	}
}
.banner .carousel-caption .banner-text &gt;h1{
	font-size:30px;
	color:#fff;
	text-indent:40px;
	display:inline-block;
	margin:30px 0 20px 0;
}
.banner .carousel-caption .banner-text &gt;p{
	padding:0 90px 0 40px;
}
.banner .carousel-caption .banner-text &gt;i.banner-right{
	position:absolute;
	right:20px;
	bottom:25px;
	display:block;
	width:18px;
	height:31px;
	background:url("banner_right.png")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/banner_right.png*/ no-repeat;
}

/* main CSS
-------------------------------------------------- */
.c_main{
	overflow:hidden;
	position:relative;
	margin-top:-115px;
	z-index:9;
}
@media(max-width:992px){
	.c_main{
		margin-top:0;		
	}
}
/* floor01 CSS
-------------------------------------------------- */
.floor01{
	width:100%;
	padding:50px 0;
	background:#f9f9f9;
	margin-top:115px;
}
@media(max-width:992px){
	.floor01{
		margin-top:0;		
	}
}
.floor01 .news_title a{
	display:block;
	font-size:22px;
	color:#222222;
	height:	24px;
	line-height:24px;
	border-left:6px solid #00652d;
	text-indent:15px;
	margin-left:15px;
}
.floor01 .news_title a:hover{
	color:#00652d;
}
.floor01 .c_news .news_ul{
	width:100%;
	margin-top:35px;
}
.floor01 .c_news .news_ul:hover{
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.09);
}
.floor01 .c_news .news_ul .news_img a{
	display:block;
	width:100%;
	height:200px;
	overflow:hidden;
}
.floor01 .c_news .news_ul .news_img a img{
	transition:all 0.3s;
	width:100%;
	height:200px;
}
.floor01 .c_news .news_ul .news_img a:hover img{
	transform:scale(1.1);
}
.floor01 .c_news .news_ul .news_text{
	display:block;
	width:100%;
	height:255px;
	padding:20px 30px;
	background:#fff;
}
.floor01 .c_news .news_ul .news_text &gt;h3{
	font-size:16px;
	color:#222222;
	line-height:32px;
}
.floor01 .c_news .news_ul .news_text &gt;h3 a{
	color:#222222;
}
.floor01 .c_news .news_ul .news_text &gt;h3 a:hover{
	color:#00652d;	
}
.floor01 .c_news .news_ul .news_text &gt;p{
	color:#666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top:10px;
}
.floor01 .c_news .news_ul .news_text &gt;p a{
	color:#222222;	
}
.floor01 .c_news .more{
	float:left;
	margin-top:-50px;
	margin-left:30px;
}
.floor01 .c_news .more a{
	color:#00652d;
}
.floor01 .c_news .more a:hover{
	font-weight:bold;
}
.floor01 .news02{
	margin-top:60px;
}

.floor01 .c_notice{
	width:100%;
	height:630px;
	background:#fff url("notice_bg.png")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/notice_bg.png*/ bottom no-repeat;
	margin-top:-140px;
}
.floor01 .c_notice:hover{
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.09);
}
@media(max-width:992px){
	.floor01 .c_notice{
		margin-top:50px;
		background:#fff;
	}
}
.floor01 .c_notice .notice_title{
	width:100%;
	height:65px;
	line-height:65px;
	background:#00652d;
}
.floor01 .c_notice .notice_title a{
	display:inline-block;
	text-indent:25px;
	color:#fff;
	font-size:22px;
}
.floor01 .c_notice .notice_ul li{
	width:100%;
	height:120px;
	border-bottom:1px solid #ebeced;
	padding:24px 30px;
}
.floor01 .c_notice .notice_ul li .notice_time{
}
.floor01 .c_notice .notice_ul li .notice_time i.icon_time{
	float:left;
	display:inline-block;
	width:16px;
	height:16px;
	background:url("icon_time.png")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/icon_time.png*/ no-repeat;
	margin-top:5px;
	margin-right:5px;
}
.floor01 .c_notice .notice_ul li .notice_p p a{
	font-size:16px;
	color:#222222;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.floor01 .c_notice .notice_ul li .notice_p p a:hover{
	color:#00652d;
}
.floor01 .c_notice .more a{
	display:inline-block;
	color:#00652d;
	margin:30px 0 0 30px;
}
.floor01 .c_notice .more a:hover{
	font-weight:bold;
}


/* floor02 CSS
-------------------------------------------------- */
.floor02{
	padding:50px 0;
	background:url("floor02_bg.jpg")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/floor02_bg.jpg*/ no-repeat;
}
.floor02 .c_activity .activity_title a{
	display:inline-block;
	font-size:22px;
	color:#222222;
	height:	24px;
	line-height:24px;
	border-left:6px solid #00652d;
	text-indent:15px;
}
.floor02 .c_activity .activity_title a:hover{
	color:#00652d;
}
.floor02 .activity_ul li{
	margin-top:30px;
}
.floor02 .activity_ul li .activity_left{
	float:left;
	width:170px;
	height:128px;
	margin-right:25px;
}
.floor02 .activity_ul li .activity_left &gt;a{
	display:block;
}
.floor02 .activity_left &gt;a .activity_img{
	position:relative;
	width:100%;
	height:100%;
}
.floor02 .activity_left &gt;a .activity_img &gt;img{
	width:170px;
	height:128px;	
}
.floor02 .activity_left &gt;a .activity_img .activity_mask{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:rgba(4, 136, 99, 0.7);
}
.floor02 .activity_left &gt;a .activity_img .activity_date{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding:6px;
}
.floor02 .activity_left &gt;a:hover .activity_img .activity_date .activity_border{
	width:100%;
	height:100%;
	border:2px solid #fff;
	border-radius:5px;	
}
.floor02 .activity_left &gt;a .activity_img .activity_date .activity_border &gt;h1{
	position:absolute;
	top:35px;
	left:0;
	width:170px;
	text-align:center;
	color:#fff;
	font-size:36px;
	font-weight:bold;
}
.floor02 .activity_left &gt;a .activity_img .activity_date .activity_border &gt;span{
	display:block;
	top:80px;
	left:0;
	position:absolute;
	width:170px;
	text-align:center;
	color:#fff;
	font-size:18px;
}
.floor02 .activity_right &gt;h3 a{
	display:block;
	color:#222222;
	font-size:18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.floor02 .activity_right &gt;h3 a:hover{
	color:#00652d;
	text-decoration:underline;
}
.floor02 .activity_right &gt;p{
	margin-top:25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.floor02 .activity_right &gt;p a{
	color:#666666;
}

.floor02 .c_quick{
	margin-top:20px;
}
@media(max-width:992px){
	.floor02 .c_quick{
		margin-top:100px;
	}
}
.floor02 .c_quick{}
.floor02 .c_quick li{
	padding:0 5px;
}
.floor02 .c_quick li &gt;a{
	display:inline-block;
	width:100%;
	height:150px;
	border:3px solid #2abdaa;
	border-radius:5px;
	text-align:center;
	transition:all 0.3s;
	margin-bottom:10px;
	background:#f1faf7;
}
.floor02 .c_quick li &gt;a.hvr-radial-out:before{
    background: #2abdaa;
}
@media (max-width:1199px){
	.floor02 .c_quick li &gt;a{
		padding:0;
	}
}
@media (max-width:767px){
	.floor02 .c_quick li &gt;a{
		margin-bottom:25px;
	}
}
.floor02 .c_quick li &gt;a &gt;div.quick_img{
	height:59px;
	line-height:59px;
	margin-top:20px;
}
.floor02 .c_quick li &gt;a &gt;i.line_gray{
	display:inline-block;
	width:40px;
	height:2px;
	background:#f2f3f9;
}
.floor02 .c_quick li &gt;a &gt;h3{
	color:#333333;
	font-size:18px;
	font-weight:normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top:20px;
	color:#222222
}
.floor02 .c_quick li &gt;a:hover &gt;h3{
	color:#fff;
}



/* floor03 CSS
-------------------------------------------------- */
.floor03{
	padding:50px 0;
	background:#f9f9f9;
}
.floor03 .c_xsdt .xsdt_title a{
	display:inline-block;
	font-size:22px;
	color:#222222;
	height:	24px;
	line-height:24px;
	border-left:6px solid #00652d;
	text-indent:15px;
}
.floor03 .c_xsdt .xsdt_title a:hover{
	color:#00652d;	
}
.floor03 .c_xsdt .xsdt_ul a{
	display:block;
	width:100%;
	height:150px;
	background:#fff;
	margin-top:35px;
	border:1px solid #eeeeee;
}
.floor03 .c_xsdt .xsdt_ul a .xsdt_left{
	float:left;
	width:90px;
	height:150px;
	margin-right:15px;
	padding-top:25px;
}
.floor03 .c_xsdt .xsdt_ul a div.xsdt_left .xsdt_date{
	width:90px;
	height:70px;
	border-right:1px solid #eee;
	text-align:center;
}
.floor03 .c_xsdt .xsdt_ul a div.xsdt_left .xsdt_date &gt;h4{
	line-height:35px;
	color:#00652d;
	font-size:36px;
}
.floor03 .c_xsdt .xsdt_ul a div.xsdt_left .xsdt_date &gt;span{
	color:#222;
	font-size:18px;
	line-height:35px;
}
.floor03 .c_xsdt .xsdt_ul a .xsdt_right{
	padding-right:15px;
	padding-top:25px;
}
.floor03 .c_xsdt .xsdt_ul a .xsdt_right &gt;p{
	font-size:18px;
	line-height:35px;
	color:#222222;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.floor03 .c_xsdt .xsdt_ul a:hover .xsdt_right &gt;p{
	color:#00652d;
}
/* floor04 CSS
-------------------------------------------------- */
.floor04{
	width:100%;
	height:240px;
	background:url("floor04_bg.jpg")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/floor04_bg.jpg*/ top repeat-x;
}
.floor04 .c_jxly{
}

/* æœ¬ä¾‹å­css */
.floor04 .picScroll-left {
	overflow: hidden;
	position: relative;
}
.floor04 .picScroll-left .hd {
	overflow: hidden;
	width:100%;
	height: 25px;
}
.floor04 .picScroll-left .hd &gt;a{
	display: block;
	float:left;
	margin-right:5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;
	background:#e3f0ec;
}
.floor04 .picScroll-left .hd &gt;a img{
	margin-top: -3px;
}
.floor04 .picScroll-left .hd &gt;a:hover,
.floor04 .picScroll-left .hd &gt;a.on{
	background-color:#2abdaa;
}

.floor04 .picScroll-left .bd {
	margin-top:25px;
}

.floor04 .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.floor04 .picScroll-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	position:relative;
}

.floor04 .picScroll-left .bd ul li .pic {
	text-align: center;
}

.floor04 .picScroll-left .bd ul li .pic img {
	width: 290px;
	height: 185px;
	display: block;
	transition:all 0.3s;
}
.floor04 .picScroll-left .bd ul li .pic a{
	display:block;
	width:290px;
	height:185px;
	overflow:hidden;
}
.floor04 .picScroll-left .bd ul li .pic a:hover img{
	transform:scale(1.1);
}

.floor04 .picScroll-left .bd ul li .title {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
	line-height:60px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-align:left;
	text-indent:15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}


/* footer CSS
-------------------------------------------------- */

.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 450px;
	background:url("footer_bg02.jpg")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/footer_bg02.jpg*/ top no-repeat;
	color:#fff;
}
.footer .footer_floor01{
	margin-top:60px;
}
.footer .footer_floor01 .f_zyjs .zyjs_title{
	display:inline-block;
	font-size:22px;
	color:#c6eecf;	
	height:	24px;
	line-height:24px;
	border-left:6px solid #c6eecf;
	text-indent:15px;	
}
.footer .footer_floor01 .f_zyjs .zyjs_ul &gt;li &gt;a{
	display:block;
	font-size:16px;
	color:#e1e1e1;
	padding:0 20px;
	margin-top:15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.footer .footer_floor01 .f_zyjs .zyjs_ul &gt;li &gt;a:hover{
	text-decoration:underline;
}
.footer .footer_floor01 .f_lxwm{
	margin:0 80px;
}
@media(max-width:992px){
	.footer .footer_floor01 .f_lxwm{
		display:none;
	}
}
.footer .footer_floor01 .f_lxwm .lxwm_title{
	display:inline-block;
	font-size:22px;
	color:#c6eecf;	
	height:	24px;
	line-height:24px;
	border-left:6px solid #c6eecf;
	text-indent:15px;		
}
.footer .footer_floor01 .f_lxwm .lxwm_ul li{
	margin-top:15px;
	font-size:16px;
	color:#e1e1e1;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding:0 20px;
}
.footer .footer_floor01 .f_lxwm .lxwm_ul li.lxwm_ewm .ewm_img{
	float:left;
	margin-right:20px;
}
.footer .footer_floor01 .f_lxwm .lxwm_ul li.lxwm_ewm .ewm_img &gt;img{
	width:120px;
	height:120px;
}
.footer .footer_floor01 .f_lxwm .lxwm_ul li.lxwm_ewm .ewm_text{
	margin-top:70px;
}

.footer .footer_floor02{
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	line-height:70px;
	color:#c6eecf;
	font-size:16px;
	background:rgba(0, 0, 0, 0.3);
}
@media(max-width:767px){
	.footer .footer_floor02{
		line-height:35px;
		padding:10px 15px;		
	}
}
.footer .footer_floor02 a{
	color:#c6eecf;	
}
.footer .footer_floor02 a:hover{
	text-decoration:underline;
}








/*-------------------------------------------------------------------list.html-------------------------------------------------------------------*/

.list{
	padding-bottom:155px;
}
/*å†…é¡µbanner*/
.list_banner{
	width:100%;
	height:200px;
	background:url("banner_page.jpg")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/banner_page.jpg*/ center no-repeat;
	text-align:center;
	margin-top: 100px;
}
.animated{
	animation-duration:1s;
	animation-fill-mode:both;
}
.zoomIn{
	animation-name:zoomIn;
}
@keyframes zoomIn{
	0%{opacity:0;transform:scale3d(.3,.3,.3)}
	50%{opacity:1}
}
.list_banner .banner_title{
	display:inline-block;
	padding:0 80px;
	height:60px;
	line-height:60px;
	border-radius:30px;
	margin:60px 0 5px 0;
	font-size:30px;
}


/*å·¦ä¾§èœå•*/
.list_left{
	width: 100%;
	margin-top:-64px;
	padding-bottom: 100px;
	background:#f7f9fd url("left_menubg.jpg")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/left_menubg.jpg*/ bottom no-repeat;
}
@media (max-width: 1199px){
	.list_left{
		background:#f7f9fd;
		padding-bottom: 0;
	}
}
.sj_menu{
	display:none;
}
.sj_menu a{
	display:block;
	width:100%;
	height: 64px;
	line-height: 64px;
	border-bottom:1px solid #dee0e6;
	text-indent:25px;
	color: #333333;
	background: #f2f3f9 url("menu_bottom.png")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/menu_bottom.png*/ right 25px center no-repeat;
	font-size: 16px;
	font-weight:normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition:all 0.3s;
}
@media(max-width:991px){
	.sj_menu{
		display:block;
	}
	.left_menu{
		display:none;
	}
}
.left_menu &gt;h3{
	width:100%;
	height:64px;
	line-height:64px;
	background:#00642c;
	color:#ffffff;
	text-indent:25px;
	font-size:22px;
	font-weight:normal;
	letter-spacing: 4px;
}
#wp_listcolumn_w4 .wp_listcolumn &gt;li &gt;a{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-indent:15px;
	color: #222222;
	background:url("menu_right.png")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/menu_right.png*/ right 25px center no-repeat;
	font-size: 16px;
	font-weight:normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition:all 0.3s;
}
#wp_listcolumn_w4 .wp_listcolumn &gt;li &gt;a.selected,
#wp_listcolumn_w4 .wp_listcolumn &gt;li &gt;a.left_menu_active,
#wp_listcolumn_w4 .wp_listcolumn &gt;li &gt;a.left_menu_on,
#wp_listcolumn_w4 .wp_listcolumn &gt;li &gt;a:hover{
	color:#00652d;
	background:#f9f9fb url("menu_bottom.png")/*tpa=http://dlyly.gdufe.edu.cn/_upload/tpl/00/5e/94/template94/images/menu_bottom.png*/ right 25px center no-repeat;
}
#wp_listcolumn_w4 .wp_listcolumn &gt;li &gt;.wp_subcolumn{
	display: none;
	width: 100%;
	padding: 10px 0;  
}
#wp_listcolumn_w4 .wp_listcolumn &gt;li &gt;.wp_subcolumn li a{
	display: block;
	line-height:45px;
	text-indent: 30px;
	color: #888888;
	font-size:16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition:0.3s;
}
#wp_listcolumn_w4 .wp_listcolumn &gt;li &gt;.wp_subcolumn li a.selected,
#wp_listcolumn_w4 .wp_listcolumn &gt;li &gt;.wp_subcolumn li a.left_menu_on02,
#wp_listcolumn_w4 .wp_listcolumn &gt;li &gt;.wp_subcolumn li a:hover{
	color:#00652d;
	text-indent: 40px;
}
/*è¦†ç›–left_menu æ&nbsp;·å¼*/
.wp_listcolumn .wp_subcolumn .wp_column a{
	border:none;
	background:none;
}
.wp_listcolumn .wp_subcolumn .wp_column a:hover,
.wp_listcolumn .wp_subcolumn .wp_column a.selected {
	border:none;
	background:none;
}
.wp_listcolumn .wp_column a .column-name {
	padding:0;
}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name {
	padding:0;
}




.list_content{
	width:90%;
	border:1px solid #0382c0;
	float:right;
}
.list_ul{
	width:90%;
	float:right;
}
.res-inner .pagination {
	float:right;
	width:90%;
}
.list_ul &gt;ul &gt;li{
	float:left;
}
.list_ul &gt;ul &gt;li &gt;a{
	display:inline-block;
	width:220px;
	height:195px;
	margin:0 0 20px 20px;
}
.list_ul &gt;ul &gt;li &gt;a img{
	display:inline-block;
	width:220px;
	height:165px;
	overflow:hidden;
}
.list_ul &gt;ul &gt;li &gt;a p{
	width:100%;
	height:30px;
	line-height:30px;
	color:#0095dd;
	text-indent:1em;
	overflow: hidden; /*è‡ªåŠ¨éšè—æ–‡å­—*/
	text-overflow: ellipsis;/*æ–‡å­—éšè—åŽæ·»åŠ&nbsp;çœç•¥å·*/
	white-space: nowrap;/*å¼ºåˆ¶ä¸æ¢è¡Œ*/
}

/*å³ä¾§æ&nbsp;‡é¢˜*/
.list_right{
    width: 100%;
    float: right;
}
.banner_breadcrumb{
	float:right;
	width: 100%;
	text-align: right;
	color:#9fa0ae;
	margin:20px 0;
	overflow: hidden;
}
.banner_breadcrumb a{
	color:#9fa0ae;
}
.banner_breadcrumb a:hover{
	color:#199847;
}
.list_title{
	padding-bottom: 70px;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
}
.list_title h3{
	float: left;
	font-size:30px;
	font-weight: normal;
	color:#222222;
}
@media (max-width: 767px){
	.list_title h3{
		font-size: 26px;
	}
}


/*å›¾ç‰‡åˆ—è¡¨*/
.list_right .right_img{
	width:100%;
	background:#fff;
	padding-bottom:30px;
}
@media(max-width:767px){
	.right_img ul li{
		padding:0 5px;
	}
}
.right_img ul li &gt;a{
	display:inline-block;
	width:100%;
	margin-bottom:20px;
	overflow:hidden;
}
.right_img ul li &gt;a img{
	width:100%;
	height:185px;
}
.right_img ul li &gt;a p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding-right:10px;
	color:#333;
}
.right_img ul li &gt;a:hover p{
	color:#8dc942;
}

/*å›¾æ–‡åˆ—è¡¨*/
.list_right .right_text{
	width:100%;
	background:#fff;
	padding-bottom:30px;
}
.list_right .right_text &gt;ul &gt;li{
	border:1px solid #eeeeee;
	margin-top:30px;
	overflow:hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.list_right .right_text &gt;ul &gt;li div.img{
	padding:0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 120px;
	-moz-box-flex: 0;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	width: 120px;
}
.list_right .right_text &gt;ul &gt;li div.img img{
	width:100%;
	height:120px;
	transition:all 0.4s;
	vertical-align:middle;
}
.list_right .right_text &gt;ul &gt;li div.img a:hover img{
	transform:scale(1.1);
}
.list_right .right_text &gt;ul &gt;li div.text{
	height:120px;
	background:#fff;
	position:relative;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-moz-box-flex:1;
	-ms-flex:1;
	flex:1;
	padding:0;
}
.list_right .right_text &gt;ul &gt;li div.text h3 a{
	color:#666;
	margin:20px 0 5px 0;
	padding:0 20px; 
	font-size:20px;
	font-weight:bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.list_right .right_text &gt;ul &gt;li div.text h3 a:hover{
	color:#8dc942;	
}
@media screen and (max-width: 767px){
	.list_right .right_text &gt;ul &gt;li div.text h3 a{
		font-size:16px;
		padding:0 10px;
	}
}
.list_right .right_text &gt;ul &gt;li div.text p{
	color:#666;
	font-size:16px;
	padding:0 20px; 
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 767px){
	.list_right .right_text &gt;ul &gt;li div.text p{
		font-size:10px;
		padding:0 10px; 
	}
}


/*æ–‡æœ¬åˆ—è¡¨*/
.list_right .right_p{
	width:100%;
	background:#fff;
	padding-bottom:30px;
}
.list_right .right_p &gt;ul &gt;li &gt;a{
	color:#666;
	line-height:40px;
}
.list_right .right_p &gt;ul &gt;li &gt;a &gt;p{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size:16px;
}
.list_right .right_p &gt;ul &gt;li &gt;a &gt;i{
	display:inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align:right;
	font-size:14px;
}
.list_right .right_p &gt;ul &gt;li &gt;a:hover{
	color:#8dc942;
}
/* å±…ä¸­*/
.list_center{
	float: left;
	width: 100%;
}
.list_center .center_p &gt;h1{
	text-align: center;
	font-size: 30px;
	color: #333;
	font-weight: normal;
	margin-top: 20px;
}
.list_center .center_p &gt;h5{
	text-align: center;
	font-size: 18px;
	color: #555;
	font-weight: normal;
	margin:10px 0 20px 0; 
}
.list_center .center_p &gt;p{
	text-indent: 2em;
	margin-top: 10px;
}




/*list_next*/
.list_next{
	width:100%;
	text-align:center;
}
.list_next &gt;a{
	display:inline-block;
	padding:0 8px;
	color:#555;
}
.list_next &gt;a:hover,
.list_next &gt;a.next_active{
	color:#8dc942;
	text-decoration:underline;
}

/*è¦†ç›–æ&nbsp;·å¼*/
.wp_article_list .list_item {
	height:50px;
	line-height:50px;
    overflow: hidden;
}
.wp_article_list .list_item .pr_fields {
    display: inline;
    float: left;
    width: 70%;
}
.wp_article_list .list_item .Article_Index {
	margin-top:18px
}
.wp_article_list .list_item .Article_Title {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 87%;
}
.wp_article_list .list_item span a{
	color:#555;
}
.wp_article_list .list_item span a:hover{
	color:#00652d;
}




.Column_Name{
    float: left;
    font-size: 30px;
    font-weight: normal;
    color: #222222;
}
.floor03 .c_xsdt .xsdt_ul a .xsdt_right &gt; p{
text-overflow:ellipsis; 
-o-text-overflow:ellipsis; 
-icab-text-overflow: ellipsis; 
-khtml-text-overflow: ellipsis; 
-moz-text-overflow: ellipsis; 
-webkit-text-overflow: ellipsis; 
height:110px;
}
@media(max-width:767px){
.wp_article_list .list_item .pr_fields,.wp_article_list .list_item .Article_Title  {
    width: auto;
}
}
</pre></body></html>