@charset "utf-8";/* CSS文件中的汉字能正确显示，而不会成为乱码。 */

/* 全局样式 */
* {margin:0; padding:0; font-family:"宋体"; font-size:14px; }
a {text-decoration: none; color: #333;}
a:hover {color: #ff0000;}
.clear {clear:both; height:1px;}

/* 全局样式 */

/* 网页背景移动 *
body {background:url(bg2_20.jpg) 0px 0px;}
/* 网页背景移动 */

body {background:url(bg2_100_black30.jpg) 0px 0px; background:url(bg2_100_black30.jpg) 0px 0px /contain; 
/* background-attachment:fixed; 注释掉这行代码，背景就平铺。*/
min-height:700px;
animation:marq 2000s linear infinite;
-webkit-animation:marq 2000s linear infinite;
-moz-animation:marq 2000s linear infinite;
-o-animation:marq 2000s linear infinite;
}
@keyframes marq {
0% {background-position:0px 0px;}
100% {background-position:-50000px 0px;}
}
@-webkit-keyframes marq {
0% {background-position:0px 0px;}
100% {background-position:-50000px 0px;}
}
@-moz-keyframes marq {
0% {background-position:0px 0px;}
100% {background-position:-50000px 0px;}
}
@-o-keyframes marq {
0% {background-position:0px 0px;}
100% {background-position:-50000px 0px;}
}

/* 网页顶部细条 */
.bar100 {width:100%; height:30px; background:#fcfcfc; border-bottom:1px solid #dcdcdc;font-size:13px;}
.bar100 .bar960 {width:960px; height:30px; margin:0px auto;}
.bar100 .bar960 .horn {width:650px; height:30px; line-height:30px; float:left; overflow:hidden; text-indent:40px;
					background:url(horn.png) 0 0 no-repeat;}
.top_search {width:300px; height:30px; line-height:30px; float:right;}
.top_search {text-align: right;font-size: 16px;font-weight: bold;color: #cc0000;}
.top_search input{width:120px;}
/* 网页顶部细条 */

/* 网页顶部 */
.top100 {width:100%; height:150px; margin:1px 0px 0px;}
.top100 .top960 {width:960px; height:150px; margin:0px auto;background:url(top.jpg) no-repeat;}
/* 网页顶部 */

/* 导航栏 */
.menu100 {width:100%; height:80px; background:url(menu_bg.jpg) repeat-x; box-shadow:0px 0px 10px #000; 
margin:3px 0px 3px;}
.menu100 .menu960 {width:960px; height:80px; margin:0px auto;}
.menu100 .menu960 ul {text-align:center; padding: 5px 6px;}
.menu100 .menu960 ul li {list-style:none; float:left;}
.menu100 .menu960 ul li.hover a{background:#cc0000; border-radius:8px;}
.menu100 .menu960 ul li a {width:86px; height:33px; line-height:33px; color:#fff; text-decoration:none; 
						   display:block; font-weight:bold; font-size:16px;font-family:"微软雅黑";}
.menu100 .menu960 ul li.red a {color:#FFFA01; background:#2B61B9; text-shadow:1px 1px 6px #000;}
.menu100 .menu960 ul li a:hover {background:#cc0000; border-radius:8px;}
.menu100 .menu960 ul li.red a:hover {color:#fff;}
/* 导航栏 */

/* 网页中部主体容器 */
.mid100 {width:100%; height:100%; overflow:hidden;}
.mid100 .mid960 {width:960px; height:100%; background:; margin:0px auto; overflow:hidden;}
/* 网页中部主体容器 */

/* 轮播960 */
.mid100 .mid960 .slide960 {width:960px; height:300px; background:rgba(0,0,0,0.8); margin:10px auto 0px;}
#main {width:960px; height:300px; margin:0px auto; background:; position:relative;}
#pic {width:960px; height:300px; overflow:hidden;/*相对定位写在这里无效*/}
#but {width:224px; height:22px; background:; float:right; position:absolute; right:0px; bottom:5px;}
#but ul li {list-style-type:none; float:left; width:22px; height:22px; line-height:22px; background:#999;
    border-radius:11px; text-align:center; color:#fff; font-family:"微软雅黑"; font-size:14px; margin-left:5px;}
#but .hover {background:#e4393c; box-shadow:0px 0px 10px rgba(255,255,255,1.0);cursor:pointer;}		
#pic img {display:none; position:absolute; left:0px; top:0px;}	
/* 轮播960 */

/* 自由编辑区 */
.ziyou{width:938px;height:100%;overflow:hidden;margin:1px auto 10px;background:rgba(255,255,255,0.85);
border:1px solid #CCE2EC;padding:10px;}
/* 自由编辑区 */

/* 头条新闻 */
.news1{width:960px;height:65px;margin:0px auto 5px;background:url(toutiao.jpg);}
.news1 .news1_left{width:114px;height:65px;float:left;}
.news1 .news1_right{width:846px;height:65px;float:right;text-align:center;}
.news1 .news1_right a {font-size:51px;font-weight:bolder;color:#333;font-family:"黑体";letter-spacing:-3px;}
.news1 .news1_right a:hover{color:#cc0000;}
/* 头条新闻 */

/* 二条新闻 */
.news2 {width: 960px;height: 65px;margin: 0px auto 5px;background-color:#fff;text-align:center;}
.news2 a {font-size:51px;font-weight:bolder;color:#333;font-family:"黑体";letter-spacing:-3px;}
.news2 a:hover{color:#cc0000;}
/* 二条新闻 */

/* 主体部分顶部3栏新闻 */
.mid100 .mid960 .topnews {width:960px; height:300px; margin-top: 10px;}
.mid100 .mid960 .topnews .pic_news {width:600px; height:300px; float:left; background:#fff;border:1px solid #CCE2EC;}
.mid100 .mid960 .topnews .text_news {width:348px; height:300px; float:left; background:#fff; margin-left:8px;
									border:1px solid #CCE2EC;}
.mid100 .mid960 .topnews .text_news h3 {height:47px; line-height:47px; text-indent:10px; font-size:20px; color:#C00;
						border-bottom: 3px solid #C00;background:rgba(204, 204, 204, 0.5);font-family:"微软雅黑";}
.mid100 .mid960 .topnews .text_news h3 span {color:#C00;margin-right:10px;font-size:20px;}
.mid100 .mid960 .topnews .text_news li {list-style:none; height:27px; line-height:27px; text-indent:15px;}
.mid100 .mid960 .topnews .text_news a {font-family:"宋体";}
.mid100 .mid960 .topnews .text_news a:hover {color:#ff0000;}
.mid100 .mid960 .topnews .tv_news {width:300px; height:300px; float:left; background:#fff; margin-left:10px;}
#a1 {width:300px; height:240px;}
/* 主体部分顶部3栏新闻 */

/* 省份 */
.mid100 .mid960 .province {width:960px; height:40px; line-height:40px; background:#F8E157; margin:10px auto;}
.mid100 .mid960 .province ul {text-align: center;}
.mid100 .mid960 .province ul li {list-style:none; display: inline-block; line-height:40px; font-size: 15px;
							font-weight: bold; padding: 0px 4.5px;}
.mid100 .mid960 .province ul li a span{color: #333;}
.mid100 .mid960 .province ul li a:hover span{color: #ff0000;}
/* 省份 */

/* 2张横幅图片向上翻滚 */
.shangfanbox2 {width:958px; height:360px; margin:10px auto 0px auto; border:1px solid #dadada; background:#fff;}
.shangfanbox2 h3{height:47px; line-height:47px; clear:both; font-size:20px; font-weight:bold; 
		   color:#333; text-indent:20px; background:rgba(204,204,204,0.5); border-bottom:3px solid #cc0000;}
.shangfanbox2 h3 span { color: #C00; margin-right: 10px;font-size: 20px;}
.shangfanbox2 h3 a {font-size:20px;}
.img_up2 {width:958px; height:298px; overflow:hidden; position:relative;}
.img_up2 li {width:958px; height:298px;}
.img_up2 img {margin-top:2px; margin-bottom:2px;}
/* 2张横幅图片向上翻滚 */

/* 图片向上翻滚 */
.shangfanbox {width:958px; height:450px; margin:10px auto 0px auto; border:1px solid #dadada; background:#fff;}
.shangfanbox h3{height:47px; line-height:47px; clear:both; font-size:20px; font-weight:bold; font-family:"微软雅黑";
		   color:#333; text-indent:20px; background:rgba(204,204,204,0.5); border-bottom:3px solid #cc0000;}
.shangfanbox h3 span { color: #C00; margin-right: 10px;font-size: 20px;}
.shangfanbox h3 a {font-size:20px;}
.img_up {width:958px; height:390px; overflow:hidden; position:relative;}
.img_up li {width:958px; height:190px; list-style:none;}
.img_up li a {width:160px; height:160px; display:block; margin-top:18px; margin-left:18px; 
		   padding:4px; border:1px solid #dadada; float:left;border-radius:5px;}
.img_up li a:hover {border:1px solid #ff0000;box-shadow:1px 1px 5px #cd0000;}
.img_up img {width:160px; height:120px; border-radius:5px;}
.img_up li a p {width:160px; height:40px; line-height:20px; font-size: 12px; font-family: "宋体"; 
			 overflow:hidden;}


/* 图片向上翻滚 */

/* 中部新闻版块 #dadada*/
.mid100 .mid960 .news970 {width:970px; height:px; background:; margin:0px auto 0px -9px; overflow:hidden;}
.left2box {width:646px; height:100%; overflow:hidden; float:left;}
.right1box {width:323px; height:100%; overflow:hidden; float:right;}

 .newsbox {width:312px; height: 432px; margin-left:9px; /*border:1px solid #CCE2EC;*/ float:left;
                                   margin-top:10px; background:#fff; overflow:hidden;}
 .newsbox dt {height:47px; line-height:47px; border-bottom: 3px solid #C00; overflow: hidden; clear: both;
			background:rgba(204, 204, 204, 0.5);}					   
 .newsbox dt strong { height: 47px;line-height: 47px; padding-left: 8px; padding-right: 4px;
											  display: block; float: left; color: #cd0000; letter-spacing: 1px;}						   
 .newsbox dt strong a { color: #cd0000; text-decoration: none; font-size:16px;font-family:"微软雅黑";}
 .newsbox dt span.more { float: right; position: relative; line-height: 47px; padding-right: 8px; color: #596F37;}
 .newsbox dt span.more a { color: #596F37; text-decoration: none;font-family:"微软雅黑";}
 .newsbox dd { border-left: 0px solid #DADADA; border-right: 0px solid #DADADA;
									   overflow: hidden;}
.twopiclist2 li { float: left; list-style: outside none none; width: 142px; height: 135px; padding-left: 6px;
				  padding-right: 4px; margin: 10px auto 0px; overflow: hidden;}
.twopiclist2 .movieimg { width: 140px; height: 103px; padding: 2px; border: 1px solid #D8D8D8; overflow:hidden;}
.twopiclist2 .movieimg img:hover {transform: scale(1.2); z-index:2; }									   
.listbox ul a { color: #333; text-decoration: none;}
.twopiclist2 .movieimgtxt { width: 146px; height: 24px; text-align: center; line-height: 24px;
							background-color: #E4E4E4; z-index:3;}
.twopiclist2 .movieimgtxt a{text-decoration: none; color:#333;}
.d1 { padding: 10px;}
.d1 li { height: 27px; line-height: 27px; overflow: hidden;}
.d1 li a {text-decoration: none; color:#333;}
.newsbox a:hover {color:#ff0000;}
/* 中部新闻版块 */

/* 新闻列表页 */
.mid100 .mid960 .boxbox {margin:10px auto; overflow:hidden;}
.mid100 .mid960 .leftbox {width:688px; min-height:600px; float:left; background: #fff; }
.mid100 .mid960 .leftbox h3 {height:50px; line-height:50px; clear:both; /*background:#2B5CA8;*/ font-size:20px;
	font-weight:bold; color:#333; text-indent:20px; background:rgba(204,204,204,0.5); 
	border-bottom:3px solid #cc0000;font-family: "Microsoft YaHei","微软雅黑";}
.mid100 .mid960 .leftbox h3 a {font-size:20px;font-family: "Microsoft YaHei","微软雅黑";}
.mid100 .mid960 .leftbox h3 span {color:#cc0000; margin-right:10px; font-size: 20px;}
.mid100 .mid960 .leftbox ul.list {padding:15px 0px;}
.mid100 .mid960 .leftbox ul.list li {height:32px; line-height:32px; list-style:none; padding:0px 20px; overflow: hidden;}
.mid100 .mid960 .leftbox ul.list li a,.mid100 .mid960 .leftbox ul.list li a font,.mid100 .mid960 .leftbox ul.list li a b{
	font-size:16px;font-family: "Microsoft YaHei","微软雅黑";}
.mid100 .mid960 .leftbox ul.list li a b{color: #cc0000;}
.mid100 .mid960 .leftbox ul.list li span {float: right; font-size:16px;font-family: "Microsoft YaHei","微软雅黑";}
.mid100 .mid960 .leftbox ul.list li a strong {font-size:16px;font-family: "Microsoft YaHei","微软雅黑";color:#cc0000;}
.mid100 .mid960 .leftbox ul.list li:hover {background:rgba(255,204,255,0.8);}
.dede_pages {width: 680px;}
.dede_pages ul { float: none;clear: both; overflow: hidden;text-align: center; white-space: nowrap;}
.dede_pages ul li { font-family: "微软雅黑"; margin: 3px; display: inline; font-size: 15px;}

.mid100 .mid960 .rightbox {width:272px; mini-height:600px; float:right; }
.mid100 .mid960 .rightbox .newsbox {width: 262px; margin-top: 0px; margin-bottom:10px; background: #fff; 
		overflow: hidden; height:100%;}
.mid100 .mid960 .rightbox  .newsbox h3,.mid100 .mid960 .rightbox  .newsbox h3 a
	{height:50px; line-height:50px; clear:both; background:#2B5CA8; font-size:16px;
	font-weight:bold; color:#FFF; text-indent:20px;font-family: "Microsoft YaHei","微软雅黑";}
.mid100 .mid960 .rightbox  .newsbox h3 a.more{float:right;margin-right:20px;}
.mid100 .mid960 .rightbox  .newsbox h3 a:hover{color:#F6E955;}
.mid100 .mid960 .rightbox .newsbox ul {padding: 10px 0px;}			
.mid100 .mid960 .rightbox .newsbox ul li {line-height:25px; list-style:none; padding: 0px 9px 0px 14px; overflow: hidden;}
.mid100 .mid960 .rightbox .newsbox ul li a {font-family: "宋体"; font-size: 14px;}

.imglist240 div{position:relative;/*相对定位*/ width:240px; height:180px; margin:11px 8px; overflow:hidden; 
border-radius:10px;border: 2px solid #DDD;}
.imglist240 div:hover{border:2px solid #C40000;}
.imglist240 div p {position:absolute;/*绝对定位，横条始终定位于图片的底部。*/ width:100%; height:0px; 
			  background:rgba(0,0,0,0.5); left:0px; bottom:0px; text-align:center; padding-top:0px; overflow:hidden;}	
.imglist240 div p a {color:#fff; }					
/* 新闻列表页 */

/*单位、图片列表页*/
.imglist {width:960px; height:100%; overflow:hidden; margin:10px auto; padding-bottom:15px; background:#fff;}
.imglist h3{height:50px; line-height:50px; clear:both; /*background:#2B5CA8;*/ font-size:20px; font-weight:bold; 
		   color:#333; text-indent:20px; background:rgba(204,204,204,0.5); border-bottom:3px solid #cc0000;}
.imglist h3 a {font-size:20px;}
.imglist h3 span {color:#cc0000; margin-right:10px; font-size: 20px;}
.imglist ul.list5 {width:960px; height:100%;}
.imglist ul.list5 li {width:160px; height:160px; float:left; margin-left:10px; margin-top:15px; border:1px solid #DDD;
			border-radius:5px; padding:9px; list-style:none;}
.imglist ul li a, .imglist ul li p { font-size: 12px; font-family: "宋体";}
.imglist ul li p{height:40px; line-height:20px; overflow:hidden;}
.imglist ul li img{width:160px; height:120px;}
.imglist ul.list5 li:hover {border:1px solid #cd0000; box-shadow:1px 1px 5px #cd0000;}
/*单位、图片列表页*/

/*新闻内容页*/
.viewbox { overflow: hidden; padding-bottom: 10px;}
.viewbox .title { line-height: 50px; text-align: center; overflow: hidden; padding-top: 10px;}
.viewbox .title h2 { font-size: 24px; color: #333;font-family: "Microsoft YaHei","微软雅黑";}
.viewbox .info { height:24px; line-height:24px; text-align:center; overflow:hidden; color:#333; margin-top:15px;}
.viewbox .info small { margin-left: 8px; margin-right: 3px; color: #333;}
.viewbox .intro { width: 90%; padding: 8px 16px; line-height: 24px; background: none repeat scroll 0% 0% #F5FCEE; 
                 border: 1px solid #DCDDDD; font-size: 14px; color: #706A6A; margin: 8px auto 0px;}
.viewbox .content { font-size: 16px; padding: 12px 15px; line-height: 27px; color: #333; 
                   font-family: "Microsoft YaHei","微软雅黑";}
.viewbox .content span { font-size: 16px; }
.viewbox .content td,.viewbox .content p,.viewbox .content p span,.viewbox .content strong span,.viewbox .content span strong,
.viewbox .content div,.viewbox .content p strong,.viewbox .content strong a, 
.viewbox .content strong{font-size: 16px;line-height: 27px; font-family: "Microsoft YaHei","微软雅黑";word-break: break-all;}

.viewbox .content strong a,.viewbox .content a {color:#cc0000;font-size:16px;font-family:"Microsoft YaHei","微软雅黑";}
.viewbox .content strong a:hover,.viewbox .content a:hover {color:#107010;text-decoration: underline;}
.viewbox .dede_pages { width: 670px; height:40px; float: none; overflow: hidden; text-align: center;}
.viewbox .dede_pages ul { margin: 0px auto; float: none; clear: both; overflow: hidden; text-align: center;
                        white-space: nowrap; }
.jia { margin: 0px auto; width: 500px; overflow: hidden;}
.viewbox .context { float: left; width: 100%;padding: 10px;}
.viewbox .context ul li { height: 30px;line-height: 30px; color: #888; display: inherit;overflow: hidden;}
.viewbox .context ul li a{font-size: 16px; font-family: "Microsoft YaHei","微软雅黑";}
#ds-thread {clear: both; position: relative; overflow: visible; padding: 10px;}	

.viewbox img {max-width:650px; 
            width:expression_r(this.width > 650 ? "650px" : this.width);} /*设置图片宽度最大值，防止超出父容器宽度*/
		 /* max-height:700px; 
		    height:expression_r(this.height > 700 ? "700px" : this.height); */
/*新闻内容页*/

/*宽屏新闻内容页*/
.kuanbox{width:960px; height:100%;overflow:hidden;background: #fff;}
.kuanbox h3 {height:50px; line-height:50px; clear:both; /*background:#2B5CA8;*/ font-size:20px;font-weight:bold; 
			font-family: "Microsoft YaHei","微软雅黑";color:#333; text-indent:20px; 
			background:rgba(204,204,204,0.5); border-bottom:3px solid #cc0000;}
.kuanbox h3 a {font-size:20px;font-family: "Microsoft YaHei","微软雅黑";}
.kuanbox h3 span {color:#cc0000; margin-right:10px; font-size: 20px;}
/*宽屏新闻内容页*/

/*--page--*/
.dede_pages {
	width: 100%;
	padding: 20px 0 50px 0;
}
.dede_pages ul {
	text-align: center;
	padding: 0;
	line-height: 28px;
}
.dede_pages ul li {
	display: inline-block;
	font-size: 14px;
	height: 28px;
	color: #333;
	background: #eee;
	border-radius: 4px;
	padding: 0 10px;
}
.dede_pages ul li a {
	color: #333;
	height: 28px;
	display: inline-block;
}
.dede_pages ul li:hover {
	text-decoration: none;
	color: #fff;
	background-color: #333;
}
.dede_pages ul li:hover a {
	color: #fff;
}
.dede_pages ul li:hover a:hover {
	color: #fff;
	text-decoration: none;
}
.dede_pages ul li.thisclass {
	background-color: #ff0000;
	color: #fff;
	padding: 0 10px;
}
.dede_pages ul li.thisclass a {
	color: #fff !important;
}
.dede_pagess {
	float: none;
	overflow: hidden;
	text-align: center;
}
.dede_pagess ul {
	display: inline-block;
	margin: 0 auto;
	clear: both;
	padding: 10px 0 0 0;
	text-align: center;
	white-space: nowrap;
}
.dede_pagess ul li {
	float: left;
	margin: 0 2px;
	padding: 3px 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.dede_pagess li a {
	float: none;
	display: inline;
}
.dede_pagess li a:hover {
	text-decoration: underline;
}
.dede_pagess .thisclass {
	font-weight: bold;
	border: none;
	color: #fff;
	border: 1px #333 solid;
	background-color: #333;
	border-radius: 4px;
}
.dede_pagess .thisclass a {
	color: #fff;
}
/*--page--*/
		   
			
/* 横幅广告 */			
.mid100 .mid960 .ad960 {width:960px; height:; margin:10px auto 0px; overflow:hidden;}
.mid100 .mid960 .ad960right {width: 960px;margin: 10px auto 0px;overflow: hidden;float: right;}
.ad637 {width:637px; height:; margin:10px auto 0px 9px; overflow:hidden;}
.textad{height:130px;background-color:#fff;color:red;font-size:38px;font-weight:bolder;font-family:黑体;
		letter-spacing:-2px;text-align:center;margin-bottom:2px;}
/* 横幅广告 */	

/* 页脚 */	
.foot100 {width:100%; height:px; background:url(foot2.jpg) 0 5px repeat; margin-top:30px;padding-bottom: 30px;}
.foot100 .foot1 {width:100%; height:5px; background:url(foot1.jpg) 0 0px repeat-x;}
.foot100 .foot960 {width:960px;height:px;overflow:hidden;color:#aaa; margin:0 auto;line-height:25px;
					padding-top:30px;}
.foot100 .foot960 .tel {float:left;width:240px;padding-top: 30px;font-weight: bold;
					font-family: "Microsoft YaHei","微软雅黑";font-size:16px;padding-top:50px;}
.foot100 .foot960 .tel p{font-size: 30px;font-weight: bold;font-family: arial;font-size:30px;line-height:65px;}
.foot100 .foot960 .xin {width:150px; height:150px; float:left; margin-top:20px;}
.foot100 .foot960 .power {width:670px; height:px; float:left; margin-top:20px; 
		  border-left:1px solid #aaa; padding-left:30px;}
.foot100 .foot960 .power a {color:#aaa; text-decoration:none;}

/* 页脚 */	