<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*头部通用样式*/
*{
	margin: 0px;
	padding: 0px;
}
img{
	border:0;
}
body {
	font-family:  "宋体","微软雅黑", Arial;
	font-size: 16px;
	color: #3c444a;
	background-color: #f3f4f4;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/body%20.png);
}
strong,p,h1,h2,h3,h4,h5,ul,li,input,ol{
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
ul ,ol{
	list-style-type: none;
}
a {
	color: #3c444a;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover{
	color:#1789e8;
}

/*头部css*/
.box_01 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #f8f8f8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	height: 29px;
}
.top {
	font-size: 12px;
	color: #4d4d4d;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	line-height: 30px;
}
.top p {
	float: left;
}
.top a {
	float: right;
	margin-left:20px;
}
.top_zwbg:hover {
	color:#1789e8;
}
.thumbnail{
	position: relative;
	float:right;
	z-index: 0;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	border: 1px solid #ebebeb;
	visibility: hidden;
	text-decoration: none;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 28px;
	z-index: 1000;
	left: 0; /*position where enlarged image should offset horizontally */
}


/*外框*/
.box_bg {
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	background-image: url(box_yun.jpg);
	height:auto;
}
.box_zhong {
	width: 1201px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: right 120px;
	background-image: url(box_jz.png);
	min-height: 536px;
}

/*logo*/
.logo {
	float: left;
	/* height: 78px; */
	width: 450px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right:143px;
}
.logo img{width:100%}
.logo1 {
	float: left;
	height:78px;
	width:496px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right:143px;
}

