@charset "utf-8";
ul,li {
	list-style-type: none;
}
.main_content {
	font-family: "微软雅黑", "黑体", "宋体";
}
.fengexian {
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	height: 2px;
	overflow:hidden;
	background-color: #ed4040;
}
.qitaxinxi {
	font-size:16px;
	margin-bottom:30px;
	margin-top: 15px;
}
.qitaxinxi p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.article_all {
	color:#222;
}
.article_all .article_mianbaoxie {
	font-size:20px;
	color:#222;
	padding-bottom:13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
}
.article_all .article_mianbaoxie a {
	color:#222;
	text-decoration: none;
}
.article_all .article_sub {
	font-size:13px;
	color:#717171;
	margin-top: 12px;
	margin-bottom: 20px;
}
.article_all h1.article_wenzhangbiaoti {
	font-size: 34px;
	font-weight: 700;
	line-height: 44px;
	color: #222;
	margin-top:14px;
}
.article_all .daodu {
	font-size: 16px;
	line-height: 170%;
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	background-color: #FBFBFB;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.article_all .daodu .daodu_text {
	font-weight:bold;
}
.article_all .neirong {
	font-size: 16px;
	line-height: 170%;
	overflow: hidden;
	margin-top: 6px;
	margin-bottom: 10px;
}
.article_all .neirong p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.article_all .neirong a {
	font-size: 16px;
	color:#222;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0781C7;
}
.article_all .neirong a:hover {
	color: #0B3B8C;
	background-color: #EBF2FA;
	background-image: none;
	background-position: 0 0;
}
.article_all .fenye {
	text-align:center;
	width:100%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
.article_all .fenye ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.article_all .fenye li {
	list-style: none;
	display:inline-block;
	font-size:16px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom: 7px;
	text-align:center;
}
.article_all .fenye span {
	color:#FFFFFF;
	font-weight:bold;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #5a6f8d;
	background-color:#7e96be;
	/*background-image: url(/images/bg/bg06.gif);
	background-repeat: no-repeat;
	background-position: 0px -46px;*/
}
.article_all .fenye span,.article_all .fenye a {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.article_all .fenye a {
	text-decoration:none;
	color: #000000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid #c5c5c5;
	background-color:#fff;
}
.article_all .fenye a:hover {
	text-decoration:underline;
}
.article_all .fenye .next {
	color:#C4C4C4;
	font-weight:normal;
	background-color:#fff;
	border: 1px solid #c5c5c5;
}
.article_all .fenye a.next {
	text-decoration:none;
	color: #000000;
}
.article_all .fenye a.next:hover {
	text-decoration:underline;
}
.xiangguanzixun {
	font-size:24px;
	font-weight: bold;
	text-indent: 13px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #e4433b;
	margin-top:30px;
	margin-bottom: 12px;
}
h2.fenleimingcheng {
	display:block;
	font-size: 26px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	font-weight: normal;
}
.meiyougengduo,.loading {
	height: 16px;
	line-height: 16px;
	margin-top: 16px;
	margin-bottom: 20px;
	width: 100%;
	font-size: 12px;
	text-align: center;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
}
.ball-pulse>div:first-child {
	animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
}
.ball-pulse>div:nth-child(2) {
	animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
}
.ball-pulse>div:nth-child(3) {
	animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
}
.ball-pulse>div {
	background-color: #999;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin: 1px;
	animation-fill-mode: both;
	display: inline-block;
}
@keyframes scale{
	0%{transform:scale(1);opacity:1}
	45%{transform:scale(.1);opacity:.7}
	80%{transform:scale(1);opacity:1}
}
a.more {
	height: 32px;
	display:block;
	font-size: 20px;
	line-height: 30px;
	background-color: #ededed;
	white-space: nowrap;
	border: 1px solid #a7b7c4;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: -moz-linear-gradient(top,rgba(232,248,255,.98),rgba(243,244,246,.98) 100%);
	background: -webkit-gradient(linear,0 0,0 100%,from(rgba(232,248,255,.98)),to(rgba(243,244,246,.98)));
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=rgba(232,248,255,.98),endColorStr=rgba(243,244,246,.98));
	text-decoration: none;
	color:#4e4e4e;
}
.top_header {
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #999999;
	text-align: left;
}
.top_header .lm {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.top_header .lm a {
	color: #FFFFFF;
	text-decoration: none;
}
.top_header .lm a:hover {
	text-decoration: underline;
}
.top_header .lm_02 {
	float:left;
}
.top_header .lm_mingcheng li {
	display:block;
	float:left;
	white-space: nowrap;
	margin-right: 30px;
}
.main_content {
	width:1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top:20px;
	text-align: left;
}
.caidan_fix {
	position:fixed;
	top: 10px;
}
.caidan_left {
	width:140px;
}
.main_left {
	width:140px;
	float:left;
	min-height:10px;
}
.main_left .logo {
	text-align: center;
}
.gudingcaidan {
	margin-top:30px;
}
.gudingcaidan li {
	display:block;
	list-style:none;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size:20px;
	text-align: center;
}
.gudingcaidan li a {
	display:block;
	color:#444444;
	text-decoration: none;
	height:37px;
	line-height: 37px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	border-radius:4px;
}
.gudingcaidan li a:hover {
	background-color:#f90813;
	color:#FFFFFF;
}
.gudingcaidan a.caidan_dangqian {
	background-color:#f90813;
	color:#FFFFFF;
}
.main_middle {
	float:left;
	margin-left: 30px;
	width:660px;
	overflow: hidden;
}
.main_right {
	float:right;
	width:340px;
	overflow: hidden;	
}
/*
.main_middle .jiaodiantuwen {
	height: 360px;
	width: 660px;
	overflow: hidden;
}
*/
#jiaodiantuwen {
	height: 330px;
	width: 660px;
	overflow: hidden;
	position: relative;
}
#jiaodiantuwen .tupian_div {
	height: 330px;
	width: 660px;
	overflow: hidden;
}
#jiaodiantuwen .tupian_li {
	height: 330px;
	width: 660px;
	display:block;
	text-align: center;
	list-style-type: none;
	overflow: hidden;
}
#jiaodiantuwen .tupian_div img {
	width: 660px;
	height: 330px;
	border:0;
}
#jiaodiantuwen .tupian_mengban {
	display:block;
	width: 100%;
	height:30px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 0px;
	background-color:#000000;
	filter:Alpha(Opacity=35);
	opacity:0.35;
}
#jiaodiantuwen .biaoti {
	display:block;
	width: 660px;
	height:30px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 0px;
	font-size: 16px;
	color: #FFFFFF;
}
#jiaodiantuwen .biaoti_li {
	display:block;
	list-style-type: none;
	overflow: hidden;
	width: 660px;
	height:30px;
	line-height: 30px;
	white-space: nowrap;
	text-indent: 20px;
}
#jiaodiantuwen .biaoti_li a {
	color:#FFFFFF;
	text-decoration:none;
}
#jiaodiantuwen .num {
	height: 17px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 3;
}
#jiaodiantuwen .num li {
	border-radius: 4px;
	display: block;
	color: #FFFFFF;
	background-color: #0000FF;
	float: left;
	height: 17px;
	width: 17px;
	margin-right: 4px;
	text-align: center;
	line-height: 17px;
	cursor: pointer;
	list-style-type: none;
}
#jiaodiantuwen .num .action {
	background-color: #CC0000;
}
#leibietoutiao {
	margin-top:27px;
}
.main_middle .newstitle_ul .newstitle_li {
	display:block;
	height:122px;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;	
}
.main_middle .newstitle_ul .photo {
	width:150px;
	height:100px;
	text-align: center;
	float: left;
	margin-top: 10px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.main_middle .newstitle_ul .photo .pho_kuang {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	/* 针对IE的Hack */
	*display: block;
	*font-size: 87px;/*约为高度的0.873，100*0.873 约为87*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
	width: 150px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
}
.main_middle .newstitle_ul .info_kuang {
	float:right;
	width:483px;
	height:102px;
	margin-top: 10px;
	overflow: hidden;
	display: table;
}
.main_middle .newstitle_ul .info {
	display: table-cell;
	vertical-align: middle;
	height:100%;
}
.main_middle .newstitle_ul .info .newstitle {
	/*height:68px;*/
	max-height:56px;
	overflow: hidden;
	font-size:20px;
	font-weight: bold;
	display: inline-block;
	width:100%;
}
.main_middle .newstitle_ul .info .newstitle a {
	color:#222222;
	text-decoration: none;
}
.main_middle .newstitle_ul .info .qita {
	color:#777777;
	font-size:14px;
	display: inline-block;
	width:100%;
	margin-top:10px;
}
#leibietoutiao .genduo {
	padding-top:10px;
	padding-bottom:10px;
}
#zuixinzixun .genduo {
	padding-top:10px;
	padding-bottom:10px;
}
#leibietoutiao .newstitle_li:last-of-type {
	border:0;
}
#zuixinzixun .newstitle_li:last-child {
	border:0;
}
.main_right .guanggao {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #f4f4f4;
}
.redianxinwen {
	overflow: hidden;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ed4040;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #f4f4f4;
	width: 300px;
	margin-bottom: 20px;
}
.redianxinwen h2 {
	font-size:18px;
	margin-top: 16px;
	margin-bottom: 6px;
}
.redianxinwen .newstitle_ul .newstitle_li {
	display:block;
	height:76px;
	overflow:hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;	
}
.redianxinwen .newstitle_ul .photo {
	width:60px;
	height:60px;
	text-align: center;
	float: left;
	margin-top: 7px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.redianxinwen .newstitle_ul .photo .pho_kuang {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	/* 针对IE的Hack */
	*display: block;
	*font-size: 52px;/*约为高度的0.873，60*0.873 约为52*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
	width: 60px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.redianxinwen .newstitle_ul .info_kuang {
	float:right;
	width:226px;
	height:62px;
	margin-top: 7px;
	overflow: hidden;
	display: table;
}
.redianxinwen .newstitle_ul .info {
	display: table-cell;
	vertical-align: middle;
	height:100%;
}
.redianxinwen .newstitle_ul .info .newstitle {
	/*height:68px;*/
	max-height:40px;
	overflow: hidden;
	font-size:14px;
	display: inline-block;
	width:100%;
	line-height: 20px;
}
.redianxinwen .newstitle_ul .info .newstitle a {
	color:#222222;
	text-decoration: none;
}
.redianxinwen .newstitle_li:last-child {
	border:0;
}
.main_right .gengduo {
	overflow: hidden;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ed4040;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #f4f4f4;
	width: 340px;
	margin-top:20px;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
}
.main_right .gengduo h2 {
	font-size:18px;
	margin-top: 16px;
	margin-bottom: 6px;
}
.main_right .gengduo li {
	display:block;
	font-size: 14px;
	line-height: 35px;
	white-space: nowrap;
	float: left;
	margin-right: 20px;
}
.main_right .gengduo li a {
	color:#777;
	text-decoration: none;
}
.main_right .beian {
	overflow: hidden;
	background-color: #f4f4f4;
	width: 340px;
	margin-top:20px;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	font-size:14px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.main_right .beian a {
	text-decoration: none;
	color:#000000;
}
.main_right .beian a:hover {
	text-decoration: underline;
}
#jiludaohang {
	text-align: center;
	color: #666666;
	padding-top: 30px;
	overflow: hidden;
	font-size:14px;
	padding-bottom: 50px;
}
#jiludaohang ul,#jiludaohang li {
	padding:0px;
	margin:0px;
}
#jiludaohang li {
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
	list-style-type: none;
	vertical-align: middle;
}
#jiludaohang .nopage {
	display: inline-block;
	border: 1px solid #E1E1E1;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#jiludaohang .dangqianye {
	color: #FFFFFF;
	display: inline-block;
	border: 1px solid #C0C0C0;
	background-color: #718DB4;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#jiludaohang #gotopage {
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	height: 25px;
	width: 30px;
}
#jiludaohang #go {
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	height: 25px;
	cursor:pointer;
	padding-right: 5px;
	padding-left: 5px;
}
#jiludaohang a {
	color: #0000FF;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #E1E1E1;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#jiludaohang a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #4F6482;
	background-color: #718DB4;
}