﻿@charset "utf-8" ;
/*css Document*/
@import url("reset.css");
@import url("global.css");
@import url("top.css");
@import url("foot.css");

/*------------------------------------------首页主体开始------------------------------------------*/
*{ margin:0; padding:0;}
body{ color:#333;}

.n_r{width:970px; height:auto; overflow:hidden; margin:0 auto; padding:20px 14px 10px 14px; border:#d4d4d4 solid 1px;}
/*--------------------------第一栏*/
.dy{ width:970px; height:228px; overflow:hidden;}
/*--------------------------焦点图*/
.yb_dt{ width:328px; height:226px;position:relative;overflow:hidden; border:1px solid #CCC;}
.yb_dt .hd{ height:18px; overflow:hidden; position:absolute; right:5px; bottom:6px; z-index:5;}
.yb_dt .hd ul{ overflow:hidden; zoom:1; float:left;  }
.yb_dt .hd ul li{ float:left; margin-right:5px;width:16px; height:16px; background:#8e8e8e; border:1px solid #d4d4d4; cursor:pointer;opacity:0.6;filter:alpha(opacity=60); /*IE6,7,8兼容*/ line-height:16px; color:#fff; text-indent:4px;}
.yb_dt .hd ul li.on{ opacity:1;filter:alpha(opacity=100); /*IE6,7,8兼容*/ }
.yb_dt .bd{ position:relative; height:100%; z-index:0;}
.yb_dt .bd li{ zoom:1; vertical-align:middle; }
.yb_dt .bd img{width:328px; height:226px;display:block; margin:0 auto;}

/*----------------   透明背景文字*/
.jdt_wzb{position:absolute; zoom:1; left:0; bottom:0; z-index:2; width:330px; height:34px; line-height:34px; 
background:#000;opacity:0.5;filter:alpha(opacity=50); /*IE6,7,8兼容*/ overflow:hidden;}
.jdt_wz{position:absolute; left:0;bottom:0; z-index:4;width:210px; text-indent:1em; height:34px;overflow:hidden;}
.jdt_wz h3 a{line-height:34px;font-size:14px; color:#FFF; font-weight:normal; font-family:"微软雅黑";}
.jdt_wz a:hover{color:#FF6B07;}

/*----------------   学院新闻*/
.dtkx{width:309px; height:226px; margin-left:11px;}
.dtkx h3{ background:url(../images/h3.png) no-repeat bottom; height:32px;}
.dtkx h3 .m1{ color:#2a59bd; font-size:16px; padding:0 5px; line-height:20px; float:left;}
.dtkx h3 span{ float:right;}
.dtkx h3 span a{ font-family:"微软雅黑"; font-size:12px;color:#2a59bd; line-height:26px;}
.dtkx h3 span a:hover{color:#FF6B07;}
.dtkx ul{ overflow:hidden; margin-top:5px;}
.dtkx ul li{ float:left;width:308px; line-height:24px; height:24px; overflow:hidden; font-size:12px;}
.dtkx ul li em{ float:left; height:24px; position:relative; color:#434343;}
.dtkx ul li span{ float:right;}
.dtkx ul li em i{ position:absolute; right:-24px; top:0; background:url(../images/new01.gif) no-repeat; width:22px; height:14px;}

/*--------------------------第二栏*/
.dr{width:970px; height:220px; overflow:hidden; margin-top:10px;}
.xs{ width:314px; height:218px; background:#fefefe; border:1px solid #CCC; }
.xs h3{ background:url(../images/bt_bj.jpg) repeat-x; height:34px; line-height:34px;}
.xs h3 .m1{ color:#fff; font-size:16px; padding:0 10px; float:left;}
.xs h3 span a{ float:right; font-family:"微软雅黑"; font-size:12px;color:#fff; margin-right:5px;}
.xs h3 span a:hover{color:#FF6B07;}
.xs ul{ overflow:hidden; margin-top:10px;}
.xs ul li{ float:left;width:308px; line-height:24px; height:24px; overflow:hidden; font-size:12px;}
.xs ul li em{ float:left;}
.xs ul li em a{ color:#323232;}
.xs ul li em a:hover{color:#FF6B07;}
.xs ul li span{ float:right;}

.xy{ margin-left:11px;}








