body{margin:0px auto;padding:0px;border:0px;font-family:"微软雅黑"; font-size:14px;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;min-width:1440px;}
ul,li,ol{margin:0px; padding:0px; list-style:none;}
table,tr,td,h3,h5,span,p,form,input,dl,dd,dt,em,b{margin:0px; padding:0px;}
em,img{border:0px;}
input{border: none;outline: none;background: none;}
a{text-decoration:none; cursor:pointer;}
a:hover{ text-decoration:none;transition: 0.5s;}
.fl{float:left; display:inline;}
.fr{float:right;display:inline;}

.images{
	transition: all 0.8s;
	-moz-transition: width 0.8s; /* Firefox 4 */
	-webkit-transition: width 0.8s; /* Safari 和 Chrome */
	-o-transition: width 0.8s; /* Opera */
	}
.images:hover{
	cursor: pointer;
	transition: all 0.8s;
	transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);     /* Opera */
	}

.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1}

/*********清浮动**********/
.body_center{
	width:100%;
	height:auto;
	}


/*********top*********/
.top{
    background-color:#ae0c2a;
	width: 100%;
	height: 125px;
}
.top_center{
	width: 1200px;
	height: 125px;
	margin: 0 auto;
}
.logo{
	width:640px;
	height: 75px;
	float: left;
	margin-top: 25px;
}
.logo img{
	height:75px;
}
/***************搜索框****************/
.search_time{
	width: 250px;
	height:90px;
	margin-top:25px;
	}
.search_time .time{
	text-align:right;
	line-height:30px;
	font-size:15px;
	color:#fff;
	font-weight:800;
	}
.ssk{
	width: 234px;
	height:35px;
	margin-top: 10px;
	background: url(../images/search_bj.png) no-repeat center;
}
.s_ssk{
	width: 180px;
	height: 35px;
	line-height: 35px;
	outline: none;
	border: none;
	padding-left: 15px;
	background-color: transparent;
	color:#494949;
}
.s_ssan{
	float: right;
	width: 35px;
	height:35px;
}

/************nav*************/

.yj_nav{
    width: 100%;
    height:50px;
	background-color:#9c0420;
}

.mz_list_nav{
	width: 1200px;
	height:50px;	
	margin:0 auto;
}

.nav{
	width:100%;
	height:50px;
	line-height: 50px;
	margin:0 auto;
	position: relative;
	z-index: 1000;
	
}
.nav>li{
	width: 109px;
	float:left;
	height:50px;
	line-height: 50px;
	text-align: center;

}
.nav li a{
	display:block;
	height:50px;
	line-height:50px;
	font-size: 16px;
	color:#fff;
	text-align:center;
	width:100%;

}
.nav>li>a{
	float: left;
}

.nav>li:hover>a{
	color:#fff;
	background-color:#c00d2e;
}
.nav .action>a{

    color:#fff;
    background-color:#c00d2e;
}

.nav>li>ul{
	display:none;
	text-align: center;
    position:absolute;
	width:109px;
	top:50px;
	background: url(../images/nav_ej_bj.png);
	padding-bottom:10px;
}
.nav>li>ul li{
	height: 40px;
	line-height: 40px;
}
.nav>li>ul li a{
	color:#fff;
	height: 40px;
	line-height: 40px;
}
.nav>li>ul li a:hover{

	color:#fff;
	background-color:#c00d2e;
	}

.list_nav{
	color:#c00d2e;
}

/**************banner************/
.banner_sy{
	width: 100%;
	height:410px;
}
.banner{width:100%; height:410px; position:relative; left:50%; margin-left:-800px;}
.slider{ 
	width:100%;  
	min-width:1440px;  
	height:410px;  
	position:relative; 
	overflow:hidden;  
	text-align:center;   
}


