<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------- 公共样式 ---------*/

ul {
    list-style: none;
}

a {
    color: #222;
}

a:hover {
    color: #b50e2c;
    text-decoration:none;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}


/*----------- 学院概况页 ---------*/
.container-ldbz{
	width:100%;
 
	margin:0 auto;
	overflow:hidden;
	position:relative;
	clear:both;
	z-index:0;	background:url(/2019static/xygk-style/img/content-bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 60px;
}

.content-ldbz{
    position:relative;
	width:1200px;
    margin: 40px auto;
}
.content-ldbz&gt;div{
    float: left;
}

/* 左 */

.left-div{
    position:relative;
    width:200px;
}


 

.left-div1-content&gt;ul&gt;li{
    font-size: 16px;
    width:100%;
	height: 52px;
    line-height: 52px;
    margin: 0 auto;
	padding-left:40px;
	background-image: url(/2019static/xygk-style/img/bt-bg1.gif);
	background-repeat:no-repeat;    
}

.left-div1-content&gt;ul&gt;li:hover{
	width:100%;
	height: 52px;
    background-image: url(/2019static/xygk-style/img/bt-bg2.gif);
	background-repeat:no-repeat;
}

.left-div1-content&gt;ul&gt;li:hover a{
	color:#fff;
}

.left-div1-content&gt;ul&gt;li&gt;a{
    width: 100%;
    height: 100%;
    align-items: center;
	color: #222;
}
.left-div1-content&gt;ul&gt;li&gt;a:hover{
    color:#fff;
	text-decoration:none;
}


/* 右 */
.right-div{
    width: 980px;
	min-height: 500px;
	margin-left: 20px;
	margin-bottom: 25px;
	background: #fff;
}

/* ---------------  领导班子 图文样式  ------------ */

.show_learder{position:relative; width:940px; float:left; text-align:left; margin:0px 20px;} 

.learder_info{width:940px; float:left; padding:20px 10px; border-bottom:solid 1px #ededed;}

.learder_left{width:204px; float:left;}
.photo_img{position:relative; width:204px; float:left; padding:10px 35px 10px 10px; vertical-align:middle; display:block;}
.photo_img img{ width:204px; height:244px; border:0px;}


.learder_right{width:700px; float:left; font-family:'Helvetica Neue', 'Helvetica', 'Microsoft Yahei'; color:#222;}
.name{position:relative; width:80px; float:left; font-size:20px; color:#222; line-height: 40px;}
.post{position:relative; width:500px; float:left; font-size:16px; color:#CC1414; line-height: 40px;}
.info{position:relative; width:600px; float:left; font-size:15px;color:#7C7C7C; line-height: 30px; }

.info_content{ width:660px; float:left; padding-top: 20px; line-height:160%; font-size:15px; }
.info_content p {
	line-height: 1.8;
	text-indent: 2em;
	margin: 0;
}



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