﻿@charset "utf-8";
/* CSS Document */
body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select{margin: 0;padding: 0;}
body {color: #000;font: 14px/20px "Microsoft YaHei", "Arial Narrow", HELVETICA;}
ul,li{list-style: none;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
a{text-decoration: none; color:#000;}
a:hover{ color:#000;}
input,textarea{outline: none;text-shadow: none;}
textarea{resize: none;overflow: auto;}
input:focus,textarea:focus{outline: none;}
::-webkit-input-placeholder{color: #999;}
fieldset, img {border: 0}

address, caption, cite, code, dfn, th, var {font-style: normal;font-weight: normal}
input {padding-top: 0;padding-bottom: 0;}
input::-moz-focus-inner {border:0;padding:0}
select, input {vertical-align: middle}
select, input, textarea {font-size: 12px;margin: 0}
input[type="text"], input[type="password"], textarea {outline-style: none;-webkit-appearance: none}
textarea {resize: none}
table {border-collapse: collapse}
/* 移动端去掉苹果按钮默认样式*/
button{-webkit-appearance:none}
/* 取消斜体*/
i,em{font-style: normal;}
/* 取消加粗*/
strong,b{font-weight: normal;}
/* 禁止换行*/
.ellipse {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/* 清除上下浮动的影响*/
.clear{clear: both;}
.column-main{ width:1200px; margin:35px auto; clear:both; display:block; overflow:hidden;}
.column-margin0{ margin:0;}

/* 栏目页-左侧菜单 */
.column-menu{ width:254px; float:left; background:#f0f0f0; display:block; overflow:hidden;}
.column-menu .tit{ font-size:24px; color:#fff; text-align:center; line-height:57px; background: #AC1325;}
.column-menu .column-nav{}
.column-menu .column-nav li{ line-height:57px; font-size:18px;}
.column-menu .column-nav li a{ display:inline-block; width:100%; height:55px; background:url(column-icon-1.png) no-repeat 215px center; padding-left:40px; color:#333;}
.column-menu .column-nav li.hover{ background:url(column-icon-1.1.png) no-repeat no-repeat 215px center ; color:#bd1a2d;}
.column-menu .column-nav li.hover a{background:none; color:#bd1a2d;}
.column-menu .column-nav li a:hover,.column-menu .column-nav li a.hover{ background:url(column-icon-1.1.png) no-repeat 215px center #f2f2f2; color:#AC1325;}
/* 栏目页-左侧菜单-结束 */

/* 栏目页-右侧内容 */
.column-con{ float:right; width:890px;}
.column-con .tit{ font-size:24px; border-bottom:1px solid #e6e6e6;padding-bottom:8px; margin-bottom:22px; font-weight:normal; height:51px;}
.column-con .tit span{ border-bottom:3px solid #BD1A2B; display:inline-block; height:58px; line-height:55px; }

/* 栏目页-右侧内容-面包屑 */
.crumbsbar{ color:#404040; font-size: 14px;padding: 0 0 40px 0;}
.crumbsbar .link{ color:#404040;}

/* 栏目页-右侧内容-内容 */
.column-cont{width: 100%;position: relative;margin:30px 0 ; min-height:550px;}
.column-cont .column-nav{ line-height:40px; font-size:16px; color:#000;height:41px; margin-top:-70px;}
.column-cont .column-nav a{ margin-left:30px; float:right;}
.column-cont .column-nav .hover{ color:#AC1325;}
.column-cont .column-nav .hover a{color:#AC1325}

.column-con .column-cont .list{ margin:20px 0;}
.column-con .column-cont .list li{background:url(column-icon-2.png) no-repeat left center; line-height:40px; color:#404040; height:40px;}
.column-con .column-cont .list a{ float:left;max-width:700px; overflow:hidden;font-size:16px; color:#333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; padding-left:20px;}
.column-con .column-cont .list span{ float:right;color: #999;}
.column-con .column-cont .list .line { border-top:1px dashed #E1E1E1; height:1px; display:block; margin:20px 0; width:100%; background:none;}

.column-con .column-cont .list-1 li{ padding:30px 0; border-bottom:1px solid #eee; height:100px;}
.column-con .column-cont .list-1 .img{ float:left; height:100px; width:160px; }
.column-con .column-cont .list-1 .text{ float:right; width:710px;}
.column-con .column-cont .list-1 .text .tit-t{ font-size:20px; color:#000; margin-bottom:15px;}
.column-con .column-cont .list-1 .text .intr-t{ color:#404040; line-height:22px; margin-bottom:10px; font-size:14px;}
.column-con .column-cont .list-1 .text .time-t{ color:#888;font-size:14px;}

.column-cont .column-bd{ padding:40px 0;}

.column-cont .jgsz-bd{ width:110%; margin:20px 0;}
.dw-btn.btn-danger {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background:url(jgsz-bd_bg.jpg) repeat-x left top;width:280px; height:80px;border:1px solid #d6d6d6; margin:25px 25px 0 0; float:left;
  color: #3F3F3F; cursor:pointer;
}
.dw-btn.btn-danger h3 {font-size:18px; font-weight:bold;}
.dw-btn.btn-danger:hover {color:#BD192D;}
/* line 112, ../scss/components/_input.scss */
.cpt_mask_dailog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: '微软雅黑','Microsoft Yahei';
  z-index: 1000002;
  animation-duration: 0.6s;
}
.cpt_mask_dailog .div_dailog {
  position: fixed;
  left: 50%;
  top: 50%;
  min-width: 900px;
  min-height: 580px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.title_dailog { width:100%; height:74px; background:#BD192D; text-align:center; font-size:30px; color:#fff; line-height:74px; font-weight:bold;}
.discription_dailog { padding:36px; font-size:16px; color:#3F3F3F; line-height:200%;}
.btn_span { width:191px; height:47px; background:url(jgsz-bd_bg2.gif) repeat-x left top; margin:0px auto; text-align:center; font-size:16px; color:#BD192D;display:block; border:1px solid #D5D5D5; line-height:47px; border-radius: 4px;cursor:pointer;} 

/* 领导介绍 */
.Leader { width:100%;  display:block; overflow:hidden;}
.Leader li { border:1px solid #E5E5E5; width:898px; display:block; overflow:hidden;margin-top:32px; padding-bottom:20px;}
.Leader li img { width:258px; height:344px; float:left; padding:20px 10px 0 10px;}
.Leader li dl { width:566px; float:left; margin-left:28px;}
.Leader li dt { text-align:left; font-size:18px; color:#000; line-height:167%; font-weight:bold; margin-top:34px;}
.Leader li dt h3 { font-size:30px; color:#333; padding-bottom:8px;}
.Leader li dd { text-align:left; font-size:16px; color:#3F3F3F; line-height:175%; margin-top:14px;}

/* 专题专栏 */
.thematic { width:918px; margin:-30px 0 0 -18px; display:block; overflow:hidden; padding-bottom:20px;}
.thematic li { width:288px; height:146px; float:left; margin:42px 0 0 18px;}

/* 图解 */
.graphic { width:930px;margin:-30px 0 0 -30px; display:block; overflow:hidden; padding-bottom:20px;}
.graphic li { width:260px; height:298px; float:left; margin:30px 0 0 30px; border:1px solid #E5E5E5; padding:9px 9px 0 9px;}
.graphic li h3 { width:260px; height:59px; border-bottom:1px solid #E5E5E5; text-align:left; font-size:16px; color:#333; line-height:59px;}
.graphic li h3 a { color:#333;}
.graphic li p { width:260px; text-align:left; line-height:33px; font-size:12px; color:#666;}
.graphic li p a { color:#666;}


.ops_shareLayer ul,
.ops_shareLayer li,
.ops_shareLayer a,
.ops_shareLayer i {
 margin:0px;
 padding:0px;
}
.ops_shareLayer {
 line-height:44px;
}
.ops_shareLayer .ops_tit {
 color:#666;
 float:left;
 margin-right:10px;
}
.ops_shareLayer .ops_icons {
 float:left;
}
.ops_shareLayer .ops_icons li {
 float:left;
 height:44px;
 width:44px;
 list-style:outside none none;
 margin-right:10px;
}
.ops_shareLayer .ops_icons a {
 float:left;
 border-radius:22px;
 -moz-border-radius:22px;
 -webkit-border-radius:22px;
 padding:10px;
}
.ops_shareLayer .ops_icons a i {
 background-image:url(ops_icons_02.png);
 height:24px;
 width:24px;
 line-height:24px;
 display:block;
 cursor:pointer;
}
.ops_shareLayer .ops_icons a.icon_rmwb {
 background-color:#ebccd1;
}
.ops_shareLayer .ops_icons a.icon_rmwb:hover,
.ops_shareLayer .ops_icons a.icon_rmwb:focus {
 background-color:#cb0000;
}
.ops_shareLayer .ops_icons a.icon_sina {
 background-color:#fccfcf;
}
.ops_shareLayer .ops_icons a.icon_sina:hover,
.ops_shareLayer .ops_icons a.icon_sina:focus {
 background-color:#d9534f;
}
.ops_shareLayer .ops_icons a.icon_sina i {
 background-position:0 -50px;
}
.ops_shareLayer .ops_icons a.icon_weixin {
 background-color:#d6e9c6;
}
.ops_shareLayer .ops_icons a.icon_weixin:hover,
.ops_shareLayer .ops_icons a.icon_weixin:focus {
 background-color:#5cb85c;
}
.ops_shareLayer .ops_icons a.icon_weixin i {
 background-position:0 -100px;
}
.ops_shareLayer .ops_icons a.icon_qzone {
 background-color:#faebcc;
}
.ops_shareLayer .ops_icons a.icon_qzone:hover,
.ops_shareLayer .ops_icons a.icon_qzone:focus {
 background-color:#f0ad4e;
}
.ops_shareLayer .ops_icons a.icon_qzone i {
 background-position:0 -150px;
}
.ops_shareLayer .ops_icons a.icon_copy {
 background-color:#bce8f1;
}
.ops_shareLayer .ops_icons a.icon_copy:hover,
.ops_shareLayer .ops_icons a.icon_copy:focus {
 background-color:#428bca;
}
.ops_shareLayer .ops_icons a.icon_copy i {
 background-position:0 -200px;
}
.weixin_popup {
 background:#fff none repeat scroll 0 0;
 border:1px solid #d8d8d8;
 padding:10px;
 position:fixed;
 z-index:11001;
 text-align:left;
 font-size:12px;
 color:#333;
}
.weixin_popup .weixin_popup_head {
 color:#000;
 font-weight:bold;
 height:16px;
 line-height:16px;
 position:relative;
 text-align:left;
}
.weixin_popup .weixin_popup_head .weixin_popup_close {
 color:#999;
 font-size:16px;
 height:16px;
 position:absolute;
 right:0;
 text-decoration:none;
 top:0;
 width:16px;
}
.weixin_popup .weixin_popup_main {
 TEXT-ALIGN: center;
 padding-top:10px;
 padding-bottom:10px;
}
.weixin_popup .weixin_popup_foot {
 color:#666;
 line-height:22px;
 text-align:left;
}
#weixin_qrcode {
 height:295px;
 left:333.5px;
 bottom:150px;
 width:240px;
}

/* 政策解读-详情页 */
.details_title { width:100%; margin:0px auto; display:block; overflow:hidden; border-bottom:1px solid #D3D3D3;}
.details_title h2 { text-align:center; font-size:28px; color:#000; line-height:186%; font-weight:bold; padding:30px 0 46px 0;}
.details_title .info { width:100%; height:44px; display:block; overflow:hidden; padding-bottom:14px;}
.details_title .info .left { width:50%; float:left; font-size:12px; color:#666; line-height:44px; font-family:simsun;}
.details_title .info .left span { padding-left:20px;}
.details_title .info .left .ongoing {width:50px; height:18px; border:1px solid #064BB2; text-align:center; font-size:12px; color:#064BB2; line-height:18px; float:left; display:block;margin:12px 12px 0 0;;}
.details_title .info .left .ended {width:50px; height:18px; border:1px solid #999; text-align:center; font-size:12px; color:#999; line-height:18px; float:left; display:block;margin:12px 12px 0 0;}
#ops_share { float:right;}
.details_box { width:100%; display:block; overflow:hidden; padding:34px 0;}
.details_box .left { width:100%; float:left;}
.details_box .left .abstract { width:850px; border:1px solid #E5E5E5; background:#F2F2F2; text-align:left; font-size:16px; color:#3F3F3F; font-weight:bold; line-height:188%; padding:24px; margin-bottom:40px; display:block; overflow:hidden;}
.details_box .left .abstract dl { width:100%; display:inline;}
.details_box .left .abstract dt { display:inline; float: left; width:130px; text-align: center; vertical-align:middle;}
.details_box .left .abstract dt img
  {
 vertical-align:middle; 
  }
.details_box .left .abstract dd { display:inline-table; float:left; width:720px;}
.details_box .left .abstract_bg { background:url(cloumn_bg2.gif) no-repeat 34px center; width:850px; border:1px solid #E5E5E5; background:#F2F2F2; text-align:left; font-size:16px; color:#3F3F3F; font-weight:bold; line-height:188%; padding:24px; margin-bottom:40px;}
.details_box .left .text { font-size:16px; color:#3F3F3F; line-height:200%;}
.details_box .left .text .fujian a{ color:#BD192D; line-height:200%; width:100%; display:block; overflow:hidden; padding:15px 0 5px 0;}
.details_box .right { width:258px; float:right; border:1px solid #E5E5E5;}
.details_box .right h2 { width:100%; background:url(cloumn_bg.gif) no-repeat left bottom; height:54px; display:block; overflow:hidden;}
.details_box .right h2 p { text-align:left; padding-left:12px; font-size:24px; color:#000; line-height:48px;}
.details_box .right .xg { width:234px; margin:0px auto; padding:15px 0;}
.details_box .right .xg li {background:url(column-icon-2.png) no-repeat left 18px; line-height:143%; color:#404040; display:block; overflow:hidden; padding:10px 0 10px 12px;}
.details_box .right .xg li a{ text-align: left; color:#404040;}
.details_box .right .new { width:234px; margin:0px auto; padding:15px 0;}
.details_box .right .new li { line-height:143%; color:#404040; display:block; overflow:hidden; padding:10px 0;}
.details_box .right .new li a{ text-align: left; color:#404040; float:right; width:170px; }
.details_box .right .new li span { width:50px; height:18px; border:1px solid #064BB2; text-align:center; font-size:12px; color:#064BB2; line-height:18px; float:left; display:block;margin-right:12px;}


/* 分页 */
.page-wrapper {width: 100%;padding: 20px 0;text-align: center;}
.page-wrapper a, div.page-wrapper span {font-size: 16px;color: #999999;display: inline-block;vertical-align: middle;}
.page-wrapper a.btn-first,.page-wrapper a.btn-last,.page-wrapper a.num {text-align: center;margin: 0 3px; padding:6px 10px;background: #ddd;}
.page-wrapper a.btn-first, div.page-wrapper a.btn-last {background: no-repeat center center;-webkit-background-size: 12px 12px;background-size: 12px;}div.page-wrapper a.btn-first {}
.page-wrapper a.active {background: #BF1628;color: #FFF;}
.page-wrapper span.txt {padding: 0 3px;}
.page-wrapper input.page {width: 50px;vertical-align: middle;border: 1px solid #ddd;padding: 5px 8px;font-size: 12px;}
.page-wrapper button.btn-okay {height: 30px;vertical-align: middle;background: #BF1628;color: #FFF;font-size: 14px;border: 0;margin-left: 5px; }



/* 栏目页-右侧内容-结束 */

/* 互动交流 */
.column-con .column-cont.inter-cont{}
.column-con .column-cont.inter-cont .list li{background:url(inter-icon-1.png) no-repeat left center; line-height:40px; color:#404040; height:40px;}
.column-con .column-cont.inter-cont .list li a{ margin-left:35px;}
.column-con .column-cont.inter-cont .list .line { border-top:1px dashed #E1E1E1; height:1px; display:block; margin:20px 0; width:100%; background:none;}

.column-con .column-cont.inter-cont .let-list{ padding:10px 0 30px 0; border-bottom:1px dashed #eceaeb; margin-bottom:20px; }
.column-con .column-cont.inter-cont .let-list li{color:#404040; line-height:22px; padding-left:40px;}
.column-con .column-cont.inter-cont .let-list .tit{ background:url(inter-icon-2.png) no-repeat left center; font-size:16px; margin-bottom:25px;}
.column-con .column-cont.inter-cont .let-list .tit a{color:#404040;}
.column-con .column-cont.inter-cont .let-list .text span{ margin-right:100px;}

.column-con.inter-details{ float:none; width:100%;}
.column-con.inter-details .inter-details-bd{ border:1px solid #d3d3d3; padding:35px 0; margin-top:40px; background:url(inter-icon-5.png) repeat-x;}
.column-con.inter-details .inter-details-bd .details-list{ padding:10px 25px 30px 25px; border-bottom:1px dashed #eceaeb; margin-bottom:20px; border-bottom:1px solid #d3d3d3;  }
.column-con.inter-details .inter-details-bd .details-list li{color:#404040; padding-left:55px;}
.column-con.inter-details .inter-details-bd .details-list .tit{ background:url(inter-icon-3.png) no-repeat left center; font-size:20px;font-weight:bold; height:36px; line-height:28px;color:#000;}
.column-con.inter-details .inter-details-bd .details-list .text{ font-size:12px; color:#666;}
.column-con.inter-details .inter-details-bd .details-list .text span{ margin-right:60px;}
.column-con.inter-details .inter-details-bd .details-con{ font-size:16px; color:#404040; text-indent:2em; padding:0 25px; line-height:32px;}
.column-con.inter-details .inter-details-bd .details-list.answer-list .tit{ background:url(inter-icon-4.png) no-repeat left center;}
.inter-details-btn{ margin:30px 0; text-align:center;}
.inter-details-btn a{ background:url(inter-icon-6.png) no-repeat 7px center; border:1px solid #d2c2c2; border-radius:3px; padding:5px 35px 5px 40px; font-size:12px; color:#e63400; margin-right:5px;}
.inter-details-btn .un{ background:url(inter-icon-7.png) no-repeat 7px center;}

.column-cont.inter-cont .list.myzk-list li{ background:none; }
.column-con .column-cont.inter-cont .list.myzk-list li a{margin-left:15px;}
.action{ border:1px solid #064bb2; color:#064bb2;float:left; line-height:18px; font-size:12px; padding:0 5px; margin-top:11px;}
.end{border:1px solid #999; color:#999;float:left;line-height:18px;font-size:12px; padding:0 5px;margin-top:11px;}

.edit-bd{ width:100%; border-top:1px solid #d3d3d3; margin-top:40px;}
.edit-bd .wsjb-inline{ min-height:30px; margin:25px 0;}
.edit-bd .wsjb-inline .wsjb-form-label{ font-size:16px; color:#333; display:inline-block; line-height:30px;}
.edit-bd .wsjb-inline .wsjb-input-inline{ display:inline-block; margin-right:11px;}
.edit-bd .wyxx-text-tit{ background:url(../images/myzj-icon-5.jpg) no-repeat 0 5px; color:#3d69b3; padding-left:20px; font-size:18px; font-weight:bold; border-bottom:1px solid #dfdfdf; height:30px; line-height:22px;}
.edit-bd .wyxx-inline{ width:80%; margin:30px auto 60px;}
.edit-bd .wyxx-inline .wsjb-t-4{ width:140px; height:52px; background: url(../images/myzj-icon-6.jpg) no-repeat 25px 10px #3d69b3; color:#fff; font-size:20px; padding-left:30px;border-radius:3px; vertical-align:-3px; margin-left:10px;}
.edit-bd .wyxx-inline .wyxx-input{ width:70%; height:50px; line-height:50px; padding:0 10px; border:1px solid #ddd; border-radius:5px; font-size:14px; color:#666;}
.edit-bd .wyxx-inline .wyxx-int{ font-size:14px; color:#666; line-height:30px;}
.edit-bd .wyxx-inline .wyxx-int a{ color:#cc1b1b; text-decoration:underline;}
.edit-bd .wsjb-inline .wsjb-input-inline .wsjb-input-3{ width:120px; border:0;color:#666; background:#48b47a; color:#fff; margin:4px 0;}
.edit-bd .wsjb-inline .wsjb-input-inline .wsjb-input-4{ width:160px; border:1px solid #ccc;height:28px; line-height:28px; font-size:14px; color:#666; padding:0 9px;}
.edit-bd .wsjb-inline .wsjb-input-inline .wsjb-input-5{ width:125px; border:1px solid #ccc;height:28px; line-height:28px; font-size:14px; color:#666; padding:0 9px;}
.edit-bd .wsjb-inline .wsjb-input-inline .wsjb-input-2{ width:882px; border:1px solid #ccc;line-height:20px; font-size:14px; color:#666;padding:5px 9px; height:150px; margin:10px 0;}
.edit-bd .wsjb-inline .wsjb-input-inline .wsjb-t-3{ width:140px; height:50px;background:#bd1a2d; border:0; font-size:16px; color:#fff; text-align:center; line-height:50px; cursor:pointer; margin:30px 0 20px 0; border-radius:5px; margin-left:380px;}
.edit-bd .wsjb-inline .wsjb-input-inline .ver-btn{ font-size:16px; color:#fff; background:#dabb85; padding:5px 7px; vertical-align:-2px; margin-left:11px;}
.edit-bd .wsjb-inline .wsjb-input-inline .wsjb-inr{ text-align:right; color:#e60012;}
.edit-bd .wsjb-inline .wsjb-input-inline .wsjb-img{ margin:0 10px; vertical-align:-6px; }
.edit-bd .wsjb-inline .wsjb-input-inline .wsjb-btn-2{ color:#333; }

.myzj-fill-bd{}
.myzj-fill-bd .myzj-end{ width:896px; border:2px solid #ccc; border-radius:10px; font-size:30px; background:url(inter-icon-8.jpg) no-repeat 34% center; height:100px; text-align:center; line-height:100px; color:#ccc;}

.online-list{ width:103%;}
.online-bd{ background:url(inter-icon-9.jpg) no-repeat 35px center; border:1px solid #bd1a2d; width:435px; height:130px; float:left; margin:0 25px 25px 0;}
.online-bd p{ margin-left:130px;}
.online-bd .text{ font-size:16px; color:#404040; line-height:22px; margin-top:20px; margin-right:20px; height:64px;}
.online-bd .time{ margin-top:15px; text-align:right; color:#333;margin-right:20px;}

.edit-bd-1{ margin:50px auto; width:1000px;}
.edit-bd-1 .wsjb-inline{ min-height:30px; margin:25px 0;}
.edit-bd-1 .wsjb-inline .wsjb-form-label{ font-size:16px; color:#404040; display:inline-block; line-height:30px; width:80px; text-align:right;}
.edit-bd-1 .wsjb-inline .wsjb-input-inline{ display:inline-block; margin-right:22px;}
.edit-bd-1 .wsjb-inline .wsjb-input-inline .wsjb-input-3{ font-size:16px; font-weight:normal; color:#404040; }
.edit-bd-1 .wsjb-inline .wsjb-input-inline .wsjb-input-5{ width:125px; border:1px solid #ccc;height:28px; line-height:28px; font-size:14px; color:#666; padding:0 9px;}
.edit-bd-1 .wsjb-inline .wsjb-input-inline .wsjb-input-3 span{ line-height:30px; vertical-align:-1px; margin:0 25px 0 5px;}
.edit-bd-1 .wsjb-inline .wsjb-input-inline .wsjb-input-4{ width:830px; border:1px solid #ccc;height:28px; line-height:28px; font-size:14px; color:#666; padding:0 9px; margin-left:5px;}
.edit-bd-1 .wsjb-inline .wsjb-input-inline .wsjb-input-2{ width:830px; border:1px solid #ccc;line-height:20px; font-size:14px; color:#666;padding:5px 9px; height:150px; margin:10px 0 10px 5px;}
.edit-bd-1 .wsjb-inline .wsjb-input-inline.left,.edit-bd-1 .wsjb-inline .wsjb-form-label.left{ float:left;}
.edit-bd-1 .wsjb-inline .wsjb-input-inline .wsjb-inr{ text-align:right; color:#e60012;}
.edit-bd-1 .wsjb-inline .wsjb-input-inline .wsjb-img{ margin:0 10px; vertical-align:-6px; }
.edit-bd-1 .wsjb-inline .wsjb-input-inline .wsjb-btn-2{ color:#333; }
.edit-bd-1 .wsjb-inline .wsjb-input-inline .wsjb-t-3{ width:140px; height:50px;background:#bd1a2d; border:0; font-size:16px; color:#fff; text-align:center; line-height:50px; cursor:pointer; margin:30px 0 20px 0; border-radius:5px; margin-left:370px;}

.tsjy-bd .tit{ font-weight:bold; color:#000; font-size:30px; margin-bottom:40px; text-align:center; padding-top:20px;}
.tsjy-bd p{ text-indent:2em; font-size:16px; line-height:32px; color:#404040; padding-bottom:10px;}
.tsjy-bd .tsjy-btn { text-align:center; margin:50px 0;}
.tsjy-bd .tsjy-btn .wsjb-t-1{ width:140px; height:50px;border-radius:3px; background:#d30b15; border:0; font-size:16px; color:#fff; text-align:center; line-height:50px; cursor:pointer; }




/*弹框样式1*/
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
    position: relative;
    width:900px;
    margin:200px auto;
    height:580px;
    background: #FFF;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-close{  width:191px; height:47px; background:url(jgsz-bd_bg2.gif) repeat-x left top; margin:0px auto; text-align:center; font-size:16px; color:#BD192D;display:block; border:1px solid #D5D5D5; line-height:47px; border-radius: 4px;cursor:pointer; margin-top:100px;}
.is-visible .cd-popup-container {-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);}
.cd-popup-container .title { width:100%; min-height:140px; background:#BD192D;}
.cd-popup-container .title h3 { padding:44px 30px 30px 30px; text-align:left; font-size:24px; color:#fff; line-height:150%;}
.cd-popup-container .title p { padding:0px 30px; text-align:left; font-size:14px; color:#fff;}
.cd-popup-container .title p span { float:right;}
.cd-popup-container ul { padding:0px 30px;}
.cd-popup-container li { padding-top:32px; text-align:left; font-size:16px; color:#3F3F3F; line-height:188%;}
.cd-popup-container li b { font-weight:bold;}
.cd-popup-container li font { font-weight:bold; color:#BD192D;}

/* 互动交流-结束 */

@media all and (max-width : 414px) {
.column-main{ width:95%;margin:20px auto;}
.column-menu{ width:100%; float:none; background:none;}
.crumbsbar{ padding:0 0 20px 0;}
.column-menu .tit{ display:none;}
.column-menu .column-nav li a{ background:none;}
.column-menu .column-nav li.hover{ background:#bd1a2d;}
.column-menu .column-nav li.hover a{ color:#fff;}
.column-menu .column-nav li{ width:32.6%; float:left; font-size:16px; border:1px solid #e6e6e6;}
.column-menu .column-nav li a{ padding:0; text-align:center;}
.column-con{ float:none; width:100%; margin-top:30px;}
.column-con .tit{ font-size:18px; height:30px;}
.column-con .tit span{ height:35px; line-height:30px;}
.column-cont .column-nav a{ float:left;margin-right:10px;margin-left:10px;}
.column-cont .column-nav{ margin-top:-30px;}
.dw-btn.btn-danger{ width:42%;}
.cpt_mask_dailog .div_dailog{min-width:90%;}
.Leader li{ width:99%; text-align:center;}
.Leader li img{ width:auto; height:auto; float:none;}
.Leader li dl{ width:100%; margin-left:0;}
.Leader li dt{ text-align:center;}
.Leader li dd{ margin-left:15px;}
.column-con .column-cont .list a{max-width:60%;}
#ops_share{ display:none;}
.thematic{ width:100%;}
.thematic li{ float:none; margin:30px auto;}




}


