@charset "utf-8";
body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "微软雅黑 Regular", "Microsoft YaHei";
	color: #333;
	background-color: #FFFFFF !important;
}

body,
button,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

li,
ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #1f4b88;
}

button:hover {
	cursor: pointer;
}

img {
	border: none;
	display: inline-block;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.img {
	max-width: 100%;
	height: auto;
}

.row {
	display: inline-block;
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*banner*/

.banner {
	width: 100%;
}


/*内容*/

.cont {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}


/*图解常务会img*/

.tjcwh {
	width: 560px;
	height: 347px;
}


/*区政府常务会议*/

.cwhy {
	width: 568px;
}

.bttitle {
	width: 100%;
	height: 35px;
	position: relative;
}

.cwhytitle {
	background: url(/bjmtg/xhtml/ztzl/hygkzl/images/qzfcwhy.png) no-repeat;
}

.bttitle a {
	position: absolute;
	right: 0;
	top: 5px;
	height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.cwhylist {
	width: 100%;
}

.cwhylist li {
	width: 100%;
	background: url(/bjmtg/xhtml/ztzl/hygkzl/images/li.png) no-repeat 3px 4px;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 28px;
	padding-left: 20px;
}
.cwhylist li a{
	width: 100%;
	
}
.cwhylist li a p{
	width: 75%;
	float: left;
	font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.cwhylist li a span{
	float: right;
	font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
width: 20%;
display: block;
}
.imgdiv,.bmhy,.jzhy{
	width: 580px;
	margin-top: 75px;
}
.imgdiv img{
	width: 100%;
}
/*部门会议*/
.bmhytitle{
	background: url(/bjmtg/xhtml/ztzl/hygkzl/images/bmhy.png) no-repeat;
}
/*街镇会议*/
.jzhytitle{
	background: url(/bjmtg/xhtml/ztzl/hygkzl/images/jzhy.png) no-repeat;
}
@media screen and (max-width: 991px) {
	.cont{
		width: 98%;
		padding: 0 1%;
	}
	.tjcwh,.cwhy,.imgdiv,.bmhy,.jzhy{
		width: 100%;
	}
	.tjcwh img{
		width: 100%;
		height: auto;
	}
	}