﻿@charset "utf-8";
/* CSS Document */
html{-webkit-text-size-adjust:none;}
*html{background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
html,body,div,ul,li,dl,dd,dt,a,ol,u,i,b,br,p,span,hr,label,input,select,textarea,button,form,h1,h2,h3,h4,h5,h6,font,strong,em,iframe,img,tr,th,td,q,abbr,acronym{margin:0;padding:0;list-style:none;}
q:before, q:after {content:'';}
abbr,acronym{border:0;}
body{font:14px/1.5 "Microsoft YaHei",微软雅黑,"PingFang SC",AliPuHui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; color:#333;  min-width: 1002px;   background:#fff;}
input,textarea,select,button{vertical-align:middle;}
input.active,textarea.active,select.active,button.active,input.on,textarea.on,select.on,button.on{color:#333;}
textarea{resize:none;}
a{color:#333;text-decoration:none; blr:expression(this.onFocus=this.blur());}
a:hover{color:#d50000;text-decoration:none;}
:focus,a:focus,input:focus,textarea:focus,select:focus,button:focus,textarea:focus{outline:none;}
.wza-on :focus,.wza-on a:focus,.wza-on input:focus,.wza-on textarea:focus,.wza-on select:focus,.wza-on button:focus,.wza-on textarea:focus{outline:auto;}
a img {border:none;}
img{vertical-align: middle;}
.left,.fl{float:left;}
.right,.fr{float:right;}
/* clear */
.clearfix:after{visibility:hidden;display:block;font-size:0;content: " ";clear:both;height:0;}
* html .clearfix{zoom:1;} /* IE6 */
*:first-child+html .clearfix{zoom:1;} /* IE7 */
.clear,.cc{clear:both;font-size:0;line-height:0;height:0;	margin-top:-1px;overflow:hidden;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
 h1{font-size:18px;}
 h2{font-size:14px;}
 h3{font-size:12px;}
/* clear */
.clearfix:after{visibility:hidden;display: block;font-size: 0;content:" ";clear:both;height:0;}
* html .clearfix {zoom: 1;} /* IE6 */
*:first-child+html .clearfix {zoom: 1;} /* IE7 */
.clear,.cc{clear:both;font-size:0;line-height:0;height:0;margin-top:0;overflow:hidden;}
.clear20{ padding:10px 0; clear:both; height:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1{ font-size:20px;}
h2{ font-size:18px;}
h3{ font-size:16px;}
.wza-on input:focus{outline: auto !important;}
input.srkcss:focus{ outline: none;
 border-color:#007FE1 !important;
 -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.075), 0 0 8px rgba(4,66,136,.9);
 -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.075), 0 0 8px rgba(4,66,136,.9);
 box-shadow: inset 0 1px 1px rgba(255,255,255,.075), 0 0 8px rgba(4,66,136,.9);
 -webkit-transition: border linear .2s, box-shadow linear .2s;
 -moz-transition: border linear .2s, box-shadow linear .2s;
 -o-transition: border linear .2s, box-shadow linear .2s;
 transition: border linear .2s, box-shadow linear .2s;}
.pos-rel{position:relative;}
.pos-abs{position:absolute;}
.z-hide{display:inline; width: 0; height: 0; margin: 0 0 0 -1px; overflow: hidden; font-size: 0;}
.hide{display: none;}
.hide.active{display: block !important;}
.img_title{ display:inline-block;}
.hidden-tit .img_title{display: none;}
.mt30{ margin-top:30px;}
.bot30{ margin-bottom: 30px;}
.bot20{ margin-bottom: 28px;}
.srkcssblue{
 outline: none;
 border-color:#125db2 !important;
 -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.075), 0 0 8px rgba(28,77,163,.6);
 -moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.075), 0 0 8px rgba(28,77,163,.6);
 box-shadow: inset 0 1px 1px rgba(255,255,255,.075), 0 0 8px rgba(28,77,163,.6);
 -webkit-transition: border linear .2s, box-shadow linear .2s;
 -moz-transition: border linear .2s, box-shadow linear .2s;
 -o-transition: border linear .2s, box-shadow linear .2s;
 transition: border linear .2s, box-shadow linear .2s;
}
@keyframes bellRing {
 0%,
 100% {
  transform-origin: top;
 }
 15% {
  transform: rotateZ(10deg);
 }
 30% {
  transform: rotateZ(-10deg);
 }
 45% {
  transform: rotateZ(5deg);
 }
 60% {
  transform: rotateZ(-5deg);
 }
 75% {
  transform: rotateZ(2deg);
 }
}
/***漂浮***/
.j-float{position:relative;z-index:99999;display:none;}
.j-float li{margin-bottom:0;}
.j-float .img_title{display:none;}
.j-float .float-close{ padding-bottom: 5px; text-align: right;}
.j-float .float-close img{cursor:pointer;}
/*左右对联*/
.j-couplet{ cursor:pointer;}
.j-left { position: fixed; bottom: 0;z-index: 1000; display: none; left:10px;}
.j-left ul li{ margin-bottom: 10px;}
.j-left .img_title{ display: none;}
.couplet-close{cursor: pointer; margin-bottom: 3px;}
.j-right { position: fixed; display: none; bottom: 0; z-index: 1000; right:10px;}
.j-right ul li{ margin-bottom: 10px;}
.j-right .img_title{ display: none;}
/* 头部 */
.bodybg{ background: url(../images-index/body_bg.jpg) 0 0 repeat-x #fff;}
.header{width:100%;height:auto;background:url(../images-index/header_bg.jpg) center 0 no-repeat;}
.top{width:100%;height:29px;margin:auto;background:url(../images-index/top_bg.png) 0 0 repeat-x;}
.topbox{height:29px;margin:auto;z-index:999;}
.top .date{width:300px;height:29px;float:left;line-height:29px;font-size:12px;color:#444;padding-left:14px;}
.top_r{height:29px;line-height:29px;float:right;padding-right:6px; font-size:12px;}
.top_r li{float:left;}
.top_r a{display:block;float:left;color:#444;padding:0 5px;}
.top_r a:hover{color:#eb0000;}
.top_r .line{display:block;float:left;color:#444;}
.top_r .wx{position:relative;z-index:1111;}
.top_r .wx .wximg{display:none;}
.top_r .wx .wximg a{ padding: 0; margin: 0; float: none;}
.top_r .wx .wximg .img-title{ display: none;}
.top_r .wx:hover .wximg{display:block;position:absolute;left:-28px;top:28px;width:96px;height:96px;background:url(../images-index/ind_xfewmbg.png) 0 0 no-repeat;padding:14px 6px 6px; overflow:hidden;}
.banner{height:158px;margin:auto;overflow:hidden;border-bottom:#fff 1px solid;position:relative;z-index:10;}
.flash{height:158px;overflow:hidden;}
.secbox{width:361px;height:80px;position:absolute;top:35px;right:0;overflow:hidden;}
.weat{width:300px;height:36px;padding-left:19px;overflow:hidden;}
.Select{width:347px;height:40px;background:url(../images-index/se_bg.png) 0 0 no-repeat; position: absolute; right: 0; bottom: 40px;}
.Select ul{ padding:6px  60px 0 6px;}
.Select ul li.sec{height:26px;padding:2px 0 2px 13px;background:#fff;}
.Select ul li.sec input{background:none;border:0;width:100%;color:#999;line-height:26px;height:26px;outline:none;}
.Select ul li.sec  input::-webkit-input-placeholder {color: #999;}
.Select ul li.sec  input::-moz-placeholder {color: #999;}
.Select ul li.sec  input::-ms-input-placeholder {color: #999;}
.Select ul li.btn{width:50px;  position: absolute; right: 10px; top:6px; bottom: 0;}
.Select ul li.btn input{border:none;cursor:pointer; font-size: 0; width: 100%; height: 100%; background:url(../images-index/ss_btn.jpg) 0 0 no-repeat;}
.menubox{height:50px;margin:auto;background:#007dd0;overflow:hidden;padding-left:21px;}
.menubox ul li{width:170px;height:50px;float:left;background:url(../images-index/mu_line.gif) 200px 18px no-repeat;padding-right:41px; margin:0 20px;}
.menubox ul li a{display:block;width:97px;height:50px;line-height:50px;font-size:18px;color:#fff;background:url(../images-index/mu_ico.png) no-repeat; padding-left:63px;}
.menubox ul li a.mu1{width:83px;padding-left:73px;background-position:0 0;}
.menubox ul li a.mu2{background-position:-197px 0;}
.menubox ul li a.mu3{background-position:-398px 0;}
.menubox ul li a.mu4{background-position:-599px 0;}
.menubox ul li a.mu5{background-position:-800px 0;}
.menubox ul li a:hover,.menubox ul li.active a{color:#fff;background-color:#0067ac;}
.menubox ul li#sy{width:156px;background:url(../images-index/mu_line.gif) 176px 18px no-repeat;}
.menubox ul li#last{background:none;padding-right:0;}
/* 主体 */
.container{width:1002px;height:auto;margin:auto;}
.mainer{ padding: 20px 0 0 0;}
.mt20{margin-top:20px;}
.mt11{margin-top:11px;}
.mt15{margin-top:15px;}
/*标题*/
.ls-atabs{  border-bottom: 1px solid #d6d6d6; position: relative;}
.ls-atabs ul li{ display: inline; float:left;   text-align: center; line-height: 44px; height: 44px;  font-size: 18px; position: relative; }
.ls-atabs ul li a,.ls-atabs ul li .tit{ display: block;  padding: 0 15px;}
.ls-atabs ul li a:hover{color: #007dd0; }
.ls-atabs ul li.active a,.ls-atabs ul li.active .tit{ color: #007dd0;}
.ls-atabs ul li.active i{ position: absolute; display: block; left:0; bottom: -1px; right: 0; height:2px;   background:#007dd0;}
.ls-atabs .more{ position: absolute; right: 10px; font-size: 14px; top:0;  line-height: 44px;    }
.ls-atabs .more:hover{  color: #007dd0; }
/*公共列表*/
.ls-doc-list{ padding-top: 8px;}
.ls-doc-list li{ height: 30px;  line-height: 30px; padding: 0 60px 0 14px;  background:url(../images-index/ico.gif) left center  no-repeat; overflow: hidden; position: relative; color: #999;}
.ls-doc-list li a{ display: inline-block; float: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 92%; *width: 92%;}
.ls-doc-list li .date{ position: absolute; right: 0; top: 0;  }
.ls-doc-list li img{ float:left; padding:10px 0 0 0;}
.fw_msbox .ls-doc-list li a{ max-width: 85%; *width: 85%;}
/*新闻轮播*/
.twbox{width:515px;height:391px;overflow:hidden; background:url(../images-index/flashbg.gif) 0 0 no-repeat; padding:11px 0 0 11px;}
.ls-flash{ width: 499px;height: 375px;overflow: hidden;  position: relative;}
.flash-slide{ width: 100%; height: 100%;}
.flash-pic,.flash-pic ul,.flash-pic li,.flash-pic img{width: 100% !important; height: 100% !important;}
.flash-pic .title,.flash-pic .img_title{ position: absolute;  left: 0; right: 0; bottom: 0; height: 40px; line-height: 40px; padding: 0 120px 0  10px; font-size: 16px;  color: #fff;  background: rgba(0, 0, 0, 0.5) !important;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.flash-num{ position: absolute; right: 10px;   bottom: 14px; font-size: 0; line-height: 0;}
.flash-num li{ display: inline;}
.flash-num li ,.wza-on .flash-num li { display: inline-block; margin:0 4px; cursor: pointer; width: 12px; transition: 0.4s all;  height: 12px; border-radius: 50%; -moz-border-radius: 50%;   background: #fff !important; }
.flash-num li span,.flash-num li a{ display:block; height: 100%; }
.flash-num li.on,.flash-num li.on {   background:#e19b31 !important; }
/*横幅轮播*/
.zt-slide{ height: 93px; margin-top: 20px; overflow: hidden; position: relative; }
.zt-slide .img_title{ display: none;}
.zt-slide .flash-num{ display: none;}
/*头条*/
.xwbox{width:462px;}
.ttbox{height:70px;border:#dcdcdc 1px dashed;padding:8px 20px 0 60px;position:relative;text-align:center; margin-bottom: 11px;}
.ttbox .tt_tit{display:block;width:40px;height:20px;line-height:18px;text-align:center;font-size:14px;color:#fff;background:url(../images-index/tt_titbg.png) 0 0 no-repeat;padding:0 0 3px 3px;position:absolute;left:-4px;top:11px;}
.ttbox .title{ height: 36px;}
.ttbox .title a{ display: inline-block; max-width: 100%; font-size:22px;color:#eb0000; height:36px;line-height:36px; font-weight: bold; text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ttbox .title a:hover{ text-decoration: underline;}
.ttbox .remarks{height:24px;line-height:24px;color:#666;overflow:hidden;text-align:left;}
.ttbox .remarks a{color:#eb0000;}
.ttbox .remarks a:hover{text-decoration: underline; }
/*通知公告一栏*/
.tzbox{width:498px;height:247px;border:#e8e8e8 1px solid;padding:5px 10px 0; position:relative;}
.kzkt_tu{ position:absolute; width:auto; right:0; top:0;}
.kzkt_tu li a{ padding: 0 !important; margin: 0 !important;}
.tz_top{height:44px;background:url(../images-index/tz_topbg.gif) 0 bottom repeat-x;overflow:hidden;}
.tz_top a{display:block;float:left;height:42px;line-height:42px;white-space:nowrap;padding:0 15px;font-size:18px;color:#484848;margin-right:10px;}
.tz_top .sec2,.tz_top a:hover{color:#007dd0;border-bottom:#007dd0 2px solid;}
.tz_list{padding:11px 0 0 1px;line-height:30px;overflow:hidden;}
.tz_list ul li{width:483px;height:30px;line-height:30px;vertical-align:bottom;padding-left:14px;background:url(../images-index/ico.gif) 0 13px no-repeat;overflow:hidden;}
.tz_list ul li a{float:left;font-size:14px;}
.tz_list ul li img{float:left;padding-top:10px !important;}
.tz_list ul li span{color:#999;}
/*.tzbtnbox{width:462px;height:254px;overflow:hidden;position:relative;}
.tzbtnbox ul li{position:absolute;}
.tzbtnbox ul li.l1{width:196px;height:123px;left:0;top:0;}
.tzbtnbox ul li.l2{width:126px;height:123px;left:203px;top:0;}
.tzbtnbox ul li.l3{width:126px;height:123px;left:336px;top:0;}
.tzbtnbox ul li.l4{width:126px;height:124px;left:0;top:130px;}
.tzbtnbox ul li.l5{width:200px;height:124px;left:131px;top:130px;}
.tzbtnbox ul li.l6{width:126px;height:124px;left:336px;top:130px;}
.tzbtnbox ul li a{display:block;width:100%;height:52px;line-height:40px;text-align:center;font-size:18px;font-weight:bold;padding-top:71px;background:url(../images-index/tzbtn_ico.png) no-repeat;-moz-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;transition:all 0.3s linear 0s;}
.tzbtnbox ul li a:hover{background:url(../images-index/tzbtn_icoh.png) no-repeat;color:#fff !important;}
.tzbtnbox ul li.l4 a,.tzbtnbox ul li.l5 a,.tzbtnbox ul li.l6 a{height:53px;}
.tzbtnbox ul li.l1 a{background-position:0 0;background-color:#fbe296;color:#ee9d00;}
.tzbtnbox ul li.l1 a:hover{background-position:0 0;background-color:#ee9d00;}
.tzbtnbox ul li.l2 a{background-position:-203px 0;background-color:#e3f49f;color:#91b600;}
.tzbtnbox ul li.l2 a:hover{background-position:-203px 0;background-color:#91b600;}
.tzbtnbox ul li.l3 a{background-position:-336px 0;background-color:#ffcda2;color:#e76200;}
.tzbtnbox ul li.l3 a:hover{background-position:-336px 0;background-color:#e76200;}
.tzbtnbox ul li.l4 a{background-position:0 -130px;background-color:#a9d8ff;color:#0093b1;}
.tzbtnbox ul li.l4 a:hover{background-position:0 -130px;background-color:#0093b1;}
.tzbtnbox ul li.l5 a{background-position:-131px -130px;background-color:#c3eef2;color:#21b2d0;}
.tzbtnbox ul li.l5 a:hover{background-position:-131px -130px;background-color:#21b2d0;}
.tzbtnbox ul li.l6 a{background-position:-336px -130px;background-color:#c5b3f7;color:#7642d7;}
.tzbtnbox ul li.l6 a:hover{background-position:-336px -130px;background-color:#7642d7;}  数字图片馆恢复 删除下方样式*/

.tzbtnbox{width:462px;height:254px;overflow:hidden;position:relative;}
.tzbtnbox ul li{position:absolute; width:126px;}
.tzbtnbox ul li.num1{width:196px;height:123px;left:0;top:0;}
.tzbtnbox ul li.num2{height:123px;left:203px;top:0;}
.tzbtnbox ul li.num3{height:123px;left:336px;top:0;}
.tzbtnbox ul li.num4{height:124px;left:0;top:130px;}
.tzbtnbox ul li.num5{width:91px;height:124px;left:131px;top:130px;}
.tzbtnbox ul li.num6{width:106px;height:124px;left:222px;top:130px;}
.tzbtnbox ul li.num7{height:124px;left:336px;top:130px;}
.tzbtnbox ul li a{display:block;height:100%;line-height:40px;text-align:center;font-size:18px;font-weight:bold;-moz-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;transition:all 0.3s linear 0s; box-sizing: border-box; padding-top: 20px;}
.tzbtnbox ul li .img_title{ display: block; width: 100%;}
.tzbtnbox ul li.num5 .img_title{ float: left;}
.tzbtnbox ul li .img-img{ display: block; margin: 0 auto; width: 50px; height: 50px; overflow: hidden; font-size: 0; line-height: 0;}
.tzbtnbox ul li a:hover{color:#fff !important;}
.tzbtnbox ul li a:hover .img-img img{ margin-top: -50px;}
.tzbtnbox ul li.num1 a{background-color:#fbe296;color:#ee9d00;}
.tzbtnbox ul li.num1 a:hover{background-color:#ee9d00;}
.tzbtnbox ul li.num2 a{background-color:#e3f49f;color:#91b600;}
.tzbtnbox ul li.num2 a:hover{background-color:#91b600;}
.tzbtnbox ul li.num3 a{background-color:#ffcda2;color:#e76200;}
.tzbtnbox ul li.num3 a:hover{background-color:#e76200;}
.tzbtnbox ul li.num4 a{background-color:#a9d8ff;color:#0093b1;}
.tzbtnbox ul li.num4 a:hover{background-color:#0093b1;}
.tzbtnbox ul li.num5 a{background:#c3eef2;color:#21b2d0;}
.tzbtnbox ul li.num5 a:hover{background:#21b2d0;}
.tzbtnbox ul li.num6 a{background: #c3eef2;color:#21b2d0;}
.tzbtnbox ul li.num6 a:hover{background:#21b2d0;}
.tzbtnbox ul li.num7 a{background-color:#c5b3f7;color:#7642d7;}
.tzbtnbox ul li.num7 a:hover{background-color:#7642d7;}
.tzbtnbox ul li.num5 .img-img{ float: right;  width: 12px;}
.tzbtnbox ul li.num6 .img-img{  margin: 0; width: 25px;}
/*政务公开一栏*/
.gkbox{border-top:#007dd0 2px solid;background:#fdfdfd;padding:0 15px;}
.zwgk_top{height:48px;padding:6px 0 6px 9px;border-bottom:#dfdfdf 1px solid;overflow:hidden;}
.zwgk_top .ico{display:block;float:left;width:61px;height:48px;overflow:hidden;}
.zwgk_top .tit{display:block;float:left;white-space:nowrap;font-size:26px;color:#007dd0;height:48px;line-height:48px;padding-right:12px;}
.zwgk_top .tit:hover{color:#007dd0;}
.zwgk_top .name{display:block;float:left;padding-top:20px;height:20px;line-height:20px;white-space:nowrap;font-size:12px;color:#c9c8c8;}
.zwgk_top .zwbtn{display:block;float:right;width:73px;height:34px;line-height:34px;font-size:16px;color:#fff;background:url(../images-index/zwbtn.png) 0 0 no-repeat;padding-left:31px;margin:7px 1px 0 0;}
.zwgk_top .zwbtn:hover{color:#fff;}

.zwgk_link{ float:right; padding:7px 30px 0 0;}
.zwgk_link li{ float:right;padding:0 0 0 25px;}
.zwgk_link li a{display:block;width:73px;height:34px;line-height:34px;font-size:16px;color:#fff;background:url(../images-index/zwbtn.png) 0 0 no-repeat;padding-left:31px;}
.zwgk_link li a:hover{ color:#fff;}
.zwgk_link li.l2 a{ background-image:url(../images-index/zwbt2.gif);}

.gk_con{width:972px;}
.gk_mn{ width:116px; height:198px; padding:13px 0 0 0;}
.gk_mn li{ vertical-align:middle; height:40px; padding-top:10px;line-height:40px; font-size:18px;text-align:center; background:url(../images-index/xxgk_btnl.png) 0 10px no-repeat;}
.gk_mn li a{ display:block; height:40px; line-height:40px; color:#333; background:url(../images-index/xxgk_btnl.png) 0 0 no-repeat;}
.gk_mn li a:hover{ background-position:0 -40px; color:#fff;}

.gk_nr{width:547px;height:214px;padding:13px 0 0 24px;}
.gk_top{width:103px;padding-right:16px;height:auto;background: url(../images-index/gk_topline.gif) 97px 13px no-repeat;overflow:hidden;}
.gk_top a{display:block;float:left;width:103px;height:40px;line-height:40px;font-size:18px;color:#505050;margin:10px 0 0 0;background:url(../images-index/gk_topico.png) right -42px no-repeat;}
.gk_top a:hover,.gk_top a.sec2{background:url(../images-index/gk_topico.png) right 13px no-repeat;color:#007dd0;font-weight:bold;}
.gk_lbcon{width:408px;height:196px;padding-top:4px;line-height:28px;overflow:hidden;}
.gk_list{width:408px;}
.gk_list ul li{width:408px;height:28px;line-height:28px;vertical-align:bottom;overflow:hidden;}
.gk_list ul li a{float:left;font-size:14px;}
.gk_list ul li img{float:left;padding-top:9px !important;}
.gk_list ul li span{color:#999;}

.gk_btn{width:284px;height:181px;margin-top:23px;overflow:hidden;}
.gk_btn ul li{float:left;width:132px;height:83px;padding:0 20px 15px 0;}
.gk_btn ul li.l2,.gk_btn ul li.l4{padding-right:0;}
.gk_btn ul li a{display:block;width:60px;height:63px;padding:20px 12px 0 61px;line-height:24px;font-size:16px;color:#fff;text-align:center;background:url(../images-index/xxgk_btn_n.gif) no-repeat;-moz-transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;transition:all 0.3s linear 0s;}
.gk_btn ul li.l2 a,.gk_btn ul li.l4 a{padding:20px 70px 0 12px;}
.gk_btn ul li a:hover{color:#fff;background:url(../images-index/xxgk_btn_nh.gif) no-repeat;}
.gk_btn ul li.l1 a,.gk_btn ul li.l1 a:hover{background-position:0 0;}
.gk_btn ul li.l2 a,.gk_btn ul li.l2 a:hover{background-position:-152px 0;}
.gk_btn ul li.l3 a,.gk_btn ul li.l3 a:hover{background-position:0 -98px;}
.gk_btn ul li.l4 a,.gk_btn ul li.l4 a:hover{background-position:-152px -98px;}

/*服务指南*/
.fw_con{padding:8px 0 0 1px;height:234px;overflow:hidden;}
.fw_msbox{width:268px;}
.fw_xxktop{height:46px;background:url(../images-index/tz_topbg.gif) 0 44px repeat-x;overflow:hidden;}
.fw_xxktop a{display:block;float:left;height:44px;line-height:44px;white-space:nowrap;padding:0 15px;font-size:18px;color:#505050;margin-right:10px;}
.fw_xxktop .sec2,.fw_xxktop a:hover{color:#0079d6;font-weight:bold;border-bottom:#0079d6 2px solid;}
.fw_xxktop a.sec1:hover{ border-bottom:0 none;}
.fw_xxktop #a5td3{margin-right:0;}
.fw_list{padding:8px 0 0 11px;line-height:28px;overflow:hidden;}
.fw_list ul li{width:243px;height:28px;line-height:28px;vertical-align:bottom;overflow:hidden;padding-left:14px;background:url(../images-index/ico.gif) 0 12px no-repeat;}
.fw_list ul li a{float:left;font-size:14px;}
.fw_list ul li img{float:left;padding-top:9px !important;}
.fw_list ul li span{color:#999;}

.fw_bmbox{width:448px;margin-left:30px;}
.fw_bmbox .fw_list ul li{width:423px;}

.fw_tybox{width:195px;padding-top:5px;}
.fw_tytop{height:32px;background:url(../images-index/fw_tytopbg.png) 0 0 repeat-x;overflow:hidden;}
.fw_tytop a{display:block;width:91px;height:32px;line-height:32px;text-align:center;font-size:18px;color:#0079d6;font-weight:bold;background:#fdfdfd;margin:auto;}
.fw_tytop a:hover{color:#0079d6;}
.fw_tybtn{width:195px;height:184px;overflow:hidden;}
.fw_tybtn ul{ margin-top: 10px;}
.fw_tybtn ul li{float:left;width:50%;overflow:hidden; }
.fw_tybtn ul li.l1,.fw_tybtn ul li.l3{padding-right:19px;}
.fw_tybtn ul li a{display:block;height:92px; text-align: center; position:relative;cursor:pointer;}
.fw_tybtn ul li a .img-title{display:block;height:36px;line-height:36px;text-align:center;font-size:18px;-webkit-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;-moz-text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;text-shadow:#fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;}
.fw_tybtn ul li a:hover img{ animation: bellRing 0.9s both;}
.fw_tybtn ul li.num1 a .img-title{color:#00bed4;}
.fw_tybtn ul li.num2 a .img-title{color:#be6bd7;}
.fw_tybtn ul li.num3 a .img-title{color:#2cab76;}
.fw_tybtn ul li.num4 a .img-title{color:#bea201;}
/*互动交流*/
.zw_con{padding:10px 0 0 1px;height:236px;overflow:hidden;}
.hd_lybox{width:268px;}
.hd_lylist{height:168px;padding:12px 0 0 5px;line-height:28px;overflow:hidden;}
.hd_lylist ul li{height:28px;line-height:28px;vertical-align:bottom;background:url(../images-index/ico.gif) 0 13px no-repeat; position: relative; padding: 0 50px 0 13px;}
.hd_lylist ul li a{font-size:14px;display:inline-block; max-width: 100%; color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.hd_lylist ul li a:hover{color:#eb0000;}
.hd_lylist ul li .date{ position: absolute; color: #999; right: 0; top:0;}

.hd_dcbox{width:438px;margin-left:39px;}
.hd_dctop{height:38px;overflow:hidden;background:url(../images-index/hd_dcico.jpg) 2px 12px no-repeat;padding-left:19px;}
.hd_dctop .tit{display:block;float:left;height:38px;line-height:38px;font-size:18px;color:#007dd0;font-weight:bold;}
.hd_dctop .tit:hover{color:#007dd0;}
.hd_dctop .more{display:block;float:right;width:64px;height:20px;line-height:20px;text-align:center;color:#fff;background:url(../images-index/hd_dcbtn.png) 0 0 no-repeat;margin-top:10px;}
.hd_dctop .more:hover{color:#fff; opacity: .9;}
.hd_dccon{height:180px;margin-top:5px;background:url(../images-index/hd_dcline.gif) 5px 8px no-repeat;overflow:hidden;}
.hd_dccon .hd_dclist li{height:28px;line-height:28px;vertical-align:bottom;background:url(../images-index/gk_topico.png) 0 -47px no-repeat; position: relative; padding: 0 50px 0 18px;}
.hd_dccon .hd_dclist li:hover{    background: url(../images-index/gk_topico.png) 0 9px no-repeat; }
.hd_dccon .hd_dclist li a{ display: inline-block; margin-right: 8px; max-width:80%; float: none; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;}
.hd_dccon .hd_dclist li .date{ position: absolute; display: block; right: 0; top:0; color: #999;}
.hd_dccon .hd_dclist li span{ display: inline-block; vertical-align: top; color: #999;}
.hd_dccon .hd_dclist li .starting{ color: #007dd0;}

.hdy_zjlist{width:438px;}
.hdy_zjtitle{width:414px;height:28px;line-height:28px;vertical-align:bottom;padding-left:18px;background:url(../images-index/gk_topico.png) 0 -47px no-repeat;}
.hdy_zjtitle a{display:block;float:left;width:360px;font-size:14px;color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.hdy_zjtitle span.date{display:block;float:right;color:#999;width:auto;white-space:nowrap;height:28px;line-height:28px;padding:0;}
.hdy_zjxx{width:432px;height:124px;overflow:hidden;}
.hdy_zjxx .title{width:414px;height:28px;line-height:28px;vertical-align:bottom;padding-left:18px;background:url(../images-index/gk_topico.png) 0 9px no-repeat; overflow:hidden;}
.hdy_zjxx .title a{float:left;font-size:14px;display:block;color:#3592d4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.hdy_zjxx .title span.date{display:block;float:right;color:#999;width:auto;white-space:nowrap;height:28px;line-height:28px;padding:0;}
.hdy_zjxx .con{width:414px;height:72px;line-height:24px;font-size:12px;color:#666;overflow:hidden;padding:8px 0 0 18px;}

.hd_btnbox{width:196px;padding-top:10px;}
.hd_btnimg{height:80px;overflow:hidden;}
.hd_btn{height:112px;background:url(../images-index/hd_ltbg.png) 0 0 no-repeat;overflow:hidden;padding:14px 0 0 0;}
.hd_btn ul li{  text-align: center;height:43px; margin-bottom: 8px;}
.hd_btn ul li a{ display: block;}
.hd_btn ul li img{ height: 43px; max-width: 100%;}
.hd_btn ul li a:hover{  opacity: .8;}
.hd_btn ul li .img_title{ display: none;}
/*名校园长*/
.yzbox{height:212px;overflow:hidden;}
.yzbox dl{float:left;height:212px;}
.yzbox dl.line{border-right:#fff 1px solid;}
.yzbox dl dt{float:left;height:212px;}
.yzbox dl dt a{display:block;width:26px;height:184px;line-height:20px;text-align:center;padding:28px 12px 0;font-size:18px;color:#0079d6;background:url(../images-index/yz_sec1.jpg) 0 0 no-repeat;overflow:hidden;}
.yzbox dl dt.sec2 a,.yzbox dl dt a:hover{background:url(../images-index/yz_sec2.jpg) 0 0 no-repeat;color:#fff;}
.yzbox dl dd{float:left;}
.yzbox dl dd.yz_nrcon{width:901px;height:212px;background:#f7f7f7;overflow:hidden;}
.tec_list{ padding:36px 0 0 20px;}
.tec_list ul li{ width:62px; display:inline; float:left; height:104px; text-align:center; line-height:30px; font-size:14px; margin:0 6px 0 0;}
.tec_list ul li.sec2 a{ color:#0079d6;}
.tec_list ul li .imgico{ display:block; width:62px; height:62px; background:url(../images-index/tp1.jpg) top center no-repeat;}
.tec_list ul li a:hover .imgico,.tec_list ul li.sec2 a .imgico{ background:url(../images-index/tp1_h.jpg) top center no-repeat;  }
.tec_list ul li#a8td1  .imgico{background:url(../images-index/tp2.jpg) top center no-repeat; }
.tec_list ul li#a8td1 a:hover .imgico,.tec_list ul li#a8td1.sec2  a .imgico{background:url(../images-index/tp2_h.jpg) top center no-repeat; }
.tec_list ul li#a8td2  .imgico{background:url(../images-index/tp3.jpg) top center no-repeat; }
.tec_list ul li#a8td2 a:hover .imgico,.tec_list ul li#a8td2.sec2 a:hover .imgico{background:url(../images-index/tp3_h.jpg) top center no-repeat; }
.tec_list ul li#a8td3  .imgico{background:url(../images-index/tp4.jpg) top center no-repeat; }
.tec_list ul li#a8td3 a:hover .imgico,.tec_list ul li#a8td3.sec2 a .imgico{background:url(../images-index/tp4_h.jpg) top center no-repeat; }

.tec_list ul li#a8td4  .imgico{background:url(../images-index/tp5.jpg) top center no-repeat; }
.tec_list ul li#a8td4 a:hover .imgico,.tec_list ul li#a8td5.sec2 a .imgico{background:url(../images-index/tp5_h.jpg) top center no-repeat; }

.tec_list ul li#a8td5  .imgico{background:url(../images-index/tp6.jpg) top center no-repeat; }
.tec_list ul li#a8td5 a:hover .imgico,.tec_list ul li#a8td5.sec2 a .imgico{background:url(../images-index/tp6_h.jpg) top center no-repeat; }

.tec_list ul li#a8td6  .imgico{background:url(../images-index/tp7.jpg) top center no-repeat; }
.tec_list ul li#a8td6 a:hover .imgico,.tec_list ul li#a8td6.sec2 a .imgico{background:url(../images-index/tp7_h.jpg) top center no-repeat; }

.tec_list ul li#a8td7  .imgico{background:url(../images-index/tp8.jpg) top center no-repeat; }
.tec_list ul li#a8td7 a:hover .imgico,.tec_list ul li#a8td7.sec2 a .imgico{background:url(../images-index/tp8_h.jpg) top center no-repeat; }

.tec_list ul li#a8td8  .imgico{background:url(../images-index/tp9.jpg) top center no-repeat; }
.tec_list ul li#a8td8 a:hover .imgico,.tec_list ul li#a8td8.sec2 a .imgico{background:url(../images-index/tp9_h.jpg) top center no-repeat; }

.tec_list ul li#a8td9  .imgico{background:url(../images-index/tp10.jpg) top center no-repeat; }
.tec_list ul li#a8td9 a:hover .imgico,.tec_list ul li#a8td9.sec2 a .imgico{background:url(../images-index/tp10_h.jpg) top center no-repeat; }

.tec_list ul li#a8td10 .imgico{background:url(../images-index/tp11.jpg) top center no-repeat; }
.tec_list ul li#a8td10 a:hover .imgico,.tec_list ul li#a8td10.sec2 a .imgico{background:url(../images-index/tp11_h.jpg) top center no-repeat; }

.tec_list ul li#a8td11 .imgico{background:url(../images-index/tp12.jpg) top center no-repeat; }
.tec_list ul li#a8td11 a:hover .imgico,.tec_list ul li#a8td11.sec2 a .imgico{background:url(../images-index/tp12_h.jpg) top center no-repeat; }

.tecinfo{ height:70px; padding:0 0 0 16px;}
.tecinfo .tectit{ float:left; background:url(../images-index/tec_jj.gif) 0 0 no-repeat; width:75px; height:70px; line-height:26px; overflow:hidden; font-size:14px; color:#666; padding-right:4px; text-align:center;}
.tecinfo .tectest{ font-size:14px; color:#444; float:left; width:720px; padding-left:14px; line-height:24px;    height:70px; overflow-y:auto; }

.mxyzbox{height:196px;margin:auto;margin-top:16px;overflow:hidden;}
.mxyzbox ul li{float:left;width:125px;height:184px;padding-right:14px;overflow:hidden;}
.mxyzbox ul li a{display:block;width:125px;height:184px;cursor:pointer;}
.mxyzbox ul li a img{width:125px;height:152px;}
.mxyzbox ul li a .con_imgname{display:block;width:72px;height:22px;margin:auto;margin-top:9px;background:url(../images-index/yz_titbg.png) 0 0 no-repeat; line-height:20px;text-align:center;font-size:14px;color:#0079d6;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.mxyzbox ul li a:hover .con_imgname{color:#ff9000;}

/*名校风采*/
.mxbox{height:215px;border:#ddd 1px solid;padding:6px 10px 0;}
.mx_top{height:44px;line-height:44px;border-bottom:#d1d1d1 1px solid;background:url(../images-index/mx_ico.png) 10px 12px no-repeat;padding-left:53px;overflow:hidden;}
.mx_top a,.mx_top a:hover{font-size:18px;color:#007dd0;}
.mx_list{height:142px;margin-top:15px;overflow:hidden;}
.mx_list ul li{width:188px;margin-right:10px;float:left;}
.mx_list ul li a{display:block;height:142px;overflow:hidden;cursor:pointer; position: relative;}
.mx_list ul li a img{width:188px;height:142px;}
.mx_list ul li .title{display:block; position: absolute; left:0; right: 0; bottom: 0; padding: 0 5px;  height:32px;left:0;bottom:0;line-height:32px;text-align:center;color:#fff;background:url(../images-index/text_bg.png) repeat;cursor:pointer; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;}
.mx_list ul li .title:hover{color:#ff9000;}
/*图片友情链接*/
.btnlinkbox ul{ margin-right: -11px;}
.btnlinkbox ul li{float:left;width:158px;height:48px;margin:0 11px 8px 0;overflow:hidden;}
.btnlinkbox ul li a{ display: block; overflow: hidden;}
.btnlinkbox ul li  img{ width: 100%; height: 48px;}
.btnlinkbox ul li a:hover img{ opacity: 0.8; filter: alpha(opacity=80);}
.btnlinkbox ul li .img_title{ display: none; }

.dd_btnbox{height:120px;border:#ddd 1px solid;padding:18px 16px 0;overflow:hidden;}
.dd_btnbox ul li{float:left;width:12.5%;height:109px;overflow:hidden;}
.dd_btnbox ul li a{display:block; text-align: center; height:109px;position:relative;overflow:hidden;cursor:pointer;}
.dd_btnbox ul li a:hover img{-webkit-transition:-webkit-transform 0.7s ease-out;-moz-transition:-moz-transform 0.7s ease-out;transition:transform 0.7s ease-out;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg);}
.dd_btnbox ul li a .img_title{display:block;height:32px;line-height:32px; margin-top: 5px; text-align:center;font-size:14px;color:#666;}
.dd_btnbox ul li a:hover .img_title{color:#eb0000;}

/*友情链接*/
.linkcon{border-top:#e5e5e5 1px solid;background:#fefefe; margin-top: 10px;}
.link-tab{height:40px;padding-left:31px;overflow:hidden;}
.link-tab  li{float:left;display:block;width:180px;height:40px;line-height:40px;border-right:#e5e5e5 1px solid;padding-left:20px;color:#484848;cursor:pointer;background:url(../images-index/link_ico.gif) 173px 18px no-repeat;}
.link-tab li .tit{ display: block;height:40px; }
.link-tab  li.title{float:left;display:block;cursor:pointer;width:146px;height:40px;line-height:40px;font-size:16px;color:#007dd0;font-weight:bold;border-right:#e5e5e5 1px solid; background: none;}
.link-tab  li.active{color:#007dd0;}
.link_lb{line-height:28px;height:auto;min-height:28px;padding:5px 10px 10px;}
.link_lb ul li{float:left;width:auto; margin-right: 30px; height:28px;line-height:28px;font-size:14px;vertical-align:bottom;padding-left:10px;background:url(../images-index/ico.gif) 0 12px no-repeat;}
.link_lb ul li a{display:block;line-height:28px;color:#505050;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.link_lb ul li a:hover{color:#eb0000;}
/***底部***/
.foot{width:100%;margin:auto;background:#fafafa;border-top:#007dd0 2px solid;position:relative;text-align:center;padding:25px 0;line-height:24px;}
.foot .sp{ display: inline-block; margin: 0 6px;}
.foot .sp-gray{color:#999;}
.fot_pic{display:block;width:70px;height:70px;position:absolute;left:50%;top:14px;margin-left:-326px;}
.fot_pic img{width:70px !important;height:70px !important;}
/*当前位置*/
.ls-crumbs-box { height: 34px;line-height: 34px;padding-left: 35px;background: url(../images-index/wz_ico.png) 10px 12px no-repeat;
 font-size: 14px;border-bottom: #ddd 1px dotted;  color: #666; padding-top: 5px; }
.ls-crumbs-box i { font-style: normal; }
.ls-crumbs-box a { color: #666; }
.ls-crumbs-box a:hover { color: #d00; }
.ls-crumbs-box .search-keywords { color: red; }
/*无数据*/
.ui-data-empty,.ui-empty-skin1 {padding: 20px;text-align: center}
.ui-empty-skin1 {height: 220px;margin: auto; background-image:url(/_res/images/empty.png) !important; background-position: 50% 50%; background-repeat: no-repeat;}
/*分页/翻页*/
.pagination { clear: both; width: 100%; text-align: center; margin: 10px 0 5px; padding: 3px 0; line-height: 30px; font-size: 14px; font-family: "Microsoft YaHei"; }
.pagination a, .pagination span { display: inline-block; border: 1px solid #ddd; color: #666; margin: 3px; padding: 0 10px; text-decoration: none; white-space: nowrap; height: 30px; border-radius: 3px; }
.pagination a:hover { background: #007dd0; border: 1px solid #007dd0; color: #fff!important; }
.pagination a.active { border: 1px solid #007dd0; color: #fff; }
.pagination span.current, .pagination span.current:hover { background: #007dd0; border: 1px solid #007dd0; color: #fff; }
.pagination span.disabled, .pagination span.disabled:hover { border: 1px solid #ddd; color: #cfcfcf; background: #f9f9f9; }
.pagination a.text, .pagination a.text:hover { color: #fff; background: #007dd0; border: #007dd0 1px solid; cursor: text; }
.pagination a.pagemore, .pagination a.pagemore:hover { color: #666; background: #fff; border: 1px solid #fff; cursor: text; padding: 0 3px; }
.pagination .total { border: 0; height: 32px; padding: 0; line-height: 32px; }
.pagination .inputBar { border: 0; height: 32px; padding: 0 2px 0 5px; line-height: 32px; }
.pagination .inputBar input { width: 40px; height: 26px; line-height: 26px; padding: 2px 5px; border: #ddd 1px solid; margin: -3px 3px 0; vertical-align: middle; border-radius: 3px; color: #333; }
.pagination .inputBar button { display: inline-block; background: #007dd0; border: 0; height: 32px; color: #fff; border-radius: 3px; padding: 0 8px; margin: -3px 3px 0; }
/* 栏目页 */
.ls-column-inner{ margin: 20px 0;   border: #ddd 1px solid;}
/*左侧*/
.ls-column-left{width: 200px; background: #f9f9f9; min-height: 400px; padding: 20px;}
.ls-column-title{height: 55px;line-height: 55px;text-align: center;font-size: 20px;color: #fff;background: #0079d6;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ls-column-menu{   padding-top: 10px;}
.ls-column-menu li a{  display: block;padding-left: 32px;height: 38px;border-bottom: 1px solid #e0e0e0;background: url(../images-index/xx_l_style.png) left center no-repeat;font-size: 14px;line-height: 38px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ls-column-menu li.active a,.ls-column-menu li a.active,.ls-column-menu li a:hover{    background: url(../images-index/xx_sl_style.png) left center no-repeat;color: #0079d6;}
/*右侧*/
.ls-column-right{width: 720px; padding-right: 20px;}
/*右侧标题 */
.ls-column-name span{display: inline-block; padding: 0 0 4px; position: relative;line-height:2.2; font-weight: bold; color: #0067AC; font-size: 24px; transition: 0.4s all;}
.ls-column-name span:after{display:block; content: ""; position: absolute; left:0; bottom: 0; transition: 0.4s all;width: 100%; height: 2px; background: #0067AC;}
/***栏目文字列表****/
.guidang{position:absolute; right:0; top:0; z-index: 10;}
.ls-column-list{height:auto; min-height:450px; _height:450px; position: relative; font-size:14px; line-height:1.8; border-top:0; text-align:justify; text-justify:inter-ideograph; word-break:break-all; word-wrap:break-word; padding: 10px 0 0;}
.ls-column-list ul{clear:both;}
.ls-column-list table{max-width:100% !important;}
.ls-column-list li{height:30px; line-height:30px; vertical-align:bottom; padding:2px 100px 2px 14px;     background: url(../images-index/ico.gif) left center no-repeat;position:relative; overflow: hidden;}
.ls-column-list li .date{color:#999; position: absolute; top: 2px; right: 0;}
.ls-column-list .doc_list{padding-bottom:5px; overflow: hidden;}
.ls-column-list .doc_list li,.ls-column-list .download-list li{overflow:hidden;}
.ls-column-list .doc_list li a{display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ls-column-list .doc_list li img{float:left; margin:10px 0 0 2px;}
.ls-column-list .doc_list li.odd a,.ls-column-list .doc_list li.even a{ max-width: 560px;}
.ls-column-list .download-list li .title{ display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ls-column-list .download-list li .down{ position: absolute; right: 0; top:0;      color: #c00;   padding-left: 20px; background: url(../images-index/down.png) 0 10px no-repeat;}
.ls-column-list li.lm_line{height: 0;border-bottom: 1px dashed #ddd;margin: 12px 0; padding:0;background: none;}
.ls-column-list li.lm_line.add{display: none;}
.ls-column-list li.columnName{height:auto !important; line-height: 40px; padding: 0 10px; background: #f8f8f8; margin: 5px 0;}
.ls-column-list li.columnName a.more{ font-size:12px; color:#888; float: right !important; margin: 0 !important;}
.ls-column-list li.columnName a.more:hover{ color:#c00;}
.ls-column-list li.columnName a.title{ font-weight:bold; color:#333; display: inline; margin-right: 0; white-space: normal; max-width: none !important;}
.ls-column-list .doc_list li.search-list a{max-width: none !important;margin-right: 90px;float: none;}

/*文章页*/
.ls-article-inner{ margin: 20px 0; padding: 0 10px; border: 1px solid #ddd;}
.ls-article{  padding: 20px 50px 40px; position: relative;}
/*文章标题*/
.ls-article-title{ font-size: 24px; font-weight: bold; line-height: 46px; text-align: center; color: #333;}
.ls-article-subtitle{ text-align: center; font-size: 22px; line-height: 30px;padding: 0 0 10px 0;}
.ls-article-toptitle,.ls-article-smalltitle{ text-align: center; font-size: 18px; line-height: 28px;}
.ls-article-smalltitle{ padding-bottom:10px;}
/*文章信息*/
.ls-article-menu{ border-bottom: 1px solid #eeeeee; padding: 10px 0 10px; line-height: 32px; font-size: 14px; color: #666; text-align: center;}
.ls-article-menu span{ display: inline-block; margin: 0 8px; vertical-align: top;}
.ls-article-menu a{ color: #666;}
.ls-article-menu i{ font-style: normal;}
.wz_font i { display: block; float:left; font-style: normal; white-space: nowrap;overflow: hidden;}
.wz_font span,.wz_font a { display: block; float:left; margin: 4px 0 0; height: 24px; line-height: 24px; padding: 0 7px; border: #e6e6e6 1px solid;text-align: center; cursor: pointer; color: #999999;}
.wz_font a:hover { color: #007dd0;}
.wz_font .active { color: #007dd0; font-weight: bold;}
.wz_font .j-fontBig { border-right: 0; border-radius: 2px 0 0 2px;}
.wz_font .j-fontSmall { border-left: 0; border-radius: 0 2px 2px 0;}
/*文章内容*/
.ls-article-info{padding:20px 0;font-size:16px; min-height: 400px;color:#333; line-height:2;padding-bottom:40px; overflow-x: auto;text-align: justify; text-justify: inter-ideograph;}
.ls-article-info img,.ls-article-info table{ max-width:90%;}
.ls-article-info img{margin:1px 0; max-width:90%;}
.ls-article-info table{border-color:#333; border-spacing:0; border-collapse: collapse; margin: 0 auto;}
.ls-article-info table td{padding: 5px; line-height: 1.5; border:1px solid #333;}
.minh500{ height:auto; min-height:500px;}
.ls-article-otherli{ padding-bottom: 10px; line-height: 2; font-size: 16px;}
/*分享打印*/
.ls-article-share{padding-top: 10px;border-top: 1px solid #eee;}
.ls-share-pf{width: 88px; height: 26px; position: relative; padding-left: 20px; background: url(../images/share.png) left center no-repeat;}
.ls-share-pf .share-box{right: auto; left: 22px; top: 0;}
.ls-custom-menu{ line-height: 0; font-size: 0;}
.ls-custom-menu a,.ls-custom-menu span{display: inline-block; vertical-align: middle; line-height: 26px; font-size: 14px; padding:0 15px 0 22px; background: 0 center no-repeat; cursor: pointer;}
.ls-custom-menu .ls-print{ background-image: url("../images/print.png") !important;}
.ls-custom-menu .ls-gototop{ padding-left: 20px; padding-right: 0; background-image: url("../images/gotop.png") !important;}
/*上下篇*/
.ls-article-next{margin-top:20px;font-size: 14px;line-height: 28px;}
.ls-article-next span{font-weight: bold;}
/*视频文章*/
.ls-article-video{text-align: center; padding: 20px 0;}
/*通用文章页 end*/
/*栏目页-图片/视频列表 */
.videoNews-img-list,.picture-list{ margin: 10px -20px 0 0;}
.ls-column-list .videoNews-img-list li,ul.picture-list li{float:left; width:165px; height:auto; padding: 0; margin:0 20px 20px 0; transition: 0.4s all;}
.ls-column-list .videoNews-img-list li a,ul.picture-list li a{ display: block; float: none;}
.ls-column-list .videoNews-img-list li img,ul.picture-list li img{ width:100%; height:125px;}
.ls-column-list .videoNews-img-list li .title a,ul.picture-list li .img_title{display:block; float: none; padding: 5px 0 0; height: 26px; line-height:26px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.ls-column-list .videoNews-img-list li .datetime{ color: #999; display: block; line-height: 1.5;}
/*网站地图*/
.ls-map-title{line-height:40px;text-align:center;font-size:30px;font-weight:bold;padding:10px 0 10px;}
.dty_contain{margin:auto; padding:20px;}
.dty_mutitle{margin-top:16px; padding-bottom: 10px; font-size: 20px; color: #0079d6; font-weight:bold; line-height: 1.8; border-bottom: #e7e7e7 1px solid;}
.dty_mutitle a{ color: #0079d6;}
.dty_mutitle a:hover{ text-decoration:underline;}
.dty_sublb{padding:16px 0 10px;}
.dty_sublb:after{visibility:hidden;display: block;font-size: 0;content:" ";clear:both;height:0;}
.dty_sublb ul li{float:left; width: 15.6%;  margin:0 0.5% 10px 0.5%;text-align:center;}
.dty_sublb ul li a{font-size:16px; line-height:40px; background:#f7f7f7; transition: 0.4s all; display:block; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; padding: 0 5px;}
.dty_sublb ul li a:hover{ background:#0079d6; color:#fff;}
/*栏目页 投票调查 */
ul.survey-list li,ul.collect-list li{padding-right: 0;text-align: left;}
.survey-list li .title,.collect-list li .title,.survey-list li .title2,.collect-list li .title2{display:block;float: left;
 margin:0 0 0 70px;max-width: 420px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.survey-list li .title2,.collect-list li .title2{max-width: 350px;}
.survey-list li .status,.collect-list li .status{display:block; position: absolute; top: 5px; left:15px; width:60px; height: 24px; line-height: 24px; font-size: 14px; border-radius: 5px; -moz-border-radius: 5px; margin-right: 5px; text-align:center; background:#0079d6; color: #fff;}
.survey-list li .over,.collect-list li .over{background:#999;}
.survey-list li .nostart,.collect-list li .nostart{background:#ce0000;}
.survey-list li .date,.collect-list li .date{text-align:right;}
.survey-list li .result,.collect-list li .result{ margin-left: 4px;}
.survey-list li .result a,.collect-list li .result a{color: #d00;}
.survey-list li .result a:hover,.collect-list li .result a:hover{ text-decoration: underline;}
/*征集文章页*/
.ls-collectInfo-menu .starting{color:#0079d6;}
.ls-collectInfo-menu .over{color:#f00;}
.collectit{font-size:20px;color:#0079d6;font-weight:bold;height:60px;line-height:60px;}
.m-yjzjtabs{background:#e6e6e6; overflow: hidden;}
.m-yjzjtabs li{float: left;min-width: 210px;text-align: center;line-height: 50px;cursor: pointer;font-size:18px;width: 25%;}
.m-yjzjtabs li i,.m-yjzjtabs li a{display: block;font-style: normal;}
.m-yjzjtabs li.active,.m-yjzjtabs li.active a{background: #0079d6; color: #fff;}
.g-yjzjbox {padding: 20px 0;}
.m-filbox .u-txt-file{color:#0079d6;font-weight:bold;font-size:18px;background:url(../images/bg-updown.png) left center no-repeat;padding-left:25px;margin-bottom:12px;}
.m-file-download ul li{line-height:22px;overflow:hidden;padding:2px 0;font-size:18px;}
.m-file-download ul li span{display:inline-block;width:50px;height:25px;line-height:25px;text-align:center;color:#fff;background:#0079d6;border-radius:2px;}
.m-file-download ul li a{color:#0079d6;}
.u-tit{font-size: 20px;color: #0079d6;font-weight: bold;height: 60px;line-height: 60px;padding-left: 10px;}
.collectInfo_backinfo{border-top:1px dotted #ddd; font-size:16px; line-height:32px; padding:10px 15px;}
.collectInfo_backinfo img,.collectInfo_backinfo table{max-width:90%;}
.collectInfo_backinfo img{height: auto;max-width:80%;}
/*我要留言*/
.poll_collect{width:100%;font-size:14px;font-family:"Microsoft YaHei",微软雅黑;}
.poll_collect h3{font-size:20px;color:#0079d6;font-weight:bold;height:60px;line-height:60px;}
.poll_collect ul{margin:10px 0 0;}
.poll_collect li{border:#ddd solid 1px;padding:2px;height:34px;margin-bottom:10px;line-height:34px;clear:both;}
.poll_collect li p{position:relative;}
.poll_collect li p.poll_txt,.poll_collect li p.poll_con{width:115px;text-align:right;padding-right:5px;border-right:#ddd solid 1px;float:left;}
.poll_collect li p.poll_input,.poll_collect li p.poll_yzm{padding:2px 5px; height:30px; line-height: 0;}
.poll_collect li p.poll_input,.poll_collect li p.poll_yzm,.poll_collect li p.poll_conts,.poll_collect li p.poll_privacy{ margin-left: 121px; float: none;}
.poll_collect li p.poll_yzm img{margin:0;}
.poll_collect li p span.msg-box{left:4px;top:4px;position:absolute !important;}
.poll_collect li p.poll_con{height:180px;}
.poll_collect li .red{color:#f00;padding-right:8px;vertical-align:middle;}
.poll_collect li p input{width:100%;height:30px; border:0 none; background:none; line-height:30px; color:#666;}
.poll_collect input#c_name,.poll_collect input#c_phone{width:811px;}
.poll_collect li p.poll_conts{margin-top:2px;padding:2px 5px;}
.poll_collect li p.poll_conts textarea{width:100%; border:0; background:none; line-height:20px;height:172px;outline:none;font-size:14px;color:#666;}
.poll_collect .poll_area{height:180px;}
.poll_collect li p.poll_yzm input{width:100px;}
.poll_collect li p.poll_yzm img{ height: 30px; width: auto;}
.poll_collect li.btn-group{border:0 none; text-align:center; height:40px; width: auto;}
.poll_collect li.btn-group input{float:none;height:40px;background:#0364be;color:#fff;font-size:16px;text-align:center;cursor:pointer;border:0;width:140px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px; padding: 0;}
.poll_collect li.poll-over{text-align: center;}
.poll_collect li.poll-over span{display: inline-block;color:#fff; font-size:18px; text-align:center;padding: 8px 40px; background: #dedede;border-radius: 5px; -moz-border-radius: 5px;-webkit-border-radius: 5px;}
.poll_collect li.fujian{ height:80px;}
.poll_collect li p.fujian_txt{ height:80px; line-height:54px;}
.poll_collect ul li .sb_btn{height:36px;padding-top:11px; padding-left:5px; float:left;  }
.poll_collect ul li .sb_btn input.ke-input-text{float:left;line-height:32px;height:32px;border:1px solid #e5e5e5;outline:medium none;width:540px;padding:1px 5px;background:#fff;}
.poll_collect ul li .btn-upload{float:left;line-height:36px;height:36px;border:none;outline:none;width:70px;background:#1163b5;text-align:center;color:#fff;font-size:14px;margin-left:8px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px; font-family:"微软雅黑";}
.poll_collect .j-privacy-statement{ margin-left:10px;}
.zxsb{ clear:both;display:block;line-height:26px;float:left;width:100%;padding:5px 0 10px;color:#e20a0d;font-size:14px;}
#logTip {text-align: center;font-size: 16px;color: #d00;padding-bottom: 20px; padding-top: 40px;}
.collectInfo_title{font-size: 20px;color: #1163b5; font-weight:bold;height: 60px;line-height: 60px; padding-left: 8px;}
.collectInfo_xj{ border: 1px #ddd dashed; padding: 10px; margin: 15px 0 10px;}
.collectInfo_xj span{ font-weight: bold;color: #1163b5; margin-right: 5px;}
input.disabled{background: #ddd !important;}
input.btn.disabled{background: #999 !important; color: #fff !important; cursor: default !important;}
/*网友意见*/
.collection-theme-list{margin-top:20px;font-family:"Microsoft YaHei",微软雅黑;}
.collection-theme-list ul li .collection-body{border-top:#ddd 1px dotted;padding:15px 0;font-size:16px;line-height:1.8;}
.collection-theme-list ul li .collection-body .collection-username{color:#e60012;}
.collection-theme-list ul li .collection-body .collection-tit{ padding-bottom: 8px;}
.collection-theme-list ul li .collection-body .collection-info{color:#555;word-break:break-all;word-wrap:break-word;}
.collection-theme-list ul li .collection-body .collection-datetime{color:#999;}
/*调查文章页*/
.ls-article-vote{margin:auto;padding-bottom:50px;font-size:16px;line-height:2;}
.ls-article-vote .dcxm_title{ display:none;}

.ls-article-vote .voteinfo .nostart{color:#ce0000;}
.ls-article-vote .voteinfo .starting{color:#1a6cc9;}
.ls-article-vote .voteinfo .over{color:#999;}
.ls-article-vote .vote-info{padding:20px; overflow: hidden; overflow-x: auto;}
.ls-article-vote .vote-info table{max-width: 90%;}
.ls-article-vote .vote-info img{ max-width: 80%; height: auto;}
.ls-article-vote .vote-main{width:96%;margin:auto;}
.ls-article-vote .vote-lsit{padding-bottom:10px;}
.ls-article-vote .vote-lsit .title{font-weight:bold; line-height:1.8; padding:5px 0 8px;}
.ls-article-vote .vote-lsit ul{padding:15px;border:1px solid #e7e7e7;}
.ls-article-vote .vote-lsit ul li{ padding: 5px 0; line-height:1.8;}
.ls-article-vote .vote-lsit ul li input{ margin-right: 5px;}
.ls-article-vote .vote-lsit ul li.vote-textarea{padding:4px 5px;}
.ls-article-vote .vote-lsit ul li.vote-textarea textarea{height:92px;width:100%; border: 0 none;}
.ls-article-vote .vote-code{width:90%;margin:auto;padding:20px 0;font-size:14px;overflow:hidden;height:30px;}
.ls-article-vote .vote-code .text-code{float:left;display:block;line-height:30px;}
.ls-article-vote .vote-code .verification{border:1px solid #ddd;height:28px;line-height:28px;width:96px;float:left;padding:0 5px;}
.ls-article-vote .vote-code .img-code{float:left;padding-left:8px;}
.ls-article-vote .vote-btn{height:42px;text-align:center;}
.ls-article-vote .vote-btn button{height:40px;background:#1a6cc9;color:#fff;font-size:16px;text-align:center;cursor:pointer;border:0;width:140px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin:0 10px;font-family:"Microsoft YaHei",微软雅黑;outline:none;}
.ls-article-vote .vote-btn button.btn-review{background:#f80;}
.ls-article-vote .vote-btn button:hover{ opacity: .9;}
.vote-show{width:95%;margin:auto;border:1px solid #e7e7e7;font-size:14px;}
.vote-show th{text-align:left;border-bottom:1px solid #f0f0f0;background:#faf9f9;height:auto;padding:5px 5px 5px 15px;line-height:1.8;font-size:16px;}
.vote-show td .vote_con{width:98%;margin:auto;border-bottom:1px dotted #f0f0f0;height:auto;line-height:30px;padding:0 0;clear:both;}
.vote-show td .vote_con span{display:block;height:auto;line-height:30px;float:left;}
.vote-show td .vote_con span.c1,.vote-show td .vote_con span.c2,.vote-show td .vote_con span.c3{padding:5px 0;}
.vote-show td .vote_con span.c1{width:560px;padding-left:15px;}
.vote-show td .vote_con span.c2{width:120px;padding:12px 0 0 20px;}
.vote-show td .vote_con span.c3{width:80px;padding-right:15px;float:right;text-align:right;}
.vote-show td .vote_con span.c3 i{color:#dd0000;font-style:normal;}
.vote-show td .vote_con span.progress-bar{width:100px; border-radius: 14px; overflow: hidden; height:14px;float:left;background:#eee !important;}
.vote-show td .vote_con span.progress-bar .progress{background:#f27c25 !important; display:block;height:14px;}
.vote-show td .vote_content{width:95%;margin:0 auto;border-bottom:1px dotted #f0f0f0;line-height:28px;padding:5px;}

/* 栏目页-留言查询、列表 */
.liuyan{float: right;line-height: 42px;background: url(../images/dqwz.png) left center no-repeat;text-indent: 20px;}
.liuyan_xinjian{display:block;float:right;width:75px;height:33px;line-height:32px;padding-left:33px;font-size:16px;color:#fff;-moz-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;cursor:pointer;}
.liuyan_xinjian:hover{color:#fff;}
.ls-message-query{border:#e8e8e8 1px solid;background:#f6f6f6;padding:17px 15px 13px;height:66px;position:relative;}
.ls-message-query .ls-message-statistics{height:28px;line-height:28px;font-size:14px;padding-left: 120px;}
.ls-message-query .ls-message-statistics .sz{color:#fd8524;font-style:normal;}
.ls-message-query .ls-message-statistics span.line{padding:0 10px;display: inline-block;}
.ls-message-query-from{margin-top:8px;}
.ls-message-query-from ul li{float:left;height:32px;line-height:32px;padding:0;background:none !important;font-size:14px;overflow:visible;}

.ls-message-query-from ul li.time{width:128px;}
.ls-message-query-from ul li.time input{float:left;width:116px;height:30px;line-height:30px;border:#cecece 1px solid;background:#fff;font-size:14px;color:#999;padding-left:10px;outline:none; border-radius: 4px;}
.ls-message-query-from ul li.line{width:24px;background:url(../images-index/liuyan_jg.gif) center center no-repeat !important;}
.ls-message-query-from ul li.text{width:77px;text-align:right;}
.ls-message-query-from ul li.dw{width:150px;}
.ls-message-query-from ul li.dw select{width:140px;height:32px;line-height:32px;border:#cecece 1px solid;background:#fff;font-size:14px;color:#999;padding:2px 5px;outline:none;}
.ls-message-query-from ul li.srk{width:214px;}
.ls-message-query-from ul li.srk input{float:left;width:203px;height:30px;line-height:30px;border:#cecece 1px solid;border-right:0;background:#fff;font-size:14px;color:#999;padding-left:10px;outline:none; border-radius: 4px 0 0 4px;}
.ls-message-query-from ul li.btn{width:48px;}
.ls-message-query-from ul li.btn input{float:left;width:48px;height:32px;line-height:32px;border:none;background:#1a6cc9;font-size:14px;color:#fff;text-align:center;outline:none;cursor:pointer; border-radius: 0 4px 4px 0;}
.ls-message-query-from ul li.btn input:hover{background: #0e56a7;}
.ls-message-query .title{display:block;width:75px;height:26px;line-height:26px;position:absolute;left:15px;top:17px;font-size:18px;font-weight:bold;color:#1a6cc9;}
.ls-message-query-from ul li input:focus{border-color:#1a6cc9; }
.ls-column-list .guestbook-table{margin-top:15px;}
.ls-column-list .guestbook-table .guestbook_bt{height:32px;overflow:hidden; position: relative;}
.ls-column-list .guestbook-table .guestbook_bt .liuyan_xiexin{ position: static !important; float: right;}
.ls-column-list .guestbook-table .guestbook_bt span{display:block;float:left;width:auto;white-space:nowrap;height:36px;line-height:36px;padding:0 20px;font-size:14px;color:#fff;background:#1a6cc9;font-weight: bold;}
.ls-column-list .guestbook-table .guestbook_title{height:32px; background:#f8f8f8;margin:12px 0 5px; position: relative;}
.ls-column-list .guestbook-table .guestbook_title li{height:32px; line-height:32px;border-right:#fff 2px solid;text-align:center;padding:0;background:none !important; position: absolute;top:0;}
.ls-column-list .guestbook-table .guestbook_title li.t1{left:0; right:244px; }
.ls-column-list .guestbook-table .guestbook_title li.t2{width:110px; right:224px;display:none;}
.ls-column-list .guestbook-table .guestbook_title li.t3{width:120px; right:122px;}
.ls-column-list .guestbook-table .guestbook_title li.t4{width:120px;border-right:none; right:0;}
.ls-column-list .guestbook-table .guestbook_title li.t5{width:86px;display:none;}
.ls-column-list .guestbook-table ul.odd,.ls-column-list .guestbook-table ul.even{height:32px;clear:both;overflow:hidden; position: relative;}
.ls-column-list .guestbook-table ul.even{background:#f7f7f7;}
.ls-column-list .guestbook-table ul.odd li,.ls-column-list .guestbook-table ul.even li{ position: absolute; top:0; padding:0;background:none !important;height:36px;line-height:36px;text-align:center;font-size:14px;border-right:#fff 2px solid;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#999;}
.ls-column-list .guestbook-table ul.odd li.t1,.ls-column-list .guestbook-table ul.even li.t1{left:0; right:244px;text-align:left;padding-left:18px;background: url(../images/icon.gif) 5px center no-repeat!important;}
.ls-column-list .guestbook-table ul.odd li.t1 a,.ls-column-list .guestbook-table ul.even li.t1 a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ls-column-list .guestbook-table ul.odd li.t2,.ls-column-list .guestbook-table ul.even li.t2{width:110px;  right:224px;display:none;}
.ls-column-list .guestbook-table ul.odd li.t3,.ls-column-list .guestbook-table ul.even li.t3{width:120px; right:122px;color:#999;}
.ls-column-list .guestbook-table ul.odd li.t4,.ls-column-list .guestbook-table ul.even li.t4{width:120px;border-right:none; right:0;color:#999;}
.ls-column-list .guestbook-table ul.odd li.t3 .s1,.ls-column-list .guestbook-table ul.even li.t3 .s1{color:#999;}
.ls-column-list .guestbook-table ul.odd li.t3 .s2,.ls-column-list .guestbook-table ul.even li.t3 .s2{color:#f00;}
.ls-column-list .guestbook-table ul.odd li.t5,.ls-column-list .guestbook-table ul.even li.t5{width:86px;display:none;}
/* 栏目页-留言 写信 */
.ls-golist{position:relative; z-index: 1;}
.liuyan_xiexin{display:block; width:75px; height:33px; line-height:32px; padding-left:33px;font-size:16px;color:#fff;background:url(../images/liuyan_xiexin.png) 0 0 no-repeat;-moz-transition:all 0.3s;-o-transition:all 0.3s;-webkit-transition:all 0.3s;transition:all 0.3s;cursor:pointer;}
.liuyan_xiexin:hover{color:#fff;background:url(../images/liuyan_xiexinh.png) 0 0 no-repeat;}

.ls-message-xz{ border:#e8e8e8 1px solid;background:#f6f6f6; padding:10px 30px 20px;height:auto;position:relative;}
.ls-message-xz .title{line-height:1.5; font-size:18px; display: block; padding-bottom: 20px; font-weight:bold; color:#1a6cc9;}
.ls-message-xz p{color:#666; font-size:15px; line-height:1.8; text-indent:2em;}
.guestbook-form{padding:17px 19px;margin-top:15px;}
.guestbook-form .guestbook_bt{height:36px;overflow:hidden;}
.guestbook-form .guestbook_bt span{display:block;float:left;width:102px;white-space:nowrap;height:36px;line-height:36px; font-size:16px; text-align:center;color:#fff; font-weight:bold;background:#d30b15;}

.guestbook-table-form{margin-top:10px;}
.guestbook-table-form ul{overflow:inherit;}
.guestbook-table-form ul li{float:left;padding:0;background:none !important;overflow:inherit; padding-bottom: 10px;}
.guestbook-table-form ul li input,.guestbook-table-form ul li select,.guestbook-table-form ul li.tex textarea{ border-radius: 4px;}
.guestbook-table-form ul li.bt{width:140px;text-align:right;line-height: 38px;}
.guestbook-table-form ul li.bt span,.guestbook-table-form ul li.bt1 span,.guestbook-table-form ul li .red{color:#f00;}
.guestbook-table-form ul li.srk{width:200px;height:44px;position:relative;}
.guestbook-table-form ul li.srk .msg-box{position:absolute;left:0;top:5px;}
.guestbook-table-form ul li.srk input{float:left; width: 100%; box-sizing: border-box; height:38px;line-height:38px;border:#ddd 1px solid;padding:2px 5px;}
.guestbook-table-form ul li.srk select{float:left; width: 100%; height: 38px; box-sizing: border-box; border:#ddd 1px solid;padding:3px 5px;}
.guestbook-table-form ul li.btk,.guestbook-table-form ul li.gk,.guestbook-table-form ul li.yzm{width:541px;height:44px;position:relative;}
.guestbook-table-form ul li.btk .msg-box,.guestbook-table-form ul li.yzm .msg-box{position:absolute;left:0;top:5px;}
.guestbook-table-form ul li.btk input{float:left;  width: 100%; box-sizing: border-box; height:38px;line-height:38px; border:#ddd 1px solid;padding:2px 5px;}
.guestbook-table-form ul li.bt1{width:140px;height:140px;line-height:140px;text-align:right;}
.guestbook-table-form ul li.tex{width:541px;height:160px;position:relative;}
.guestbook-table-form ul li.tex .msg-box{position:absolute;left:0;top:5px;}
.guestbook-table-form ul li.tex textarea{float:left;  width: 100%; box-sizing: border-box; line-height:32px; height:140px; border:#ddd 1px solid;padding:2px 5px;}
.guestbook-table-form ul li.gk label{margin-left:5px;}
.guestbook-table-form ul li.gk input[type='radio']{margin-top:-3px;}
.guestbook-table-form ul li.yzm input{float:left; width:122px; box-sizing: border-box; height:38px;line-height:38px;border:#ddd 1px solid;padding:2px 5px;}
.guestbook-table-form ul li.yzm img{float:left; margin-left:5px; height: 38px; width: auto;}
.guestbook-table-form ul li.btn_group{width:100%;height:45px;text-align:center;padding-top:5px;}
.guestbook-table-form ul li.btn_group input{background:#1a6cc9;height:40px;line-height:40px;cursor:pointer;font-family:"Microsoft YaHei";border:0;outline:none;color:#fff;width:120px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;font-size:16px;}
.guestbook-table-form ul li.btn_group input:hover{background: #0e56a7;}
.guestbook-table-form ul li.btn_group input.btn-search{margin-left:15px;*padding:0 !important;_padding:0 !important;}
.guestbook-table-form ul li.ispublic input{ margin:0 5px;}
.guestbook-table-form ul li.clear{padding: 0; float: none;}
.listnews .list-2655273 ul li.sel1,.listnews .list-2655277 ul li.sel1{width:504px;}

/* 栏目页-留言查询 弹框 */
.ui-dialog-content .guestbook-search{padding:10px 50px !important;}
.tishi_con{padding:10px 0;line-height:24px;color:#666;}
.guestbook-text ul li{padding-left:60px;}
.guestbook-text ul li span{color:#d63717;}
/* 栏目页-留言结果 弹框 */
.guestbook-text .font_01{font-size:20px !important;line-height:30px;font-weight:bold;}
.tishi_con{line-height:28px;font-weight:normal;}
.guestbook-tips ul li{text-align:left;font-size:16px;line-height:36px;color:#333;}
/*留言文章 on*/
.ls-message-info{padding:0 0 30px;}
.ls-message-info .liuyancon{margin:20px auto 0;border-collapse:collapse;}
.ls-message-info .liuyancon th.tit,.ls-message-info .liuyancon td.nr,.ls-message-info .liuyancon td.nrtxt{border:#e3e3e3 1px solid;}
.ls-message-info .liuyancon th.tit{font-size:14px;line-height:24px;padding:18px 10px;text-align:right;width:18%;background:#f8f8f8;}
.ls-message-info .liuyancon td.nr{font-size:14px;line-height:24px;padding:18px 15px;width:32%;word-break:break-all;}
.ls-message-info .liuyancon td.nrtxt{padding:18px 15px;}
.ls-message-info .liuyancon td.pj{color:#f00;line-height:40px;}
.ls-message-info .liuyancon td .dfbox{border:1px solid #eee;background:#f8f8f8;padding:10px;word-break:break-all; }
.ls-message-info .liuyancon td .dfbox .dfyj p{  }
.ls-message-info .nrtxt{ line-height:2; font-size:14px;}
.ls-message-info .mydcon{height:auto;line-height:40px;font-size:14px;}
.ls-message-info .mydcon ul li{float:left;white-space:nowrap;}
.ls-message-info .mydcon ul li.mm{padding-right:10px;}
.ls-message-info .mydcon ul li p{float:left;}
.ls-message-info .mydcon ul li p.bt{white-space:nowrap;font-weight:bold;}
.ls-message-info .mydcon ul li p.srk{position:relative;}
.ls-message-info .mydcon ul li p.srk .msg-box{position:absolute;left:0;top:17px;}
.ls-message-info .mydcon ul li p.srk .myd_input{float:left;margin-top:4px;border:1px solid #ddd;width:170px;height:24px;line-height:24px;padding:3px 5px;}
.ls-message-info .mydcon ul li label{padding-right:15px;white-space:nowrap;}
.ls-message-info .mydcon ul li label input{ margin-top:0;}
.ls-message-info .mydcon ul li .pj_con{ width:100%;}
.ls-message-info .mydcon ul li .pj_con textarea{width:95%;padding:0 15px;background:none;border:1px solid #cccccc; line-height:30px; height:120px;outline:none; font-size:14px; color:#666; margin-bottom:10px;}
.ls-message-info .mydcon ul li.pjbtn{float:right;}
.ls-message-info .mydcon ul li.pjbtn input.myd_btn{font-size:14px;width:90px;height:36px;line-height:36px;color:#fff;border:0;background:#1a6cc9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;cursor:pointer;}
.ls-message-info .mydcon ul li.pjbtn input.myd_btn:hover{background: #0e56a7;}
/*留言文章 end*/
/*搜索页面*/
.ssy_container{ padding: 0 0 10px 0;}
.ls-search-page{ padding:10px 20px; border: 1px solid #ddd;}
.ls-search-leftbar{width:260px;height:auto; margin-top: 10px;}
.fenlei_tit,.searchType-title{height:36px;line-height:36px;padding-left:12px;font-size:18px;font-weight:bold;color:#333; }
.total_wz,.searchType-column{height:auto;margin-bottom:10px;padding:10px 0 10px 20px;background:#f1f1f1;font-size:16px;}
.total_wz ul li,.searchType-column ul li{height:36px;line-height:36px;}
.total_wz ul li a:hover,.total_wz ul li a.active,.searchType-column ul li a:hover,.searchType-column ul li a.active{text-decoration:underline;color:#de3e40;}
.ls-search-rightbar{width:690px;height:auto;padding-top:15px;}
.ls-search-rightbar .warm-prompt{line-height:1.8;font-size:16px;color:#666;margin: 0 auto;  background: url(../images/error-noResult.png)  center bottom no-repeat; padding: 40px 0 200px; text-align: center;}
.ls-search-rightbar .result_title{padding-right:18px;font-size:15px;float:right;text-align:right;width:auto;height:30px;line-height:30px;color:#8a8a8a;}
.ls-search-rightbar .search-list{height:auto;margin-bottom:15px;}
.ls-search-rightbar .search-list li.search-title{line-height:1.857; margin-bottom: 3px; font-weight:bold;font-size:16px;}
.ls-search-rightbar .search-list li.search-title a:hover{text-decoration:underline;}
.ls-search-rightbar .search-list li a span,.ssy_rightbar .search-list li span{color:#cd3501;}
.ls-search-rightbar .search-list li.search-info{line-height:1.5; color: #666; height:auto; margin-bottom:6px;}
.ls-search-rightbar .search-list li.search-column{color:#999;line-height:22px;}
.ls-search-rightbar .search-list li.search-url{height:auto;line-height:22px; color:#999;font-family:Arial, Helvetica, sans-serif;}
.ls-search-rightbar .search-list li.search-url span.date{padding-left:14px;color:#999;}
.ls-search-rightbar .search-list li.search-url a{color:#999;word-break: break-all;}
.ls-search-rightbar .search-list li.search-url a:hover{text-decoration:underline; color: #d00;}
.secondsearch{ display:none;}

/*配色-分享微信图标*/
.share-bar a{margin-right: 5px;}
.share-box a.share-weixin{background-image: url(/assets/images/share/wz_wx.png) !important;}
.share-box a.share-tsina {background-image: url(/assets/images/share/wz_wb.png) !important;}
.share-box a.share-qzone {background-image: url(/assets/images/share/wz_qz.png) !important;}
.weixin-share-open{background: url(/assets/images/share/share_wx_arrow.gif) no-repeat !important;}
.weixin-share-open .weixin-wrap p{color: #666 !important;}
.n-yellow .msg-wrap .n-icon {background-image: url(/assets/js/plugins/validator/images/validator_simple.png) !important;}

.wza-yellow-black div.ui-dialog{ background: yellow !important;}
.wza-yellow-black div.ind_pl{ background: yellow !important;}
.wza-blue-yellow div.ui-dialog{ background: blue !important;}
.wza-blue-yellow div.ind_pl{ background: blue !important;}
.wza-yellow-blue div.ui-dialog{ background: yellow !important;}
.wza-yellow-blue div.ind_pl{ background: yellow !important;}
.wza-black-white div.ui-dialog{ background: #000 !important;}
.wza-black-white div.ind_pl{ background: #000 !important;}
.wza-white-black div.ui-dialog{ background: #fff !important;}
.wza-white-black div.ind_pl{ background: #fff !important;}
.wza-black-yellow div.ui-dialog{ background: black !important;}
.wza-black-yellow div.ind_pl{ background: black !important;}
/*查询提示*/
.wza-black-white div#tips_box{ background: #000 !important;}
.wza-black-white div#tips_box .tips_body{ background: #000 !important;}
.wza-yellow-black div#tips_box{ background: yellow !important;}
.wza-yellow-black div#tips_box .tips_body{ background: yellow !important;}
.wza-blue-yellow div#tips_box{ background: blue !important;}
.wza-blue-yellow div#tips_box .tips_body{ background: blue !important;}
.wza-yellow-blue div#tips_box{ background: yellow !important;}
.wza-yellow-blue div#tips_box .tips_body{ background: yellow !important;}
.wza-white-black div#tips_box{ background: white !important;}
.wza-white-black div#tips_box .tips_body{ background: white !important;}
.wza-black-yellow div#tips_box{ background: black !important;}
.wza-black-yellow div#tips_box .tips_body{ background: black !important;}
/*配色-弹窗内容*/
.wza-black-white .ui-dialog-title{color: #fff !important;}
.wza-black-white .ui-dialog-content .jump-info p{ color: #fff !important;}
.wza-yellow-black .ui-dialog-title{color: #000 !important;}
.wza-yellow-black .ui-dialog-content .jump-info p{ color:#000 !important;}
.wza-blue-yellow .ui-dialog-title{color: yellow !important;}
.wza-blue-yellow .ui-dialog-content .jump-info p{ color: yellow !important;}
.wza-yellow-blue .ui-dialog-title{color: blue !important;}
.wza-yellow-blue .ui-dialog-content .jump-info p{ color: blue !important;}
.wza-white-black .ui-dialog-title{color: #000 !important;}
.wza-white-black .ui-dialog-content .jump-info p{ color:#000 !important;}
.wza-black-yellow .ui-dialog-title{color: yellow !important;}
.wza-black-yellow  .ui-dialog-content .jump-info p{color:yellow !important;}

/*配色-提示语*/
.wza-black-white .n-yellow .msg-wrap{ background: #000 !important;}
.wza-yellow-black .n-yellow .msg-wrap{ background: yellow !important;}
.wza-blue-yellow .n-yellow .msg-wrap{ background: blue !important;}
.wza-yellow-blue .n-yellow .msg-wrap{ background: yellow !important;}
.wza-white-black .n-yellow .msg-wrap{ background: white !important;}
.wza-black-yellow .n-yellow .msg-wrap{ background: black !important;}

/*配色-信件查询*/
.wza-black-white .ui-dialog-close{ color: #fff !important;  opacity:1;filter: alpha(opacity=100);}
.wza-black-white .ui-dialog-title{ color: #fff !important;}
.wza-black-white .ui-dialog-footer button{ background: transparent; border: none;}
.wza-black-white .guestbook-search ul li{ color: #fff;}
.wza-yellow-black .ui-dialog-title{ color: #333 !important;}
.wza-yellow-black .ui-dialog-footer button{ background: transparent; border: none; color: #333 !important;}
.wza-blue-yellow .ui-dialog-close{ color: yellow !important;  opacity:1;filter: alpha(opacity=100);}
.wza-blue-yellow .ui-dialog-title{ color: yellow !important;}
.wza-blue-yellow .guestbook-search ul li{ color: yellow;}
.wza-blue-yellow .ui-dialog-footer button{ background: transparent; color: yellow !important; border: none;}
.guestbook-search ul li input{ color: #333;}
/*无障碍配色导航下拉*/
.wza-black-white  .navbar-default .navbar-toggle{   background-color: black !important;}
.wza-black-white  .navbar-default .navbar-toggle:focus .icon-bar,  .wza-black-white  .navbar-default .navbar-toggle:hover .icon-bar,	.wza-black-white .navbar-default  .navbar-toggle .icon-bar{background-color:#fff !important;}
.wza-yellow-black .navbar-default .navbar-toggle{border-color: black;  background-color: yellow  !important;}
.wza-yellow-black .navbar-default .navbar-toggle:focus .icon-bar,  .wza-yellow-black  .navbar-default .navbar-toggle:hover .icon-bar,.wza-yellow-black .navbar-default  .navbar-toggle .icon-bar{background-color:black !important;}
.wza-blue-yellow  .navbar-default .navbar-toggle{   background-color: blue !important;}
.wza-blue-yellow  .navbar-default .navbar-toggle:focus .icon-bar,  .wza-blue-yellow  .navbar-default .navbar-toggle:hover .icon-bar,  .wza-blue-yellow  .navbar-default  .navbar-toggle:hover .icon-bar,.wza-blue-yellow .navbar-default .navbar-toggle .icon-bar{background-color:yellow !important;}
.wza-yellow-blue  .navbar-default .navbar-toggle{ border-color: blue !important;   background-color: yellow !important;}
.wza-yellow-blue  .navbar-default .navbar-toggle:focus .icon-bar,  .wza-yellow-blue  .navbar-default .navbar-toggle:hover .icon-bar,.wza-yellow-blue .navbar-default  .navbar-toggle .icon-bar{background-color:blue !important;}
.wza-white-black .navbar-default .navbar-toggle:focus .icon-bar,  .wza-white-black  .navbar-default .navbar-toggle:hover .icon-bar,.wza-white-black .navbar-default  .navbar-toggle .icon-bar{background-color:black !important;}
.wza-white-black  .navbar-default .navbar-toggle{   border-color: black !important;}
.wza-black-yellow .navbar-default .navbar-toggle:focus .icon-bar,  .wza-black-yellow  .navbar-default .navbar-toggle:hover .icon-bar,.wza-black-yellow .navbar-default  .navbar-toggle .icon-bar{background-color:yellow !important;}
.wza-black-yellow  .navbar-default .navbar-toggle{  border-color: yellow !important;}

.wza-black-white  .navbar-nav li{ background-color: black !important; border-color: #fff;}
.wza-yellow-black .navbar-nav li{ background-color: yellow !important; border-color:black;}
.wza-blue-yellow  .navbar-nav li{ background-color: blue !important; border-color:yellow;}
.wza-yellow-blue  .navbar-nav li{ background-color: yellow !important; border-color:blue;}
.wza-white-black .navbar-nav li{ background-color: white !important;border-color: black;}
.wza-black-yellow .navbar-nav li{ background-color: #000 !important;border-color: yellow;}
/*无障碍调色弹窗样式 end*/
/*工侧栏目小屏*/
.wza-black-white .btn-group .dropdown-menu{ background-color:black !important;  }
.wza-yellow-black .btn-group  .dropdown-menu{ background-color:yellow !important;  }
.wza-blue-yellow .btn-group .dropdown-menu{ background-color:blue !important;  }
.wza-yellow-blue .btn-group .dropdown-menu{ background-color:yellow !important;  }
.wza-white-black .btn-group .dropdown-menu{ background-color:white !important;  }
.wza-black-yellow .btn-group .dropdown-menu{ background-color:black !important;  }
/*无障碍调色弹窗样式 end*/