@charset 'utf-8';
/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333
}

a,
span {
    vertical-align: top;
}

img {
    border: 0;
    vertical-align: middle;
}

select,input,
button,
text {
    vertical-align: top;
    outline: none;
    border: none;
}

button {
    padding: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
}

textarea {
    outline: none;
    border: none;
    resize: none;
}

input,
textarea {
    box-sizing: content-box;
    outline: none;
    background: 0 0;
    font-family: "Microsoft YaHei"
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #acacac;
}

table tr td,
table {
    border-collapse: collapse;
}

body {
    font-size: 0;
    color: #000;
    font-family: "Microsoft YaHei";
}

/*****通用样式******/

/*清除浮动*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.db {
    display: inline-block;
}

/*****边距调整****/

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}
/****内容块居中***/
.centerWidth{
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 360px;
    background: #1369C0 url(bmjcgk_topbg.png) no-repeat center;
    line-height: 92px;
}

.sl_header_linkbox{
    width: 1200px;
    height: 40px;
	margin: auto;
	line-height:40px;
}

.sl_header_linkbox li{
    float:right;
	margin-right:30px;
}

.sl_header_linkbox a{
    font-size:16px;
	color:#fff;
}

.header-centered {
    width: 1200px;
    height: 100px;
    margin: auto;
    /* border: 1px solid red;*/
}

.header-centered .header-logo{
    margin-top: 20px;
    float: left;
}
.header-centered .header-logo-t{
    display: inline;
    font-size: 36px;
    color: #fff;
    line-height: 100px;
    font-weight: bold;
   
}
.header-centered i{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin: 50px 17px 0;
}
.header-centered span{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 105px;
   
}
.header-bk{
    width: 200px;
    height: 100px;
    float: left;
    margin-left: 20px;
}
.header-zz{
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
}
.header-zt{
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
}
.header-right{
    /* border: 1px solid red; */
    float: right;
    height: 100px;
}
.header-right-left{
    float: left;
    /*width: 600px;*/
    font-size: 20px;
    line-height: 100px;
    color: #fff;
    margin-right: 60px;
}
.header-right-left .header-right-center a{
    width: 106px;
    text-align: center;
    display: inline-block;
    color: #fff;
}
.header-right-left .header-right-center .active{
    font-size: 24px;
    font-weight: bold;
}
.header-right .header-right-center a:hover{
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}
.header-search{
    float: right;
    width: 300px;
    border-radius: 50px;
    height: 40px;
    background-color: #8eb7e1;
    margin-top: 30px;
    margin-right: 10px;
    line-height: 40px;
    position: relative;
}
.header-search input{
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 42px 0 18px;
    width: 100%;
}
.header-search input::-webkit-input-placeholder {
    color: #fff;
}
.header-search input::-moz-input-placeholder {
    color: #fff;
}
.header-search input::-ms-input-placeholder {
    color: #fff;
}
.header-search img{
    width: 22px;
    position: absolute;
    top: 8px;
    right: 16px;
}
.header-right-l-hide{
    margin-right: 18px;
    display: none;
    margin-top: 4px;
}




/* 底部 */
.footer{
    width: 100%;
    height: 100px;
    background: #1369C0;
}
.footer-centered{
    width: 1200px;
    height: 100px;
    margin: auto;
}
.footer-zt{
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    margin-top: 12px;
}
.footer-zt:nth-child(3){
    color: #fff;
    font-family: "微软雅黑";
    font-size: 14px;
    margin-top: 7px;
}
.footer-left{
    width: 658px;
    float: left;
}
.footer-right{
    float: right;
}
.footer-right img{
    float: right;
    margin-right: 30px;
    margin-top: 12px;
}



