/*@import url("/pubcom/css/lunbo/style.css");
@import url("/pubcom/css/laPage/page.css");
*/
:root {
	--MainBodyWidth: 1000px;
	/* 主体宽*/
	--M_BorderColor: rgb(230, 0, 18);
	/* 主调色*/
	--M_BorderGradient: rgb(191, 97, 104);
	/* 主调渐变色*/
	--NewsHoverColor: rgb(255, 51, 51);
	--MenuBGColor: #263A5F;
	--MenuHoverBGColor: #e93636;
	--DivLeftWidth: 280px;
	--DivLeftContentWidth: 250px;
}
/* 以下为网站黑白化 */
/* html {
	filter: grayscale(100%); 
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%); 
	-ms-filter: grayscale(100%); 
	-o-filter: grayscale(100%); 
	-webkit-filter: grayscale(1);
} */

body {
	background-color: #dfe8f5;
	/* 这里设置您想要的背景色，例如浅灰色 */
	/* display: grid; */
	/* display: flex; */
	/* justify-content: center; */
	/* 水平居中 */
	/* align-items: center; */
}

.tops {
	width: 100%;
	height: auto;
	min-width: var(--MainBodyWidth);
	background-color: white;
}



.title_bg {
	background-color: white;
	/* rgb(230,0,18);*/
	margin-top: 0px;
	padding: 0px display;
	/* display:grid; */
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中*/
	/* height: 42px; */
}

.title {
	height: 130px;
	width: 1200px;
	margin: auto;
	background-image: url(/img/beijing3.jpg);
	background-size: 100% 100%;
}
.menu_bg {
	background-color: var(--MenuBGColor);
	/* rgb(230,0,18);*/
	margin-top: 0px;
	padding: 0px display;
	/* display:grid; */
	justify-content: center;
	/* 水平居中 */
	align-items: center;
	/* 垂直居中*/
	height: 52px;
}

.menu {
	width: 1600px;
	height: 50px;
	margin: auto;
	background-color: var(--MenuBGColor);
	/*justify-content: center;  水平居中 */
	/*position:relative;  */
	padding: 0px;
}



.menu ul li {
	width: 257px;
	list-style: none;
	line-height: 42px;
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-weight: 700;

	float: left;
	cursor: pointer;
	text-align: center;

	padding: 10;
	margin: 0;

	color: rgb(255, 255, 255);
	/*	width:157px; */
	border-right: 1px solid;

	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	/* Chrome and Safari */
	-moz-backface-visibility: hidden;
	/* Firefox */
	-ms-backface-visibility: hidden;
	/* Internet Explorer */
}

.menu ul li a {
	font-family: "微软雅黑";
	color: rgb(255, 255, 255);
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;

}

.menu ul li ul {
	position: absolute;
	display: none;
	z-index: 100;
	filter: alpha(opacity=100);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.8;
	margin-left: -40px;
	/* font-size: 15px; */
}

.menu ul li ul li {
	float: none;
	background-color: var(--MenuBGColor);
}

.menu ul li:hover ul {
	display: block;
}

.menu ul li:hover {
	background-color: var(--MenuHoverBGColor);
}

.about_img {
	min-width: var(--MainBodyWidth);
}

.mainBody {
	margin: auto;
	padding: auto;
	width: var(--MainBodyWidth);
	background-color: rgb(230, 230, 240);
}

.news_title_list {
	width: 920px;
	height: 38px;
	padding-left: 5px;
	cursor: pointer;
}

.news_title_list .news_title_content {
	font-size: 15px;
	font-family: "微软雅黑";
	line-height: 36px;
}




.news_title_list:hover {
	/* background: rgb(0, 153, 255); */
	color: var(--NewsHoverColor);
	font-weight: bold;
}

.news_title_date {
	float: right;
	margin-right: 25px;
	font-size: 15px;
	font-family: "微软雅黑";
	line-height: 36px;
}


.dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 7px;
	background: rgb(205, 205, 205);
	vertical-align: middle;
	overflow: hidden;
}


.news_title {
	width: 100%;
	/* margin-top:15px; */
	/* height: 36px; */
}

.news_title ul {
	margin-left: -20px;

}

.news_title ul li {
	float: left;

}

.news_title ul li {
	font-family: "微软雅黑";
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	height: 30px;
	line-height: 25px;
	width: 80px;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	/* Chrome and Safari */
	-moz-backface-visibility: hidden;
	/* Firefox */
	-ms-backface-visibility: hidden;
	/* Internet Explorer */
	color: rgb(229, 229, 229);

}

.news_title ul li a {
	font-family: "微软雅黑";
	font-size: 15px;
	text-decoration: none;
	color: rgb(64, 64, 64);
}

