﻿@charset "utf-8";

.part2 { clear: both;}


/*焦点图*/


.focusBoxA{ width:490px; height:320px; line-height:30px; text-align:center; background-color: #def9fb; padding:2px;border:1px solid #aadcff; overflow: hidden;position: relative;}
.focusBoxA .hd{position: absolute;z-index: 1;left: 0px;bottom:40px;width: 100%;text-align: center; height: 10px; }
.focusBoxA .hd ul{overflow: hidden;zoom: 1;width: 100%;}
.focusBoxA .hd ul li{margin: 0px 0px;width: 10px;height: 10px;border-radius: 19px;text-align: center; vertical-align: top; background: #fff;cursor: pointer;font-size: 12px;display: inline-block; *display: inline;text-indent: -999px;}
.focusBoxA .hd ul li.on{background: #c91903;color: #fff;}
.focusBoxA .bd{height: 320px;position: relative;overflow: hidden;}
.focusBoxA .bd li{position: relative;text-align: center;}
.focusBoxA .bd .pic{position: relative; z-index: 0;}
.focusBoxA .bd .pic img{width: 490px; height: 320px;}
.focusBoxA .bd .con{position: absolute; width: 100%; z-index: 1; bottom: 0; height: 34px; line-height: 34px; text-align: center;}
.focusBoxA .bd .con .title{position: absolute;font-weight: bold; width: 100%;bottom: 10px;left: 0;z-index: 1;text-align: center;}
.focusBoxA .bd .con .title a{font-weight: bold; color: #fff;font-size: 12px;text-align: left;}
.focusBoxA .bd .con .titleBg{position: absolute; width: 100%; z-index: 0; bottom: 0; left: 0; background: #000; filter: alpha(opacity=60); opacity: 0.6; height: 40px;}


/* part */
.part1 .fm .t .title{ line-height:30px; font-size:18px; text-align:center; padding-bottom: 5px;}
.part1 .fm .t .title a{font-size:18px; text-align:center; color:#FF0000; font-weight: bold;}
.part1 .fm .t .intro{ line-height:20px; color:#aeb2b4; text-indent:2em;padding-bottom:8px;}
.part1 .fm .t .intro a{ color:#d71500; font-weight:bold; }
.part1 .fm ul li.n{ line-height:24px; height:24px; background:url(../../base/img/zhuanti_17.jpg) no-repeat left center; padding-left:12px;}
.part1 .fm ul li span.newdate{ float:right;}
.part1 .fm ul li span.date{float:right;color: #999;}

/* bc1 */
.bc1 { width: 500px; float: right; background-color: #fff; height: 324px;}
.bc1 ul { padding: 10px;}

/* 首页广告-ad */
.home-ad-pic {width: 100%;clear: both;text-align: center;position: relative;}
.home-ad-pic .bd .con{display:none;}
.home-ad-pic .bd .pic img{width:100%;  }
.home-ad-pic .prev,.home-ad-pic .next { display: none;}
.home-ad-pic .hd{ position:absolute; right: 10px; bottom:16px; z-index:15;}
.home-ad-pic .hd ul{overflow:hidden; zoom:1; z-index:2;}
.home-ad-pic .hd ul li{float:left; margin-right:5px; width:18px; height:14px; cursor: pointer;overflow: hidden; background-color:#fff; }
.home-ad-pic .hd ul li span { display: none; }
.home-ad-pic .hd ul li.on{background-color:#da742c;}
.home-ad-pic .bd li{ height:100px; }


/* 图片中心 */
.photo .hd { margin-bottom: 20px;}
.photo .bd { height: 200px; position: relative; /*width: 910px;*/ padding: 0 40px; overflow: hidden; }
.photo .bd li {width:205px; height:240px; float: left; margin-top: 10px;margin-right: 20px; position: relative;}
.photo .bd li img { width: 195px; height: 140px; padding: 4px; border: 1px solid #cfcdcd; }
.photo .bd li .title { line-height:40px; text-align: center; height: 40px;margin-top: -10px;}
.photo .bd span {width:20px; height:36px; position:absolute; top:55px; display:block; cursor:pointer;}
.photo .bd span.prev{background:url(../../base/img/up.gif) no-repeat; left:10px;}
.photo .bd span.next{background:url(../../base/img/next.gif) no-repeat; right:10px;}
.photo .bd .tempWrap { width: 910px; margin: 0 auto; }
