@charset "gb2312";
/* CSS Document */

/*********** 首页所有bt ***********/
.sy_bt{ width:100%; height:32px;margin-bottom:5px;}
.sy_bt h3{ padding:0px 14px;height:32px;color:#fff; background:#2471c8;font:16px/32px "微软雅黑";float:left;font-weight:normal;
-webkit-border-radius:20px;/*适配以webkit为核心的浏览器(chrome、safari等)*/
-moz-border-radius:20px;/*适配firefox浏览器*/
-ms-border-radius:20px;/*适配IE浏览器*/
-o-border-radius:20px;/*适配opera浏览器*/
border-radius:20px;/*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/}
.sy_bt a{height:32px;color:#ff0000;font:13px/32px "微软雅黑";float:right;transition-duration:400ms;-webkit-transition-duration:400ms;}
.sy_bt a:hover{ text-decoration:underline;transition-duration:400ms;-webkit-transition-duration:400ms;}


/******************************* 主体 *******************************/
.sy_warp{ width:1200px; height:auto;margin-top:30px;}
.warp_left{ width:920px; height:auto;float:left;}
/*********** 图片新闻 ***********/
.pic_new {position:relative;width:440px;height:294px; overflow: hidden;float:left; margin-bottom:24px;}
.pic_new .pic { width:440px; height:294px;display: block;}
.pic_new .pic img {width:440px; height:294px;display: block;}
.pic_new .txt-bg { position:absolute; bottom:0px;left:0px;z-index: 1; height:42px; width:440px; margin:0 auto; overflow: hidden;
background:rgba(0,0,0,0.70);
-moz-opacity: 0.70; /* FF 3.5以下 */  
opacity: 0.70; /* FF 3.5及以上 */  
filter: alpha(opacity=80); /* IE6及以上 */  
/*针对IE8*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000); }
.pic_new .txt { position:absolute;left:0px; bottom:0px; z-index:2; height:42px; display:block; width:440px; overflow:hidden;}
.pic_new .txt li{ position:absolute;height:42px;bottom:-42px;display:block;width:440px;overflow:hidden;}
.pic_new .txt li a{display:block;width:420px;color:#fff;height:42px;font:16px/42px "微软雅黑"; padding:0px 10px;overflow:hidden; text-align:center;}
.pic_new .num { position: absolute; z-index: 3; bottom:48px; right:5px;}
.pic_new .num li{ float: left; position:relative; width:16px; height:16px;font:12px/16px "宋体";overflow: hidden; text-align: center;margin-bottom:0px;cursor:pointer; margin-right:5px;}
.pic_new .num li a,.pic_new .num li span { position: absolute;  color:#fff;z-index: 2; display: block; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.pic_new .num li span { z-index: 1; background:#191413;filter: alpha(opacity=90); opacity: 0.90;font:12px/16px "宋体"; }
.pic_new .num li.on a,.pic_new .num a:hover{ background:#c51513; color:#fff;  }

/*********** 新闻列表 ***********/
.pic_lb{ float:right;width:440px; height:294px;overflow:hidden; margin-bottom:24px;}
.pic_lb ul{width:440px;}
.pic_lb ul li{width:440px;height:32px;background:url(/templates/ygzsw/images/ico.jpg) no-repeat 3px center;}
.pic_lb ul li a{ color:#3e3e3e;font:14px/32px "微软雅黑"; margin-left:20px; width:310px; display:block; overflow:hidden; height:32px;}
.pic_lb ul li a:hover{ color:#F00; text-decoration:underline;;}
.pic_lb ul li span{ float:right;font:13px/32px "微软雅黑"; color:#9c9c9c;}

.pic_lb01{ float:right;width:440px; height:270px;overflow:hidden; margin-bottom:20px;}
.pic_lb_l{ float:left;width:440px; height:270px;overflow:hidden; margin-bottom:20px;}

/************ TAB层切换 ************/
.newTab{width:440px; height:270px; overflow:hidden;float:left;margin-bottom:20px;}
.newTab_bt{float:left;height:32px;padding:0px 14px;height:32px;color:#fff; background:#2471c8;font:16px/32px "微软雅黑";font-weight:normal;margin-bottom:5px; margin-right:16px;
-webkit-border-radius:20px;/*适配以webkit为核心的浏览器(chrome、safari等)*/
-moz-border-radius:20px;/*适配firefox浏览器*/
-ms-border-radius:20px;/*适配IE浏览器*/
-o-border-radius:20px;/*适配opera浏览器*/
border-radius:20px;/*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/}

.newTab .hd{ height:32px;}
.newTab .hd ul{ float:left;height:32px; overflow:hidden;}
.newTab .hd li{float:left; margin-right:5px; }
.newTab .hd li a{ padding:0px 1px; margin:0px 5px; height:31px; display:block;font:14px/31px "微软雅黑";text-align:center;color:#232323; }
.newTab .hd li.on a{border-bottom:solid #0a3f89 1px;color:#0a3f89;  }

.newTab .bd{ float:left; position:relative; }
.newTab .bd ul li {width:440px;float:left;height:px;overflow:hidden;background:url(/templates/ygzsw/images/ico.jpg) no-repeat 3px center; }
.newTab .bd ul li a{ color:#3e3e3e;font:14px/32px "微软雅黑"; margin-left:20px; width:310px; float:left; display:block;}
.newTab .bd ul li a:hover{ color:#F00; text-decoration:underline;}
.newTab .bd ul li span{ float:right;font:14px/32px "微软雅黑"; color:#9c9c9c; }

.newTab .con_more a{ position:absolute; margin-top:-36px; padding:0px 5px;right:0px;height:32px;color:#ff0000;font:13px/32px "微软雅黑";}
.newTab .con_more a:hover{text-decoration:underline;transition-duration:400ms;-webkit-transition-duration:400ms;}

/************ 首页left ************/
.warp_right{ width:240px; height:auto;float:right;}
/************ 四个ico ************/
.four_ico{width:240px;height:204px; margin-bottom:30px;}
.four_ico a{ float:left; width:114px; height:96px; text-align:center;}
.four_ico a p{ color:#fff;font:14px/28px "微软雅黑"; }
.four_ico .tb_ico01{ background:#319ff8; margin:0px 12px 12px 0px;}
.four_ico .tb_ico01:hover{ background:#137fd6;transition-duration:300ms;-webkit-transition-duration:300ms;}
.four_ico .tb_ico02{ background:#1562b7; margin-bottom:12px;}
.four_ico .tb_ico02:hover{ background:#287ddb;transition-duration:300ms;-webkit-transition-duration:300ms;}
.four_ico .tb_ico03{ background:#43b2e0; margin-right:12px;}
.four_ico .tb_ico03:hover{ background:#1b8dbc;transition-duration:300ms;-webkit-transition-duration:300ms;}
.four_ico .tb_ico04{ background:#ed476b;}
.four_ico .tb_ico04:hover{ background:#bc1d3f;transition-duration:300ms;-webkit-transition-duration:300ms;}

/************ 院系风采 ************/
.yxfg{width:238px;height:340px; border:solid 1px #eee; margin-bottom:22px;}
.yxfg h3{background:#2471c8;width:218px; padding-left:20px;height:36px; color:#fff;font:15px/36px "微软雅黑";}
.yxfg ul{ margin-left:15px;width:210px;height:auto;}
.yxfg ul li a{ background:url(/templates/ygzsw/images/ico02.png) no-repeat 7px center;width:176px; padding-left:34px; color:#3e3e3e;font:14px/35px "微软雅黑"; border-bottom:dashed 1px #ddd; display:block;}
.yxfg ul li a:hover{ text-decoration:underline; color:#F00;}

/************ 电话 ************/
.sy_tel{width:240px;height:105px; background:#2471c8; margin-bottom:22px;}
.sy_tel h3{width:76px;height:90px; padding-top:15px; background:#4484cc; float:left;}
.sy_tel p{width:150px;float:left; color:#fff;font:20px/30px "微软雅黑"; margin:24px 0px 0px 12px; }

/************ 二维码 ************/
.sy_fwm{width:238px;height:138px; border:solid 1px #e8e8f3; background:#e9f1f9;}
.sy_fwm h3{width:98px; float:left; text-align:center; margin:12px 0px 0px 14px;}
.sy_fwm h3 img{width:98px; height:88px;}
.sy_fwm h3 p{ color:#1f1f1f;font:12px/14px "微软雅黑";}


/******************************* bk03 *******************************/
.bk03{ float:left;width:1200px; height:280px; margin-bottom:40px;}
.bk03_bt{ width:100%; height:32px;margin-bottom:5px; border-bottom:solid 1px #dbdbdb; padding-bottom:10px;}
.bk03_bt h3{ padding:0px 14px;height:32px;color:#fff; background:#2471c8;font:16px/32px "微软雅黑";float:left;font-weight:normal;
-webkit-border-radius:20px;/*适配以webkit为核心的浏览器(chrome、safari等)*/
-moz-border-radius:20px;/*适配firefox浏览器*/
-ms-border-radius:20px;/*适配IE浏览器*/
-o-border-radius:20px;/*适配opera浏览器*/
border-radius:20px;/*适配所有浏览器(需要放在最后面，类似于if..else if..else..)*/}
.bk03_bt a{height:32px;color:#ff0000;font:13px/32px "微软雅黑";float:right;transition-duration:400ms;-webkit-transition-duration:400ms;}
.bk03_bt a:hover{ text-decoration:underline;transition-duration:400ms;-webkit-transition-duration:400ms;}


.bk03 .hd{ height:24px; float:left; position:relative;}
.bk03 .hd .prev,.bk03 .next{ display:block; position:absolute;top:60px;left:0px; width:22px; height:53px;background:url(/templates/ygzsw/images/l_r.png) no-repeat; cursor:pointer;   }
.bk03 .hd .next{ left:1178px; top:60px; background-position:top right; }

.bk03 .bd{ width:1144px;position:absolute; margin:12px 0px 0px 28px;}
.bk03 .bd ul{ width:1144px;}
.bk03 .bd ul li{position:relative;width:262px;height:220px;float:left; margin:0px 12px;}
.bk03 .bd ul li a p{width:262px;height:180px; overflow:hidden;}
.bk03 .bd ul li a p img{width:262px;height:180px;moz-transition:1s;-webkit-transition:1s;-ms-transition:1s;-o-transition:1s;}
.bk03 .bd ul li:hover img{ -moz-transform:scale(1.08);-ms-transform:scale(1.08); -o-transform:scale(1.08); -webkit-transform:scale(1.08);}
.bk03 .bd ul li a span{width:262px;height:40px;overflow:hidden;color:#313131;font:15px/40px "微软雅黑"; text-align:center; display:block;}

.bk03 .bd ul li:hover span{color:#0c4696;}