.slider .bd{ width:1440px; position:absolute; left:50%; margin-left:-720px  }
.slider .bd li{ width:1440px;  overflow:hidden; position:relative; }
.slider .bd li img{ display:block; width:1440px; height:410px; }
.slider .tempWrap{ overflow:visible !important }
.slider .tempWrap ul{  margin-left:-1440px !important; /*强制位置*/  }
.slider .pnBtn{  position:absolute; z-index:1; top:0; width:100%;  height:410px; cursor:pointer;   }
.slider .prev{ left:-50%; margin-left:-720px;  }
.slider .next{ left:50%;  margin-left:720px;  }
.slider .pnBtn .blackBg{ 
	display:block;  
	position:absolute; 
	left:0; 
	top:0; 
	width:100%; 
	height:410px; 
	background:#000; 
	filter:alpha(opacity=60);opacity:0.6;   
}
.slider .pnBtn .arrow{  
	position:absolute; 
	top:0; 
	z-index:1; 
	width:50px; 
	height:72px; 
	top:180px; 
}
.slider .prev .arrow{ 
	right:-200px; 
	background:url("../images/left.png") no-repeat;   
}
.slider .next .arrow{ 
	left:-200px; 
	background:url("../images/right.png") no-repeat left;  
}

.banner_wz{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index: 1000000;
	background:url(../images/nav_ej_bj.png);
	color: #fff;
	font-size: 18px;
	text-align:left;
	padding:15px 170px;
	display:block;
	width:1100px;
}

/***********body**********/
.body_m_01{
	width: 1200px;
	margin: 0px auto;
	height:auto;
}
.body_m{
	width: 100%;
	height:auto;
	padding:25px 0;
	}
.body_m_b{
	width: 100%;
	height:auto;
	padding:25px 0;
	background-color:#f7f7f7;
	}

.lmmc{
	height:35px;
	width:100%;
	}
.lmmc .lm{
	display:inline-block;
	padding-left:45px;
	background:url(../images/lm_01.png) no-repeat left center;
	font-size:20px;
	color:#ae0c2a;
	font-weight:bold;
	height:35px;
	line-height:35px;
	}	
.lmmc .lm .lm_01{
	font-size:14px;
	color:#8e8e8e;
	padding-left:13px;
	background:url(../images/xg.png) no-repeat 5px center;
	font-weight:normal;
    }
.lmmc .more_sy{
	display:block;
	background-color:#e3e3e3;
	padding:0 5px;
	height:24px;
	line-height:24px;
	margin-top:5px;
	font-size:12px;
	color:#4a4a4a;
	}	
.sy_lsit{
	margin-top:20px;
	}	
	
/********热点要闻*******/
.bh_left{
	width:420px;
	height:275px;
	overflow:hidden;
	}
