/* 政务公开公共版 */

.zwgkPage{
    width:1100px;
    margin:0 auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    background-color: #fff;
}
.xxgk_meta_info {
   margin-top:60px;margin-bottom:53px;
}

.h1LOgo{
	width: 100%;
    height: 150px;
    background: url(../images/logo.png) 0 50% no-repeat;
}
.h1LOgo a{
	display: block;
    color: #fff;
    height: 100%;
    line-height: 150px;
    font-size: 36px;
    font-weight: bold;
}
.xxgk_title {
    text-align:center;padding-bottom:15px;
}
.xxgk_title img {
    margin: 0 auto;max-width:100%;
}
.xxgk_search {
margin: 30px 15px;
}
.input-group {
    position: relative;width:510px;margin:0 auto;
    display: table;
    border-collapse: separate;
}
.xxgk_search .form-control {
    display: table-cell;height: 50px;
    padding: 10px 16px;box-sizing:border-box;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px !important;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;    color: #555;
    background-color: #fff;
    border: 2px solid #cf2820;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.xxgk_content_block_newslist{
	margin-bottom:18px;
}
.input-group-btn {
    position: relative;vertical-align:middle;
    width:100% !important;
    display:inline !important;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;   
}
.input-group-btn:last-child>.btn{
	height: 50px;position:absolute;right:0;
    padding: 10px 16px;z-index:999 !important;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    background-color: #cf2820;
}
.input-group-btn>.btn {
    position: relative;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.xxgk_container{
    padding-left: 36px;background:#fff;
    overflow: hidden;
}
.xxgk_menu {
    width: 240px;
}
.xxgk_menu > ul {
    overflow:hidden;
}
.xxgk_menu > ul > li {
    font-size: 23px;background: #ffffff;
    margin-bottom: 15px;
/*     text-align: center; */
    border: 1px solid #e9e9e9;
}
.hover{
    background: #1d8bd8;
    color: #fff;	
}
.xxgk_menu > ul > li.hover > a {
    background: #1d8bd8;
    color: #fff;
}
.xxgk_menu > ul > li > a {
    display: block;color:#337ab7;
    padding-top: 22px;
    padding-bottom: 22px;
    position: relative;
    text-decoration: none;
}
.xxgk_coll_menu .xxgk_menu_items_container {
    display: none;
}
.xxgk_menu_items_container > ul {
   overflow:hidden;
}
.xxgk_menu_items_container > ul > li {
    height: 42px;margin-bottom:0;
    line-height: 42px;
    text-align: left;
    font-size: 15px;
    list-style: none;
    border-bottom: 1px dotted #e4e4e4;
}
.xxgk_menu_items_container > ul > li > a {
    display: block;
    background-image: url(../images/xxgk_item_list.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 48px;
    color: #575757;
}
.xxgk_container .xxgk_menu ul .hover div{display:block;}

.xxgk_menu, .xxgk_content {
    float: left;
    box-sizing:border-box;
    display: inline;
}
.xxgk_content {
    width: 788px;
    margin-left: 16px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    border: 1px solid #e7e7e7;
}
.xxgk_contentPane {
    background: #fff;
    padding: 20px;
    color: #575757;
}
.xxgk_content_block {
    margin-bottom: 35px;
}
.xxgk_article h2 {
    font-size: 32px;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    color: #0068b7;
    margin-bottom: 38px;
}
.xxgk_content_block_title {
    height: 41px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 24px;
}
.xxgk_content_block_title h3 {
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #1d8bd8;
    font-size: 18px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}
.xxgk_article .xxgk_details{
	max-height:940px;overflow-x:hidden;overflow-y:auto;line-height:30px;font-size:16px;
}
.news_list {
    padding: 0px 10px;
}
.news_list li {
    line-height: 40px;margin-bottom:0 !important;
    font-size: 16px;
    list-style: none;
    text-align: left;
}
.news_list li a {
    color: #2d374b;
}
.news_list li span {
    color: #858585;
}
.pull-right {
    float: right !important;
}
.list_more {
    background: #f2f2f2;
    text-align: center;
    display: block;
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
}
.list_more:after {
    content: '+';
}
.xxgk_content_block_itemlist table{width:100%;}
.xxgk_content_block_itemlist table tr,.xxgk_content_block_itemlist table tr td{
	border:1px solid #ddd;text-align:center;
}

.xxgk_content_block_itemlist table tr td a{
	height:40px;line-height:40px;display:block;
}
.xxgk_content_block_itemlist table tr:nth-child(even){
	background:#f5f5f5;
}
.block_title{
	margin-top: 18px;
    color: #4372b0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 14px;
}
.block_title > h3{
	border-left: 2px solid #0073c8;
    color: #0068b7;font-size: 20px;
    margin-bottom: 15px;
}
.position-photo{
	text-align: center;float:left;
    font-size: 16px;
    color: #474747;
    margin-bottom: 15px;
}
.xxgk_contentPane a{
	color: #575757;
}
.position-photo .img-responsive {
    width: 142px;
    height: 193px;
}
.zt_item .thumbnail {
    margin-bottom: 0px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.ml_item_list {
	text-align: center;
}
.col-lg-3{
	width:25%;float:left
}
.col-md-4 {
    width: 33.33333333%;float:left
}
.row:before,.row:after{
	content: " ";
    display: table;
}
.row:after{
	clear:both;
}
.ml_item_list > [class*="col"] {
    margin-top: 5px;box-sizing:border-box;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.ml_item_list > [class*="col"] a {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #dcdcdc;
    display: block;
    font-size: 12px;
}
h3 {
    padding-left: 10px;
    font-size: 22px;
    color: rgb(0, 104, 183);
    font-family: 微软雅黑;
    font-weight: bold;
}
#cur{
	background: #0d6fd0;
    margin: 0;
    height: 54px;
    line-height: 54px;
}
.xxgk_menu_items_container > ul > li:hover > a{
    background-color: #e1edfa;
    color: #0068b7;
}
.xxgk_menu_items_container > ul > li.hover > a {
    background-color: #e1edfa;
    color: #0068b7;
}
/* 政务公开 */
@media screen and (min-width: 320px) and (max-width: 1199px){
	.col-xs-6{width:50%;}
	.col-sm-6 {width: 50%;}
	.zwgkPage{width:100%;padding: 0 5px;}
	.xxgk_menu{width:100%;}
	.xxgk_content{width:100%;padding:0;margin-left: 0;}
	.xxgk_container{padding:0;}
	.input-group{width:100%;}
	.h1LOgo {
		width: 100%;
		background-position: 10px 50%;
		background-size: auto 40%;
	}
	.xxgk_title{
		height:150px;
	}
	.xxgk_title img{
		width:85%;
	}
	.xxgk_content_block_itemlist table tr td a{
		font-size:14px;
	} 
	.news_list li{
		border-bottom:1px dashed #ddd;height:80px;
	}
	.news_list li a{
		width:100%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;display:block;
	}
}
.xxgk_menu > ul > li.xxgk_coll_menu > a:after {
    content: ' ';
    width: 0px;
    height: 0px;
    border-top: 7px solid #4372b0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -5px;
}
.xxgk_menu > ul > li.xxgk_coll_menu.hover > a:after {
    content: ' ';
    width: 0px;
    height: 0px;
    border-top: 7px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 7px solid transparent;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
}
/* 列表图标
.xxgk_menu ul li a i{
	background-image: url(../images/icons.png);background-size: 230px auto;margin-left:3px;
	width: 30px;height: 30px;display: inline-block;vertical-align: middle;transition: transform .3s;
}
.xxgk_menu ul li a i.s1{
	background-position:3px -30px;
}
.xxgk_menu ul li a i.s2{
	background-position:-25px 0;
}
.xxgk_menu ul li a i.s3{
	background-position:-83px 0 ;
}
#xxgk_zdgk_menu.hover a i.s3{
	background-position:-83px -30px ;
}
.xxgk_menu ul li a i.s4{
	background-position:-115px  0;
}
#xxgk_nb_menu.hover a i.s4{
	background-position:-115px -30px ;
}
.xxgk_menu ul li a i.s5{
	background-position:-55px  0;
}
#xxgk_wz_menu.hover a i.s5{
	background-position:-55px -30px ;
}
#xxgk_ysqgk_menu a{
	text-align:center;
}
#xxgk_ysqgk_menu a i.s6{
	background-position:-150px  0;
}
.xxgk_menu ul li a i.s7{
	background-position:-58px  -62px;
}
#xxgk_ss_menu.hover a i.s7{
	background-position:-58px  -90px;
} */
@media screen and (min-width: 768px) and (max-width: 1200px){
	.col-sm-4{width: 33.33333333%;}
	.xxgk_menu{width:100%;padding:0;}
	.xxgk_content{width:100%;padding:0;}
}
/*                       设置滚动条                              */

/* ::-webkit-scrollbar{display:none;} */

.xxgk_details::-webkit-scrollbar {
    width: 10px;height:80px;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.xxgk_details::-webkit-scrollbar-thumb {
    background: #2d66a8;
    border-radius: 100px;
}
::-webkit-scrollbar-thumb {
    background-color: #bbb;
}
.xxgk_details::-webkit-scrollbar-track-piece {
    background: #f2f2f2;
    border-radius: 100px;
}
::-webkit-scrollbar-track-piece {
    background-color: #ddd;
}