﻿/*css文档规范：
    1、文档需注释
    2、每模块之间用空行隔开
    3、每样式一行，不换行
    4、模块中子模块，在样式名前加父模块样式名做限制
    5、公用样式标明公用
    */
@import url("icon/iconfont.css");
*{margin: 0 auto;padding: 0;hide-focus: expression(this.hideFocus=true); -webkit-text-size-adjust: none; }
/** 清除内外边距 **/
/** 设置默认字体 **/
body,button, input, select, textarea {font: 12px/1.5 Arial, Helvetica;font-family:微软雅黑;border:0; }
em{font-style:normal;}
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置超链接元素 **/
a { text-decoration: none; text-align:center;}
a:hover { text-decoration:none; }
/** 重置图片元素 **/
img{ border:0px;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
div{ display:block;}
.line20{ clear:both; font-size:0px; height:20px; overflow:hidden; }
.line30{ clear:both; font-size:0px; height:30px; overflow:hidden; }
.red{ color:#F00; }
	.red:hover{ color:#F60; }
    .blue{ color:#1E7BB3; }
	.blue:hover{ color:#F60; }
.indexmain{width:100%;height:1900px;}
.main{width:100%;height:100%;}
/*导航及顶部banner*/
.header{width:1300px;height:229px;}
.header .header_top{width:1300px;height:9px;background:url(../images/header_top.png) no-repeat;background-size:1300px 9px;}
.header .header_top ul{width:250px;height:30px;margin-right:160px;}
.header .header_top ul li{width:80px;height:30px;float:left;}
.header .header_top ul li a{display:block;width:80px;height:30px;}
.header  .banner{width:1300px;height:220px;background:url(../images/headbanner.jpg)  no-repeat ;background-size:1300px 220px;overflow:hidden;}
@media screen and (-webkit-min-device-pixel-ratio:0) {.header  .banner .searchdiv {margin-top: 28px;}}/*chrome*/

.header  .banner .searchbar{width:195px;height:15px;margin-left:25px;border:none;}
.header  .banner .searchbtn{width:15px;height:20px;border:none;background:url(../images/1.png) no-repeat;cursor:pointer;}
/*下三行来自DT*/
 .search{ position:relative; display:block; float:left; margin:0 20px 0 5px;background-color:#2b57bf; }
 .search .input{ display:block; margin:0; padding:3px 30px 3px 10px; width:150px; height:20px; line-height:20px; color:#fff; border:1px solid #76b5dc; border-radius:2px; background:none; }
 .search .submit{ position:absolute; top:0; right:0; display:block; width:30px; height:28px; line-height:30px; text-indent:-9999px; color:#fff; border:none; background:url(../images/search.png) no-repeat center; cursor:pointer; _text-indent:0; overflow:hidden; }
  .searchdiv .submit{ position:absolute; top:0; right:0; display:block; width:30px; height:28px; line-height:30px; text-indent:-9999px; color:#fff; border:none; background:url(../images/search.png) no-repeat center; cursor:pointer; _text-indent:0; overflow:hidden; }

 .nav{width:1300px;height:50px;margin:0 auto;display:block;background:url(../images/nav_bg.png) repeat-x;background-size:1px 50px;font-family:黑体;font-size:19px;color:white;}

 .nav>ul {width:1000px;height:50px;}

 .nav li {width:122px;height:50px;float:left;line-height:50px;/*background:url(../images/li_bg.png) left no-repeat;*/text-align:center;}
 .nav li a{color:white;}
 .nav .gap {width:3px;height:50px;float:left;background:url(../images/nav_bg.png);}
 .header  .banner .searchdiv {margin-top: 32px\0;}/*ie8*/
 
 .nav{height:47px\0;}/*ie8*/
.nav>ul {height:47px\0;}/*ie8*/
.nav .gap{height:47px\0;}/*ie8*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header .banner .searchdiv {
        margin-top: 32px;
    }
}
 
  /*添加下拉列表加入*/
#navul li ul{display:none;position:absolute;z-index:999;background:#e6e6e6;border:#c6c6c6 1px solid;border-bottom:none;width:122px;}
#navul li ul li{display:block;width:122px;float:none;height:35px;position:relative;line-height:35px;border-bottom:#2e5f8b 1px dotted;font-size:15px;overflow:hidden;letter-spacing:2px;}
#navul li.navmoon{background:#0068b1;}
#navul li.navmoon a{color:white;}
#navul li.navhome a:hover{color:white;}
#navul li.navmoon ul{display:block;border:1px solid #2e5f8b;border-top:5px solid #b58433;filter: alpha(opacity=95); opacity:0.95;}
#navul li.navmoon ul a{display:block;width:122px;height:35px;line-height:35px;color:#005786;}
#navul li.navmoon ul a:hover{color:#0573bd;background:#FFF;}/*下拉列表结束*/
/*内容部分，即导航之下*/
.main_content {width: 1300px;height: 1160px;background-color:#e0e1e3;}
.main_news{width: 1300px;height: 800px;background-color:#e0e1e3;}
.main_planning {width: 1300px;height:auto !important;min-height:900px;  background-color:#e0e1e3;}
.main_map {width: 1300px;height:auto !important;min-height:900px;  background-color:#e0e1e3;}
/*横/纵向间隔--全页面公用，慎改*/
.horizon_gap {height:10px;background-color:#e0e1e3;}
.vertical_gap{width:10px;height:1px;float:left;background-color:#e0e1e3;}
/*通知公告*/
.notice {width:1000px;height:44px;background:url(../images/notice_bg.png) left no-repeat;background-color:white;border:1px solid #8b8d8e;}
.notice p{color:red;margin-left:140px;margin-top:10px;font-size:16px;}
.notice a{color:red;}
/*新闻栏*/
.news {width:1000px;height:265px;background-color:#e0e1e3;}
/*第一行图片新闻与列表新闻*/
.news_picture {width:383px;height:263px;border:1px solid #8b8d8e;float:left;background-color:white;}
.news_picture .pictitle{width:363px;height:27px;margin-top:-5px;text-align:center;color:#a29781;font-family:微软雅黑;font-size:14px;}
.news_picture_img img{width:360px;height:213px;border:1px solid #8b8d8e;margin:10px;}
.news_picture .listtitle{width:380px;height:35px;background:url(../images/list_bg.png) bottom no-repeat;color:#003c72;font-family:宋体;font-size:15px;font-weight:bold; }
.news_picture .listtitle a{width:13px;height:13px;float:right;margin:8px;background:url(../images/bluemore.png)}
.news_picture .listtitle p{padding-top:9px;margin-left:20px;line-height:20px;width:330px;float:left;}
.news_picture .news_picture_list li{border-bottom:1px dotted black;height:55px;margin-left:10px;}
.news_picture_list_date{width:45px;height:45px;float:left;text-align:center;padding-top:10px;font-size:12px;}
.news_picture_list_date p{height:16px;width:30px;border-right:1px dotted black;}
.news_picture_list_day{color:gray;}
.news_picture_list_month{color:white;background:url(../images/date_bg.png) bottom no-repeat;}
.news_picture_list_right{float:left;width:310px;margin-left:10px;margin-top:0px;}

.news_picture_list_right a{color:#01558e;font-size:12px;}
.news_picture_list_right p{color:#8d7b74;font-size:12px;}
/*第一行右边*/
.news_right{width:210px;height:265px;float:left;}
.news_right_in{width:208px;height:125px;border:1px solid #8b8d8e;background-color:white;}
.news_right_in .imgtitle{width:208px;height:25px;margin-top:0px;background:url(../images/nav_bg.png) repeat-x;}
.news_right_in .imgtitle .imgbg{width:77px;height:25px;background:url(../images/tzgg.png);float:left;}
.news_right_in .imgtitle .imgbg2{width:77px;height:25px;background:url(../images/wjff.png);float:left;}
.news_right_in .imgtitle a{width:13px;height:13px;float:right;margin:5px;background:url(../images/whitemore.png)}
.news_right_in .noticelist{width:208px;height:100px;}
.noticelist li{font-size: 12px;height: 22px;line-height: 22px;padding-left: 10px;}
.noticelist a:link{color:black;float:left;}
.noticelist a:visited{color:black;}
.noticelist a:hover{color:red;}
.noticelist p{position:absolute;margin-left:15px;width:60px;float:left;}
.noticelist .btn-pay p{width:180px;height:60px;background-color:#ff552e;color:white;font-size:30px;text-align:center;padding-top:15px;margin-top:10px;border-radius: 10px;}
/*图片轮播加入*/
.banner1 { position: relative; overflow: auto; }
.banner1 li { list-style: none; }
.banner1 ul li { float: left; }
/*.banner1 .dots{position:relative;z-index:10;width:100px;height:100px;border:1px;}*/

.banner1  .dots { position: absolute; right: 10px; bottom: 10px;}
.banner1 .dots li{display: inline-block;width: 10px;height: 10px;margin: 0 4px;text-indent: -999em;border: 2px solid #ccc;border-radius: 6px;cursor: pointer;opacity: .4;-webkit-transition: background .5s, opacity .5s;-moz-transition: background .5s, opacity .5s;transition: background .5s, opacity .5s;}
.banner1 .dots li.active {background: #c7711f;opacity: 1;}
/*第二行，规划管理……所有标签在上边标签的基础上全部加2，效果类似，稍做修改即可*/
.news2 {width:1000px;height:265px;background-color:#e0e1e3;}
.news2 .news_list {width:383px;height:263px;border:1px solid #8b8d8e;float:left;background-color:white;}
   .news2 .news_list .listtitle {width:383px;height:35px;color:#003c72;font-family:宋体;font-size:15px;font-weight:bold;border-bottom:3px solid #42b754;background-color:#dcdddc;}
  .news2  .news_list .listtitle p{padding-top:9px;margin-left:20px;line-height:20px;width:330px;float:left;}
  .news2  .news_list .listtitle a{width:13px;height:13px;float:right;margin:10px;background:url(../images/bluemore.png) ;}
  /*真正的新闻列表项*/
  .listitems li {background: rgba(0, 0, 0, 0) url("../images/arrow.png") no-repeat scroll 0 10px;font-size: 12px;height: 32px;line-height: 32px;padding-left: 15px;margin-left:20px;color:#a8a9ad;border-bottom:dotted 1px black;}
.listitems li a:link{color:#a8a9ad;}
.listitems li a:visited{color:#a8a9ad;}
.listitems li a:hover{color:red;}

.news_right2{width:210px;height:265px;float:left;}
.news_right2 .imgtitle{width:210px;height:36px;border-bottom:5px solid #f68e1e;background:url(../images/zfxxgk.png);}
.news_right2 .img_nav{width:210px;height:225px;background-color:#917d6b;}
.news_right2 .img_nav ul{padding-top:3px;}
.news_right2 .img_nav li{padding-top:4px;cursor:pointer;}
.news_right2 .img_nav li a{display:block;}
.news_right2 .img_nav .li1{width:195px;height:40px;background:url(../images/xxgkgd.png) no-repeat;}
.news_right2 .img_nav .li1:hover{background:url(../images/xxgkgd1.png) no-repeat;}
.news_right2 .img_nav .li2{width:195px;height:40px;background:url(../images/xxgkzn.png) no-repeat;}
.news_right2 .img_nav .li2:hover{background:url(../images/xxgkzn1.png) no-repeat;}
.news_right2 .img_nav .li3{width:195px;height:40px;background:url(../images/xxgkml.png) no-repeat;}
.news_right2 .img_nav .li3:hover{background:url(../images/xxgkml1.png) no-repeat;}
.news_right2 .img_nav .li4{width:195px;height:40px;background:url(../images/xxgkndbg.png) no-repeat;}
.news_right2 .img_nav .li4:hover{background:url(../images/xxgkndbg1.png) no-repeat;}
.news_right2 .img_nav .li5{width:195px;height:40px;background:url(../images/ysqgk.png) no-repeat;}
.news_right2 .img_nav .li5:hover{background:url(../images/ysqgk1.png) no-repeat;}

/*第三行，党建工作……所有标签在上边标签的基础上全部加3，效果类似，稍做修改即可*/
.news3 {width:1000px;height:390px;background-color:#e0e1e3;}
.news3_left{width:780px;height:390px;float:left;background-color:#e0e1e3;}
.news3_left .news3_picture{width:778px;height:100px;}
.news3_left .news3_picture a{width:778px;height:100px;background:url(../images/gczllnxd.png);float:left;z-index:10;}
.news3_left .news3_list{width:383px;height:278px;border:1px solid #8b8d8e;float:left;background-color:white;}
.news3_left .news3_list .listtitle{width:383px;height:37px;background-color:#dcdddc;border-bottom:3px solid #c37f3b;}
.news3_left .news3_list .listtitle a{width:13px;height:13px;float:right;margin:10px;background:url(../images/bluemore.png) ;}
.news3_left .news3_list .listtitle .imgbg{width:108px;height:37px;float:left;background:url(../images/djgz.png) ;}
.news3_left .news3_list .listtitle .imgbg2{width:108px;height:37px;float:left;background:url(../images/zcfg.png) ;}
.news3_right{width:210px;height:390px;float:left;background-color:#e0e1e3;}
.news3_right .bmfw{width:210px;height:46px;background:url(../images/bmfw.png);}

.news3_right ul{padding-top:0px;}
.news3_right li{padding-top:10px;cursor:pointer;}
.news3_right li a{display:block;}
.news3_right .li1{width:210px;height:47px;background:url(../images/fwcn.png) no-repeat;}
.news3_right .li1:hover{background:url(../images/fwcn1.png) no-repeat;}
.news3_right .li2{width:210px;height:47px;background:url(../images/bszn.png) no-repeat;}
.news3_right .li2:hover{background:url(../images/bszn1.png) no-repeat;}
.news3_right .li3{width:210px;height:47px;background:url(../images/spsx.png) no-repeat;}
.news3_right .li3:hover{background:url(../images/spsx1.png) no-repeat;}
.news3_right .li4{width:210px;height:47px;background:url(../images/zfbz.png) no-repeat;}
.news3_right .li4:hover{background:url(../images/zfbz1.png) no-repeat;}
.news3_right .li5{width:210px;height:47px;background:url(../images/ghgs.png) no-repeat;}
.news3_right .li5:hover{background:url(../images/ghgs1.png) no-repeat;}
.news3_right .li6{width:210px;height:47px;background:url(../images/tsjb.png) no-repeat;}
.news3_right .li6:hover{background:url(../images/tsjb1.png) no-repeat;}

/*大美临汾*/
.bigpicture{width:1000px;height:140px;background-color:#e0e1e3;}
/*底部图片导航*/
.bottomimgnav{width:1000px;height:130px;background-color:#e0e1e3;}
.bottomimgnav a{width:196px;height:66px;float:left;margin:0 0 5px 3px;}
.bottomimgnav .a1{background:url(../images/ldfg.png);}
.bottomimgnav .a2{background:url(../images/nsjg.png);}
.bottomimgnav .a3{background:url(../images/sfxm.png);}
.bottomimgnav .a4{background:url(../images/hfjs.png);}
.bottomimgnav .a5{background:url(../images/tsjb_footer.png);}
.bottomimgnav .a6{background:url(../images/xsdw.png);}
.bottomimgnav .a7{background:url(../images/jzscjg.png);}
.bottomimgnav .a8{background:url(../images/ncwfgz.png);}
.bottomimgnav .a9{background:url(../images/dfxfg.png);}
.bottomimgnav .a10{background:url(../images/xcqjgc.png);}

.bottomimgnav img{margin-left:1px;}
/*列表导航*/
.selectlist{width:1000px;height:30px;background-color:#e0e1e3;display:block;}
.selectlist select{width:220px;margin-right:20px;height:25px;font-size:16px;}
/*灰色效果条*/
.graybar{width:100%;height:30px;background-color:#d0cdc7;}
/*底部导航与版权*/
.footer{width:100%;color:white;text-align:center;}
.footer_up{width:1300px;height:200px;background-color:#E0E1E3;}
.footer_down{background-color:#57585a;height:120px;}
/*底部导航*/
.footer_nav{width:1000px;height:50px;background-color:#57585a;font-size:16px;padding-top:20px;letter-spacing:3px;}
.footer_nav a:link{color:white;}
.footer_nav a:visited{color:white;}
/*版权*/
.footer p{font-family:宋体;line-height:20px;}


/*二级页面效果*/
.level2_content{width:1000px;height:auto !important;min-height:800px;max-height:95%;bottom:50px;background-color:#e0e1e3;overflow:auto;}
.level2_content .leftnav{width:230px;height:505px;float:left;background-color:#e0e1e3;}
.level2_content .leftnav .graybg{width:204px;height:443px;margin-top:62px;background-color:#808285;float:left;}
.level2_content .leftnav .category{width:204px;height:443px;margin-left:26px;float:left;margin-top:-505px;}
.level2_content .leftnav .category .category_title{width:204px;height:52px;background:url(../images/categorytitlebg.png) repeat-x;text-align:center;padding-top:10px;color:white;}
.level2_content .leftnav .category .category_title p{font-family:宋体;font-size:30px;font-weight:bold;bottom:0px;display:block;}
.level2_content .leftnav .category .category_list{width:204px;height:393px;background-color:#003c72;}
.level2_content .leftnav .category .category_list   li {/*list-style-image:url("../images/quan.png");*/ background: rgba(0, 0, 0, 0) url("../images/quan.png") no-repeat scroll 0 15px;font-size: 15px;height: 40px;line-height: 40px;padding-left: 20px;margin-left:20px;border-bottom:dotted 1px white;}
.level2_content .leftnav .category .category_list  li a:link{color:white;}
.level2_content .leftnav .category .category_list  li a:visited{color:white;}
.level2_content .leftnav .category .category_list  li a:hover{color:#ccc;}
.rightcontent{width:738px;height:98%;min-height:860px;max-height:100%;border:1px solid #000;float:left;margin-left:10px;padding:10px;color:#57585a;background-color:white;position:relative;}
.rightcontent .yourposition{width:718px;height:40px;font-size:14px;border-bottom:solid 1px #57585a;padding-top:10px;}
.rightcontent .yourposition a{color:#57585a;}
.rightcontent .contentlist{width:718px;height:90%;min-height:820px;border:1px solid #57585a;margin-top:20px;}
.rightcontent .contentlist   li {background: rgba(0, 0, 0, 0) url("../images/disc.png")  no-repeat scroll 0 18px;font-size: 15px;height: 40px;line-height: 40px;margin-left:20px;padding-left: 20px;border-bottom:dashed 1px #57585a;}
.rightcontent .contentlist  li a:link{color:#57585a;}
.rightcontent .contentlist  li a:visited{color:#57585a;}
.rightcontent .contentlist  li a:hover{color:red;}
.rightcontent .contentdetail {position:relative;height:inherit;}
.rightcontent .contenttitle{text-align:center;color:#b46d3c;font-family:宋体;font-weight:bold; font-size:24px;height:40px;margin-top:20px;}
.rightcontent .author{text-align:center;}
.rightcontent .contentarticle{font-family:宋体;text-indent:2em; font-size:14px;margin-top:20px;padding:0px 60px;}
.rightcontent .contentarticle p{padding-top:20px;line-height:25px;}
.rightcontent .contactdetail{width:600px;height:90%;min-height:820px;margin-top:20px;}
.rightcontent .contactdetail .entry a{color:#b46d3c;}
.rightcontent .contactdetail .ntitle{background-color:white;}
/*图片页面总DIV*/
.main_picture {width: 1300px;height: 1320px;background-color:#e0e1e3;}
.main_picture_show {width: 1300px;overflow:auto; height: 30%;min-height:400px;max-height:100%;}
.main_down_show {width: 1300px;height: 30%;min-height:400px;max-height:100%;background-color:#e0e1e3;}
/*大标题*/
.ntitle{ margin:0 auto; padding:30px 0 0; width:100%;background-color:#E0E1E3; }
	.ntitle:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.ntitle h2{ display:inline-block; float:left; padding-right:10px; width:auto; color:#333; font-size:24px; font-weight:400; line-height:25px; }
	.ntitle h2 a{ position:relative; padding-right:25px; color:#888; }
	.ntitle h2 a:hover{ color:#f06000; text-decoration:none; }
	.ntitle h2 a em{ display:block; position:absolute; right:-4px; top:8px; width:9px; height:17px; background:url(../images/slider.png) -359px -87px no-repeat; }
	.ntitle p{ display:inline-block; float:left; padding-top:3px; line-height:18px; color:#888; font-size:14px; }
	.ntitle p a{ margin-left:10px; padding:0 0 0 15px; color:#888; font-size:14px; background:url(../images/line.png) left center no-repeat; }
	.ntitle p a:hover{ color:#f06000; }
	.ntitle p a.no-bg{ background:none; }
	.ntitle i{ display:block; padding-top:10px; color:#999; font-size:14px; font-style:normal; line-height:1em; }
	.ntitle span{ display:inline-block; float:right; line-height:18px; color:#999; font-size:12px; }
	.ntitle span a{ color:#999; }
	.ntitle span a:hover{ color:#0089CD; }
/*图片页面效果*/
.section{ position:relative; margin:0 auto; padding:0; width:1180px; min-width:941px; max-width:1180px; text-align:left; overflow:hidden;/*background-color:#E0E1E3;*/ }
.wrapper{ position:relative; margin:0 auto; width:100%; height:288px; overflow:hidden; background-color:#E0E1E3;}
	.wrapper.igoods{ height:327px; }
	.wrapper.auto{ height:auto; }
	.wrapper:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:block; } 

.main_down_show .list-auto{ position:relative; display:block; margin:10px; overflow:auto; _zoom:1;width:700px;min-height:900px;float:left; background-color:white;border:1px solid #000;padding:20px;}
.main_picture_show .list-auto{position:relative; display:block; margin:0 auto; overflow:auto; _zoom:1;width:1000px;min-height:500px;background-color:white;padding:10px;}
.main_search .list-auto{position:relative; display:block; margin:0 auto; overflow:auto; _zoom:1;min-height:500px;background-color:white;padding:10px;}
.main_search .section{background-color:white;width:1000px;}
.main_search .section .ntitle{background-color:white;}
/*图片列表*/
.img-list{ margin:0 0 0 -15px; *display:inline-block; }
	.img-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.img-list li{ position:relative; _display:inline; float:left; margin:15px 0 0 15px; width:224px; height:129px; overflow:hidden; background:#fff; }
	.img-list.high li{ height:273px; }
.photo-list{ position:relative; width:1180px; overflow:hidden;background-color:#E0E1E3; }
	.photo-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.photo-list ul{ width:956px;margin:0; }
	.photo-list ul li{ position:relative; _display:inline; float:left; margin:15px 0 0 15px; width:224px; height:129px; overflow:hidden; background:#fff; }
	.photo-list ul li.col-1{ margin-left:0; width:463px; height:273px; }
	.photo-list ul li.col-6{ position:absolute; top:15px; left:956px; margin:0; height:273px; }
    /*遮罩样式*/	
.ilist a{ position:absolute; display:block; top:0; right:0; bottom:0; left:0; border:2px solid #f7f7f7; cursor:pointer; _position:relative; overflow:hidden; }
	.ilist a:hover em{ position:absolute; top:50%; left:50%; display:block; margin:-30px auto auto -30px; height:60px; width:60px; background:url(../images/slider.png) no-repeat 0 0; }
	.ilist a img{ width:100%; min-width:100%; min-height:100%; _height:100%; }
	.ilist .abs-txt{ position:absolute; top:0; left:0; display:inline-block; padding:0 5px; border-radius:2px; color:#fff; font-size:12px; line-height:23px; background:#f06000; text-align:center; }
	.ilist .abs-bg{ position:absolute; left:0; right:0; bottom:0; display:block; height:125px; background:url(../images/pic-bg.png) 0 bottom repeat-x; _background:url(none) 0 0 repeat #000; width:100%; _height:50px; }
	.ilist .txt1{ position:absolute; left:0; right:0; bottom:20px; display:block; padding:0 5px; height:24px; line-height:24px; color:#fff; font-size:14px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
	.ilist .txt2{ position:absolute; left:0; right:0; bottom:3px; display:block; padding:0 5px; height:20px; line-height:20px; color:#bdbdbd; font-size:12px; overflow:hidden; }
	.ilist .txt2 p{ display:block; }
	.ilist .txt2 i{ float:right; margin-left:5px; font-style:normal; }
	.ilist .price{ position:absolute; left:0; right:0; bottom:20px; display:block; padding:0 5px; height:30px; line-height:30px; color:#F90; font-size:16px; font-weight:400; text-shadow:1px 1px rgba(0,0,0,.9); vertical-align:middle; overflow:hidden; }
	.ilist .price b{ margin-right:2px; font-size:14px; font-weight:700; }
	.ilist .price i{ float:right; display:block; font-style:normal; color:#bdbdbd; font-size:12px; font-weight:normal; text-decoration:line-through; }
	.ilist .protxt{ position:absolute; left:0; right:0; bottom:3px; display:block; padding:0 5px; height:20px; line-height:20px; color:#fff; font-size:12px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;  }
	.ilist a .img-box{ position:relative; margin:10px 10px 5px 10px; width:200px; height:200px; overflow:hidden; background:#000; }
	.ilist a .img-box img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.ilist a .info{ padding:0 10px; color:#999; }
	.ilist a .info h3{ height:24px; line-height:24px; color:#555; font-size:14px; font-weight:normal; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
	.ilist a .info i{ float:right; margin-left:5px; font-style:normal; }
	.ilist a .info p{ display:block; }

    /*内容标题样式--图片详细页*/
.meta{ margin:30px 0 0 0; padding:0 0 15px 0; border-bottom:1px solid #f0f0f0; }
	.meta:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.meta h1{ margin:0; padding:0 0 15px 0; color:#3b8dd1; font-size:22px; line-height:30px; }
	.meta .meta-info{ color:#999; font-size:12px; line-height:24px; }
	.meta .meta-info span{ margin-right:10px; padding-left:20px; color:#777; background:url(../images/sprite.gif) no-repeat; }
	.meta .meta-info .time{ background-position:left -158px; }
	.meta .meta-info .view{ background-position:left -36px; }
	.meta .meta-info .comm{ background-position:left 4px; }
/*内容相册样式*/
.album-list{ position:relative; }
	.album-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.album-list ul{ margin:0 0 0 -20px; *zoom:1; }
	.album-list li{ float:left; width:20%; }
	.album-list li a{ display:block; margin:20px 0 0 20px; padding:1px; border:1px solid #e8e8e8; }
	.album-list li a img{ display:block; width:100%; height:auto; }
    /*附件样式*/
.attach-list{ margin:0; padding:10px; }
	.attach-list li{ margin:0; padding:0 0 0 25px; color:#555; font-size:12px; line-height:36px; background:url(../images/sprite.gif) no-repeat 0 -108px; }
	.attach-list li span{ float:right; }
	.attach-list li i{ margin-left:10px; font-style:normal; color:#666; }
    .attach-list a{color:#666;}
    /*标题样式*/
.main-tit{  margin:0 auto; padding:30px 0 0; }
	.main-tit h2{ display:block; padding-right:10px; color:#666; font-size:24px; font-weight:400; line-height:25px; }
.base-tit{ border-bottom:1px solid #f0f0f0; color:#3b8dd1; line-height:1em; font-size:18px; font-weight:normal; }
	.base-tit span{ position:relative; top:1px; display:inline-block; padding:10px 0; border-bottom:1px solid #3b8dd1; }
	.base-tit i{ float:right; padding:10px 0; color:#999; font-size:12px; line-height:26px; font-style:normal; }
.bar-tit{ margin:0 0 20px; padding:0 0 10px; border-bottom:1px solid #e8e8e8; color:#6c6c6c; font-size:18px; }
/*图文列表*/
.list-right{ position:relative; display:block; float:right; width:300px; overflow:hidden; }

.n-list{ padding-top:10px; }
	.n-list li{ display:block; padding-bottom:16px; border-bottom:1px solid #f0f0f0; overflow:hidden; }
	.n-list li:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.n-list li h2{ padding:16px 0 14px 0; font-size:16px; line-height:27px; font-weight:normal; }
	.n-list li h2 a{ font-size:20px; font-weight:bold; line-height:29px; color:#3b8dd1; text-decoration:none; }
	.n-list li h2 a:hover{ color:#8CAC52; }
	.n-list li .note b{ position:relative; display:block; float:left; margin-right:16px; width:156px; height:104px; font-style:normal; }
	.n-list li .note b img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.n-list li .note p{ font-size:14px; line-height:23px; font-weight:500; color:#555; }
	.n-list li .note .info{ padding-top:10px; }
	.n-list li .note .info span{ margin-right:10px; padding-left:20px; color:#777; background:url(../images/sprite.gif) no-repeat; }
	.n-list li .note .info .time{ background-position:0 -158px; }
	.n-list li .note .info .view{ background-position:0 -36px; }
	.n-list li .note .info .comm{ background-position:0 4px; }
	.n-list .nodata{ margin-top:30px; color:#666; font-size:14px; line-height:100px; text-align:center; }
    /*右侧通用列表*/
.sidebar-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.sidebar-box h3{ display:block; margin-bottom:10px; padding-bottom:10px; line-height:1em; color:#888; font-size:18px; font-weight:300; border-bottom:1px solid #f0f0f0; }
	.sidebar-box .sidebar-txt{ color:#555; font-size:14px; line-height:1.8em; }
	.sidebar-box .sidebar-txt p{ padding:5px 0; }
	.tags-box{ margin-left:-10px; }
	.tags-box a{ display:block; float:left; margin:0 0 10px 10px; padding:5px 10px; color:#555; font-size:13px; line-height:20px; border:1px solid #f0f0f0; }
	.tags-box a i{ margin-left:2px; color:#999; font-style:normal; }
    /*热门*/
.focus-list ul{ margin:0 0 0 -20px; *zoom:1; }
	.focus-list ul:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
	.focus-list li{ float:left; margin:0 0 20px 20px; _display:inline; }
	.focus-list li a{ color:#888; font-size:13px; cursor:pointer; }
	.focus-list li a b{ position:relative; display:block; margin:0; padding:1px; width:136px; height:100px; border:1px solid #e8e8e8; overflow:hidden; }
	.focus-list li a:hover b em{ position:absolute; top:50%; left:50%; display:block; margin:-30px auto auto -30px; height:60px; width:60px; background:url(../images/slider.png) no-repeat 0 0; }
	.focus-list li a b img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.focus-list li a span{ display:block; line-height:30px; width:140px; text-align:center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }

    /*内容详细样式*/
.entry{ margin:15px 0; padding:0; font-size:14px; line-height:2em; word-wrap:break-word; }

	.entry img{ max-width:100%!important; height:auto!important; }
	.entry h2,.entry h3,.entry h4{ padding-bottom:5px; border-bottom:1px solid #f6f6f6; color:#333; }
	.entry h2{ font-size:1.2em; }
	.entry h3,.entry h4{ font-size:1.1em; }
	/*.entry strong{ color:#DC2523; }*/
	.entry ul,.entry ol{ margin:1em; }
	.entry li{ margin-left:1em; }
	.entry ul li{ list-style:disc outside none; }
	.entry ol li{ list-style:decimal outside none; }
	.entry p{ display:inherit; margin:1em 0; color:#555; word-wrap:break-word; }
	.entry a{ text-decoration:underline; }
	.entry code{ display:block; padding:0.5em; background:#eee; border-radius:.5em; color:#777; font-family:'courier new'; line-height:1.7em; }
	.entry table{ border-left:0.15em solid #eee; border-top:0.15em solid #eee; }
	.entry table th{ background-color:#F9F9F9; text-align:center; }
	.entry table td,.entry table th{ border-bottom:0.15em solid #eee; border-right:0.15em solid #eee; padding:0.25em 0.5em; }
.next-prev-single{ padding:10px 0; color:#444; font-size:14px; overflow:hidden;position:absolute;bottom:0;width:80%; }
	.next-prev-single p{ width:49%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
	.next-prev-single p a{ color:#428bca; text-decoration:none; }
	.next-prev-single .prev{ float:left; }
	.next-prev-single .next{ float:right; }
    .line15{ clear:both; font-size:0px; height:15px; overflow:hidden; }
.fright{float:right;}
#ckepop a{color:#666;}
    /*响应式布局
----------------------------------------------*/
@media only screen and (max-width:1180px) {
	.section{ width:941px; }
}
@media only screen and (min-width:1181px) {
	.section{ width:1180px; }
}

/*专题栏目样式*/
.main_subject{width:1200px;height:1500px;}
.subject_head {width:1000px;height:170px;background-color:white;}
.subject_banner{width:1000px;height:160px;background-color:white;overflow:hidden;}
.subject_banner_link{width:500px;height:30px;float:right;}
.subject_banner_link ul{width:500px;height:30px;margin-top:5px;}
.subject_banner_link ul li{display:block;height:30px;float:left;margin-left:5px;}
.subject_banner_link ul li a{display:block;width:60px;height:30px;}
.subject_banner_link .subject_li1 {width:66px; background:url(../images/subject_contact.png) no-repeat;}
.subject_banner_link .subject_li2 {width:66px;background:url(../images/subject_map.png) no-repeat;margin-top:2px;}
.subject_banner_link .subject_li3 {width:66px;background:url(../images/subject_index.png) no-repeat;}
.subject_banner_link .subject_li4 {width:225px;background:url(../images/subject_search.png) no-repeat;}

.subject_banner_link .subject_li4 .searchdiv{width:245px;height:20px;margin-right:175px;margin-top:0px;}


.subject_banner_link .subject_li4 .searchbar{width:180px;height:15px;margin-left:25px;border:none;}
.subject_banner_link .subject_li4 .searchbtn{width:15px;height:20px;border:none;background:url(../images/1.png) no-repeat;cursor:pointer;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.subject_banner_link .subject_li4 .searchdiv {
        margin-top: 2px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {.subject_banner_link .subject_li4 .searchdiv {margin-top: -4px;}}/*chrome*/
.subject_logo{background:url(../images/subject_logo.png) no-repeat;width:368px;height:51px;margin:50px;}

.subject_nav{width:100%;height:50px;margin:0 auto;display:block;font-family:黑体;font-size:19px;color:blue;background-color:#d0cdc7;}
.subject_nav>ul {width:1000px;height:50px;}
.subject_nav li {width:122px;height:50px;float:left;line-height:50px;text-align:center;}
.subject_nav li a{color:#003c72;}
.subject_nav .gap {width:3px;height:30px;float:left;background:url(../images/nav_bg.png);margin-top:10px;}

.subject_image{width:1200px;height:350px;background:url(../images/subject_image.png);}
.subject_list{width:1200px;height:800px;}
.subject_list .wrapper{background-color:white;padding-top:20px;height:750px;}
.sidebar-left{ margin:0 auto; width:941px; height:750px; overflow:hidden; }

/*图文列表*/
.t-list{ position:relative; }
	.t-list ul{ margin:0 0 0 -15px; *zoom:1; }
	.t-list li{ float:left; margin:0 0 15px 15px; width:463px; height:129px;  _display:inline; overflow:hidden; }
	.t-list li a.img-box{ position:relative; display:block; float:left; margin-right:15px; width:224px; height:125px; border:2px solid #f7f7f7; }
	.t-list li a.img-box img{ min-width:100%; min-height:100%; width:100%; _height:100%; }
	.t-list li h3{ margin-bottom:10px; color:#333; font-size:16px; font-weight:normal; line-height:24px; height:48px; overflow:hidden; }
	.t-list li h3 a{ color:#333; }
	.t-list li p{ margin-bottom:10px; color:#666; font-size:12px; line-height:20px; height:40px; overflow:hidden; }
	.t-list li i{ color:#999; font-size:12px; line-height:20px; font-style:normal; }
.subject_content {position:relative; display:block; margin:0 auto; overflow:auto; _zoom:1;width:1000px;min-height:500px;background-color:white;padding:10px;}
.subject_content .contenttitle{text-align:center;color:#b46d3c;font-family:宋体;font-weight:bold; font-size:24px;height:40px;margin-top:20px;}
.subject_content .author{text-align:center;}
.subject_content .contentarticle{font-family:宋体;text-indent:2em; font-size:14px;margin-top:20px;padding:0px 60px;}
.subject_content .contentarticle p{padding-top:20px;line-height:25px;}

.main_map .maplist{width:718px;height:90%;min-height:820px;border:1px solid #57585a;margin-top:20px;}
.main_map .maplist h2{border-bottom:solid 1px #ccc;/*margin:20px;margin-bottom:0px;*/padding:20px;padding-bottom:10px;}
.main_map .maplist ul{overflow:auto;padding-left:20px;padding-right:20px;}
.main_map .maplist  li {font-size: 15px;height: 40px;float:left;line-height: 40px;margin-left:20px;}
.main_map .maplist   a:link{color:#57585a;}
.main_map .maplist   a:visited{color:#57585a;}
.main_map .maplist   a:hover{color:red;}

.main_map .category_list{background:url(../images/mapbg.jpg);}
/*缴费页面*/
.main_box{padding:20px;height:830px;background:#fff;}
.main_tit{color:#444;font-size:25px;margin:0 0px;padding:0 0 10px;}
.reg-box{margin:0 auto;padding:0 50px;}
.reg-top ul{ padding:10px 0 10px; height:23px; border-bottom:1px solid #DADADA; }
	.reg-top ul li{ float:left; padding:0 50px 0 10px; height:18px; font:bold 18px "Microsoft Yahei"; color:#666; }
	.reg-top ul li em{ margin-right:5px; padding:2px 5px; background:#999; color:#FFF; font-size:12px; font-family:Verdana, Geneva, sans-serif; }
	.reg-top .step .step1,
	.reg-top .stepsendmail .step2,
	.reg-top .stepcheckmail .step3,
	.reg-top .stepcheckerror .step2,
	.reg-top .stepverify .step2,
	.reg-top .stepsucceed .step3{color:#FF6C1E;}
	.reg-top .step .step1 em,
	.reg-top .stepsendmail .step2 em,
	.reg-top .stepcheckmail .step3 em,
	.reg-top .stepcheckerror .step2 em,
	.reg-top .stepverify .step2 em,
	.reg-top .stepsucceed .step3 em{background:#FF6C1E; }
.reg-con{margin-top:30px;}
	.reg-con dl{clear:both;padding:8px 0;font-size:14px; line-height:28px;font-family:"Microsoft Yahei";}
	.reg-con dl dt{display:block; float:left;width:150px;text-align:right;}
	.reg-con dl dt em{padding-right:5px; color:#FF0000; font-style:normal;}
	.reg-con dl dd{margin-left:150px; padding-left:10px;}
	.reg-con dl dd i{display:block; line-height:28px; color:#999; font-size:12px; font-style:normal; }
	.reg-con dl dd .btn_submit{padding:10px 30px;border:1px solid #cf5413;background:#FF6C1E;color:#fff;font-size:18px;line-height:1em;font-family:"Microsoft Yahei";cursor:pointer; }
input.wide{width:250px;}
.input{display:inline;margin-right:5px;padding:5px;height:18px;line-height:18px;vertical-align:middle;background:#fff;color:#999px;border:1px solid #CACACA;border-radius:4px 4px 4px 4px;font-family:'Microsoft YaHei';}

.section{ position:relative; margin:0 auto; width:1300px; min-width:925px; max-width:1300px; text-align:left; }
.wrapper{ position:relative; margin:0 auto; padding:0; width:100%; height:auto; text-align:left; overflow:hidden; }
	.wrapper:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.wrap-box{ width:1160px; }
.left-925{ position:relative; float:left; margin:0; padding:0; width:925px; }
.left-705{ position:relative; float:left; margin:0; padding:0; width:705px; }
.left-690{ position:relative; float:left; margin:0 0 0 15px; padding:0; width:690px; }
.left-455{ position:relative; float:left; margin:0 0 0 15px; padding:0; width:455px; }
.left-260{ position:relative; display:block; float:left; width:260px; overflow:hidden; }
.left-220{ position:relative; display:block; float:left; margin:0 0 0 15px; padding:0; width:220px; _overflow:hidden; }
.left-auto{ position:relative; display:block; margin:0 275px 0 0; overflow:hidden; _zoom:1; }
.right-260{ position:relative; display:block; float:right; width:260px; overflow:hidden; }
.right-auto{ position:relative; display:block; margin:0 0 0 275px; overflow:hidden; _zoom:1; }
.bg-wrap{ margin:0; padding:0; background:#fff; }
    .bg-wrap:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .bg-wrap.nobg{ background:none; }
.pad-15{ position:relative; padding:15px; }

/*页面标题
----------------------------------------------*/
.location{ padding:5px 0; width:100%; height:40px; line-height:40px; color:#999; font-size:12px; text-align:left; }
    .location a{ margin:0 5px;color:black; }
    .location span{ color:#666; }
.main-tit{ padding-top:14px; height:54px; line-height:54px; text-align:left; }
    .main-tit h2{ display:block; margin:0; padding:0; float:left; color:#333; font-size:20px; font-weight:normal; }
    .main-tit p{ display:block; float:right; color:#555; font-size:14px; }
    .main-tit p a{ margin-left:10px; }
    .main-tit p a i{ font-style:normal; }
.slide-tit{ border-bottom:1px solid #f0f0f0; color:#34ad2a; line-height:1em; font-size:16px; font-weight:normal; }
    .slide-tit strong{ padding:10px 0; float:right; color:#999; font-size:12px; font-weight:normal; }
	.slide-tit span{ position:relative; top:1px; display:inline-block; padding:10px 0; border-bottom:1px solid #34ad2a; }
.nav-tit{ margin:0 auto 50px; padding:30px 0; text-align:center; color:#333; font-size:16px; line-height:1em; border-bottom:1px solid #e0e0e0; }
    .nav-tit.short{ padding-bottom:0; border-bottom:0; }
    .nav-tit a{ margin-left:10px; color:#333;  }
    .nav-tit a:hover,.nav-tit a.selected{ color:#1b47c5; }
    .nav-tit i{ margin-left:10px; color:#e0e0e0; }
.sub-tit{ margin:0 50px 10px; padding-top:35px; height:42px; border-bottom:1px solid #e0e0e0; font-size:16px; }
    .sub-tit a.add{ display:block; margin-right:10px; float:right; color:#23ac38; font-size:14px; line-height:42px; }
    .sub-tit a.add i{ display:inline-block; margin-right:5px; color:#23ac38; font-size:14px; }
    .sub-tit ul{ display:inline-block; }
    .sub-tit ul li{ margin:0; padding:0; display:inline-block; *display:inline; *zoom:1; }
    .sub-tit ul li a{ display:inline-block; padding:0 15px; line-height:42px;color:#6e717a; }
    .sub-tit ul li.selected a{ border-bottom:2px solid #23ac38; color:#23ac38; }
.search-tit{ display:block; margin:0 30px; padding-top:15px; line-height:38px; border-bottom:1px solid #f0f0f0; }
    .search-tit h3{ display:inline-block; color:#333; font-size:16px; font-weight:normal; }
    .search-tit span{ margin-left:15px; color:#999; font-size:14px; }
    .search-tit span strong{ margin:0 2px; color:#1e7bb3; font-weight:600; }
    /*会员登录样式*/
.login-box{ margin:50px auto 0; padding-bottom:50px; width:343px; overflow:hidden; }
    .login-box .input-box{ position:relative; display:inline-block; margin-bottom:20px; padding:0 10px; width:320px; border:1px solid #e5e5e5; height:42px; line-height:22px; color:#333; font-size:14px; overflow:hidden; }
    .login-box .input-box input{ padding:12px 0; width:100%; height:20px; line-height:20px; font-size:14px; }
    .login-box .remember-box{ margin-bottom:30px; height:20px; line-height:20px; color:#909090; font-size:14px; }
    .login-box .remember-box input{ vertical-align:middle; }
    .login-box .remember-box label{ margin-right:7px; cursor:pointer; vertical-align:middle; }
    .login-box .remember-box a{ color:#00a7ea; vertical-align:middle; }
    .login-box .btn-box{ display:block; margin-bottom:20px; height:42px; }
    .login-box .btn-box input{ display:inline-block; width:342px; height:42px; line-height:42px; background:#1b47c5; color:#fff; cursor:pointer; font-size:14px; text-align:center; }
    .login-box .tip-box{ display:block; text-align:center; height:20px; line-height:20px; color:#f90; font-size:13px; }
    .login-box .oatuh-box{ clear:both; padding-top:15px; }
    .login-box .oatuh-box h3{ display:block; margin-bottom:10px; color:#666; font-size:14px; line-height:30px; height:30px; font-weight:normal; }
    .login-box .oatuh-box p{ margin-left:-25px; }
    .login-box .oatuh-box p a{ display:block; float:left; margin:0 0 10px 25px; _display:inline; _zoom:1; }
    .login-box .oatuh-box p a img{ width:38px; height:38px; }

    /*表单样式*/
.msg-box{ display:block; margin:0; padding:6px; border:1px solid #fbf2b5; background:#fcfbda; }
    .msg-box i{ display:block; float:left; margin:4px 0 0; font-size:12px; color:#A094A9; width:18px; height:18px; text-align:center; vertical-align:middle; }
    .msg-box p{ margin-left:18px; line-height:24px; color:#A4A147; font-size:12px; }
.form-box{ margin:0 50px; padding:20px 0 30px; }
    .form-box .form-group{ margin:0; padding:10px 0; clear:both; }
    .form-box .form-group .tips{ margin-left:16%; color:#666; font-size:12px; line-height:20px; }
    .form-box .form-group dt{ display:block; float:left; padding-right:2%; width:14%; line-height:40px; text-align:right; color:#888; }
    .form-box .form-group dd{ display:block; position:relative; margin-left:16%; line-height:40px; }
    .form-box .form-group dd img{ vertical-align:middle; }
    .form-box .form-group dd .input{ display:inline-block; padding:0 10px; width:50%; height:40px; line-height:20px; border:1px solid #e0e0e0; }
    .form-box .form-group dd .input.code{ width:80px; }
    .form-box .form-group dd .select{ display:inline-block; padding:10px; height:40px; line-height:20px; border:1px solid #e0e0e0; }
    .form-box .form-group dd .textarea{ display:inline-block; padding:10px; width:50%; height:80px; line-height:20px; border:1px solid #e0e0e0; vertical-align:middle; overflow:auto; }
    .form-box .form-group dd .submit{ display:inline-block; margin:0 0 0 5px; padding:10px 46px; width:auto; height:auto; line-height:20px; color:#fff; font-size:14px; border:1px solid #d70029; background:#d70029; cursor:pointer; }
    .form-box .form-group dd .button{ display:inline-block; margin:0 0 0 5px; padding:10px 46px; width:auto; height:auto; line-height:20px; color:#666; font-size:14px; border:1px solid #eee; background:#eee; cursor:pointer; }
    .form-box .form-group dd label.mart{ margin-right:5px; }
    /*全屏样式*/
    .form-box.full{ padding:0 0 50px; }
    .form-box.full .form-group dt{ width:40%; }
    .form-box.full .form-group dd{ margin-left:42%; }
    .form-box.full .form-group dd .input{ width:40%; }
    .form-box.full .form-group dd .input.code{ width:80px; }
    /*会员头像容器*/
.avatar-box{ padding:10px 15px; border-bottom:1px solid #e0e0e0; height:60px; background:#fafafa; }
    .avatar-box .img-box{ position:relative; display:block; float:left; margin-right:10px; width:60px; height:60px; border-radius:60px; background:#fff; text-align:center; overflow:hidden; }
    .avatar-box .img-box img{ padding:2px; width:54px; height:54px; border:1px solid #f5f5f5; border-radius:60px; background:#fff;  }
    .avatar-box .img-box i{ color:#ccc; font-size:54px; line-height:78px; background:#fff; }
    .avatar-box h3{ margin:0; color:#333; font-size:14px; font-weight:normal; line-height:32px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
    .avatar-box p{ color:#666; font-size:12px; line-height:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
    .avatar-box p b{ color:#23ac38; font-weight:normal; }
/*会员中心导航*/
.center-nav{ padding:15px 20px 10px;height:660px; }
    .center-nav ul li{ padding:0; overflow:hidden; }
    .center-nav ul li h2{ margin-bottom:8px; color:#333; font-size:14px; font-weight:normal; line-height:20px; }
    .center-nav ul li h2 i{ display:inline-block; margin-left:5px; color:#666; font-size:14px; line-height:20px; }
    .center-nav ul li h2 span{ font-weight:300; }
    .center-nav ul li .list{ margin:0 0 15px 26px; font-size:12px; }
    .center-nav ul li .list p{ margin-top:5px; }
    .center-nav ul li .list a{ display:block; height:24px; line-height:24px; color:#757575; }
    .center-nav ul li .list a i{ float:right; line-height:24px; color:#999; font-size:12px; }
    .center-nav ul li.selected .list a,.center-nav ul li .list a:hover{ color:#23ac38; }
.center-head{ margin:15px 50px 0; padding:15px; background:#fafafa; }
    .center-head .img-box{ display:block; float:left; width:116px; height:116px; text-align:center; border-radius:110px; background:#fff; overflow:hidden; }
    .center-head .img-box img{ padding:2px; width:110px; height:110px; border:1px solid #f5f5f5; border-radius:110px; background:#fff; }
    .center-head .img-box i{ color:#ccc; font-size:110px; line-height:1.3em; }
    .center-head .list-box{ position:relative; display:block; margin-left:135px; }
    .center-head .list-box h3{ display:block; color:#333; font-size:16px; font-weight:normal; line-height:42px; }
    .center-head .list-box ul:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .center-head .list-box ul li{ display:block; float:left; width:33.32%; color:#848484; font-size:14px; line-height:32px; }
    .center-head .list-box ul li p{ text-align:center; }
    .center-head .list-box ul li .link-btn{ display:inline-block; padding:5px 15px; color:#fff; font-size:12px; line-height:18px; background:#6caa4b; vertical-align:middle; }
.center-info{ position:relative; margin:0 50px 0; padding:15px 30px; background:#fff; }
    .center-info ul:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .center-info ul li{ display:block; float:left; width:50%; _width:49.8%; line-height:30px; color:#999; }
.center-tit{ margin:0 50px; padding:10px 15px; background:#fafafa; line-height:24px; }
    .center-tit span{ float:right; font-size:12px; }
    .center-tit h3{ color:#000; font-size:14px; font-weight:normal; }
    .center-tit h3 i{ margin-right:5px; font-size:14px; }

    /*表格样式*/
.table-wrap{ margin:0 50px 20px; }
.ftable{ margin:15px 0; width:100%; border:1px solid #f0f0f0; background:#fff; }
.mtable{ margin:15px 0; width:100%; background:#fff; _width:auto; }
	.mtable th,.ftable th{ padding:0.8em; color:#6e717a; font-size:13px; font-weight:400; background:#fbfbfb; border-bottom:1px solid #e8e8e8; }
	.mtable td,.ftable td{ padding:0.8em; color:#333; font-size:13px; border-bottom:1px solid #F3F3F3; }
	.ftable td .img{ padding:1px; width:60px; height:60px; border:1px solid #e8e8e8; }
	.ftable td s{ color:#999; text-decoration:line-through; }
	.mtable .tr_odd_bg,.ftable .tr_odd_bg{ background:#f9f9f9; }
/*会员列表页码样式*/
.page-foot{ clear:both; height:35px; line-height:35px; }
    .page-foot .btn-box a{ display:inline-block; margin-right:10px; padding:5px 15px; line-height:20px; border:1px solid #eee; font-size:12px; vertical-align:middle; color:#6e717a;}
    .page-foot .right{ float:right; }
/*头像容器*/
.avatar-wrap{ margin:0 15px; background:#fafafa; }
    .avatar-wrap:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .avatar-wrap .avatar-box{ padding:10px 25px; border-bottom:1px solid #e0e0e0; height:60px; }
    .avatar-wrap .avatar-box .img-box{ position:relative; display:block; float:left; margin-right:10px; width:60px; height:60px; overflow:hidden; }
    .avatar-wrap .avatar-box .img-box img{ padding:2px; width:54px; height:54px; border:1px solid #f5f5f5; border-radius:60px; background:#fff;  }
    .avatar-wrap .avatar-box .img-box i{ color:#ccc; font-size:54px; line-height:54px; }
    .avatar-wrap .avatar-box h3{ margin:0; color:#333; font-size:14px; font-weight:normal; line-height:32px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
    .avatar-wrap .avatar-box p{ color:#666; font-size:14px; line-height:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
    .avatar-wrap .avatar-box p i{ color:#23ac38; font-style:normal; }
/*头像上传*/
.cropper-wrap{ margin-top:20px; }
	.cropper-wrap .cropper-box{ position:relative; float:left; margin-right:20px; padding:1px; width:350px; height:350px; text-align:center; border:1px solid #f0f0f0; border-radius:2px; background:#f4f4f4; text-align:center; vertical-align:middle; }
	.cropper-wrap .cropper-box div{ margin:auto; vertical-align:middle; }
	
	.cropper-wrap .cropper-view{ float:left; width:184px; }
	.cropper-wrap .cropper-view .img-box{ padding:1px; width:180px; height:180px; border:1px solid #f0f0f0; border-radius:2px; background:#fff; overflow:hidden; }
	.cropper-wrap .cropper-view .img-box img{ display:block; width:180px; height:180px; }
	.cropper-wrap .cropper-view .btn-box p{ margin:8px 0; text-align:center; color:#333; font-size:13px; line-height:24px; }
	.cropper-wrap .cropper-view .btn-box p.tip{ text-align:left; color:#999; font-size:13px; line-height:22px; }
	.cropper-wrap .cropper-view .btn-box .btn{ width:100%; line-height:34px; height:36px; border:1px solid #d70029; background:#d70029; cursor:pointer; color:#fff; }
/*以下部分是WebUploader必须的*/
.webuploader-container{ position:relative; }
.webuploader-element-invisible{ position:absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px,1px,1px,1px); }
.webuploader-pick{ position:relative; display:inline-block; padding:0 25px; line-height:32px; height:32px; border:1px solid #02598E; border-radius:2px; cursor:pointer; background:#1e7bb3; color:#fff; text-align:center; overflow:hidden; zoom:1; *display:inline; }
.webuploader-pick-hover{ opacity:0.9; }
.webuploader-pick-disable{ opacity:0.6; pointer-events:none; }
.upload-box{ position:relative; display:inline-block; height:32px; vertical-align:middle; zoom:1; *display:inline;}
	.upload-box .upload-btn{ display:inline-block; height:32px; zoom:1; *display:inline; }
	.upload-box .upload-progress{ position:absolute; top:0; left:0; padding:2px 5px; width:115px; height:28px; border:1px solid #d7d7d7; background:#fff; overflow:hidden; }
	.upload-box .upload-progress .txt{ display:block; padding-right:10px; font-weight:normal; font-style:normal; font-size:11px; line-height:18px; height:18px; text-overflow:ellipsis; overflow:hidden; }
	.upload-box .upload-progress .bar{ position:relative; display:block; width:112px; height:4px; border:1px solid #1da76b; }
	.upload-box .upload-progress .bar b{ display:block; width:0%; height:4px; font-weight:normal; text-indent:-99em; background:#28B779; overflow:hidden; }
	.upload-box .upload-progress .close{ position:absolute; display:block; top:1px; right:1px; width:14px; height:14px; text-indent:-99em; background:url(../images/sprite.gif) 0 -240px no-repeat; cursor:pointer; overflow:hidden; }
    
    .searchdiv{float:left;padding-left:50px;}
    .searchdiv .startTime{float:left;}
    .searchdiv .endTime{float:left;}
    .searchdiv .searchBtn{float:left;}
    .btn {background: #16a0d3;border: none;color: #fff;cursor: pointer;display: inline-block;font-family: "Microsoft Yahei";font-size: 12px;height: 32px;line-height: 32px;margin: 0 1px 0 0;padding: 0 20px;}
    

