@charset "gb2312";
/* CSS Document */

/*********** 首页所有bt ***********/
.sy_bt{ width:100%; height:48px; border-bottom:solid 1px #0a3f89;margin-bottom:10px; }
.sy_bt h3{ border-bottom:solid 2px #0a3f89;height:46px; padding:0px 15px;color:#0a3f89;font:20px/46px "微软雅黑"; text-align:center; float:left; }
.sy_bt a{ width:83px; height:26px;color:#fff;font:14px/25px "微软雅黑"; float:right; margin:8px 6px 0px 0px;background:#de162c; text-align:center; display:block;transition-duration:400ms;-webkit-transition-duration:400ms;
-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:hover{ background:#1958b0;transition-duration:400ms;-webkit-transition-duration:400ms;}

/******************************* bk01 *******************************/
.bk01{ width:1200px; height:440px;margin-top:40px; }
/*********** 图片新闻 ***********/
.pic_new {position:relative;width:740px;height:440px; overflow: hidden;float:left;}
.pic_new .pic { width:740px; height:440px;display: block;}
.pic_new .pic img {width:740px; height:440px;display: block;}
.pic_new .txt-bg { position:absolute; bottom:0px;left:0px;z-index: 1; height:56px; width:740px; 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:56px; display:block; width:740px; overflow:hidden;}
.pic_new .txt li{ height:56px;position:absolute;bottom:-56px;display:block;width:740px;overflow:hidden;}
.pic_new .txt li a{display:block;width:720px;height:56px;color:#fff;font:18px/56px "微软雅黑"; padding:0px 10px;overflow:hidden; text-align:center;}
.pic_new .num { position: absolute; z-index: 3; bottom:62px; right:0px;}
.pic_new .num li{ float: left; position:relative; width:24px; height:24px;font:14px/24px "微软雅黑";overflow: hidden; text-align: center;margin-bottom:0px;cursor:pointer; margin-right:5px;
-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..)*/}
.pic_new .num li a,.pic_new .num li span { position: absolute; z-index: 2; display: block; color:#22324e; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.pic_new .num li span { z-index: 1; background:#fff;filter: alpha(opacity=90); opacity: 0.90;font:14px/15px "微软雅黑"; }
.pic_new .num li.on a,.pic_new .num a:hover{ background:#116abc; color:#fff;  }

/*********** 新闻列表 ***********/
.pic_lb{ float:right;width:420px; height:440px;}
.pic_lb ul{width:420px;height:380px;overflow:hidden;}
.pic_lb ul li{width:420px;height:35px;background:url(/templates/dzywlwxy/images/ico01.jpg) no-repeat 3px center;}
.pic_lb ul li a{ color:#282727;font:15px/35px "微软雅黑"; margin-left:20px; width:290px; 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/35px "微软雅黑"; color:#808080;}

/******************************* bk02 *******************************/
.bk02_w{ width:100%; height:595px; background:#f6f6f6; margin-bottom:40px; margin-top:40px; }
.bk02{ width:1200px; }
/*********** 新闻列表 ***********/
.bk02_lb{ float:left;width:570px; height:250px;  overflow:hidden;margin-top:30px;}
.bk02_lb ul{width:570px;}
.bk02_lb ul li{width:570px;height:32px;background:url(/templates/dzywlwxy/images/ico02.png) no-repeat 3px center;}
.bk02_lb ul li a{ color:#282727;font:15px/32px "微软雅黑"; margin-left:20px; width:390px; display:block; overflow:hidden; height:32px;}
.bk02_lb ul li a:hover{ color:#F00; text-decoration:underline;;}
.bk02_lb ul li span{ float:right;font:13px/32px "微软雅黑"; color:#808080;}
.bk02_right{ float:right}

/******************************* bk03 *******************************/
.bk03{ width:1200px; height:300px; margin-bottom:50px;}
.bk03 .bk03_bt{ width:100%; height:48px;margin-bottom:10px; }
.bk03 .bk03_bt h3{height:46px;color:#0a3f89;font:22px/46px "微软雅黑"; text-align:center; float:left; }
.bk03 .bk03_bt a{ width:83px; height:26px;color:#fff;font:14px/25px "微软雅黑"; float:right; margin:8px 6px 0px 0px;background:#de162c; text-align:center; display:block;transition-duration:400ms;-webkit-transition-duration:400ms;
-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 .bk03_bt a:hover{ background:#1958b0;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:-46px;left:102px; width:24px; height:24px;background:url(/templates/dzywlwxy/images/l_r.png) no-repeat; cursor:pointer;   }
.bk03 .hd .next{ left:133px; bottom:0px; background-position:top right; }

.bk03 .bd{ width:1200px;position:absolute;}
.bk03 .bd ul{ width:100%;}
.bk03 .bd ul li{position:relative;width:280px;height:220px;float:left; margin:0px 10px;}
.bk03 .bd ul li a p{width:280px;height:185px; overflow:hidden;}
.bk03 .bd ul li a p img{width:280px;height:185px;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:280px;height:45px;overflow:hidden;color:#313131;font:15px/45px "微软雅黑"; text-align:center; display:block;}

.bk03 .bd ul li:hover span{color:#0c4696;}