/***焦点图***/
.focus{ position:relative; width:420px; height:275px; overflow:hidden; }  
.focus img{ width:420px; height:275px;} 
.focus .btn{ position:absolute; bottom:34px; left:600px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; text-decoration:none; text-align:left; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer; background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:54px; line-height: 54px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; font-size:12px; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:16px; overflow:hidden; margin-left:10px;}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:10px; left:340px; position:absolute; height:19px; text-align:center; z-index:12; }  
.focus .fbg div{margin:0px auto;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; width:6px; height:6px;  margin:0 5px;color:#858585;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#ae0c2a;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:45px;height:100px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 40%;margin-top: -37px; left: 0;cursor:pointer; }  
.focus .next{top: 40%;margin-top: -37px; right: 0;  background-position:-45px 0;  cursor:pointer;}  

.tit{height:45px; line-height:45px;}
.tit h2{ float:left; padding:0 15px; background:#0f57a1; text-align:center; font-size:15px; font-weight:normal; color:#fff;}
.tit a{color:#bbb; float:right;font-size:14px;}

.tit1{height:45px; line-height:45px; border-bottom:1px solid #ddd; }
.tit1 h2{ float:left; padding:0 15px; background:#0f57a1; text-align:center; font-size:15px; font-weight:normal; color:#fff;}
.tit1 a{color:#bbb; float:right; font-size:14px;}		
	
	
	
.rdyw_list{
	width:760px;
	height:275px;
	overflow:hidden;
    }
.rdyw_list ul li{
	width:340px;
	height:97px;
	border:1px solid #ededed;
	border-top:2px solid #ae0c2a;
	margin-bottom:15px;
	float:left;
	margin-right:16px;
	padding:15px;
	}
	
.rdyw_list ul .last_li{
	margin-right:0px;
    }
.rdyw_list ul li .tittle{
	font-size:16px;
	color:#333333;
	line-height:24px;
}
.rdyw_list ul li:hover .tittle{
	color:#ae0c2a;
}
.rdyw_list ul li .zy{
	height:40px;
	width:100%;
	overflow:hidden;
	margin-top:10px;
}
.rdyw_list ul li .zy a{
	font-size:12px;
	color:#666666;
	line-height:20px;
}
.rdyw_list ul li:hover .zy a{
	color:#333;
}
/*通知公告*/
.tzgg_slit{
	width:570px;
	height:295px;
	}
.lmmc .lm1{
	background:url(../images/lm_02.png) no-repeat left center;
}
/*院系风采*/	
.yxfc_slit{
	width:570px;
	height:295px;
	}
.lmmc .lm2{
	background:url(../images/lm_03.png) no-repeat left center;
}
.tzgg_yxfc li{
	height:34px;
	line-height:34px;
	}
.tzgg_yxfc li .date{
	width:99px;
	border-right:1px solid #ababab;
	display:block;
	float:left;
	height:14px;
	line-height:14px;
	font-size:14px;
	margin-top:10px;
	}
.tzgg_yxfc li .tit{
	display:block;
	width:450px;
	height:34px;
	line-height:34px;
	float:left;
	margin-left:20px;
	font-size:16px;
	color:#333333;
	white-space: nowrap;
	text-overflow:ellipsis; 
	overflow:hidden; 
    }
.tzgg_yxfc li:hover .date{
	color:#ae0c2a;
}
.tzgg_yxfc li:hover .tit{
	color:#ae0c2a;
	margin-left:15px;
	transition: all 0.6s;
	}	
	
	
/*品牌活动*/
.lmmc .lm3{
	background:url(../images/lm_04.png) no-repeat left center;
}
.pphd_list li{
	width:270px;
	height:auto;
	float:left;
	margin-right:40px;
	background-color:#f7f7f7;
	border-bottom:1px solid #eeeeee;
	}	
.pphd_list .last_li{
	margin-right:0px;
    }
.pphd_list li .pic{
	width:270px;
	height:120px;
	overflow:hidden;
    }
.pphd_list li .pic a{
	display:block;
	}	
.pphd_list li .pic a img{
	width:270px;
	height:120px;
}
.pphd_list li .pic a img{
  cursor: pointer;
  transition: all 0.6s;
}
.pphd_list li .pic a img:hover{
  transform: scale(1.1);
}

.pphd_list li .titt{
	height:60px;
	line-height:60px;
	padding:0 10px;
	width:250px;
	text-align:center;
	display:block;
	font-size:17px;
	color:#333333;
	}
	
.pphd_list li .zy{
	padding:0 20px 20px;
}
.pphd_list li .zy a{
	font-size:14px;
	color:#666666;
	line-height:24px;
}
.pphd_list li:hover{
	background-color:#ae0c2a;
	}
.pphd_list li:hover .titt{
	color:#fff;
	}
.pphd_list li:hover .zy a{
	color:#fff;
}
/*榜样风采*/
.lmmc .lm4{
	background:url(../images/lm_05.png) no-repeat left center;
}
.vyfc_list li{
	width:230px;
	height:218px;
	background-color:#fff;
	margin-right:40px;
	float:left;
	padding:22px 20px 30px;
	}
.vyfc_list .vv_01{
	border-top:2px solid #4286cc;
    }
.vyfc_list .vv_02{
	border-top:2px solid #e57d21;
    }	
.vyfc_list .vv_03{
	border-top:2px solid #2dc431;
    }
.vyfc_list .vv_04{
	border-top:2px solid #d63e3e;
	margin-right:0px;
	}
.vyfc_list li .pic{
	float:left;
	margin:0 10px 0px 0;
	width:100px;
	height:80px;
	overflow:hidden;
}
.vyfc_list li .pic img{
	 width:100px;
	 height:80px;
}
.vyfc_list li .pic img{
  cursor: pointer;
  transition: all 0.6s;
}
.vyfc_list li .pic img:hover{
  transform: scale(1.1);
}


.vyfc_list li .pic_tit{
	width:100%;
	height:95px;
	}
.vyfc_list li .lmm{
	font-size:15px;
	color:#a80000;
	line-height:25px;
	}
.vyfc_list li .titt{
	font-size:15px;
	color:#333333;
	line-height:24px;
	display:block;
	}	
.vyfc_list li .zy a{
	font-size:14px;
	color:#666666;
	line-height:24px;
	height:115px;
	overflow:hidden;
	width:100%;
	display:block;
	}	
.vyfc_list li:hover{
	background-color:#ae0c2a;
	}	
.vyfc_list li:hover .lmm{
	color:#fff;
}
.vyfc_list li:hover .titt{
	color:#fff;
}
.vyfc_list li:hover .zy a{
	color:#efefef;
}
/*组织社团*/	
.lmmc .lm5{
	background:url(../images/lm_06.png) no-repeat left center;
}
.picMarquee-left{ width:1200px;  overflow:hidden; position:relative;padding:30px 0;}

.blk_18 { 
	overflow:hidden; 
	zoom:1;
	float:left;
	width:1200px;
	margin:0 0px;
	display:inline;
}
.blk_18 .pcont { 
	width:1090px; 
	float:left; 
	overflow:hidden; 
	
}
.blk_18 .ScrCont { 
	width:32766px; 
	zoom:1; 
}
.blk_18 #List1_1, .blk_18 #List2_1 { 
	float:left; 
}
.blk_18 .LeftBotton, .blk_18 .RightBotton { 
	width:30px; 
	height:30px; 
	float:left; 
	
}
.blk_18 .LeftBotton {
	background:url(../images/left1.png) no-repeat;
	margin:30px 25px 0 0 ; 
}
.blk_18 .RightBotton {
	background:url(../images/right1.png) no-repeat;
	margin:30px 0px 0px 25px; 
}

.blk_18 ul li{
	width:136px;
	float:left;
	line-height:24px;
	margin:0 55px 0 0;
	display:inline;
	text-align:center;
}

.blk_18 ul li>a{
	display:block;
	overflow:hidden;
	width:127px;
	margin:0 auto;
        padding:5px 0;
	}
.blk_18 ul li span{
	width:127px;
	line-height:35px;
	color:#34363d;
	font-size:16px;
	height:35px;
	display:block;
	text-align:center;
	display:block;
	white-space: nowrap;
	text-overflow:ellipsis; 
	overflow:hidden; 
	margin:0 atuo;
}
.blk_18 ul li:hover span{
	color:#2a6ed2;
	}


/***************footer**************/
.footer{
	width: 100%;
	height:240px;
}
.foot{
	width: 100%;
	height:200px;
	background-color:#ae0c2a;
}
.foot .foot_center{
	width:1200px;
	height:140px;
	margin:0px auto;
	padding:30px 0;
	}
.banquan{
    height:140px;
	width: 656px;
}
.bq_ul{
	width:100%;
	height:140px;
	}
.bq_ul>li{
	float:left;
	width:163px;
	height:140px;
	border-left:1px solid #ce6d7f;
	}
.bq_ul>li .bq_li{
	width:100%;
}
.bq_ul>li .bq_li li{
	height:35px;
	line-height:35px;
	}
.bq_ul>li .bq_li li a{
	display:block;
	padding:0 20px;
	font-size:14px;
	color:#ffffff;
}
	
	
.weixing{
    width:535px;
	height:140px; 
}
.weixing li{
	float: right;
	width: 170px;
	height:140px; 
	padding-left:30px;
	border-left:1px solid #ce6d7f;
}
.weixing .last_li{
	border-left:0px solid #ce6d7f;
}
.weixing li img{
	width: 90px;
	height:90px;
	display:block;
	margin:10px auto 0;
}
.weixing li .sm{
	height:40px;
	line-height:40px;
	font:14px;
	color:#fff;
	text-align:center;
	}
.weixing li .wm{
	height:50px;
	line-height:36px;
	padding-left:10px;
	background:url(../images/owe.png) no-repeat left center;
	font-size:18px;
	font-weight:bold;
	}
.weixing li p{
	height: 30px;
	line-height: 30px;
	color: #fff;
}
.bquan{
	height:40px;
	line-height:40px;
	background-color:#525252;
	}
.bquan .bquan_center{
	width:1200px;
	height:40px;
	margin:0 auto;
	font-size:14px;
	color:#909090;
	}
/************list************/
.banner_list{
	width:100%;
	height:auto;
	text-align:center;
	}
.banner_list img{
	margin:0 auto;
	display:block;
	width:100%;
	}
.list_zw{
	width:100%;
	height:auto;
	background:url(../images/rj_top_bj.jpg) repeat-x left top;
	}
.rj_slit{
	width:1200px;
	height:auto;
	margin:0 auto;
	}	
	
.xwzx_l{
	width:230px;
	height:auto;
	}	
.xwzx_l	.xwzx{
	height:70px;
	line-height:70px;
	font-size:20px;
	color:#fff;
	text-align:center;
	background-color:#9c0420;
	}

.xwzx_l .ej_xwzx_list{
	min-height:400px;
	padding-bottom:50px;
	background-color:#f6f6f6;
	}	
.xwzx_l .ej_xwzx_list .nav_rj{
	width:222px;
	margin:0 auto;
	height:auto;
	}
.xwzx_l .ej_xwzx_list li{
	font-size:14px;
	position:relative;
	}
.xwzx_l .ej_xwzx_list li img{
	position:absolute;
	right:0px;
	top:0px;
	}
.xwzx_l .ej_xwzx_list li a{
	border-bottom:1px dotted #e6e6e6;
	height:49px;
	line-height:49px;
	color:#494949;
	padding-left:10px;
	display:block;
	
	}
.xwzx_l .ej_xwzx_list li .sj_nav_l{
	display:none;
	}
.xwzx_l .ej_xwzx_list li .sj_nav_l li a{
	height:40px;
	line-height:40px;
	font-size:15px;
	padding-left:30px;
	color:#494949;
	}	
.xwzx_l .ej_xwzx_list li .sj_nav_l li:hover a{
	color:#6b1116;
	}	
.xwzx_l .ej_xwzx_list li .sj_nav_l .on a{
	color:#6b1116;
	}	
	
	
.xwzx_l .ej_xwzx_list .on a{
	color:#6b1116;
	}
.xwzx_l .ej_xwzx_list li:hover a{
	color:#6b1116;
	}	
.xwzx_l .ej_xwzx_list li .jx_date{
	float:right;
	font-size:13px;
	color:#908f8f;
	margin-right:10px;
	}			
.ej_zwbf{
	width:935px;
	height:auto;
	}	
.dqwz_lm{
	height:56px;
	line-height:56px;
	text-align:right;
	}
.dqwz_lm .dqwz{
	padding-left:22px;
	background:url(../images/dddd.png) no-repeat left center;
	font-size:14px;
	color:#666666;
	}
.dqwz_lm .dqwz a{
	color:#666666;
	}
.lmji{
	height:38px;
	line-height:76px;
	border-bottom:1px solid #e4e4e4;
	}

.lmji .lm_s{
	height:76px;
	line-height:76px;
	display:inline-block;
	padding-right:10px;
	background-color:#fff;
	font-size:24px;
	color:#9c0420;
	font-weight:bold;
}
.zwjiji{
	margin-top:40px;
	width:100%;
	height:auto;
	}	
.list_li{
	
	width:auto;
	height:auto;
	}

.list_li li{
	padding:25px 0;
	width:100%;
	height:130px;
	border-bottom:1px dotted #dfdfdf;
	overflow:hidden;
	}
.list_li li .pic{
	width:180px;
	height:130px;
	overflow:hidden;
	}
.list_li li .pic a{
    width:180px;
	height:130px;
	display:block;
	overflow:hidden;
}
.list_li li .pic a img{ 
    width:180px;
	height:130px;
}

.list_li li .pic a img{
  cursor: pointer;
  transition: all 0.6s;
}
.list_li li .pic a img:hover{
  transform: scale(1.1);
}


.list_li li .tittle_zy_time{
	width:725px;
	height:130px;
	}
.list_li li .tittle_zy_time .tit{
	font-size:16px;
	color:#333333;
	height:45px;
	line-height:45px;
	width:100%;
	white-space: nowrap; 
	text-overflow:ellipsis; 
	overflow:hidden; 
	}
.list_li li .tittle_zy_time .date{
	padding-left:23px;
	background:url(../images/time.png) no-repeat left center;
	font-size:12px;
	color:#999999;
	line-height:30px;
	height:30px;
}
.list_li li .tittle_zy_time .zy a{
	 font-size:14px;
	 color:#666666;
	 line-height:25px;
}
.list_li li .tittle_zy_time1{
	width:100%;
	height:130px;
	}
.page{
	padding:30px 0 40px;
	text-align:center;
	}	
	
.list_li li:hover{
	width:98%;
	padding: 25px 1%;
	background-color:#8d0e0e;
	border-top-left-radius:25px;
	border-bottom-right-radius:25px;
	transition: all 0.3s ease-in-out;
	}	
	
.list_li li:hover .tittle_zy_time .tit{
	color:#fff;
}
.list_li li:hover .tittle_zy_time .date{
	color:#cfcfcf;
}
.list_li li:hover .tittle_zy_time .zy a{
	color:#fff;
}
/*jjy*/	
.zwjiji .jjy{
	font-size:16px;
	color:#333;
	line-height:30px;
	text-align:justify;
	
	padding-bottom:30px;
	}	
.zwjiji .jjy p{
	text-indent:2em;
	margin-bottom:20px;
	font-size:16px;
	color:#333;
	}	
.zwjiji .jjy div{
	text-indent:2em;
	}	
	
.zwjiji .jjy table p{
	text-indent:0em;
}
.zwjiji .jjy table{
	width:100% !important;
	}	
.zwjiji .jjy table div{
	text-indent:0em;
}	
	
.zwjiji .jjy{
	width:100% !important;
}	
.zwjiji .con-titt{
	padding:20px 0 20px;
	font-size:24px;
	color:#444444;
	line-height:25px;
	text-align:center;
	font-weight:bold;
	
	}
.zwjiji .time_num_ly{
	font-size:12px;
	color:#999999;
	line-height:30px;
	height:30px;
	text-align:center;
	border-bottom:1px dotted #999;
	border-top:1px dotted #999;
	margin-bottom:35px;
	
}
.zwjiji .content{
	border-bottom:1px dotted #999;
	margin-bottom:25px;
	}
.up_down{
	margin-bottom:35px;
	width:100%;
	height:auto;
	}	
.up_down .up{
	height:25px;
	line-height:25px;
	font-size:14px;
	color:#666666;
	}	
.up_down .up a{
	color:#666666;
		}
.c_contetn{
	padding-right: 23px;
    border-right: 1px solid #e3e3e3;
    width: 72%;
	}		
.c_contetn .zwjiji{
	margin-top:0px;	
		}
.rj_slit>.dqwz_lm{
	margin-bottom:40px;
	}	
.zxfb{
	width:290px;
	height:auto;
	}	
.zxfb .zxf_lmm{
	height:45px;
	line-height:45px;
	border-bottom:2px solid #dddddd;
	font-size:20px;
	color:#9c0420;
	font-weight:bold;
	}
.zxfb .zxlsit{
	margin-top:10px;
	}	
.zxfb .zxlsit li{
	height:36px;
	line-height:36px;
	} 
.zxfb .zxlsit li a{
	display:block;
	padding-left:10px;
	background:url(../images/zss.png) no-repeat left center;
	font-size:16px;
	color:#444444;
	}	
	
.zxfb .zxlsit li:hover a{
	color:#ae0c2a;
	}	