﻿* {
	font-family: '微软雅黑', Arial, Helvetica, sans-serif;
	outline-style: none !important;
	-webkit-text-size-adjust: none; /*_behavior:url(/iepng/iepngfix.htc);*/
	behavior: url(/inc/file/ie-css3.htc);
}
td, th, div, input, select, textarea, li, ol, dt, dd, h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	color: #333;
}
font, span {
	font-size: 12px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {
	padding: 0;
	margin: 0;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
li {
	list-style-type: none;
}
img {
	border: none;
}
/*文字大小，颜色，行距定义 fz:font-size；fc:font-color；flh:font-line-height*/
.fz_12px {
	font-size: 12px;
}
.fz_14px {
	font-size: 14px;
}
.fz_16px {
	font-size: 16px;
}
.fz_60px {
	font-size: 60px;
}
.fc_red {
	color: #ff0000;
}
.fc_gory {
	color: #666;
}
.fc_white {
	color: #fff;
}
.fc_yellow {
	color: #ff6600;
}
.flh_150 {
	line-height: 150%;
}
.flh_180 {
	line-height: 180%;
}
/*form*/
.form_input {
	border: 1px solid #ccc;
	color: #333;
	background: url(../images/input_bg.gif) #fff repeat-x;
	height: 20px;
	line-height: 20px;
}
.form_area {
	border: 1px solid #ccc;
	color: #333;
	background: url(../images/input_bg.gif) #fff repeat-x;
	line-height: 180%;
}
.form_button {
	border: none;
	background: #505050;
	color: #fff;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	overflow: hidden;
	width: 80px;
}
.form_button_130 {
	width: 130px;
}
.form_focus {
	border-color: red;
}
.form_gory_button {
	border: none;
	background: url(../images/button_grey.gif);
	width: 110px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #555;
	text-align: center;
}
select.form_focus {
	background: #ccc;
}
/* padding */
.clear {
	margin: 0px auto;
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.blank3 {
	margin: 0px auto;
	clear: both;
	height: 3px;
	font-size: 1px;
	overflow: hidden;
}
.blank6 {
	margin: 0px auto;
	clear: both;
	height: 6px;
	font-size: 1px;
	overflow: hidden;
}
.blank9 {
	margin: 0px auto;
	clear: both;
	height: 9px;
	font-size: 1px;
	overflow: hidden;
}
.blank12 {
	margin: 0px auto;
	clear: both;
	height: 12px;
	font-size: 1px;
	overflow: hidden;
}
.blank15 {
	margin: 0px auto;
	clear: both;
	height: 15px;
	font-size: 1px;
	overflow: hidden;
}
.blank20 {
	margin: 0px auto;
	clear: both;
	height: 20px;
	font-size: 1px;
	overflow: hidden;
}
.blank25 {
	margin: 0px auto;
	clear: both;
	height: 25px;
	font-size: 1px;
	overflow: hidden;
}
/*a*/
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #ff6600; /*text-decoration:underline;*/
}
a.red {
	color: red;
	text-decoration: none;
}
a.red:hover {
	color: red;
	text-decoration: underline;
}
.clean:after, .clean:before {
	display: table;
	content: '';
}
.clean:after {
	clear: both;
}
.clean {
	zoom: 1;
}
/*turn page*/
#turn_page {
	text-align: center;
}
#turn_page[first] .page_button:first-child, #turn_page[last] .page_button:last-child {
	background-color: #fff;
}
#turn_page[first] .page_button:first-child i, #turn_page[last] .page_button:last-child i {
	color: #4b4b4b;
}
#turn_page .page_button {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border-radius: 3px;
	margin: 0 5px;
}
#turn_page .page_button i {
	font-size: 16px;
	color: #0078cc;
}
#turn_page .page_button:hover {
	background-color: #0078cc !important;
}
#turn_page .page_button:hover i {
	color: #fff !important;
}
#turn_page .page_item {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #666;
	background-color: #fff;
}
#turn_page .page_item:hover {
	color: #fff;
	background-color: #0078cc;
}
#turn_page .page_item_current {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background-color: #0382db;
}
#turn_page a, #turn_page font {
	font-family: Arial;
	display: inline-block;
	border-radius: 3px;
	margin: 0 2.5px;
	vertical-align: middle;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	content: '';
}
.red {
    color: #faddde!important;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top, #ed1c24, #aa1317);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}

.btn {
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100%;
    padding: .5em 2.8em .55em;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    border-radius: .2em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    padding-left: 0;
    padding-right: 0;
}/* white */ 
.white { color: #606060; border: solid 1px #b7b7b7; background: #fff; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); background: -moz-linear-gradient(top, #fff, #ededed); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover { background: #ededed; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); background: -moz-linear-gradient(top, #fff, #dcdcdc); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active { color: #999; background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff)); background: -moz-linear-gradient(top, #ededed, #fff); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* orange */ 
.orange { color: #fef4e9 !important; border: solid 1px #da7c0c; background: #f78d1d; background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); background: -moz-linear-gradient(top, #faa51a, #f47a20); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover { background: #f47c20; background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015)); background: -moz-linear-gradient(top, #f88e11, #f06015); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active { color: #fcd3a5; background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)); background: -moz-linear-gradient(top, #f47a20, #faa51a); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* red */ 
.red { color: #faddde!important; border: solid 1px #980c10; background: #d81b21; background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317)); background: -moz-linear-gradient(top, #ed1c24, #aa1317); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover { background: #b61318; background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115)); background: -moz-linear-gradient(top, #c9151b, #a11115); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active { color: #de898c; background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24)); background: -moz-linear-gradient(top, #aa1317, #ed1c24); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* blue */ 
.blue { color: #d9eef7!important; border: solid 1px #0076a3; background: #0095cd; background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5)); background: -moz-linear-gradient(top, #00adee, #0078a5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover { background: #007ead; background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e)); background: -moz-linear-gradient(top, #0095cc, #00678e); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active { color: #80bed6; background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee)); background: -moz-linear-gradient(top, #0078a5, #00adee); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */ 
.rosy { color: #fae7e9; border: solid 1px #b73948; background: #da5867; background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f)); background: -moz-linear-gradient(top, #f16c7c, #bf404f); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover { background: #ba4b58; background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845)); background: -moz-linear-gradient(top, #cf5d6a, #a53845); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active { color: #dca4ab; background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c)); background: -moz-linear-gradient(top, #bf404f, #f16c7c); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
/* green */ 
.green { color:  #d9eef7!important; border: solid 1px #538312; background: #64991e; background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e)); background: -moz-linear-gradient(top, #7db72f, #4e7d0e); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover { background: #538018; background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c)); background: -moz-linear-gradient(top, #6b9d28, #436b0c); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active { color: #a9c08c; background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f)); background: -moz-linear-gradient(top, #4e7d0e, #7db72f); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
.tel{ float:right; padding-top:-15px; margin-left:50px}


.fuwu {
			position: relative;
			top: 50px;
			
			width: 100%;
			height: 260px;
			text-align: center;
		}
			.r_title {
				font-size: 32px;
			} 
			.r_infro {
				color: #307DE3;
			}
			.div-left{float:left}
			.warp2-list {
			  text-align: center;
			}
			.warp2-list a {
			  display: block;
			}
			.warp2-list .col-lg-2 {
			  margin-bottom: 20px;
			  width:16.6%;
			}
			.warp2-list h3 {
			  font-size: 16px;
			  color: #333333;
			  margin: 15px 0 5px 0;
			}
			.warp2-list p {
			  font-size: 14px;
			  color: #666666;
			   width:80%; margin:0px auto; margin-top:15px
			} 
			
			
			
			
			
			
.hydh{width:1118px;MARGIN:0px auto;border-bottom:#ff500b solid 1px;border-left:#ff500b solid 1px;border-right:#ff500b solid 1px;background-image:url(../images/2015/hydhbj.jpg);height:56px;overflow:hidden;}.hydh ul{margin:4px 0px 4px 4px;}.hydh li{float:left;text-align:center;height:24px;padding:0px 20px;overflow:hidden;}.nox{float:left;text-align:center;font-size:14px;background:url(/muuu/muxian.gif) right no-repeat;}.hydh li a{font-size:14px;line-height:24px;color:#333333;text-decoration:none;}.hydh li a:hover{color:#FF3300;text-decoration:underline;}
.ppmu01{float:left;width:5px;background-image:url(ppmu01.jpg);height:50px;}.ppmu02{float:left;width:1110px;background-image:url(ppmu02.jpg);height:50px;}.ppmu02 ul{margin:4px 0px 4px 4px;}.ppmu02 li{float:left;text-align:center;font-size:13px;height:22px;padding:0px 15px 0px 15px;}.nox{float:left;text-align:center;font-size:13px;background:url(/muuu/muxian.gif) right top no-repeat;}.ppmu02 li a{font-size:14px;}.ppmu03{float:left;width:5px;background-image:url(ppmu03.jpg);height:50px;}.listimg2{width:956px;overflow:hidden;float:left;}.ppme2{width:100%;}.ppme2 ul{margin:0px 3px 0px 3px;}.ppme2 ul li{margin-right:11px;float:left;background-image:url(pp_sm02_1.jpg);width:112px;height:30px;text-align:center;margin-bottom:3px;}.ppme2 ul li a{line-height:28px;font-size:14px;color:#961b1b;text-align:center;font-weight:bold;}.ppme2 ul li a:hover{line-height:28px;font-size:14px;color:#ff6600;text-align:center;font-weight:bold;}.ppmez,.ppmez a,.ppmez a:hover,.ppmez A:visited,.ppmez A:link{background-image:url(pp_sm01_1.jpg);float:left;width:112px;height:30px;line-height:28px;font-size:14px;color:#ffffff;text-align:center;font-weight:bold;}.liemu2{background-image:url(u3_2.jpg);width:675px;height:33px;overflow:hidden;}.cop{border-top:#ff6600 4px solid;padding-top:6px;text-align:center;clear:both;float:none; font-size:14px;line-height:24px;}.cll{clear:both;float:none;}#pic{height:1000px;background:#fff;margin-top:0px;border:1px #DFCFC1 solid;}.pp-k-l{float:left;width:673px;height:100%;overflow:hidden;}.news_dh{MARGIN:5px auto; height:20px; line-height:10px;width:100%;}.news_dh a{color: #505050}.news_nr{border:solid #e6e5e5 1px;background-color:#FFF;padding:2%;width:95%;overflow:hidden;}.news_bq{width:810px;height:26px;text-align:center;color:#999;mtline-height:26px; }.news_xw_Desc{color:#333;font-size:14px!important;line-height:26px!important;width:810px;overflow:hidden;}.news_xw_Desc a{font-size:inherit;line-height:2;}.news_xw_Desc img{ max-width:100%!important;}
.news_title{border-bottom: dashed #e6e5e5 1px; padding-top:30px; padding-bottom:20px; margin-bottom:7px;}.news_title h1{font-size:26px;font-weight:bold;line-height:35px;color:#000;text-align:center;}.ggad{float:left;width:340px;margin:4px;}.sxp{padding-top:20px; font-size:14px;border-top:#CCCCCC 1px dashed;margin-top:10px;line-height:24px;}
.pp_c5{width:95%; float:left;overflow:hidden;}
.pp_c3{border-left:1px #e6e5e5 solid; border-top:1px #e6e5e5 solid; border-right:1px #e6e5e5 solid;height:40px; background-color:#f9f9f9;margin-top:6px;}
.pp_c3 h3{width:660px;font-size:16px; font-weight:bold; color:#333; border-top:#FFFFFF 1px solid; border-left:#FFFFFF 1px solid; padding-left:10px; line-height:38px; font-family: "Microsoft YaHei";float:left;}
.pp_c32{width:150px;padding-top:12px;border-top:#FFFFFF 1px solid;padding-right:6px; text-align:right;font-size:14px;float:right;}.pp_c4{width:95%;border-bottom:1px #e6e5e5 solid;border-left:1px #e6e5e5 solid;border-right:1px #e6e5e5 solid;font-size:14px;line-height:22px;color:#666666;float:left;}
.pp_c4 li{width:100%;float:left;border-bottom:#CCCCCC 1px dashed; padding-top:8px; padding-bottom:8px; overflow:hidden}

.pp_c4 a{font-size:14px;color:#000}.pp_c4 a:hover{ color:#FF3300;}


.p6{padding:6px;}.qysl{width:330px;float:left;height:24px;line-height:24px;overflow:hidden;}
.kxian{border-bottom:dashed #CCCCCC 1px;height:30px;margin-bottom:5px;}
.show_content_next{ font-size:14px; color:#666; text-align:center; height:30px; line-height:30px;}.show_content_next a{color:#33C;font-size:14px;  height:30px; line-height:30px;}.tjtxt{color:#36C;font-size:14px; line-height:25px;}
.wenzigg{ padding:10px 0px 20px 0px; font-size:14px;}
.wenzigg ul li{ width:320px; float:left;}
.wenzigg span{ color:#ff4800; padding-right:8px;}
.wenzigg ul li a{ color:#36C;}
.lbtz{ background:url(listtpd_03.jpg) no-repeat 3px 50px; line-height:24px;}
.lbtz-dd{ height:25px; padding-left:24px; line-height:24px;}
.list-paddingleft-2 a{ color:#36C;}
.imgin{width:100px;padding-right:0.3rem;float:left; margin-right:8px;overflow:hidden;}
.imgin img{display:block;width:98px;max-height:118px!important; border: #CCCCCC 1px solid; padding:2px;}
.tjrigt{width:700px; float:left; overflow:hidden;}
.tjnstitle{ font-size:16px; height:30px; line-height:30px; float:left}
.tjnstitle a{ color:#003399; font-weight:bold;font-size:16px;}
.tjnstitle i{background:url(53-1_12.gif) no-repeat;color:#D94600;padding-left:16px;font-style:normal;font-weight:500;font-size:14px; }
.tjnsjianjie{margin-bottom:8px; line-height:22px; float:left; padding-bottom:8px;}
.tjnsjianjie a{ color:#003399; }
.qtnews{width:450px;height:250px;float:left;}
.qtnews li{text-overflow:ellipsis;display:block;white-space:nowrap; height:25px; font-size:14px;overflow:hidden;}
.zk2{width:70%;float:left;margin-right:3px;overflow:hidden;margin-top:3px;}
.rig{ width:28%; float:right}
.list-title{width:824px;float:left; padding-top:12px; padding-left:10px; padding-bottom:8px; background-color:#f9f9f9; border-top:#e6e5e5 1px solid; border-left:#e6e5e5 1px solid; border-right:#e6e5e5 1px solid; }
.list-title h1,.list-title h2{font-size:20px; line-height:32px; font-family: "Microsoft YaHei";}
.news-list{width:834px;border-bottom:#e6e5e5 1px solid; border-left:#e6e5e5 1px solid; border-right:#e6e5e5 1px solid; padding-top:10px;float:left; padding-bottom:10px;}
.news-list li{width:823px;float:left;border-bottom:#CCCCCC 1px dashed; margin-left:5px; padding-bottom:6px;}
.news-list .top_t { height:38px; line-height:38px; overflow:hidden; font-size:20px; font-weight:bold; }
.news-list .top_t a { width:710px; float:left; height:40px; display:block; overflow:hidden; }
.news-list .top_t span { color:#999; width:75px; float:right; font-size:12px; overflow:hidden; text-align:right; padding-right:6px; }
.news-list .l_li_img { float:left; width:212px; height:106px; overflow:hidden; border:1px solid #e6e5e5; margin:8px 15px 0 0; }
.news-list .l_li_img img { width:212px; height:106px; }
.news-list .r_info { width:98%; overflow:hidden; padding:6px 0 0 0; }
.wz_info { color: #666; font-size: 14px;line-height: 24px; overflow: hidden; width: 100%; }
.wz_info img{ margin-right:8px; border:1px solid #e6e5e5; max-height:100px; padding:3px;}
.nsztxg{font-size: 16px;line-height: 24px;padding-top: 15px; padding-bottom:10px; font-weight:bold;}
.furt { font-size: 14px; height: 24px; line-height: 24px; overflow: hidden; width: 100%; color:#999; margin-top:-15px; }
.frlink { width:99%; float: right; padding-right: 3px; text-align: right; width: 86px;}
.frlink a { color:#f60; }
.yk2{width:100%;float:right; padding-top:3px;}
.fenye{ width:670px; float:left; margin-top:10px;}
.viciao{margin:5px 0;text-align: right}
.viciao a{border:#ccc 1px solid;color:#36c;margin-right:4px;text-decoration:none;padding:3px 7px; }
.viciao span.current{border:#bf0a02 1px solid;font-weight:700;color:#FFF;margin-right:4px;padding:3px 7px;background:#e20f06}
.viciao span.disabled{border:#ccc 1px solid;color:#ccc;margin-right:4px;padding:3px 7px}
.viciao a:hover,.viciao a:active{border:red 1px solid;margin-right:4px;padding:3px 7px}
.newstj{ width:100%;border:1px #e3e2e2 solid; overflow:hidden; padding-bottom:5px; float:left;}
.newstj .hd{width:100%; height:40px; background-color:#f9f9f9; border:1px #FFFFFF solid;}
.newstj .hd h3{ font-size:16px; font-weight:bold; color:#3a66b4; padding-left:10px; line-height:38px; font-family: "Microsoft YaHei";}
.newstj li{ width:100%; margin-left:8px; height:35px; line-height:35px; font-size:14px; border-bottom:#e3e2e2 1px dashed; float:left;overflow:hidden; text-overflow:ellipsis;display:block;white-space:nowrap;}
.newstj li em{background:#a4a4a4; color:#FFF; line-height:18px;width:18px; text-align:center; border-radius:3px; display:inline-block; margin-right:5px; font-size:12px;}
.bg_red{ background:#6594e7!important;}
.weixin-hot{border:1px #e3e2e2 solid; width:275px;background:#fff;padding-bottom:5px; overflow:hidden; float:left;}
.weixin-hot dt{border:1px #FFFFFF solid;height:40px;font-size:16px;background-color:#f9f9f9;font-weight:bold; color:#3a66b4; padding-left:10px; line-height:38px; font-family: "Microsoft YaHei";}
.weixin-hot dd{ width:269px; height:50px; border-bottom:1px dashed #eeeeee; margin:2px; padding-top:2px; float:left}
.weixin-hot dd span{ background:#a4a4a4; color:#FFF; line-height:18px;width:20px; text-align:center; border-radius:3px; display:inline-block; margin-right:5px; font-size:12px;font-family: "Microsoft YaHei"; margin:3px 0px 3px 3px; line-height:22px; float:left; margin-top:10px;}
.weixin-hot img{ float:left; border:solid #eeeeee 1px; padding:2px;}
.weixin-hot a { color:#333; float:left;line-height:46px; margin-left:5px;}
.weixin-hot a:hover {color:#F30; text-decoration: underline;}
.weixin-hot dd div{ float:right; background-color:#FF7300; width:33px; margin:4px; margin-left:8px;}
.weixin-hot dd div a{line-height:22px; color:#FFF; text-align:center;}
.weixin-hot dd div a:hover {color:#FFF;}
.hot-c{ width:130px; height:122px; margin-top:5px;float:left; overflow:hidden; margin-left:5px}
.hot-c a{ width:130px; text-align:center; line-height:20px!important;margin:0px; padding:0px; float:left}
.hot-c img{ width:125px; height:90px; padding:1px;border:1px solid #eeeeee; float:left}
.news_xw_Desc{ width:100%}
.pagination-wrapper{margin: 20px 0;} .pagination{height: 34px;text-align: center;} .pagination li {display: inline-block;height: 34px;margin-right: 5px; float: left;display: block;height: 32px;line-height: 32px;padding: 0 12px;font-size: 16px;border: 1px solid #dddddd;color: #555555;text-decoration: none;} .pagination li a{} .pagination li a:hover{background:#f5f5f5;color:#0099ff;} .pagination li.thisclass {background: #09f;color: #fff;} .pagination li.thisclass a,.pagination li.thisclass a:hover{background: transparent;border-color: #09f;color: #fff;cursor: default;}

