/*公共样式*/
*{padding:0;margin:0;}
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
body{
	font-weight: normal;
	font-style: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;	
	color:#444;
	font-size:12px;
}
fieldset,img{border:0;}div{display:block;}
address,caption,cite,code,dfn,em,th,var,i { font-weight:normal; font-style:normal; }
ol,ul,li {list-style-type: none; list-style:none;}
div,dl,dt,dd,ol,ul,li{ zoom:1; }
a{/*color:#033266;*/color:#444; text-decoration:none}a:hover{ color:#D62931;text-decoration:underline;}
.clearfix{clear:both; height:0px; font-size:0px; line-height:0px;}
select,input,textarea{font-family:"Microsoft YaHei"; font-size:12px;}
.fl{ float:left !important; }
.fr{ float:right !important; }
.blank30{height:38px;overflow:hidden;display:block;}
.div_mar_bot{margin-bottom:10px;}
.div_mar_top{margin-top:10px;*margin-top:10px;_margin-top:10px;}
.n700{width:700px;}
.n290{width:288px;border:1px #D0D5D8 solid; overflow:hidden; margin-top:10px;}
.n270{width:100%; margin:10px 0;}
.w340{width:345px; overflow:hidden;display:block;}
.h_10{height:10px;line-height:10px; font-size:0;/* only for ie6*/}
/*顶部固定栏*/
.shortcut{background:#F1F1F1; height:36px; border-bottom:1px #D6DADD solid;position:fixed;top:0;left:0;z-index:9999;width:100%;
/*解决ie6下fixed定位的bug问题*/
_position:absolute;
_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop));
}
.shortcut a{color:#000;}
.container{width:1200px;margin:0 auto; height:36px;}
.shortcut .container .loginfo,.shortcut .container .showtime,.shortcut .container .addhome{line-height:36px; height:36px; color:#000;}
.shortcut .container .loginfo{width:240px;text-align:left; }/*五大家链接max-width:240px;*/
.shortcut .container .qjoin{padding:0 15px 0 0; position:relative; width:435px; margin-right:20px;}/*搜索与新闻热线max-width:470px;*/
.shortcut .container .qjoin .search,.shortcut .container .qjoin .tele{display:block; color:#000; line-height:36px; height:36px; position:absolute; top:0; overflow:hidden;}
.shortcut .container .qjoin .search{width:250px;left:0; margin-right:30px; background:url(imagestxy_ph_bg.png) -295px -302px no-repeat; padding-left:20px; text-align:left;}
.shortcut .container .qjoin .tele{width:155px; right:0; }
.shortcut .container .qjoin .search .searchinput{width:90px; height:21px; line-height:21px; border:1px #036 solid; font-size:12px; position:absolute; top:6px; right:40px;}
.shortcut .container .qjoin .search .searchbutton{color:#FFF;font-size:12px; cursor:pointer; height:23px; width:40px; border:0; border-radius:0 2px 2px 0; line-height:20px; background:#003366;position:absolute; top:6px; right:0;}
.shortcut .container .qjoin .search .searchselect{position:absolute; top:6px; right:133px; height:23px;}
.shortcut .container .addhome{width:270px;}/*加入收藏等功能max-width:260px;*/
.shortcut .container .addhome a.sethome,.shortcut .container .addhome a.shoucang,.shortcut .container .addhome a.sjb{padding-left:10px; background-position:left center; background-repeat:no-repeat;}
.shortcut .container .addhome a.sethome{background-image:url(imagestop_1_7.gif);}
.shortcut .container .addhome a.shoucang{background-image:url(imagestop_1_6.gif);}
.shortcut .container .addhome a.sjb{background-image:url(imageswebsj.gif);}
.shortcut .container .showtime{width:220px;}


.w960{width:1000px; margin:0 auto;}
.logo{height:75px; overflow:hidden; margin-top:5px; font-size:0;}
.logo img{float:left;}

.ad{margin-top:5px; font-size:0px; overflow:hidden;}
/*导航*/
.nav{background: #448CED; height: 40px;position:relative; overflow:hidden; margin-top:5px;}
.nav ul li{float: left;display: block;line-height: 40px;color: #FFF;background: url(imagesnavline.png) no-repeat left 0;padding: 0 19px; text-align:center;}
.nav ul li#home{background:none; width:35px; padding-left:20px;}
.nav ul li a,.nav ul li a:hover{font-size:15px; color:#fff;text-decoration:none;}
.nav #hot,.nav #v,.nav #p,.nav #er{display:block;position:absolute;overflow:hidden;z-index:990;background-image:url(imagestxy_ph_bg.png);_background-image:url(imagestxy_ph_bg.gif); top:1px;}
.nav #hot {left:980px;width:18px;height:16px;background-position:0px -103px;}
.nav #v {left:220px;width:14px;height:14px;background-position:-19px -103px;}
.nav #p {left:395px;width:14px;height:14px;background-position:-19px -103px;}
.nav #er {left:975px;width:16px;height:16px;background-position:-34px -103px;}
.nav ul #wampscroll{width:50px; height:5px; background:url(imagesbanner_bg.png) no-repeat center; position:absolute; left:10px; top:0; _top:-7px; transition:all 0.5s;}
/*
1、nth-child获取li子元素
2、鼠标置于li子元素上面:hover
3、~ 寻找到相同容器内的#wampscroll样式
4、left位置偏移，最后在#wampscroll样式中加上transition动画属性

.nav ul li:nth-child(2):hover ~ #wampscroll{left:75px;}
.nav ul li:nth-child(3):hover ~ #wampscroll{left:135px;}
.nav ul li:nth-child(4):hover ~ #wampscroll{left:192px;}
.nav ul li:nth-child(5):hover ~ #wampscroll{left:255px;}
.nav ul li:nth-child(6):hover ~ #wampscroll{left:315px;}
.nav ul li:nth-child(7):hover ~ #wampscroll{left:380px;}
.nav ul li:nth-child(8):hover ~ #wampscroll{left:450px;}
.nav ul li:nth-child(9):hover ~ #wampscroll{left:525px;}
.nav ul li:nth-child(10):hover ~ #wampscroll{left:610px;}
.nav ul li:nth-child(11):hover ~ #wampscroll{left:690px;}
.nav ul li:nth-child(12):hover ~ #wampscroll{left:775px;}
.nav ul li:nth-child(13):hover ~ #wampscroll{left:855px;}
.nav ul li:nth-child(14):hover ~ #wampscroll{left:925px;}
.nav ul li:nth-child(15):hover ~ #wampscroll{left:925px;}*/

/*乡镇导航*/
.navxz{height:35px; overflow:hidden;text-align:center; display:block;line-height:35px;}
.navxz a{display: block;float: left;height: 15px;line-height: 15px; padding: 0px 14px;border-right: 1px #999 solid;margin-top: 10px;color:#333;}
.navxz a.home{padding-left:15px;}
.navxz a.last{border-right:0px;}

/*头条*/
.TT { border-bottom:#ddd solid 1px; height:90px; background:url(imagestxy_ph_bg.png) left no-repeat; _background:url(imagestxy_ph_bg.gif) left no-repeat; background-position:0 -156px; margin-top:10px; position:relative;}
.TT .bigtt{position:absolute; height:50px; right:0; top:0; width:920px; text-align:center; }
.TT .bigtt img{width:920px; height:50px;}
.TT .more{position:absolute; width:75px; height:90px; left:0; top:0;}
.TT .more img{width:60px; height:62px; margin-top:10px;}
.TT .smalltt{ width:40px; position:absolute; right:0; bottom:0px; line-height:40px; width:920px; overflow:hidden; text-align:center; color:#CCC; font-size:14px;}
.TT .smalltt a{color:#666; text-decoration:none;}.TT .smalltt a:hover{color:#C00; text-decoration:underline;}

/*头条图片切换*/
.focuspic {position: relative; width:600px; height:320px; overflow:hidden;float:right; margin-top:10px; z-index:1;}
#focuspic {width:600px; height:320px;}
#focuspic img{width:600px; height:320px;}
#focuspic p{position:absolute; bottom:0; left:0; text-align:left; width:600px; color:#fff; height:50px; line-height:40px; z-index:888; font-size:16px; font-family:"Microsoft YaHei"; background-color:rgb(0,0,0); filter:alpha(opacity=80); background:rgba(0,0,0,0.8) /* IE */ -moz-opacity:0.8; /* 老版Mozilla */ -khtml-opacity:0.8; /* 老版Safari */ opacity: 0.8; /* 支持opacity的浏览器*/ text-indent:1em;}
#focuspic p a{color:#fff; font-weight:700; text-decoration:none;}
#nos {position:absolute; right:10px; bottom:10px; z-index: 999;}
#nos a { margin:0 1px 0 0; width:20px; height:20px; line-height:20px; text-align:center; border-radius:10px; display:inline-block; float:left; background-color:#fff;}
#nos a.activeSlide {background-color:#003466; color:#fff; text-decoration:none;}

.s_tt{width:390px; height:320px; float:left; margin-top:10px; overflow:hidden;}
.s_tt ul{width:380px; height:auto;}
.s_tt img.xhbank{padding:0 0 10px 0;}
.s_tt ul li{text-align:left; margin-bottom:16px; white-space: nowrap;text-overflow:ellipsis; overflow:hidden; padding:0px 5px 0px 0; font-size:16px;}
.s_tt ul li span{height:25px; width:40px; display:inline-block; border-radius:3px;background:#C00; color:#fff; line-height:25px; text-align:center; font-size:14px; margin-right:5px;_margin-top:5px;}
.s_tt ul li:first-child{font-size:16px; color:#555; font-weight:700;}
.s_tt ul li:first-child a{background:none; padding-left:0;}
.s_tt ul li:first-child a:hover{text-decoration:none;color:#D62931;}
.s_tt ul li a:hover{color:#D62931; text-decoration:underline;}
.s_tt ul li span#white a{color:#fff; text-decoration:none; background:none; padding-left:0;}
.s_tt ul li span#white a:hover{color:#fff; text-decoration:none; background:none;padding-left:0;}

/*时政、社会、乡镇、部门、记者调查样式*/
.news{margin-top:10px;}
.news .hd{height:40px; border-bottom:1px #D4DCE0 solid;}
.news .hd li{float:left;line-height:40px;height:40px; font-size:16px;background:#f4f6f7 url(imagestxy_ph_bg.png) no-repeat 0 -817px;border-left:1px #D4DCE0 solid;border-right:0;}
.news .hd li a{display:block; width:173px; height:39px;line-height:39px; text-align:center;color:#000;}
.news .hd li a:hover,.news .hd li.first a{color:#333; text-decoration:none; font-weight:700; background:#FFF; cursor:pointer;border-top:1px #D62931 solid; border-bottom:1px #FFF solid;}


.bdlist, .textlist{height:auto; overflow:hidden;}.bdlist{width:350px;}.textlist{width:350px;}
.bdlist p, .textlist p{width:350px; height:40px; background-color:#F2F3F5; display:block;}.textlist p{width:350px;}
.bdlist p span, .textlist p span{font-size:16px;line-height:40px;font-weight:700; display:inline-block; float:left; color:#333; width:90px; text-align:center;position:relative;}
.bdlist p span:before, .textlist p span:before{content:'';position:absolute; width:3px; background:#3668A5;height:18px; left:0px; top:11px;}
.bdlist p em, .textlist p em{line-height:40px;color:#888; font-style:italic; font-size:14px; width:230px; float:right; display:block; text-align:right; margin-right:5px;}
.bdlist p em{position:relative;}
.bdlist p img.smallad{width:160px; height:40px; position:absolute; top:0px; left:0px;}
.bdlist p em a, .textlist p em a{margin:0 2px 0 2px;font-style:normal; }
.bdlist p em a{color:#333; text-decoration:none;}

.textlist ul, .bdlist ul{margin:8px 0; overflow:hidden;}
.textlist ul li, .bdlist ul li{text-align:left; height:38px; line-height:38px; white-space:nowrap;*white-space: pre;*word-wrap: break-word;text-overflow:ellipsis; overflow:hidden; padding:0px 5px 0px 0px; font-size:15px;}
.textlist ul li.other, .bdlist ul li.other{border:0; line-height:32px; height:32px;}
 .textlist ul li a.bold, .bdlist ul li a.bold{font-weight:bold;}

.textpic{width:330px; height:80px; padding:10px 10px 0 10px;}
.textpic img{width:120px; height:80px; float:left;}
.textpic p{display:block; width:200px; height:80px; line-height:25px; float:right; background-color:#fff; color:#676767;font-size:12px; text-align:left;}
.textpic p i{font-size:14px; display:block; height:30px; line-height:30px; width:200px; color:#C00; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.textpic p i a{color:#C00;}

/*广告700*50*/
.left_ads{height:50px; position:relative;overflow:hidden;}
.left_ads span.text{height:16px; line-height:16px; width:30px; text-align:center; background:#06C; color:#fff; position:absolute; top:0px; left:0px;}
.left_ads ul li{width:100%; height:50px; overflow:hidden;}
.left_ads p.dot{height:6px; width:27px; position:absolute; right:6px; bottom:6px;}
.left_ads p.dot span{height:6px; width:6px; line-height:6px; font-size:0; background:#CCC; float:left; border-radius:3px; margin-right:3px; cursor:pointer;}
.left_ads p.dot span.first{background:red;}

/*视频、图片*/
.video,.photo,.bbs{margin-top:10px;}
.vit{height:40px; line-height:40px; border-top:1px #D4DCE0 solid; border-bottom:1px #DDD dotted; position:relative; background:url(imagestxy_ph_bg.png) no-repeat;_background:url(imagestxy_ph_bg.gif) no-repeat;}
.video .vit{background-position: -180px -35px;}
.photo .vit{background-position: 5px -772px;}
.bbs .vit{background-position: -233px -156px;}
.txy .vit{background-position: -285px -258px;}
.vit h1{font:16px/40px "Microsoft YaHei",SimSun,SimHei; text-align:left;margin-left:40px;} .vit h1 a{ font-weight:bold; text-decoration:none;}
.vit span{position:absolute; bottom:0px; right:0; font-style:italic; color:#D0CCD6;}
.vit span a{font-style:normal; color:#333;}

/*.v li{ background: url(imagestv.gif) left no-repeat ; padding-left:25px;height:24px; line-height:24px; }*/
.picfocus{width:340px; height:250px; position:relative;overflow:hidden; margin-top:10px;}
.picfocus p.focusnav{position:absolute; bottom:14px; right:5px; display:block; width:48px; height:8px;}
.picfocus em.v_pause{width:48px; height:48px; display:block;position:absolute; bottom:45px;right:10px; background:url(imagesv_big_bg.png) no-repeat;}
.picfocus p.focusnav span{display:block; height:8px; width:8px; background:#fff; float:left; margin-right:4px; cursor:pointer;}
.picfocus p.focusnav span.first{background:red;}
.picfocus ul li,.picfocus ul li img{width:340px; height:250px;}
.picfocus ul li{position:relative; overflow:hidden;}
.picfocus ul li p{font-size:14px;display:block; color:#fff; width:80%; padding:0 18% 0 2%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; height:35px; position:absolute; left:0px; bottom:0px; line-height:35px; background:url(imagesfocus_p_bg.png);}

.v{width:360px;}
.v .pic-txt { position: relative; float:left; margin:10px 0 0 15px; width:163px; height:120px; overflow:hidden;}
.v .pic-txt .img img{width:175px; height:120px; transition:all 0.3s ease-out; position:absolute; left:0; top:0;}
.v .pic-txt:hover .img img{left:-12px;}
.v .pic-txt .video{z-index:12;background: url(imagestxy_ph_bg.png) -173px 0 no-repeat;_background: url(imagestxy_ph_bg.gif) -173px 0 no-repeat;width: 45px;height: 40px;right: 0;bottom: 20px;position: absolute;}
.v .pic-txt .bg{background: #000;width: 100%;opacity: 0.5;filter: alpha(opacity=50);height: 30px;z-index: 10;left: 0;bottom: 0;position: absolute;}
.v .pic-txt .name{text-align: center;color: #fff;z-index: 11;position: absolute;left: 0;bottom: 0;height: 30px;line-height:30px;width: 100%;overflow: hidden;}
.v .pic-txt .name a{color: #fff;}

/*左侧标题*/
.leftt{height:34px;width:100%;position: relative;}
.leftt:before{content:''; width:3px; height:18px; position:absolute; left:0px; top:8px; background:#3668A5;}
.leftt h1{ float:left;text-align:center; font:16px/35px "Microsoft YaHei"; font-weight:700; width:95px;}
.leftt h1 a{ text-decoration:none; font-weight:700;}
.leftt img.skyy{width: 170px; height:32px; position:absolute; right:15px; top:2px;}
a.left_ad_img{display:block; width:250px; height:45px; border:0; margin:0 auto 10px; padding:0;}

/*书记县长信箱*/
.mail{width:270px; height:50px; margin:10px auto;overflow:hidden;}
.mail ul li{background: url(imagestxy_ph_bg.png) -165px -201px no-repeat;_background: url(imagestxy_ph_bg.gif) -165px -201px no-repeat; background-color:#448CED; list-style:none; height:50px; line-height:50px; border-radius:2px; text-align:center; margin-right:10px; float:left; width:130px;}
.mail ul li:hover{background: url(imagestxy_ph_bg.png) -165px -201px no-repeat; _background: url(imagestxy_ph_bg.gif) -165px -201px no-repeat; background-color:#D62931; height:50px;}
.mail ul li a{color:#FFF; font-size:16px; margin-left:35px;}.mail ul li a:hover{color:#fff;text-decoration:none;}


/*领导班子*/
.lead .hd{height:35px; border-bottom:1px #D4DCE0 solid; width:270px; margin:0 auto;}
.lead .hd li{float:left; }
.lead .hd li{line-height:35px;font-size:14px;}
.lead .hd li a{display:block; width:66px!important;*width:66px;_width:66px; height:34px;text-align:center;}
.lead .hd li a:hover,.lead .hd li.first a{color:#C00; text-decoration:none; background:#FFF; cursor:pointer; border-left:1px #D4DCE0 solid;border-right:1px #D4DCE0 solid;border-top:1px #3668A5 solid; border-bottom:1px #FFF solid;}

.lead .list{width:270px; height:100px!important;*height:100px!important;*height:100px; _height:100px; margin:0 auto;}
.lead .list ul{margin-top:10px;}
.lead .list ul li{float:left; width:54px; height:30px; line-height:30px; text-align:center;}


.Notice, .leadpic{width:270px; margin:0 auto;}
.Notice ul{margin:1px 0 10px 0;}

/*专题*/
.top_zt{height:70px; width:250px; margin:5px auto 0;}
.top_zt ul li{height:60px; line-height:60px; width:116px; padding:1px; border:1px #D4DCE0 solid; float:left;}
.top_zt ul li img{height:60px; width:116px;}

/*手机报*/
.scrollbox{height:500px; width:288px; _width:268px; margin:0 auto;}
.sly{overflow:hidden;}
.sly > ul{list-style:none;margin:0;padding:0;}
.sly > ul li{position:relative;margin:0;padding:0;background:#4DBCE9;color:#fff;text-align:center;cursor:pointer;}
.sly > ul li.active{background:#fff;color:#4DBCE9;
	-webkit-box-shadow:inset 0 0 0 1px #4DBCE9, inset 0 0 40px 20px #97e6f7;
	-moz-box-shadow:inset 0 0 0 1px #4DBCE9, inset 0 0 40px 20px #97e6f7;
	-o-box-shadow:inset 0 0 0 1px #4DBCE9, inset 0 0 40px 20px #97e6f7;
	box-shadow:inset 0 0 0 1px #4DBCE9, inset 0 0 40px 20px #97e6f7;
}
.scrollbar{line-height:0; }
.scrollbar .handle{background:#3668A5;cursor:pointer;line-height:0;}

.slyWrap{width:288px; _width:268px; height:500px;}
.scrollbar{width:4px;}
.scrollbar .handle{height:100px;width:100%;}

.example2{position:relative;}
.example2 .sly{width:284px;_width:264px;height:500px; background:#fff;position:absolute; top:0; left:0; line-height:25px; text-align:left;}
.example2 .sly > div{padding:1em 1.5em;}
.example2 .sly > div span{font-size:16px;font-family:Arial;color:#C00;}
.example2 .scrollbar{position:absolute;top:0;right:0px;height:450px;}

/*政风行风热线图文样式*/
.Notice ul p{width:250px; display:block; height:85px; position:relative;margin-bottom:10px;margin-top:7px;}
.Notice ul p img{width:106px; height:81px; border:1px #D4DCE0 solid; padding:1px; position:absolute; top:0; left:0;}
.Notice ul p span{width:155px; height:85px; position:absolute; top:0; right:0; color:#666; line-height:21px; text-align:left;}
.Notice ul p span a{color:#033266; font-weight:700;}
/*政风行风热线图文样式end*/

/*新闻详情内页右侧列表*/
.con_r_list ul{padding-left:15px;}

.Notice ul li,.con_r_list ul li{background:url(imagesstyle_dian.png) no-repeat 0 15px;text-align:left; line-height:32px; font-size:12px; white-space:nowrap; text-overflow:ellipsis;overflow: hidden; padding:0 0 0 10px;}
.Notice ul li.tv a{background:url(www.xiangtan.cnimagestv.gif) no-repeat 0 0;padding-left:18px;}

/*部门列表2015*/
.bumen{width:700px;}
.bumen ul{margin-top:10px;}
.bumen ul li{float:left; width:85px; height:115px; margin-bottom:5px; position:relative;}
.bumen ul li .bm{margin-top:3px; float:left; width:85px; text-align:center;}
.bumen ul li .bm img{border-radius:4px; width:76px; height:76px;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.bumen ul li .bm p{line-height:25px; height:25px; margin-left:2px; margin-top:5px; *margin-top:0px; color:#333; display:block; width:81px; text-align:center; font-size:12px;}
.bumen ul li:hover .bm{z-index:1;}
.bumen ul li:hover .bm p{background:#3668A5; color:#fff; border-radius:2px;}
/*.bumen ul li:hover .bm img{transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);}*/
.bumen ul li .bmlist{display:none; position:absolute; top:-1px; left:84px; height:113px; width:240px; border:1px #DDD solid; border-left:0; border-right:0; overflow:hidden; background:#FFF;}
.bumen ul li .bmlist ul{margin-left:4px;}
.bumen ul li .bmlist ul li{line-height:21px; height:21px; float:left; width:235px; overflow:hidden; text-align:left;background:url(imagesstyle_dian.png) no-repeat 0 5px; padding-left:10px;}

.bumen ul li:hover{width:84px; height:113px; border:1px #DDD solid; border-right:0;z-index:999;}
.bumen ul li:hover .bmlist{display:block; border-right:1px #DDD solid;}
.bumen ul li:hover .bmlist ul li{border:0;}


/*房产*/
.focus{width:250px;height:90px;margin:10px auto 0;position:relative;} 
.preNext{width:45px;height:90px;position:absolute; top:0; background:url(imagessprite.png) no-repeat 0 -5px;cursor:pointer;} 
.focus .pre{left:0px;} 
.focus .next{right:0px;background-position:right -5px;}
#focus{width:160px;height:90px;position:relative; margin:0 auto; overflow:hidden;} 
#focus ul{height:90px; position:absolute;overflow:hidden;} 
#focus ul li{float:left;width:160px;height:90px;overflow:hidden;position:relative;background:#000;} 
#focus ul li span{width:160px; height:25px; line-height:25px; text-align:center; background-color:rgb(0,0,0); filter:alpha(opacity=60);background:rgba(0,0,0,0.6); opacity:0.6; position:absolute; left:0; bottom:0; color:#fff;}
#focus ul li span a{color:#fff;}
#focus ul li img{width:160px; height:90px;}
#focus ul li div{position:absolute;overflow:hidden;} 

/*图片库*/
.imageslist ul{height:300px; margin-top:10px; overflow:hidden;}
.imageslist ul li{margin-right:10px; float:left; width:190px; height:145px; margin-bottom:10px; position:relative; overflow:hidden;}.imageslist ul li a:hover{text-decoration:none; cursor:pointer;}
.imageslist ul li img{width:190px; height:145px;}
.imageslist ul li:hover img{opacity:0.8;}
.imageslist ul li .divbg{position:absolute; left:0; bottom:0; _bottom:-1px; width:100%; height:48px; line-height:48px; background:url(imagestxy_ph_bg.png) 0 -852px repeat-x; /*background-position:bottom 30px!important;background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));*/_background:#000;_filter:Alpha(opacity=50);_opacity:.2;z-index:15;}
.imageslist ul li .divtext{font-size:14px;width:100%;position:absolute;bottom:0;left:0;line-height:48px;height:48px;z-index:17}
.imageslist ul li .divtext span{font-size:14px;color:#fff; text-align:center; width:100%; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.imageslist ul li#big{width:400px; height:300px;}
.imageslist ul li#big img{width:400px; height:300px;}

/*社区*/
.bbs_height{height:280px;overflow:hidden;}
.bbswidth{width:340px; }
.bbswidth .bbspic ul{margin-top:15px;}
.bbswidth .bbspic ul li {float:left; height:120px; width: 160px; position:relative; list-style-type:none; margin-right:10px; margin-bottom:10px; overflow:hidden;}
.bbswidth .bbspic ul li img{width:160px; height:120px;}
.bbswidth .bbspic ul li .txt{background-color:rgb(0,0,0); height:25px; filter:alpha(opacity=70); background:rgba(0,0,0,0.7); opacity:0.7; -moz-opacity:0.7; position:absolute; bottom: 0; left: 0;width: 160px; z-index:10;}
.bbswidth .bbspic ul li p{position:absolute; line-height:25px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;  bottom: 0; left: 0; z-index:20;text-align:center; width:160px;}
.bbswidth .bbspic ul li p a{color:#fff; text-decoration:none;}

/*社区文字*/
.bbs_tit {width:350px;overflow:hidden;margin-top:10px;}
.bbs_tit h3 a{text-align:left;font-weight:bold; font-size:16px; background:url(imagestxy_ph_bg.png) no-repeat -200px -815px;padding-left:35px;line-height:35px;height:35px;overflow:hidden;}
.bbs_tit p {text-indent:1em;color:#666;line-height:22px;font-size:12px;text-align:left;}
.bbs_tit p span a{color:#D62931;}
.bbs_list ul li{background:url(imagesstyle_dian.png) no-repeat 0 12px;text-align:left; line-height:35px; overflow:hidden;white-space:nowrap;padding-left:11px; font-size:14px;}
.bbs_list ul li.bold {font-weight:bold;}

/*通讯员排行*/
.txyinfor{height:145px; width:340px; border:1px #D4DCE0 dashed; background:#F9F9F9; margin-top:10px;}
.txyabout{width:190px;overflow:hidden; height:135px; float:right; text-align:left;}
.txyabout p{line-height:20px; padding:10px;}
.txytotal {width:170px;height:22px;line-height:22px; background:#448ced;color:#fff; text-align:center; border-radius:11px;}

.choices-item {width:100px;overflow:hidden; float:left; margin-top:10px; margin-left:10px;}
.choices-item .pic {padding-top:4px;width:100px;height:120px;overflow:hidden;text-align:center;vertical-align:middle;position:relative;}
.choices-item .pic i {position:absolute;top:0;right:76px;z-index:10;width:21px;height:30px;overflow:hidden;background:url(www.xiangtan.cnimagestxy_ph_bg.png) no-repeat;}
.choices-item .pic .top1 {width:21px;height:30px;background-position:-59px -90px;font-style:normal;color:#fff;font-weight:bold;line-height:24px;}
.choices-item .pic .top2 {width:21px;height:30px;background-position:0px -30px;font-style:normal;color:#fff;font-weight:bold;line-height:24px;}
.choices-item .pic .top3 {width:21px;height:30px;background-position:0 -71px;font-style:normal;color:#fff;font-weight:bold;line-height:24px;}
.hotShop {
	width:330px;
}
.hotShop .txt {
	}
.hotShop .txt11 {
	HEIGHT: 265px
}
.hotShop .num{background:url(www.xiangtan.cnimagesstyle_dian.png) no-repeat 0 14px;text-align:left; overflow:hidden;white-space:nowrap;padding-left:11px; }
.hotShop .txt .num1 {
	BACKGROUND: url(www.xiangtan.cnimagesp1.png) no-repeat 5px 15px;
}
.hotShop .txt .num2 {
	BACKGROUND: url(www.xiangtan.cnimagesp2.png) no-repeat 5px 15px;
}
.hotShop .txt .num3 {
	BACKGROUND: url(www.xiangtan.cnimagesp3.png) no-repeat 5px 15px;
}
.hotShop .numBig {
	BACKGROUND: #ff7800
}
.hotShop .numBig SPAN {
	BACKGROUND: #f30
}
.sort1 .txt {padding:0.4em 0 0 0;}
.sort1 .txt LI.paddingL{padding-left:40px;}
.sort1 .txt LI.listHeight {LINE-HEIGHT: 55px;HEIGHT: 55px;}
.sort1 .txt LI.listHeight span{color:#C00; font-weight:bold;}

.txy_ph {height:35px; border-bottom:#D4DCE0 1px solid;}
.txy_ph li{float:left;line-height:35px;font-size:14px;}
.txy_ph li a{display:block; width:160px;height:34px;text-align:center;}
.txy_ph li a:hover,.txy_ph li.first a{color:#444; cursor:pointer; border-left:1px #D4DCE0 solid;border-right:1px #D4DCE0 solid;border-top:1px #D4DCE0 solid; border-bottom:1px #FFF solid;text-decoration:none; font-size:14px; font-weight:bold;}
.monthtxy_ph ul{margin-top:10px;}
.monthtxy_ph ul li{text-align:left; line-height:27px; height:27px; overflow:hidden;}
.monthtxy_ph ul li a{font-size:12px;}
.monthtxy_ph ul li span{font-family:Arial;font-style:italic; font-size:16px; vertical-align:middle;float:right; color:#990000; margin-right:20px;}
.red{color:#BA2636;}
.monthtxy_ph ul li em{font-size:16px;font-family:Arial;font-style:italic;padding-right:20px;vertical-align:middle;}

/*便民查询*/
.ConQuery{width:270px; height:200px; margin:10px auto;}
.ConQuery ul{margin-left:1px;}
.ConQuery ul li{float:left; width:63px; _width:62px; height:37px; text-align:center; line-height:37px; overflow:hidden; background:#448CED;margin:0 2px 4px 2px; cursor:pointer; border-radius:2px; }
.ConQuery ul li#top{background:#68CCEE;}
.ConQuery ul li a,.ConQuery ul li a:hover{color:#fff;}
.ConQuery ul li:hover{background:#19A7D7;}

/*图片缓存加载*/
img.lazy{background:url(imageslazyload.gif) no-repeat center center;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain;}

/*友情链接*/
.urllink{height:40px; border:1px #D4DCE0 solid; margin-top:10px;}
.urllink ul li{float:left;line-height:40px;font-size:14px; font-weight:bold; text-align:center;border-right:1px #D4DCE0 solid;width:120px; color:#000;}

.urllink ul li a{line-height:40px;text-align:center; font-size:14px; font-weight:normal; text-decoration:none; color:#000;}
.urllink ul li a:hover, .urllink ul li.first a{ display:block; color:#000; font-weight:700; cursor:pointer;height:41px; background:#FFF; font-size:14px;}
.urllink ul li.more a{color:#333; font-weight:normal; font-size:12px;text-decoration:none; height:40px; border-right:0;}
#link1 a span{color:#C00;}

.linklist ul{margin-top:10px;}
.linklist ul li{line-height:20px; min-height:20px;}
.linklist ul li a{cursor:pointer;padding: 5px 16px 5px 0;display: block;white-space: nowrap;float: left; color:#020202;}.linklist ul li a:hover{color:#C00; text-decoration:none;}

/*版权信息*/
.copyright{border-top:1px #D4DCE0 solid; margin:15px auto 0; width:1000px; padding-top:10px; text-align:center; line-height:28px; color:#222;}
.copyright a:hover{text-decoration:none;}
.copyright .url{height:40px;line-height:40px; }
.copyright .url a{margin:0 10px 0 10px;}
.copyright span{color:#BA2636;}

/*GogoTop*/
.go_top{width:60px; height:70px; position:fixed; _position:absolute; background:url(imagestxy_ph_bg.png) -15px -700px no-repeat; top:0px; left:0px; cursor:pointer; display:none;}
.go_top a{display:block; width:60px; height:70px;}
.go_top:hover{background:url(imagestxy_ph_bg.png) -105px -700px no-repeat;}

/*右下角房产广告*/
.fc_ad{position:fixed;width:180px; height:154px;bottom:0px; right:0px;_position:absolute;_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));}

/*飘浮广告*/
.float_ad{z-index:99999; position:relative; width:180px; height:75px;}
.float_close{position:absolute;bottom:5px;_bottom:5px; right:5px;}.float_close a{cursor:pointer;}

/*微信公众号*/
.xtxweixin{position:relative; width:140px; height:350px; position:fixed; bottom:40px; left:50%; margin-left:-646px; text-align:center; line-height:16px; color:#666; border:#DDD 1px solid; background-color:#fff; z-index:999;}
.xtxweixin .cusp{
 display:block;
 position:absolute;
 width:5px; height:9px;
 right:-5px;
 top:165px;
 background:url(imagestxy_ph_bg.png) -320px -919px no-repeat;
}
.xtxweixin p{width:12px; height:12px; display:inline-block; border-radius:6px; line-height:12px; text-align:center; background:#666; color:#fff; font-size:9px; cursor:pointer;}

/*******************新闻内容页CSS********************************/
.positionnav{text-align:left; color:#000; margin:5px auto;}.positionnav a,.positionnav a:hover{color:#000;}
.div_db{border-bottom:1px #D4DCE0 dashed;}
.artical_topic{clear:left;width:620px;margin:0px auto;line-height:45px;font-family: "Microsoft YaHei"; color:#252525; font-size:25px;font-weight:normal;text-align:center;
padding:15px 0 6px 0; min-height:45px;}

.artical_topsec{font-size:18px;color:#000;text-align:center; font-weight:100;}
.STYLE5 {
	color:#1F356F;
	font-size:14px;
	font-weight:bold;
	font-family:微软雅黑;
}
.content_info{border-top:1px #D4DCE0 dashed; height:45px;}
.content_info .infotime,.content_info .infoshare{color:#848484;width:420px; padding-top:10px; text-align:center;}
.content_info .infoshare{width:200px;}
.content_info1{height:40px; padding-top:15px;}
.content_info1 .infoeyes{width:220px; color:#848484; text-align:center;}
.content_info1 .infosize{width:140px; color:#848484; padding-right:20px;}
.content {
	color: #1B1B1B;
	font-size: 16px;
	line-height:34px;
}
.b_cF5{background-color:#F5FAFF;}
.divborder_content{border:1px #EDF1F2 solid;}
.div_center{text-align:center;}
.content_sjb{padding-left:10px; padding-right:10px; font-size:12px; text-indent:2em; text-align:left;margin:0 15px 0 15px; background:#F1F1F1;}
.content_sjb a{color:#BA2636; font-weight:bold;}

.content_s{width:240px; float:right;}
.content_s input{font-family:"Microsoft YaHei"; font-size:12px;}
.content_s input#text{width:198px; height:23px; line-height:23px;vertical-align:middle; border:1px #448CED solid; padding-left:10px; float:left;}
.content_s input#bot{width:30px; height:25px; line-height:25px; background:#448CED; color:#fff; border:0;float:right; cursor:pointer;}

a.page_content:link,a.page_content:visited{color:#848484;text-decoration:none;}
a.page_content:hover{color:#900;text-decoration:underline;}
.relative{background-color:#0099FF; color:#FFFFFF; padding:5px;}

.page_bbspic{display:block;width:140px;height:105px;border:1px solid #D4DCE0;padding:1px;overflow:hidden; float:left; margin:5px 3px 10px 8px;}
.page_img-demo { position: relative; display: block; height:105px; width: 140px; margin: 0 auto;}
.page_img-demo img{width:140px; height:105px;}
.page_img-demo span {background-color:rgb(0,0,0);filter:alpha(opacity=70); background:rgba(0,0,0,0.7);opacity:0.7; -moz-opacity:0.7;color: #fff; position:absolute; bottom: 0; left: 0; width: 140px; font-size:12px; line-height:25px; text-align:center;}
.page_img-demo span a{color:#FFFFFF;}

.page_a_news li{background:url(imagesstyle_dian.png) no-repeat 0 10px;text-align:left; line-height:25px; overflow:hidden;white-space:nowrap;padding-left:11px; width:300px; float:left;}
.w480{width:480px;}
.w318{width:318px; border:1px #EAEFF5 solid;}
.w640{width:648px; border:1px #EAEFF5 solid;padding:0 10px;}
.bbsfont{font-family: "Microsoft YaHei"; font-size:18px; color:#0000FF; font-weight:bold;}

.tags li{float:left; line-height:17px; padding-right:5px;}
.tags li a{color:#333333;}
.tags li.tag{width:68px; height:17px; background:url(imagesxgbq.gif) left no-repeat; line-height:17px; text-align:center;}

a.zturl{color:#f00;}

.page_lt{padding-left:10px;}
.page_lt li { background:url(imagesj1.gif) no-repeat 0 15px; padding-left:10px; font-size:14px; font-family:"Microsoft YaHei"; line-height:36px; text-align:left; color:#BA2636;}
.page_ltli a,.page_lt li a:hover{text-decoration:none;}
.page_lt li a span{float:right; font-size:12px; font-weight:normal; padding:0 10px 0 0; cursor:pointer;}
.lt_bg1{background:url(imagesleft_1_1.jpg) 0 -1px; height:36px;}
.lt_bg2{background:url(imagesleft_1_1.jpg); height:37px;}
.page_line{line-height:1px; height:1px; background-color:#D4DCE0;}
.page_bg{background:url(page_bg.jpg) repeat-y;}
#float{width:300px; padding-left:9px;}
.copyUrl,.ckhome{border:1px #D4DCE0 solid; padding:10px; cursor:pointer; font-family:"Microsoft YaHei";}

/*列表页样式*/

#news_titlelist {padding-left:20px; clear:both;}
#news_titlelist li{background:url(imagesstyle_dian.png) no-repeat 0 16px;padding-left:11px;font-size:14px; line-height:35px; text-align:left; }
#news_titlelist li span{float:right;color:#999; font-size:11px; padding-right:10px;}
#news_titlelist li a#top{color:#BA2636;}

/*分页*/
a.black{ background-color:#90C5E3; padding:5px; color:#FFFFFF; text-decoration:none; font-weight:bold;}

.hr_style{border-top:1px dashed #D4DCE0; margin-top:10px; margin-bottom:10px; text-align:center;}

/*内容页返回顶部*/
#back-to-top{
	position:fixed;
	bottom:100px;
	right:20px;
}
#back-to-top a{
	text-align:center;
	text-decoration:none;
	color:#d1d1d1;
	display:block;
	width:80px;
	/*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
	-moz-transition:color 1s; 
	-webkit-transition:color 1s;
	-o-transition:color 1s;
}
#back-to-top a:hover{
	color:#979797;
}
#back-to-top a span{
	background:#d1d1d1;
	border-radius:6px;
	display:block;
	height:80px;
	width:80px;
	background:#d1d1d1 url(../images/arrow-up.png) no-repeat center center;
	margin-bottom:5px;
	-moz-transition:background 1s;
	-webkit-transition:background 1s;
	-o-transition:background 1s;
}
#back-to-top a:hover span{
	background:#979797 url(../images/arrow-up.png) no-repeat center center;
}
	
/*列表页翻页样式*/
.ph_link{height:50px; line-height:50px; text-align:center;}
.ph_link ul{padding-left:20px;}
.ph_link span{display:block; width:35px; height:35px; line-height:35px; border-radius:2px; background:#DDD; float:left; margin-right:5px; font-size:12px;}
.ph_link span#page{width:45px;}
.ph_link span#count{background:#448CED; color:#FFF;font-family:Arial; font-style:italic;}
.ph_link span#page a{color:#000;text-decoration:none;}
.ph_link span#countlink a{background:#DDD; color:#000;font-family:Arial; font-style:italic; text-decoration:none;}
/*列表页翻页样式end*/

.News_con_AD2{top:0px;z-index:999;position:fixed;_position:absolute;_top:expression(documentElement.scrollTop + 0 + "px");_margin-top:250px;}