.logo2 {
	float: right;
	height:78px;
	width:332px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.top_nav {
	height: 100px;
	width:525px;
	float: right;
	margin-top: 33px;
	margin-bottom: 37px;
}
.box_bg .box_zhong .box_cao .top_nav li {
	float: left;
	height: 100px;
	width: 100px;
	margin-left: 5px;
	
}
.box_bg .box_zhong .box_cao .top_nav li:hover {
	-webkit-transition: all 0.8s ease-in 0s;
	-moz-transition: all 0.8s ease-in 0s;
	transition: all 0.8s ease-in 0s;
	-ms-transition: all 0.8s ease-in 0s;
	-o-transition: all 0.8s ease-in 0s;
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg)
}
.box_bg .box_zhong .box_cao .top_nav li.info {
	opacity:0;
	-webkit-transition:all .7s ease-in-out;
	-moz-transition:all .7s ease-in-out;
	transition:all .7s ease-in-out;
}
.box_cao {
	background-image: url(box_cao.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: right;
	height: 168px;
	width: 1200px;
}

/*导航菜单---------------------------------------------------------------------------*/
.nav {
	float: left;
	height: 55px;
	width: 1200px;
	background-color: #1789e8;
}
.nav ul{
	float:left;
	height: 55px;
}
.nav ul li{
	float:left;
	height: 55px;
}
.nav ul li a {
	font-size: 16px;
	color: #FFF;
	float: left;
	padding-right: 28px;
	padding-left: 28px;
	line-height: 55px;
}
.nav ul li a:hover{
	background-color: #FFF;
	color:#1789e8;
	display:block;
}

.nav1 {
	float: left;
	height: 50px;
	width: 1000px;
	background-color: #1789e8;
}
.nav1 ul{
	float:left;
	height:50px;
}
.nav1 ul li{
	float:left;
	height:50px;
}
.nav1 ul li a {
	font-size: 16px;
	color: #FFF;
	float: left;
	padding:0 20px;
	line-height: 50px;
}
.nav1 ul li a:hover{
	background-color: #FFF;
	color:#1789e8;
	display:block;
}

.nav_li_1{
	font-size: 16px;
	color: #FFF;
	float: left;
	padding:0 15px 0 15px;
	margin-left:10px;
	line-height: 50px;
}
.nav_sr {
	float: left;
	height: 30px;
	width: 140px;
	margin-top: 10px;
	margin-left: 20px;
	border: none;
	padding-left: 8px;
	line-height: 30px;
}
.nav_ss {
	float: left;
	height: 30px;
	width: 60px;
	margin-top: 10px;
	border: none;
	background-color: #00549a;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
}
.nav_ss:hover{
	background-color: #0f6dbc;
}



/*热点新闻*/
.new_rdxw {
	margin-top:12px;
	background-repeat: no-repeat;
	float: left;
	height: 64px;
	width: 680px;
	padding:12px 0 0 36px;
}
.new_rdxw h1{
	height:31px;
	font-size: 26px;
	float: left;
	width: 672px;
	color: #F00;
	font-family: "黑体";
	margin-bottom:10px;
	overflow:hidden;
	text-align:center;
}

.new_rdxw p {
	height: 15px;
	width: 610px;
	font-size: 13px;
	color: #4d4d4d;
	float: left;
	margin-left:10px;
	overflow: hidden;
	font-weight: normal;
	line-height:15px;
}
.new_a {
	height:15px;
	float: left;
	width: 55px;
	font-size: 12px;
	color: #F00;
	text-align: center;
	overflow: hidden;
	font-weight: normal;
	line-height:15px;
}

/*轮播banner图*/
.banner {
	float: left;
	width: 833px;
	margin: 12px 0 12px 0;
	height: 362px;
	border: 1px solid #ebebeb;
	background: #F8F8F8;
	overflow: hidden;
}
.banner_pic {
	display:inline;
	position:relative;
	float:left;
	width: 720px;
	height:361px;
	overflow:hidden;
}
.banner_piclist li {
	width: 720px;
	height:361px;
	overflow:hidden;
}
.banner_piclist img {
	width: 720px;
	height:361px;
}
.banner_btn {
	display:inline;
	float:left;
	margin:4px 0 0 8px;
	width:100px;
}
.banner_btn li {
	width:100px;
	height:65px;
	margin-bottom:5px;
	cursor:pointer;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
.banner_btn img {
	width:100px;
	height:65px;
	margin:5px 0 0 0;
}
.banner_btn .on{
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
}
.banner_opdiv {
	position:absolute;
	left:0;
	bottom:0;
	width: 720px;
	height:40px;
	background:#000;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}
.banner_tx {
	position: absolute;
	left: 15px;
	bottom: 11px;
	color: #FFF;
	height:20px;
	line-height:20px;
	overflow:hidden;
	width: 700px;
}
.banner_tx ul li{
	display:none;
}
.banner_tx ul li a{
	color:#fff;
	font-size:14px;
	font-weight: bold;
}

/*通知公告*/
.new_tzgg {
	background-color: #FFF;
	float: right;
	height: 360px;
	width: 351px;
	border: 1px solid #ebebeb;
	margin:15px 0 12px 12px;
}
.hd {
	width: 325px;
	height:35px;
	border-bottom: 1px solid #ebebeb;
	padding-left: 5px;
	margin:10px 5px 10px 11px;
}
.hd ol li {
	height: 35px;
	float: left;
	line-height: 35px;
	font-size: 16px;
}
.hd ol li a {
	color: #9b9b9b;
	height: 35px;
	float: left;
	line-height: 35px;
	font-size: 16px;
	padding:0 15px 0 15px;

}
.hd ol li.on a {
	height:34px;
	color: #F00;
	font-weight:bold;
	border-bottom:solid 2px #F00;
}
.gengduo {
	color: #a2a2a2;
	font-size: 12px;
	float: right;
	margin-right: 5px;
	font-weight: normal;
}
.new_tzgg ul li {
	float: left;
	height: 35px;
    width: 100%;
	margin-left: 11px;
	line-height: 35px;
	background-image: url(sanjiao.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding:0 0 0 18px;
	overflow: hidden;
}

/*政务信息*/
.box_bottom {
	width: 1201px;
	margin-right: auto;
	margin-left: auto;
}
.t_left_dk{
	float: left;
	width: 48%;
	margin:10px 1%;
}
.t_nav a{
	height: 30px;
	line-height: 30px;
	float: right;
	padding-right: 12px;
}
.t_nav {
	float: left;
	height: 30px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1789e8;
	background-color: #d2eaff;
	margin-bottom:10px;
}
.t_nav h3 {
	background-color: #1789e8;
	float: left;
	height: 30px;
	padding-right: 15px;
	padding-left: 20px;
	font-size: 16px;
	color: #FFF;
	line-height: 31px;
}
.t_nav_img {
	float: left;
	height: 30px;
}
.t_new {
	height: 210px;
	float: left;
	width: 100%;
	/* padding-bottom:10px; */
	overflow:hidden;
}
.t_new_nav {
	font-size: 14px;
	color: #1789e8;
	float: left;
	width: 100%;
	height:29px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom:10px;
}
.t_new_nav h3{
	height: 28px;
	line-height: 30px;
	border-bottom: 2px solid #1789e8;
	float: left;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
.t_new ul{
	/* height:150px; */
	float: left;
	/* width: 100%; */
	overflow:hidden;
}
.t_new ul li{
	height: 35px;
	float: left;
	width: 100%;
}
.t_new ul li a {
	float: left;
	height: 35px;
	width: 85%;
	margin-left: 11px;
	line-height: 35px;
	overflow: hidden;
}
.t_new .t_new_nav a{
	color: #a2a2a2;
	font-size: 12px;
	float: right;
	margin-right: 5px;
	font-weight: normal;
	margin-top: 8px;
}
.t_new .t_new_nav:hover a{
	color: #1789e8;
}
.t_new_date {
	float: right;
	height: 25px;
	/* width: 40px; */
	margin-left: 15px;
	line-height: 25px;
	overflow: hidden;
	color: #9c9c9c;
	margin-right: 20px;
}

/*重要政策转载*/
.zyxn{
	float: left;
	height: 75px;
	width: 273px;
}
.t_nav_01 {
	background-color: #FFF;
	float: right;
	width: 271px;
	border: 1px solid #ebebeb;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 12px;
	padding-bottom: 12px;
}
.t_nav_02 {
	float: left;
	height: 30px;
	width: 271px;
	background-color: #d2eaff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1789e8;
	margin-bottom: 10px;
}
.t_nav_02 h3{
	height: 30px;
	line-height: 30px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	color: #FFF;
	background-color: #1789e8;
	font-size:16px;
}
.t_nav_01_a {
	float: left;
	height: 25px;
	width: 227px;
	margin-left: 11px;
	line-height: 25px;
	background-image: url(sanjiao.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding:0 0 0 18px;
	overflow: hidden;
	color:#00549a;
}

/*政务指南*/
.t_zwzn{
	padding:0 0 0 5px;
}
.t_zwzn_left {
	float: left;
	height: 45px;
	width: 120px;
	margin: 6px 5px 0 5px;
	line-height: 45px;
	background-color: #d2eaff;
	overflow: hidden;
	color:#00549a;
	font-size:14px;
	text-align:center;
}
.t_zwzn_left a{
	color:#00549a;
}
.t_zwzn_left:hover a{
	background-color: #c0e2ff;
	display:block;
	color: #00549a;
}
.t_zfgs{
	float: right;
	width: 271px;
	height:79px;
	margin-bottom:12px;
	background-color:#1789e8;
	font-size:16px;
	line-height:41px;
	text-align:center;
	overflow:hidden;
}
.t_zfgs a{
	color:#fff;
}
.t_zfgs:hover a{
	display:block;
	background-color:#0076d8;
}
.t_an {
	float: right;
	width: 271px;
}
.t_an_left {
	background-color: #1789e8;
	float: left;
	height: 60px;
	width: 130px;
	color: #FFF;
	font-size:14px;
	line-height:60px;
	margin:0 11px 10px 0;
}
.t_an_right {
	background-color: #1789e8;
	float: left;
	height: 60px;
	width: 130px;
	color: #FFF;
	font-size:14px;
	line-height:60px;
}
.t_an ul .t_an_left img,.t_an ul .t_an_right img {
	float: left;
	margin-top:18px;
	margin-right: 10px;
	margin-left: 20px;
}
.t_an ul .t_an_left a,.t_an ul .t_an_right a {
	color: #FFF;
	display:block;
}
.t_an ul .t_an_left:hover a,.t_an ul .t_an_right:hover a{
	background-color:#0076d8;
}

/*下banner1*/
.x_banner1 {
	float: left;
	height: 112px;
	width: 100%;
	margin:3px 0 12px 0;
}

/*群体体育*/
.qt_banner {
	float: left;
	height: 80px;
	width: 685px;
	margin: 2px 0 10px 15px;
	overflow: hidden;
}

/*公共服务*/
.t_nav_01 ol li {
	float: left;
	height: 50px;
	width: 250px;
	background-color: #edf7ff;
	margin:6px 0 0 11px
}
.t_nav_01 ol li a img {
	margin:10px 15px 0 15px;
	float: left;
}
.t_nav_01 ol li a {
	line-height: 50px;
	color: #00549a;
	height:50x;
	width: 250px;
	float: left;
	font-size:14px;
	display:block;
}
.t_nav_01 ol li a:hover{
	background-color: #cbe7ff;
}

/*竞技专栏*/
.jj_new {
	float: left;
	height: 80px;
	width: 685px;
	margin: 2px 0 10px 15px;
	overflow: hidden;
}
.jj_img {
	float: left;
	height: 71px;
	width: 107px;
	overflow: hidden;
	margin:5px 20px 0 0;
}
.box_bottom .t_left_dk .jj_new h3 {
	width:558px;
	heught:20px;
	float: left;
	margin-top: 8px;
	overflow: hidden;
	font-size:16px;
	line-height:20px;
}
.box_bottom .t_left_dk .jj_new p {
	float: left;
	width: 558px;
	heught: 35px;
	margin-top: 8px;
	overflow: hidden;
	line-height: 17px;
	color:#848484;
}

/*赛事预告*/
.match-top{
	float: left;
	width: 265px;
	height: 151px;
	overflow: hidden;
	position: relative;
}
.match-top ul li{
	margin-left:15px;
	height:25px;
	line-height:25px;
}
.match-top ul li span{
	width: 30px;
	float: left;
	color: #999;
	overflow: hidden;
	height:24px;
	margin-right: 20px;
}
.match-top ul li a{
	width: 250px;
	float: left;
	color: #00549a;
	overflow: hidden;
	height:25px;
}
.match-top ul li:hover a{
	color:#1789e8;
}

/*产业d动态*/
.tycy_img {
	float: left;
	height: 150px;
	width: 93px;
	overflow: hidden;
}

.tycy_bew {
	float: left;
	width: 220px;
	height:14px;
	overflow: hidden;
	margin:6px 0 5px 15px;
}
.ws_img {
	float: left;
	width: 273px;
	height:73px;
	margin:0 0 12px 12px;
	overflow: hidden;

}
.ws_img img{
	width: 100%;
	height:100%;

}
.ws_img01 img{
	width: 100%;
	height:100%;

}
.ws_img01 {
	float: left;
	width: 590px;
	height: 110px;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.ws_img02 {
	float: right;
	width: 590px;
	height: 110px;
	margin: 20px 0 0 0;
	overflow: hidden;
}
/*图像志*/
.wenshi {
	float: left;
	height: 116px;
	width: 1000px;
	background-color: #FFF;
	border: 1px solid #ebebeb;
	margin-bottom:12px;
}
.ws_biaoti{
	float: left;
	height: 116px;
	width: 75px;
	margin-right: 15px;
	overflow: hidden;
}
.ws_biaoti ul li{
	font-size: 14px;
	background-color: #fff;
	float: left;
	height: 58px;
	width: 75px;
	line-height: 58px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ebebeb;
}
.ws_biaoti ul li.on{
	background-color: #1789e8;
	color: #fff;
}
.ws_txt {
	float: left;
	height: 104px;
	width: 900px;
}
.we_txt01{
	float: left;
	width: 130px;
	height: 104px;
	margin-right: 10px;
	margin-top:12px;
}
.we_txt01 a img {
	float: left;
	height: 82px;
	overflow:hidden;
	width:100%;
}
.ws_p {
	float:left;
	line-height: 20px;
	text-align: center;
	width: 135px;
}
.ws_gd {
	float: right;
	width:54px;
	margin:12px 0 0 3px;
	height:80px;
}
.ws_gd a{
	float:left;
	padding-top:10px;
	height:80px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #f1f1f1;
	color:#868686;
	text-align:center;
	line-height:17px;
	font-size:14px;
	width: 14px;
}
.ws_gd a:hover{
	background-color: #e5e5e5;
	color:#868686;
}

/*相关链接*/
.t_xglj {
	float: left;
	width: 1198px;
	overflow: hidden;
	margin-bottom: 12px;
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding-bottom:12px;
}
.t_xglj ul{float: left;width: 1198px;min-height: 40px;overflow: hidden;}
.t_xglj ul li{
	float: left;
	height: 25px;
	width: 160px;
	margin-left: 18px;
	line-height: 25px;
	background-image: url(sanjiao.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding:0 0 0 18px;
	overflow: hidden;
}
.t_nav1 {
	float: left;
	height: 30px;
	width: 1198px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1789e8;
	background-color: #d2eaff;
	margin-bottom:10px;
}
.t_nav1 a{
	height: 30px;
	line-height: 30px;
	float: right;
	padding-right: 12px;
}
.t_nav1 h3 {
	background-color: #1789e8;
	float: left;
	height: 30px;
	padding-right: 15px;
	padding-left: 20px;
	font-size: 16px;
	color: #FFF;
	line-height: 31px;
}
.t_nav2 {
	float: left;
	height: 30px;
	width: 713px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1789e8;
	background-color: #d2eaff;
	margin-bottom:10px;
}
.t_nav2 a{
	height: 30px;
	line-height: 30px;
	float: right;
	padding-right: 12px;
}
.t_nav2 h3 {
	background-color: #1789e8;
	float: left;
	height: 30px;
	padding-right: 15px;
	padding-left: 20px;
	font-size: 16px;
	color: #FFF;
	line-height: 31px;
}

/*footer*/
.footer {
	background-color: #dedede;
	float: left;
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
position: relative;
}
.footer p {
	line-height: 25px;
	text-align: center;
	float: left;
	height: 25px;
	width: 1000px;
}
.ga_img {
	background-image: url(gongan.png);
	background-repeat: no-repeat;
	background-position: 537px;
}

/*路径*/

.lujing {
	float: left;
	width: 1200px;
	height: 34px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background-color:#FFF;
	margin-bottom:12px;
}
.lujing p{
	float:left;
	height: 34px;
	line-height:34px;
	padding-left:15px;
}

/*新闻列表*/
.new_list{
	float:left;
	width:713px;
	height:715px;
	overflow:hidden;
	border: 1px solid #ebebeb;
	background-color:#FFF;
	margin-bottom:12px;
	padding-bottom:12px;
}
.new_bt{
	float:left;
	width: 670px;
	height: 40px;
	border-bottom: 1px solid #ebebeb;
	margin-left: 20px;
	margin-bottom: 10px;
}
.new_bt h3{
	line-height: 49px;
	float: left;
	height:39px;
	color: #1789e8;
	border-bottom: 2px solid #1789e8;
	padding-right: 10px;
	padding-left: 10px;
	font-size:16px;
}
.new_lb{
	width: 683px;
	height:610px;
	overflow:hidden;
	float:left
}
.new_lb ul{
	width: 683px;
	height:610px;
	overflow:hidden;
	float:left
}
.new_lb ul li{
	float: left;
	width: 670px;
	margin:0 20px 0 15px;
	border-bottom: 1px dashed #ebebeb;
}
.new_lb ul li a{
	float: left;
	height: 44px;
	width: 500px;
	line-height: 44px;
	background-image: url(sanjiao.png);
	background-repeat: no-repeat;
	background-position: 10px 19px;
	padding:0 0 0 25px;
	overflow: hidden;
	font-size:14px;
}
.new_lb ul li span{
	float: left;
	height: 44px;
	width: 85px;
	line-height: 44px;
	overflow: hidden;
	text-align:center;
	margin-left:60px;
	color:#9e9e9e;
}
.new_bh{
	width: 680px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	height:55px;
	border-top:solid 1px #ebebeb;
	overflow:hidden;
}
.new_bh ul{
	float:left;
	width: 650px;
	height:55px;
	padding:0 10px 0 20px;
}
.new_bh ul li{
	float:left;
}
.new_bh ul li a{
	float:left;
	font-size:14px;
	margin: 15px 10px 0 10px;
	padding:10px;
	border:solid 1px #ebebeb;
}
.new_bh_on a{
	background-color: #ececec;
}
.new_bh ul li a:hover{
	background-color: #ececec;
	display: block;
	color: #666;
}
.new_bh_zy{
	float:left;
	font-size:14px;
	padding:10px;
	margin: 15px 0 0 0;
}
.new_bh_zy span{
	font-size:14px;
	margin: 0 5px 0 5px;
}

/*图文列表*/
.new_tu_list{
	float:left;
	width:713px;
	height:628px;
	overflow:hidden;
	border: 1px solid #ebebeb;
	background-color:#FFF;
	margin-bottom:12px;
	padding-bottom:12px;
}
.new_tu_lb ul{
	width: 653px;
	height:520px;
	overflow:hidden;
	float:left;
	padding:0 0 0 30px;
}

.new_tu_lb ul li{
	float: left;
	width: 205px;
	height:160px;
	overflow:hidden;
	margin:5px;
}
.new_tu_lb ul li img{
	float: left;
	width: 205px;
	height:128px;
	overflow:hidden;
}
.new_tu_lb ul li span{
	float: left;
	height: 32px;
	width: 195px;
	line-height: 32px;
	overflow: hidden;
	text-align:center;
	color:#9e9e9e;
	margin:5px;
}
.new_tu_lb ul li:hover span{
	color:#1789e9;
}
/*最新新闻*/
.new_right {
	float: right;
	width: 271px;
	margin-bottom:12px;
	border: 1px solid #ebebeb;
	overflow: hidden;
	background-color:#FFF;
	padding-bottom:12px;
}
.new_right .t_nav_02 h3{
	height: 30px;
	line-height: 30px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	color: #FFF;
	background-color: #1789e8;
}
.t_nav_02 a{
	height: 30px;
	line-height: 30px;
	float: right;
	padding-right: 12px;
}

/*最新动态*/
.new_01{
	float: left;
	width: 271px;
}
.new_01 ul{
	float: left;
	width: 271px;
	min-height:150px;
	overflow:hidden;
}
.new_01 ul li a {
	float: left;
	height: 25px;
	width: 235px;
	margin-left: 11px;
	line-height: 25px;
	background-image: url(sanjiao.png);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding:0 0 0 18px;
	overflow: hidden;

}

/*火爆新闻*/
.new_02_img{
	float: left;
	width: 261px;
}
.new_02_img ul{
	float:left;
	width: 261px;
	padding:0 7px 0 6px;
}
.new_02_img ul li{
	float: left;
	width: 125px;
	height: 104px;
	overflow: hidden;
	margin:5px 2px 5px 2px;
}
.new_02_img ul li a img{
	width:100%;
	float:left;
	height:81px;
}
.new_02_img ul li a span{
	width:115px;
	height:30px;
	float:left;
	text-align:center;
	overflow:hidden;
	line-height:20px;
	padding:0 5px 0 5px;

}

/*新闻详情页*/
.new_xingqing{
	float:left;
	width:960px;
	min-height:450px;
	background-color:#fff;
	border:solid 1px #ebebeb;
	margin-bottom:12px;
	padding:0 20px 20px 20px;
}
.new_xingqing h3{
	float:left;
	font-size:24px;
	font-weight:bold;
	width:960px;
	min-height:30px;
	text-align:center;
	line-height:30px;
	margin:10px 0;
	color:#1789e8;
}
.new_xq_sm{
float:left;
	margin-bottom: 12px;
	font-size:14px;
	width:960px;
	height:30px;
	text-align:center;
	line-height:23px;
	color:#888;
	border-bottom:solid 1px #ebebeb;
}
.new_xingqing img{
	max-width: 80%;
	height:auto;
	overflow: hidden;
	margin:5px auto;
}
.new_xingqing p{
	font-size: 16px;
	width: 940px;
	text-align: left;
	line-height: 28px;
	color: #666;
	padding: 0 10px;
	margin-bottom: 12px;
	text-indent: 2em;
}
.fanye{
	float: left;
	font-size: 14px;
	margin-top:12px;
	width: 940px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	border-top:solid 1px #ebebeb;
}
.syp{
	float: left;
	font-size: 14px;
	width: 450px;
	height:40px;
	text-align:left;
	line-height:40px;
}
.xyp{
	float: right;
	text-align:right;
	font-size: 14px;
	width: 450px;
	height:40px;
	line-height:40px;
}

/*新闻详情页*/
.new_xingqing1{
	float:left;
	width:960px;
	min-height:450px;
	background-color:#fff;
	border:solid 1px #ebebeb;
	margin-bottom:12px;
	padding:0 20px 20px 20px;
}
.new_xingqing1 h3{
	float:left;
	font-size:24px;
	font-weight:bold;
	width:960px;
	height:50px;
	text-align:center;
	line-height:50px;
	margin-top:10px;
	color:#1789e8;
}

.new_xingqing1 img{
	float: left;
	width: 20%;
	height:auto;
	overflow: hidden;
	margin:5px 40%;
}
.new_xingqing1 p{
	float: left;
	font-size: 16px;
	width: 940px;
	text-align: left;
	line-height: 28px;
	color: #666;
	padding: 0 10px;
	margin-bottom: 12px;
	overflow: hidden;
	text-indent: 2em;
}

/*右浮动导航*/
.floating_ck{
	position: fixed;
	right:20px;
	top: 110px;
	width: 86px;
}


.floating_ck ul li{
	position: relative;
	width: 86px;
	height: 86px;
	background-color: #ecfafe;
	border: solid 1px #bdecfd;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 20%;
	cursor: pointer;
	margin-bottom: 2px;
}
.floating_ck ul li a{
	color:#1789e8;
}
.floating_ck ul li:hover{
	background-color:#cef2ff;
}
.floating_ck ul li:hover .floating_left{
	display:block;
}
.juzhang{
	background-image: url(float01.png);
}

.ditu{
	background-image: url(float04.png);
}

.wsbsdt{
	background-image: url(rtop.png);
}

.weixin{
	background-image: url(float02.png);
}
.sina{
	background-image: url(float03.png);
}
.return{
	background-image: url(fanhui.png);
}
.floating_ck li span{
	color: #1789e8;
	display: block;
	padding-top: 60px;
	font-size: 14px;
}
.floating_left{
	position: absolute;
	left: -155px;
	top: 0px;
	width: 140px;
	height: 140px;
	padding:5px;
	display: none;
	overflow: hidden;
	border: solid 2px #ebebeb;
	background-color:#fff;
}
.floating_left img{
	width:100%;
	height:100%;
}

/*搜索-----------------------------------------------------------------------------------------*/
.sousuo{
	float:left;
	width:998px;
	min-height:300px;
	background-color:#fff;
	border:solid 1px #ebebeb;
	margin-bottom:12px;
	overflow:hidden;
	padding-bottom:12px;
}
.sousuo_bt{
	float:left;
	width:960px;
	margin:0 19px;
	overflow:hidden;
	border-bottom:solid 1px #ebebeb;
}
.sousuo_bt h3{
	float:left;
	line-height:30px;
	font-size:20px;
	color:#1789e8;
	padding:10px 15px;
	border-bottom:solid 2px #1789e8;
}
.sousuo_bt span{
	color:#f00;
}
.sousuo_list{
	float:left;
	width:960px;
	margin:0 19px 12px 19px;
	overflow:hidden;
	padding-bottom:12px;
}
.sousuo_list li{
	float:left;
	width:960px;
	padding:0 10px;
	overflow:hidden;
	border-bottom:dashed 1px #1789e8;
	padding-top:12px;
}
.sousuo_list li:hover{
	background-color:#f8f8f8;
}
.sousuo_list li h3{
	float:left;
	width:940px;
	color:#1789e8;
	line-height:30px;
	font-size:16px;
	overflow:hidden;
}
.sousuo_list li span{
	float:left;
	color:#999;
	line-height:25px;
	margin-right:30px;
	margin-bottom:5px;
}

.xxgk-sy{
    width:960px;
    background:#f8f8f8;
    float:left;
	border-top:solid 3px #1789e8;
	margin:20px 0 10px 0;
}
.xxgk-sy ul{
	width:920px;
	overflow:hidden;
	float:left;
	padding:10px 0;
	margin:0 20px;
}
.xxgk-sy li{
	float:left;
	width:450px;
	margin-right:10px;
	font-size:14px;
	line-height:30px;
	overflow:hidden;
}
.xxgk-sy li strong{
	color:#1789e8;
	font-size:14px;
	width:80px;
	float:left;
}
.xfc{
	position: fixed;
	width:320px;
	height:240px;
	z-index:2000;
	background: no-repeat center center;
	overflow: hidden;
 }
.xfc a{
	display: block;
	width:320px;
	height:75px;
	padding-top: 165px;
 }
 .xfc .reset{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	font-weight: bold;
 }
 .xfc img{
	width:100%;
	height:100%;
 }
.timer-box {
	float: left;
	width: 270px;
	height: 55px;
	padding: 0 25px;
	margin: 0px;
	overflow: hidden;
}	
.timer-box h5 {
	float: left;
	color: #dfd63d;
	font-size: 20px;
	margin:0;
	padding:0;
	line-height: 55px;
	text-align: center;
	font-family: '微软雅黑';
	font-weight: bold;
}
.timer-box h5 strong{
	font-size: 30px;
	font-weight: bold;
	margin-left: 10px;
}
.timer-box h5 span{
	float: left;
}


/** Countdown */

#countdown {
	float: left;
	padding: 0 0 0 10px;
	color: #dfd63d;
}
.digit{
	float: left;
	font-size: 40px;
}
.new_xq_txt{
        min-height:400px;
}

.new_syzt{
	float: left;
	width: 716px;
	height: 76px;
	margin-top:12px;
	overflow: hidden;
}
.new_syzt a{
	float: left;
	width: 716px;
	height: 76px;
	overflow: hidden;
}
.new_syzt a img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.elybmls {
	float: left;
	width: 1000px;
	height: 150px;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}
.elybmls a {
	float: left;
	width: 716px;
	height: 150px;
	margin-right: 4px;
	overflow: hidden;
}
.picScroll-left {
	float: left;
	width: 280px;
	height: 150px;
	overflow: hidden;
	position: relative;
}
.picScroll-left .bd {
	float: left;
	width: 280px;
	height: 150px;
	overflow: hidden;
}
.picScroll-left .bd ul {
	float: left;
	width: 280px;
	height: 150px;
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	float: left;
	width: 130px;
	height: 150px;
	margin-left: 10px;
	overflow: hidden;
}
.picScroll-left .bd ul li a {
	float: left;
	width: 130px;
	height: 150px;
	overflow: hidden;
}
.picScroll-left .bd ul li a img {
	float: left;
	width: 130px;
	height: 120px;
	overflow: hidden;
}
.picScroll-left .bd ul li a p {
	float: left;
	width: 130px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #464646;
	text-align: center;
	overflow: hidden;
}
.picScroll-left .bd ul li a:hover p {
	color: #1789e8;
}
.xfc1 {
	position: fixed;
	width: 320px;
	height: 240px;
	z-index: 1000;
	right: 0px;
	overflow: hidden;
}
.xfc1 .reset1 {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	font-weight: bold;
}
.xfc1 img {
	width: 100%;
	height: 100%;
}

.txtMarquee-left {
	float: left;
	width: 998px;
	height: 100px;
	border: solid 1px #d1d1d1;
	background: #fff;
	position: relative;
	margin-top: 12px;
	overflow: hidden;
}
.txtMarquee-left h3{
	float: left;
	width: 998px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
	color: #d7000f;
	overflow: hidden;
}
.dagd{
	float: left;
	width: 960px;
	height: 40px;
	padding: 0 19px;
	overflow: hidden;
}
.txtMarquee-left ul {
	float: left;
	width: 960px;
	height: 40px;
	zoom: 1;
}
.txtMarquee-left ul li {
	float: left;
	padding: 0 10px;
	float: left;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
}
BODY{ margin:0 !important;}

.tabbox{}
.tabbox .tab{}
.tabbox .tab a{display:block;line-height: 35px;padding: 0 15px;float:left;text-decoration:none;color:#333;font-size: 18px }

.tabbox .tab a.on{color:#E64E3F;text-decoration:none;border-bottom: 2px solid #E64E3F;}
.tabbox .content{overflow:hidden;}
.tabbox .content .bd{display:none;}
.conbox{width: 100%;background: #fff;overflow: hidden;}
.conbox2{width: 100%;     height: 130px;
    margin-bottom: 20px;}



#banner { position: relative; width: 1200px; height: 112px;overflow: hidden; }

#banner_list img { border: 0px; }

#banner_info { position: absolute; bottom: 0; left: 5px; height: 22px; color: #fff; z-index: 1001; cursor: pointer }

#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: #999; background:  rgba(255,255,255,0.8); cursor: pointer;margin-left: 5px; }

#banner ul li.on { background-color: #1789e8; color: #fff}

#banner_list a { position: absolute; }
   </pre></body></html>