/*下拉*/
.xiala{
    width: 1200px;
    margin: 0 auto;
    color: #666;
    overflow: hidden;
    margin-bottom: 10px;
}
.xiala-item{
    width: 240px;
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
}
.xiala .active{
    background-color: #f2f2f2;
}
.xiala .active .xiala-i-p{
    color: #1369c0
}
.xiala-i-p{
    display: inline-block;
    height: 40px;
    box-sizing: border-box;
    padding: 0 20px;
    color: #666666;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    background: url(drop-icon.png) no-repeat right center;
}
.xiala .active .xiala-i-p{
    background: url(drop-icon2.png) no-repeat right center;
}
.xiala-hide{
    width: 100%;
    background-color: #f2f2f2;
    box-sizing: border-box;
    overflow: hidden;
    height: 0;
}
.xiala-h-item{
    display: none;
    padding: 12px 0 12px 50px;
}
.xiala-hide a{
    font-size: 15px;
    color: #1369c0;
    display: inline-block;
    width: 276px;
    line-height: 35px;
    margin-left: 10px;
}
.footer-left span{
    margin-right: 8px;
}

/* 右侧浮动 */
.index-float {
    position: absolute;
    top: 35%;
    right: 10px;
    width: 80px;
    border: 1px solid #d5d5d5;
    border-bottom: none;
}
.index-float a {
  display: inline-block;
  width: 80px;
  height: 65px;
  padding-top: 15px;
  color: #666666;
  font-size: 14px;
  text-align: center;
  position: relative;
  background: #fff;
  border-bottom:1px solid #d5d5d5;
}
.index-float a:hover {
  font-weight: bold;
}
.index-float a p{
    margin-top: 8px;
}
.index-float a .img {
  position: absolute;
  right: 80px;
  top: 0;
  display: none;
}
.index-float a:hover .img{
    display: block;
}
/****街道下拉*****/
.index-menu {
  position: absolute;
  top: 40px;
  z-index: 999;
  width: 100%;
  padding-bottom: 10px;
  display: none;
  overflow: hidden;
}

.index-menu.cur{
  top: 0;
}
.index-menu-bg {
  background: #fff;
}

.index-menu-container {
  width: 1320px;
  margin: 0 auto;
  position: relative;
}

.index-menu .close {
  position: absolute;
  top: 14px;
  right: 20px;
  cursor: pointer;
}

.index-menu-t {
  padding-top: 22px;
  margin-bottom: 20px;
}

.index-menu-t a {
  display: inline-block;
  color: #2775cc;
  font-size: 16px;
  line-height: 20px;
}

.index-menu-l {
  width: 1380px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f5f5f5;
}

.index-menu-l li {
  float: left;
  width: 230px;
  height: 33px;
}

