/*公用部分*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:hover {
	color: #D7180D;
	text-decoration: underline;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	background: #FCF3EE;
	position: relative;
}

li {
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

.main {
	width: 1000px;
	margin: auto;
	z-index: 99;
	position: relative;
	overflow: hidden;
}



.fl{
	float: left;
}

.fr{
	float: right;
}


.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clear {
	clear: both;
}

.clearfloat {
	zoom: 1
}


.title{
	border-bottom:2px solid #B5B5B5;
}

.title img{
	display: block;
	margin-bottom:-2px;
}

.bk1_wrap{
	background:#FFFFFF;
	width: 1000px;
	margin:20px auto 0;
	padding:20px 20px 5px 20px;
	border-radius:10px;
	position: relative;
	z-index: 9;
}

.bk2_wrap{
	width: 1040px;
	margin:20px auto 0;
}

.content_wrap{
	position: relative;
	z-index: 9;
}

/*公用部分*/


.deco_bg{
	position: absolute;
	left:0;
	bottom:0;
	z-index: 0;
}

.deco_bg img{
	display: block;
	width: 100%;
}


/*头部*/

.header {
	overflow: hidden;
	padding-top: 30px;
}

.logo {
	float: left;
	width: 166px;
	height: 55px;
}

.logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.nav {
	float: right;
	height: 55px;
	padding-top: 15px;
}

.nav a {
	font-size: 16px;
	margin: 0 15px;
	color: #fff;
}

.nav a:hover {
	color: #fff;
	text-decoration: underline;
}

.top_box {
	width: 100%;
	height:680px;
	background: url(../img/banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-size: cover;
}


/*底部*/

.bottom_box {
	font-size: 14px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.bottom_box .main {
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}

.bottom_box .w_l {
	float: left;
	width: 530px;
	text-align: right;
}

.bottom_box .link a {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #000000;
}

.bottom_box .link a:hover {
	text-decoration: underline;
}

.bottom_box .link a:last-child {
	margin-right: 0;
	border-right: none;
}

.bottom_box .copyright {
	margin-top: 3px;
}

.bottom_box .beian {
	margin-top: 3px;
}

.bottom_box .beian a {
	margin-right: 10px;
}

.bottom_box .beian a:last-child {
	margin-right: 0;
}

.bottom_box .beian a:hover {
	text-decoration: underline;
}

.bottom_box .p_r {
	float: right;
	width: 400px;
	text-align: left;
	margin-top: 10px;
}

.bottom_box .p_r img {
	margin-right: 20px;
}


/*底部*/

/*焦点图*/

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


/* display none until init */

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */

.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

#owl-demo {
	position: relative;
	width: 500px;
	height: 350px;
}

#owl-demo .item {
	position: relative;
	display: block;
}

#owl-demo img {
	display: block;
	width: 500px;
	height: 350px;
	object-fit: cover;
}

#owl-demo b {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 78px;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}


#owl-demo  .bottom_word{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height:50px;
	background:rgba(0,0,0,0.4);
}

#owl-demo span {
	width: 100%;
	color: #fff;
	text-align: center;
	display: block;
	padding:0 20px;
	margin-top:6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}

#owl-demo span a{
	color:#ffff;
}

#owl-demo span a:hover{
	color: #D7180D;
}


.owl-pagination {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 22px;
	text-align: center;
}

.owl-page {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-image: url(../img/bg15.png);
	*display: inline;
	*zoom: 1;
}

.owl-pagination .active {
	width: 25px;
	background-image: url(../img/bg16.png);
}

.owl-buttons {
	display: none;
}

.owl-buttons div {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	margin-top: -40px;
	text-indent: -9999px;
}

.owl-prev {
	left: 0;
	background-image: url(../img/bg17.png);
}

.owl-next {
	right: 0;
	background-image: url(../img/bg18.png);
}

.owl-prev:hover {
	background-image: url(../img/bg19.png);
}

.owl-next:hover {
	background-image: url(../img/bg20.png);
}


/*动态新闻*/


.w_news{
	width: 480px;
}

.w_news li{
	font-size: 16px;
    line-height: 35px;
    background: url(http://www.beijing.gov.cn/ywdt/images/ico_list_ch_2017032901.png) 0 14px no-repeat;
    padding-left: 5%;
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.w_news li:hover a{
	color:#D7180D;
}


.w_news .cont{
	height: 324px;
	overflow: hidden;
	margin-top:5px;
}

/*学习进行时*/




.study{
	width: 520px;
	height:400px;
	overflow: hidden;
	box-sizing: border-box;
	padding:20px;
	border-radius:10px;
	background:#FFFFFF;	
}


.study .word{
	width: 375px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.study .date{
	color: #D00B02;
    font-size: 14px;
}

.study .cont{
	margin-top:8px;
	height: 324px;
	overflow: hidden;
}

.study li{
	line-height:36px;
	overflow: hidden;
}

.study li:hover a{
	color:#D7180D;
}


/*重要评论*/

.pinglun{
	width: 500px;
	height:400px;
	overflow: hidden;
	box-sizing: border-box;
	padding:20px;
	border-radius:10px;
	background:#FFFFFF;
}


.pinglun .cont{
	height: 324px;
	overflow: hidden;
}

.pinglun li{
	margin-top:8px;
	height: 102px;
	overflow: hidden;
}

.pinglun .t_top{
	font-size:16px;
	font-weight: bold;
	color: #3f3f3f;
}

.pinglun .t_top a{
	color:#D7180D;
}


.pinglun .d_short{
	font-size:14px;
	text-align: justify;
	line-height:26px;
	margin-top:3px;
	text-indent: 20px;
}

.pinglun .d_short a{
	color:#D7180D;
}
