@charset "utf-8";
body{margin: 0;padding: 0;font-family: "Microsoft YaHei",微软雅黑,黑体,宋体,Arial,;}
a {	text-decoration: none;	color: #333;}
a:hover {	text-decoration: underline;}
ul, ol, li {	list-style: none;}
.fl {float: left;}
.rt {float: right;}
.clear {	clear: both;}

/*Header*/
.header {
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	background-color: white;
	font-size: 16px;
}
.header .topnav {
	width: 1170px;
	margin: 0 auto;
	height: 60px;
}
.header .topnav .logo {
	float: left;
	vertical-align: middle;
	height: 41px;
	margin: 10px 15px 0 10px;
	 padding-right: 10px;
}
.header .topnav .logo a img{width: 115px; height: 41px; vertical-align: middle; padding: 0px;}
.header .topnav .daohang { float: left; overflow: hidden; font-size: 14px; line-height: 25px; padding: 7px 0 3px 0;}
.header .topnav .daohang ul {height: 50px;overflow: hidden;}
.header .topnav .daohang ul li {	float: left; padding: 0 6px 0 6px; width: 60px;	position: relative; height: 25px;}
.header .topnav .daohang ul li a {color:#666666;}
.header .topnav .daohang ul li .f15{font-size:15px; color:blue; font-weight: bold; border-right: 1px solid #B44749; padding-right: 12px;}
.header .topnav .daohang ul .d1{width: 36px;	padding:0 4px 0 4px;}
.header .topnav .daohang ul .d2{width: 58px;	padding:0 4px 0 4px;}
.header .topnav .daohang ul .d3{width: 42px;	padding:0 4px 0 4px;}
.header .topnav .daohang .w1 {width: 720px;}
.header .topnav .daohang .w2 {width: 300px;}
.header .topnav .daohang2 {
	width: 250px; height: 58px; overflow: hidden;}
.header .topnav .nav {
	float: left;
}
.header .topnav .nav ul {}
.header .topnav .nav ul ul {
	display: none;
	z-index: 111;
	position: absolute;
	border-radius: 8px;
	background-color: #fff;
	width: 164px;
	padding: 20px 10px 20px 30px;
	top: 100%;
	margin-left: -72px;
	box-shadow: 0 0 30px 0 rgba(135, 142, 154, 0.15);
}
.header .topnav .nav ul li {
	float: left;
	width: 92px;
	position: relative;
}
.header .topnav .nav ul::after {
	content: "";
	display: block;
	clear: both;
}
.header .topnav .nav ul li a {
	color: #333;
	display: block;
	text-decoration: none;
	font-family: "微软雅黑";
	float: left;
}
.header .topnav .nav ul li a:hover {
	color: #D93641 !important;
	;
	font-weight: bold;
}
.header .topnav .nav ul li:hover > ul {
	display: block;
}
.header .topnav .nav ul ul li {
	width: 100%;
	line-height: 38px;
}
.header .topnav .nav ul ul li a {
	color: #666;
}
.header .topnav .nav ul ul li a:hover {
	color: #ed1b24;
	width: 89.5%;
}
.header .topnav .nav ul ul ul {
	width: 100%;
	position: absolute;
	left: 100%;
	top: 50%;
}
.header .topnav .nav ul li span {
	position: relative;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	display: inline-block;
	border-top: 4px dashed;
	color: #bbb;
	vertical-align: middle;
	margin-left: 6px;
}
.header .topnav .search {
	margin: 0 20px;
}
.header .topnav .search img {
	width: 22px;
}
.header .topnav .app {
	height: 60px;
	overflow: hidden
}

/*Content-Title*/
.bg1 {
	background-color: rgb(240, 244, 251);
	width: 100%;
}
.content {
	width: 1170px;
	margin: 30px auto;
	height: auto;
}
.content .title1 {
	padding: 30px 0 10px 0;
	font-size: 16px;
	letter-spacing: 1px;
	border-radius: 10px;
	background-color: white;
}
.content .title1 .news_lanmu {
	padding-left: 40px;
}
.content .title1 .news_lanmu a {
	color: #333;
	float: none;
	margin-left: 6px;
}
.content .title1 .news_lanmu a:hover {
	color: #cc0000;
}
.content .title1 .news_lanmu span {
	float: left;
	margin-left: 10px;
}
.content .title1 .news_lanmu img {
	height: 12px;
	margin-left: 6px;
}
.content .title1 .news_img {
	line-height: 25px;
	width: 3px;
	height: 15px;
	background: #ed1b24;
	float: left;
	margin-top: 5px;
}
.content .title1 .news_bt {
	text-align: center;
	padding: 20px 0;
}
.content .title1 .news_bt1 {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}
.content .title1 .news_bt1 span {
	color: #999;
	padding-right: 30px;
}
.content .title1 .news_bt1 .tj {
	padding: 10px;
}
.content .title1 .news_bt1 .fcolor {
	color: brown;
	font-weight: bold;
}
/*文章内容*/
.content .news_nr1 {
	font-size: 18px;
	color: #303030;
	line-height: 32px;
	text-indent: 2em;
	margin: 5px 0;
	overflow: hidden;
	background-color: white;
	border-radius: 10px;
	padding: 40px 40px 10px 40px;
	letter-spacing: 1px;
}
.content .news_nr1 p {
	padding: 5px 0;
}
.content .news_nr1 img {
	margin: 0 auto;
	height: auto;
	max-width: 1024px;
}
/*上下页*/
.content .news_nr1 .sxpage {
	padding: 30px 0 10px 0;
	text-indent: 0px;
}
/*来源*/
.content .news_nr1 .news_from {
	padding: 10px 0;
}
/*文章关键词*/
.content .news_nr1 .keyw {
	padding: 10px 30px 0 0;
	font-size: 14px;
	overflow: hidden;
	text-indent: 0px;
}
.content .news_nr1 .keyw a {
	padding: 5px 10px;
	background-color: #93bd33;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 6px;
	color: #FFF;
	width: auto;
	max-width: 160px;
	overflow: hidden;
	float: left;
	line-height: 20px;
}
.content .news_nr1 .keyw span {
	font-size: 14px;
	line-height: normal;
	padding-left: 0px;
}

/*相关新闻*/
.content .xgtj {
	padding: 12px 0px 40px 40px;
}
.content .news_nr1 .article_relative {
	text-indent: 0px;
}
.content .news_nr1 .article_relative h4 {
	width: 76px;
	border-bottom: 3px solid #f00;
	margin-top: 10px;
}
.content .news_nr1 .article_relative .articlebox {
	padding-top: 20px;
	overflow: hidden;
	font-size: 16px;
}
.content .news_nr1 .article_relative .articlebox .essay {
	float: left;
	width: 20%;
	margin-right: 40px;
	border: solid 1px #eee;
	overflow: hidden;
	padding: 5px;
	border-radius: 4px;
	height: 227px;
}
.content .news_nr1 .article_relative .articlebox .essay a img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}
.content .news_nr1 .article_relative .articlebox .essay a {
	line-height: 30px;
	font-weight: bold;
}
.content .news_nr1 .article_relative .articlebox .essay a:hover {
	color: #D93641;
}
.content .news_nr1 .article_relative .articlebox .essay p {
	padding: 0 10px;
	font-size: 14px;
}
.content .news_nr1 .article_relative .articlebox .essay span {
	padding: 0 10px;
}
.content .news_nr1 .article_relative .articlebox>div:hover {
	box-shadow: 0px 3px 10px #eee;
}

/*FOOTER*/
.footer {
	height: 30px;
	background-color: #2d3237;
	min-width: 1170px;
	padding-top: 5px;
	overflow: hidden;
}
.footer .copyright {
	width: 1170px;
	height: 30px;
	overflow: hidden;
	margin: auto;
	margin-top: 5px;
	font-size: 12px;
}
.footer .copyright p {
	color: white;
	margin-top: 40px;
}
.footer .copyright .cp1 {
	line-height: 17px; float:right;
}
.footer .copyright .cp1 span {
	margin-right: 15px;
}
.footer .copyright .cp2 {
	line-height: 17px;
	display: block;
	float: left;
}
.footer .copyright, .copyright a {
	color: #707682;
	text-decoration: none;
}
.footer .copyright .cp1 a:hover {
	color: #eee;
	font-size: 13px;
	font-weight: bold;
}
.footer .copyright .cp2 a img {
	height: 12px;
	margin: 0px 10px 4px 10px;
}
.footer .copyright .guide {
	width: 60px;
	position: fixed;
	right: 1.5%;
	bottom: 60px;
 _top: expression(documentElement.scrollTop+documentElement.clientHeight - this.clientHeight - 134+'px');
	display: block;
}
.footer .copyright .guide a {
	display: block;
	width: 60px;
	height: 50px;
	background: url(/statics/dvbcn/2018/pc/images/sprite_v2.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	margin-top: 10px;
	text-decoration: none;
	font: 16px/50px "Microsoft YaHei";
	text-align: center;
	color: #fff;
	border-radius: 2px;
}
.footer .copyright .guide .top {
	background-position: -145px -185px;
}
.footer .copyright .guide a span {
	display: none;
}
.footer .copyright .guide a:hover span {
	display: block;
	width: 60px;
	background: #D93641;
	color: #fff;
}
.footer .copyright .guide a:hover spanbody, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	font-family: Arial, 微软雅黑, "Microsoft yahei", "Microsoft Yahei", SimSun, 宋体, Heiti, 黑体, sans-serif;
}


.fixed1 {
	position: fixed;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #eee;/*background: #fafafa;*/
	top: 0;
	z-index: 999;
}
.fixed2{width: 100%;position: fixed;bottom: 0px;	z-index: 999;}