.news_title .activi {
	font-weight: 600;
	font-size: 18px;
	color: var(--M_BorderColor);
	border-top: 2px solid;
	background: white;
	height: 28px;

}

.news_title .activi a {
	color: var(--M_BorderColor);
}



#banner {
	position: relative;
	border: 1px solid #666;
	overflow: hidden;
}

#banner_list img {
	border: 0px;
}

#banner_bg {
	position: absolute;
	bottom: 0;
	background-color: #000;
	height: 30px;
	filter: Alpha(Opacity=30);
	opacity: 0.3;
	z-index: 1000;
	cursor: pointer;
	width: 478px;
}

#banner_info {
	position: absolute;
	bottom: 0;
	left: 5px;
	height: 22px;
	color: #fff;
	z-index: 1001;
	cursor: pointer;
	font-family: "微软雅黑";
}

#banner_text {
	position: absolute;
	width: 120px;
	z-index: 1002;
	right: 3px;
	bottom: 3px;
}

#banner ul {
	position: absolute;
	list-style-type: none;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	z-index: 1002;
	margin: 0;
	padding: 0;
	bottom: 3px;
	right: 5px;
}

#banner ul li {
	padding: 0px 8px;
	float: left;
	display: block;
	color: #FFF;
	background: #6f4f67;
	cursor: pointer;
	border: 1px solid #333;
}

#banner ul li.on {
	background-color: #000;
}

#banner_list a {
	position: absolute;
}


.content_center {
	margin-top: 10px;
	/* min-height: 400px; */
	/* height:auto; */
}

.left_div {
	width: var(--DivLeftWidth);
	float: left;
	height: 20px;

}

.left_title {
	width: var(--DivLeftWidth);
	height: 40px;
	background-color: var(--M_BorderColor);
	position: relative;
}



.left_title:before {
	content: "";
	display: block;
	/*伪元素默认是行内元素，所以如果要设定宽高，这必须显性设置为block*/
	border-width: 0 20px 20px 0;
	/*设置边框宽度*/
	border-color: #fff #fff transparent transparent;
	background: transparent;
	border-style: solid;
	/*设置边框为固体的*/
	width: 0;
	/*设定新创建的元素*/
	position: absolute;
	/*相对于父容器绝对定位，设置偏移父容器边框距离*/
	top: 0;
	right: 0;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
}



.left_title span {
	font-family: "微软雅黑";
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	margin-left: 30px;

}

.left_content {
	margin-top: 20px;
	width: var(--DivLeftContentWidth);
	float: right;


}

.left_content .left_content_item {
	height: 40px;
	line-height: 35px;
	cursor: pointer;
	background: -webkit-linear-gradient(left, var(--M_BorderColor), var(--M_BorderGradient));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, var(--M_BorderColor), var(--M_BorderGradient));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, var(--M_BorderColor), var(--M_BorderGradient));
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, var(--M_BorderColor), var(--M_BorderGradient));
	/* 标准的语法 */
	margin-top: 1px;

}

.left_content .left_content_item a {
	text-decoration: none;
	/* width: 200px; */
	font-family: "微软雅黑";
	font-size: 14px;
	color: rgb(255, 255, 255);
	margin-left: 20px;
	font-weight: 600;
}

.left_content .fm {
	background: rgb(0, 0, 0);
}

.left_content .left_content_item:hover {
	background: rgb(0, 0, 0);
}





.right_div {
	width: 940px;
	float: right;
	margin-left: 20px;
	border: 1px solid;
	border-color: rgb(220, 220, 220);
}



.right_title {
	width: 940px;
	height: 40px;
	text-align: center;
	background: rgb;
	background: -webkit-linear-gradient(left, rgb(200, 200, 200), rgb(255, 255, 255));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, rgb(200, 200, 200), rgb(255, 255, 255));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, rgb(200, 200, 200), rgb(255, 255, 255));
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, rgb(200, 200, 200), rgb(255, 255, 255));
	/* 标准的语法 */

}

.right_title span {
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 17px;
	float: left;
	margin-left: 10px;

}

.right_content {
	margin-top: 10px;
	width: 920px;
	margin: 10px 10px 10px 10px;
}

.right_content .fm {
	background: rgb(220, 220, 220);

}

.right_content img{
	width: 100%;
	height:auto;
	/* margin: auto; */
	margin: 10px 10px 10px 10px;
	/* display: flex;   */
	/* justify-content: center; 水平居中 */
}

.right_bottom {
	/* width: ; */
	display: flex;  
	justify-content: center; /* 水平居中 *
	/* margin: auto; */
	/* margin-left: 100px; */
}


.bottom_div {
	width: 100%;
	height: 100px;
	float: left;
	text-align: center;
	background: rgb(79, 72, 100);
	color: white;
	margin-top: 5px;
}