.index-menu-l li a {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-menu-l li a:hover {
  color: #2775cc;
}

.index-menu-l.l2 li {
  width: 150px;
  margin-right: 80px;
}

.underline:hover,
.underlines a:hover {
  text-decoration: underline;
}

.footer-right {
  display: inline-block;
}

.f-as a {
  color: #fff;
}

.f-as span {
  padding: 0 7px;
}


.universal-titile1{
  font-size: 20px;
  color: #1369c0;
  display: block;
  line-height: 20px;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
}
.universal-titile1 a{
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 2px solid #1369c0;
  color: #1369c0;
}
.new-list{
  width:100%;
  font-size: 16px;
  line-height: 40px;
  color: #333;
}
.new-list li{
  text-align:left;
  overflow: hidden;
}
.new-list li span{
  float: right;
  color: #666;
}
.new-list li i{
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #e4e4e4;
  margin-right: 10px;
}
.new-list li a{
  display: inline-block;
  max-width: 100%;
}
.new-list li a:hover{
  color: #1369c0;
}
.universal-titile2{
  height: 40px;
  border-bottom: 1px solid #E1E1E1;
  font-size: 20px;
  color: #1369c0;
  font-weight: bold;
}
.universal-titile2 a{
  border-left: 3px solid #1369c0;
  padding-left: 10px;
  color: #1369c0;
}
.universal-titile3 a{
  color: #333;
}


/*右上 */
.righttop{
    width: 763px;
    height: 608px;
    border: 1px solid #d5d5d5;
}
.right_1{
    display: flex;
    height: 60px;
}
.right_1 p{
	box-sizing: border-box;
	height: 25px;
	margin-top: 22px;
	margin-left: 26px;
	border-left: 4px solid #1369c0;
	font-size: 24px;
	color: #666;
	line-height: 25px;
}
.right_1 p a{
	display: inline-block;
	margin: 0 14px;
	cursor: pointer;
}
.right_1 p .active{
	font-weight: bold;
	color: #1369c0;
}
.right-title {
    font-size: 20px;
    font-weight: bold;
    color: #2760b7;
    line-height: 46px;
    padding-left: 10px;
}
.right_1 img{
    padding-left: 15px;
    height: 21px;
    padding-top: 13px;
}
.center-list {
    padding: 10px 0 12px;
    border-top: 1px solid #ededed;
}

.center-list li {
    font-size: 16px;
    line-height: 42px;
    color: #333;
    overflow: hidden;
    padding-right: 34px;
}

.center-list li a {
    display: inline-block;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* color: #999; */
}

.center-list li a:hover {
    color: #2760b7;
}
.center-list li div{
    margin-top: 20px;
    margin-left:26px;
    margin-right:1.5%;
    float: left;
    width: 6px;
	height: 6px;
    background-color: #e4e4e4;
    border-radius: 50%;
}
.center-list li span {
    font-size: 14px;
    color: #999;
   padding-left: 8%;
    display: inline-block;
    float: right;
}
.zwgk-mouse-c-item .center-list {
    padding: 0;
    border: none;
}
.zwgk-mouse-c-item .center-list li {
    line-height: 39px;
}
.zwgk-mouse-c-item .center-list li div {
    margin-left: 0;
}
.zwgk-mouse-c-item .center-list li span {
    float: right;
}
.righttop-bom{
    width: 763px;
    height:130px;
    /* background-color: #333; */
    display: flex;
    position: relative;
    margin-bottom: 4px;
    
}
.gongkai-input{
	padding-left: 24px;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 18px;
	color: #1369c0;
	line-height: 36px;
}
.gongkai-i-right{
	float: right;
	width: 540px;
	margin-right: 64px;
}
.g-i-r-input{
	border:1px solid #d5d5d5;
	position: relative;
}
.g-i-r-input img{
	width: 20px;
	display: inline-block;
	margin-left: 12px;
	margin-top: -2px;
	margin-right: 12px;
}
.g-i-r-input input{
	font-size: 14px;
	color: #999;
	line-height: 36px;
	height: 36px;
	width: 432px;
}
.g-i-r-input a{
	display: inline-block;
	text-align: center;
	background-color: #1369c0;
	color: #fff;
	font-size: 14px;
	width: 62px;
	line-height: 38px;
	position: absolute;
	top: -1px;
	right: -1px;
  cursor: pointer;
}

/* 左上 */
.lefttop{
    width: 416px;
    height: 608px;
    box-sizing: border-box;
}
/* 左下 */
.rightbom{
    width: 763px;
    height: 328px;
    background-color: #ffffff;
	border: solid 1px #e1e1e1;
}
.rightbom2{
  width: 1198px;
}
.rightbom-total{
    width: 763px;
    height: 270px;
    box-sizing: border-box;
    padding: 20px 26px 0;
    border-top: 1px solid  #e1e1e1;
    overflow: hidden;
}
.rbmt-text{
	float: right;
	width: 292px;
	margin-right: 20px;
}
.rbmt-text2{
  width: 690px;
}
.rbmt-text a{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 38px;
}
.rbmt-text a:hover{
	color: #1369c0;
}
.leftbom-line{
    width: 416px;
	height: 1px;
	background-color: #e1e1e1;
}

.mt26{
    margin-top: 26px;
}
.leftbom{
    width: 414px;
    height: 328px;
    border: 1px solid #d5d5d5;
}
.leftbom-pizhun{
    width: 313px;
    height: 17px;
    position: relative;
}
.leftbom-pizhun span{
    background-color: black;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    left:22px;
    top:19px;
}
.leftbom-pizhun p{
    font-size: 15px;
    color: black;
    width: 104px;
    height: 5px;
    position: absolute;
    left:35px;
    top:12px;
}
.leftbom-pizhun .pizhun-span{
    position: absolute;
    left:233px;
    top:21px;
}
.mt-pizhun{
    margin-top: 14px;
}
.leftbom-pizhun .pizhun-p{
    position: absolute;
    left:247px;
    top:14px;
}
.leftbom-pizhun + .leftbom-pizhun{
    margin-top:34px;
}
.pizhun{
    position: absolute;
    left:35px;
    top:12px;
}

.fade-box,
.fade-img{
  width: 370px;
  height: 215px;
  position: relative;
  overflow: hidden;
}
.fade-img a{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.fade-img img{
  display: block;
  height: 100%;
  width: 100%;
}
.fade-txt{
  height: 40px;
  width: 100%;
  background-color: #000;
  background: rgba(0,0,0,.5);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.fade-txt a{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding-left: 20px;
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dy-num{
  position: absolute;
  bottom: 5px;
  right: 130px;
}
.dy-num span{
  color: #fff;
}
.dy-index{
  font-size: 26px;
}
.fade-num{
  position: absolute;
  bottom: 15px;
  right: 20px;
  font-size: 0px;
}
.fade-num span{
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #fff;
  margin-left: 8px;
  cursor: pointer;
}
.fade-num span.cur{
  background: #1369c0;
}
.fade-btn{
  position: absolute;
  height: 70px;
  width: 35px;
  font-size: 40px;
  color: #fff;
  margin-top: -35px;
  text-align: center;
  line-height: 70px;
  top: 50%;
  background: url(../images/banner-opbg40.png);
  cursor: pointer;
  display: none;
}
.fade-left{
  left: 0px;
}
.fade-right{
  right: 0px;
}
.fade-box:hover .fade-btn{
  display: block;
}


/*领导信息*/
.ld-content{
    padding: 40px 38px 40px 35px;
    border: 1px solid #e6e6e6;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.ld-left{
  width: 180px;
  font-size: 20px;
  text-align: center;
}
.ld-left img{
  width: 180px;
  height: 226px;
  margin-bottom: 12px;
}
.ld-left p{
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  background-color: #1369c0;
}
.ld-left span{
  color: #333;
  display: block;
  line-height: 26px;
  margin-top: 10px;
}
.ld-right{
  width: 914px;
}
.ld-r-content{
  font-size: 16px;
  line-height: 40px;
  color: #333;
  margin: 10px 0 20px;
}
/*领导列表*/
.ldx-content{
  width: 1200px;
  margin: 0 auto;
}
.ldx-c{
  overflow: hidden;
  margin-top: 34px;
  font-size: 16px;
  color: #333;
  padding-left: 
}
.ldx-man{
  text-align: center;
}
.ldx-man img{
  width: 126px;
  height: 158px;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #dddddd;
}
.ldx-man p{
  line-height: 30px;
  color: #fff;
  background-color: #1369c0;
  margin-top: 8px;
}
.ldx-man span{
  display: block;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}
.ldx-c-left{
  margin-left: 20px;
}
.ldx-c-left img{
  padding: 0;
  border: 0;
}
.ldx-c-right{
  width: 1000px;
}
.ldx-c-bottom{
  border-top: 1px solid #ddd;
  padding-top: 35px;
  padding-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}
.ldx-c-bottom .ldx-man{
  margin: 0 37px 38px;
}
.ldx-c-bottom .ldx-man a{
  display: inline-block;
}



/*17概览*/
.gl-content{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 32px;
}
.gl-c-left{
  width: 250px;
  text-align: center;
  border-top: 4px;
  color: #fff;
}
.gl-c-l-title img{
  width: 26px;
  display: inline-block;
  margin-top: -6px;
  margin-right: 10px;
}
.gl-c-l-content{
  background-color: #f7f7f7;
}
.gl-c-l-content a{
  display: block;
  font-size: 18px;
  color: #666666;
  line-height: 70px;
  border: 1px solid #ddd;
  border-top: 0;
  box-sizing: border-box;
}
.gl-c-l-content .active{
  color: #1369c0;
  font-weight: bold;
}
.gl-c-l-content .active i{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  border: 1px solid #1369c0;
  position: absolute;
  top: 29px;
  left: 46px;
}
.gl-c-l-content a:hover{
  color: #1369c0;
}
.gl-c-right{
  border: 1px solid #ddd;
  width: 925px;
  box-sizing: border-box;
  padding: 20px 24px 0;
}
.gl-c-r-content .new-lisy:first-child{
  border-top: 0;
}
.gl-b-r{
  width: 940px;
  margin-top: 34px;
}
.gl-b-c{
  margin-top: 34px;
}
.gl-c-r-c-img{
  padding-bottom: 26px;
  overflow: hidden;
}
.gl-img-item{
  width: 284px;
  background-color: #f7f7f7;
  margin-top: 18px;
  margin-right: 19px;
  float: left;
}
.gl-img-item img{
  width: 100%;
  height: 223px;
}
.gl-img-item p{
  font-size: 16px;
  color: #333;
  padding: 14px;
  box-sizing: border-box;
  margin-top: 4px;
  line-height: 16px;
}
.gl-img-item span{
  display: block;
  box-sizing: border-box;
  padding: 0 14px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #999;
}
.gl-img-item:hover p{
  color: #1369c0;
}


/*网站地图*/
.wzdt-c-r-content{
  box-sizing: border-box;
  padding: 0 48px;
  padding-bottom: 48px;
}
.wzdt-c-r-content p{
  margin: 0 10px;
  margin-top: 34px;
  line-height: 30px;
  padding-bottom: 14px;
  border-bottom: 1px solid #1369c0;
  font-size: 20px;
  font-weight: bold;
  color: #1369c0;
  padding-left: 10px;
}
.wzdt-c-r-content p img{
  display: inline-block;
  margin-top: -6px;
  margin-right: 8px;
}
.wzdt-c-r-c-list{
  margin-top: 8px;
}
.wzdt-c-r-c-list a{
  display: inline-block;
  cursor: pointer;
  width: 200px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  background-color: #f7f7f7;
  margin: 20px 10px 0;
  text-align: center;
}
.wzdt-c-r-c-list a:hover{
  background-color: #1369c0;
  color: #fff;
}

/*部门街镇*/
.bmjzindex-content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 38px;
}

.bmjzindex-left,
.bmjzindex-left .fade-img {
  width: 606px;
  height: 320px;
}

.bmjzindex-right {
  width: 572px;
  border: 1px solid #ddd;
}

.bmjzindex-r-title {
  border-left: 2px solid #1369c0;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 46px;
  background-color: #e6f1ff;
  box-sizing: border-box;
  overflow: hidden;
}

.bmjzindex-r-title a {
  display: inline-block;
  float: left;
  margin-left: 30px;
  margin-right: 30px;
  cursor: pointer;
}

.bmjzindex-r-title .active {
  font-size: 18px;
  color: #1369c0;
}

.bmjzindex-banner {
  overflow: hidden;
  width: 100%;
}

.bmjzindex-b1 {
  width: 843px;
}

.bmjzindex-b2 {
  width: 339px;
}

.bmjzindex-gongkai a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  width: 25%;
  text-align: center;
  color: #fff;
}

.bmjzindex-gongkai a:hover {
  color: #cad4de;
}

.bmjzindex-gongkai a img {
  display: inline-block;
  width: 68px;
  margin-top: 20px;
}

.bmjzindex-gongkai span {
  display: block;
}

.bmjzindex-r-bottm {
  width: 590px;
}

.bmjzindex-jj {
  padding: 16px 24px;
  box-sizing: border-box;
}

.bmjzindex-jj img {
  width: 520px;
  height: 126px;
  border-radius: 4px;
}

.bmjzindex-jj h2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 28px;
  margin-top: 14px;
}

.bmjzindex-jj p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

/*3互动交流*/
.main-box-card {
    min-height: 200px;
    border: 1px solid #efefef;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.ly-card2 {
  width: 426px;
  float: left;
  margin-bottom: 38px;
}
.ly-card3 {
  width: 668px;
  float: right;
}
/*card1 头部*/
.card-title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E1E1E1;
    position: relative;
    margin-bottom: 20px;
}
.main-box-card .card-title label,.main-box-card .card-title .tit.cur{
  display: inline-block;
    font-size: 24px;
    padding-left: 10px;
    color: #1369c0;
    font-weight: bold;
    position: relative;
}
.main-box-card .card-title .tit{
  display: inline-block;
  color: #999999;
    font-size: 24px;
    margin-right: 36px;
}
.main-box-card .card-title label:after,.main-box-card .card-title .tit.cur:after{
  content: "";
  height: 24px;
  width: 4px;
  background: #1369c0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
/*标题 右边*/
.card-title .inter-search{
  position: absolute;
  right: 0;
  bottom: 0;
}
.inter-search img{
  margin-right: 7px;
}
.card-title .btn-mail-search, .card-title .btn-mail-write {
    width: 150px;
    display: inline-block;
    font-size: 18px;
    background: #f0f3f9;
    color: #1369c0;
    margin-left: 20px;
    text-align: center;
}

/*card1 内容*/
.card-content{
  width: 100%;
}

.card-content tr{
    width: 100%;
    display: block;

    padding-left: 10px;
    text-align: left;
    cursor: pointer;
	height: 41px;
	line-height: 41px;
}
.card-content tr th {
  font-size: 18px;
}
.card-content tr td {
  font-size: 16px;
}

.list-header{
  color: #333;
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    padding: 0 !important;
    padding-left: 10px !important;
    /*margin-top: 20px;*/
    background: rgba(233, 240, 247, 0.6);
    margin-bottom: 10px;
}
.card-content tr:hover td, .card-content tr:hover a{
    color: #2760b7;
}

/*card2 样式*/
.ly-card2 a:hover p{
  color: #2760b7;
}
.ly-card2 img {
  width: 100%;
} 
.ly-card2 p {
  font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
}
.ly-card2 span {
    font-size: 14px;
    padding: 2px 0;
    color: #999;
    display: block;
}

/*card3*/
.ly-card3 .card-content-list li{
  font-size: 16px;
    color: #333;
    padding: 12px 0;
}
.ly-card3 .card-content-list li:hover span{
    color: #2760b7;
}
.ly-card3 .card-content-list .mail-1{
  width: 550px;
  overflow:hidden;/*超出部分隐藏*/
  text-overflow:ellipsis;/*超出部分显示省略号*/
  white-space:nowrap;/*规定段落中的文本不进行换行 */
  display: inline-block;
}
.ly-card3 .card-content-list .mail-3{
    float: right;
}
.ly-w1{
  width: 698px;
  text-align: left;
}
.ly-w2{
  width: 150px;
  text-align: center;
}
.ly-w4{
  text-align: center;
  width: 120px;
}


/*/6.公开目录*/
.bfdh {
  width: 1200px;
  height: 92px;
  margin: auto;
  display: flex;
  justify-content: space-between;

}

.bfdh img {
  width: 28px;
  height: 30px;
  padding-left: 52px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 15px;
  line-height: 80px;
  float: left;
}

.bfdh p {
  width: 110px;
  height: 20px;
  font-family: "微软雅黑";
  font-weight: bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 80px;
  letter-spacing: 0px;
  color: #ffffff;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

.ysqgk p {
  width: auto;
}

.gkzn-lf {
  width: 888px;
  height: 804px;
}

.shuxian {
  width: 4px;
  height: 19px;
  float: left;
}

.gkzn-lftitle p {
  margin-top: 22px;
  height: 30px;
  font-family: "微软雅黑";
  font-weight: bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #2775cc;
  margin-left: 6px;
  padding-left: 6px;
}

.gkzzn-lfdown-title {
  width: 420px;
  height: 25px;
  font-family: "微软雅黑";
  font-weight: bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 39px;
  padding-left: 251px;
  padding-right: 230px;
}

.gkzn-lfdown-spanone {
  padding-left: 81px;
  font-size: 14px;
}

.gkzn-lfdown-span {
  padding-left: 142px;
  padding-top: 37px;
  font-size: 14px;
}


/*结束*/


/*main*/

.main-6 {
  border-radius: 6px;
  /*padding: 22px 19px;*/
  font-size: 14px;
  width: 1200px;
  margin: 10px auto;
}

.main-right {
  padding: 20px 20px 0
  /*margin-left: 18px;*/
}

.cwx-table {
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-top: 14px;
}

.cwx-tit {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0px;
  /*color: #2760b7;*/
  color: #fff;
  background: #7fa5d9;
  font-weight: bold;
  border-bottom: 2px solid #e5e5e5;
}

.table-tt-mc {
  width: 361px;
}

.table-tt-mctit {
  display: block;
  width: 361px;
  text-align: left;
  cursor: pointer;
}

.table-tt-mctit:hover {
  color: #2760b7;
}

.cwx-table tr {
  height: 40px;
  line-height: 40px;
}

.cwx-table .odd {
  background-color: #e9eef0;
}

.gkzn-tit {
  border-bottom: none;
}

/*左侧导航*/
.main-left {
  /*border: solid 1px #e5e5e5;*/
  width: 290px;
  padding-bottom: 15px;
  float: right;
}
.main-left.lf{
  float: left;
}

.zw-nav {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #ffffff;
  background: #1a72c8;
}

.zw-tit-img {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: -2px 3px 0 17px;
}

.zw-nav-item {
  width: 160px;
  height: 40px;
  margin-top: 12px;
  margin-right: 11px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: url(../images/zw-tit-bg2.png) center center no-repeat;
}

.zw-nav-item a {
  color: #ffffff;
}

.gkml .listbox {
  margin-top: 8px;
  max-height: 900px;
  overflow-x: hidden;
  overflow-y: auto;
}

.bmzjgk-banner {
  width: 1200px;
  margin: 20px auto;
  height: 164px;
  background-image: url(bmzjgkbanner.png);
  background-size: 100% 100%;
}

.bmzjgk-banner p {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  padding-top: 42px;
}

.bmzjgz-title {
  font-size: 16px;
  color: #666;
}
.tjh-t-title {
  color: #666;
}
.bmzjgz-t-title {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #f5f5f5;
}

.bmzjgz-t-title p {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 58px;
}

.bmzjgz-t-title .bmzjgz-t-t-center {
  margin: 0 100px;
}

.bmzjgz-t-content {
  line-height: 36px;
  margin-top: 20px;
}
.tjh-t-content{
  color: #666666;
}
.bmzjgz-font a{
  font-size:14px;
  color: #666;
}
.bmzjgz-font a:hover{
  color: #2775cc;
}



/* 公开指南 20200216 */
.gkzn-title{
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #1a72cb;
  margin-top: 28px;
}
.gkzn-title .tit{
  display: inline-block;
  min-width: 150px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #1a72cb;
}
.gkzn-list{
  padding-left: 14px;
  margin-top: 30px;
}
.gkzn-list li{
  float: left;
  width: 174px;
  height: 56px;
}
.gkzn-list li a{
  display: inline-block;
  padding-left: 20px;
  font-size: 16px;
  background: url(../images/tn-icon5.png) left center no-repeat;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/*司法局首页ban*/
.f_sfj_ban{
  width:1200px;
  height:100px;
}

/*人社局首页ban*/
.f_rsj_ban{
  width:1200px;
  height:100px;
}


/*---------------------*/
.gl-c-r-content .new-list {
  border-top: 1px solid #ddd;
  padding: 16px 0;
}

.gl-c-r-content>ul:first-child {
  border:none;
}

.index-menu-bg .index-menu-container .img{
float: right;
}

.bmjcgk_search {
  float: right;
  width: 400px;
  border-radius: 10px;
  height: 40px;
  background-color: #C9DCFC;
  margin-top: 30px;
  margin-right: 10px;
  line-height: 40px;
  position: relative;
}

.bmjcgk_search input {
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 42px 0 18px;
  width: 100%;
}

.bmjcgk_search img {
  width: 22px;
  position: absolute;
  top: 8px;
  right: 16px;
}

.bmjcgk_main{
width: 1200px;
margin: auto;
}

.bmjcgk_box1 {
  width: 100%;
  margin: 30px 0;
  text-align: center;
  display: inline-block;
}

.bmjcgk_box1 li {
  width: 30.3%;
  display: inline-block;
  text-align: center;
font-size: 22px;
color: #fff;
font-weight: bold;
padding:1.5% 0;
background: #0662B1;
border-radius: 7px;
overflow: hidden;
text-overflow: ellipsis;
}

.bmjcgk_box2 {
margin-top:30px;
  padding: 25px;
box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.table-tt-mc {
width: 620px;
padding-left: 10px;
}
.table-tt-mctit {
width: 620px;
}
.title {
  text-align:left;
  margin-top: 0;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  border-bottom: 2px solid #0662b1;
}
.title p{
  white-space: nowrap;
  background-color: #0662b1;
  text-align: center;
  color: #fff;
  padding: 0 20px;
float:left;
}
.title a{
color: #000;
float:right;
font-size: 16px;
font-weight: 100;
}

.map>li {
width: 22.2%;
margin: 30px 15px 0 15px;
float: left;
height: 46px;
border: 1px solid #E6EFF7;
background: #F2F8FB;
text-align: center;
white-space: nowrap;
text-overflow: ellipsis;
position:relative;
list-style: none;
}
.map>li:hover {
border: 1px solid #2760b7;
}
.map>li>a {
width: 93%;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding: 0 10px;
}

/*-----------------------------------------*/
@media screen and (max-width: 768px) {

.header {
  height: auto;
}
.sl_header_linkbox {
  display: none;
}
.header-centered {
   width: 100%;
   height: auto;
   text-align: center;
}
.header-centered > a {
   width: 100%;
   display: inline-block;
}
.header-centered .header-logo {
  margin-top: 20px auto 0 auto;
  float: none;
}
.header-right {
  float: none;
  height: 8rem;
}
.header-right-left {
  float: none;
  width: 90%;
  font-size: 1.5rem;
  color: #fff;
  margin: auto;
}
.header-right-center {
  text-align: center;
}
.header-right-left .header-right-center a {
  width: 30%;
}
.header-search {
  float: none;
  width: 80%;
  margin: auto;
  display: none;
}

}

/*-------------------*/
.map>.bmjcgk_sub {
display: none;
}
.map li .bmjcgk_sub {
width: calc(225% - 30px);
  background-color: #f1f5f9;
  position: absolute;
  top: calc(100% - 1px);
  left: -1px;
z-index: 1;

}
.map li:hover .bmjcgk_sub {
  display: block;
}

.map li .bmjcgk_sub>ul{
display: none;
}
.map li:hover .bmjcgk_sub>ul {
  display: block;
}


/*------------------*/

.bmjcgk_sub ul {
  padding-top: 10px;
  max-height: 200px;
}
.bmjcgk_sub ul {
  max-height: 230px;
  margin: 0;
  padding: 0 10px 10px;
  box-sizing: border-box;
border: 1px solid #2760b7;
overflow: hidden;
}

/*------------------*/

.bmjcgk_sub ul li {
  width: calc(100% - 10px);
  height: 36px;
  line-height: 36px;
  text-align: left;
  margin-top: 5px;
}

.bmjcgk_sub ul li::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #e4e4e4;
  margin-right: 10px;
}

/*------------------*/
.bmjcgk_sub ul li a {
  width: 90%;
  padding: 0 5%;
  font-size: 15px;
  line-height: 36px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*------------------*/

.slch_leftlist_1a .bmjcgk_sub ul li span {
  display: block;
}
.slch_leftlist_1a .bmjcgk_sub ul li span {
  float: right;
  display: none;
  font-size: 15px;
  color: #929292;
}

/*----------------------*/
.gl-b-c {
  margin-top: 34px;
}

.pagination {
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}

.pagination .active {
  background: #1369c0;
  color: #fff;
}

.pagination a {
  width: 32px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  background: #eee;
  border-radius: 3px;
  margin: 0 6px;
}

.pagination .first-page, .pagination .last-page {
  width: 100px;
}