@charset "utf-8";
html {
	font-size: 14px;
	font-family: "微软雅黑";
}

/*公共样式*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
ol {
	list-style: none
}

img {
	border: none;
	/*display: block;*/
}

a {
	text-decoration: none
}

a:focus {
	outline: none;
}

/*取消a链接在ie8点击出现虚线问题*/

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.content::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #d1d1d1;
}

/*定义滑块 内阴影+圆角*/
.content::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #9a9a9a;
}


/*页面头部*/
#header{
	width: 100%;
	height: 449px;
	background: url(/pubimages/web/xxgktl_banner2019.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

#header .logo{
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    margin-top: 35px;
}

/*页面主体*/
#container .inner{
	width: 1200px;
	height: 420px;
	margin: 0px auto;
	margin-top: 50px;
}

#container .inner h3{
	font-size: 24px;
	color: #333;
	text-align: center;
}

#container .inner .inner_fbt{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

#container .inner .zwlb_book{
	margin-top: 30px;
}

.inner .zwlb_book .zwlb{
	width: 900px;
	height: 316px;
	border: 1px solid #e4e4e4;
}

.zwlb_book .zwlb .zwlb1{
	height: 175px;
	padding: 18px;
}

.zwlb .zwlb1 .xcgcgz_bt img{
	padding-right: 6px;
}

.zwlb .zwlb1 .xcgcgz_bt a{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.zwlb1 .xcgcgz_bt a:hover{
	color: #0077e5;
	text-decoration: underline;
}

.zwlb .zwlb1 .xcgcgz_nr{
	margin-top: 8px;
	font-size: 18px;
	color: #333;
	line-height: 38px;
}

/*部门解读*/

#container .bmjd{
	height: 725px;
	background: #f2f2f2;
	margin-top: 50px;
	overflow: hidden;
}

#container .bmjd .bmjd_zw{
	width: 1200px;
	height: 645px;
	margin: 0 auto;
	margin-top: 40px;
}

.bmjd .bmjd_zw h3{
	font-size: 24px;
	color: #333;
	text-align: center;
}

.bmjd .bmjd_zw .bmjd_fbt{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

.bmjd .bmjd_zw .bmjd_tab{
	width: 1200px;
	height: 545px;
	margin-top: 30px;
}

.bmjd_zw .bmjd_tab .bmjd_tab_lib{
	width: 422px;
	height: 539px;
	background: url(/pubimages/web/bmjdbg_2019.png) no-repeat center center;
}

.bmjd_tab .bmjd_tab_lib ul{
	width: 370px;
	height: 495px;
	margin-left: 52px;
}

.bmjd_tab_lib ul li{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 32px;
	cursor: pointer; 
	line-height: 28px;
}

.bmjd_zw .bmjd_tab .bmjd_tab_nr{
	width: 778px;
	height: 460px;
	background: #fff;
	margin-top: 45px;
	padding: 20px;
	overflow-y: scroll;
}

.bmjd_tab_nr .bmjd_wenben p{
	line-height: 40px;
	color: #333;
	font-size: 18px;	
	text-indent: 2em;
}

.bmjd_tab_lib .active{
	color: #0077e5 !important;
}

/*专家解读*/
#container .zjjd{
	width: 1200px;
	height: 840px;
	margin: 0 auto;
	margin-top: 40px;
}

.zjjd h3{
	font-size: 24px;
	color: #333;
	text-align: center;
}

#container .zjjd .tljd{
	margin-top: 30px;
	width: 1200px;
	height: 385px;
	border: 1px solid #e4e4e4;
}

.zjjd .tljd .tljd_tltle{
	height: 50px;
	background: #f8f9f9;
	border-bottom: 1px solid #e4e4e4;
	line-height: 50px;
}

.tljd .tljd_tltle span{
	color: #333;
	font-size: 18px;
}

.tljd .tljd_tltle img{
	padding: 0px 20px 0 20px;
}

.zjjd .tljd .tljd_xd{
	height: 335px;
	padding: 20px;
	overflow-y: scroll;
}

.zjjd .tljd .tljd_xd p{
	font-size: 18px;
	color: #333;
	line-height: 40px;
	text-indent: 2em;
}

.tljd2{
	margin-top: 10px !important;
}

/*条例修订七大亮点*/

#container .tlxdqdld{
	width: 1200px;
	height: 555px;
	margin: 0 auto;
	margin-top: 40px;
}

#container .tlxdqdld .tlxdqdld_title{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

#container .tlxdqdld_tab{
	width: 1200px;
	height: 495px;
	margin-top: 20px;
}

#container .tlxdqdld_tab .tlxdqdld_li{
	width: 1200px;
	height: 100px;
	background: #f8f9f9;
	border: 1px solid #e4e4e4;
	line-height: 50px;
	text-align: center;
}

.tlxdqdld_tab .tlxdqdld_li ul li{
	padding: 0 37px 0 37px;
	height: 50px;
	font-size: 18px;
	color: #333;
	float: left;	
	font-weight: bold;
}

.tlxdqdld_tab .tlxdqdld_li .line{
	border-bottom: 1px solid #e4e4e4;
}

.tlxdqdld_li .active{
	background: #0077e5;
	color: #fff !important;
}

#container .tlxdqdld_tab .tlxdqdld_nr{
	width: 1200px;
	height: 395px;
	overflow-y: scroll;
	border: 1px solid #e4e4e4;
	border-top: none;
	padding: 20px;
}

.tlxdqdld_tab .tlxdqdld_nr p{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	text-indent: 2em;
}

/*宣传贯彻*/

#container .xcgc{
	width: 1200px;
	height: 365px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 70px;
}

#container .xcgc .xcgc_title{
	width: 90px;
	border-left: 5px solid #107ce6;
	font-size: 18px;
	text-align: right;
	font-weight: bold;
	color: #107CE6;
}

#container .xcgc .xcgc_pic{
	width: 1200px;
	height: 310px;
	margin-top: 30px;
}

.xcgc_pic .xcgc_pic_fl{
	width: 590px;
	height: 270px;
}

.xcgc_pic .xcgc_pic_fl img{
	width: 590px;
	height: 270px;
	display: block;
}

.xcgc_pic .xcgc_pic_fl p{
	width: 590px;
	height: 40px;
	line-height: 40px;
	background: #f2f2f2;
	padding-left: 10px;
}

.xcgc_pic_fl p a{
	color: #333;
	font-size: 16px;
}

.xcgc_pic_fl p a:hover{
	text-decoration: underline;
}