﻿@charset "utf-8";
/*当浏览器尺寸小于960px的时执行下面的CSS*/
@media screen and (max-width: 960px){
/* 首页焦点图banner幻灯片 */
.slideBox{width:100%; height:auto; position:relative; overflow:hidden; margin:0 auto; max-width:100%; background:#fff; }
.slideBox .hd{ width:100%; position:absolute; height:20px; line-height:20px; left:0; bottom:20px; text-align:center; z-index:1; }
.slideBox .hd li{ display:inline-block; width:10px; height:10px; border-radius:50%; background:#333; text-indent:-9999px; overflow:hidden; margin:10px;   cursor:pointer;}
.slideBox .hd li.on{ background:#fff;  }
.slideBox .prev{ position:absolute; left:20px; top:0; display:none; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .next{ position:absolute; right:20px; top:0; display:none; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{vertical-align:top; width:100%; height:auto/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */

/*标题专用*/
.title_index{width:90%; height:auto; margin:0 auto; margin-top:10px; position:relative}
.title_index h1{font-size:0.22rem; color:#333; font-weight:bold; text-align:center; padding:20px;}
.title_index h1 span{ color:#0091b3}
.title_index h1 em{display:block; font-size:0.14rem; line-height:0.22rem; color:#666; font-weight:100; padding-top:10px;}

.i_index{ width:100%; height:45px; line-height:45px; background:url(../images/i_title.jpg) no-repeat; font-size:18px; font-weight:500; color:#FFFFFF; text-align:center;}
.i_index span{ float:right; font-size:14px; color:#333333}

.gundong_num{ z-index:10}
.num{ width:100%;height:auto;text-align:center; overflow:hidden; }
.num li{  width:90%; height:100%;text-align:center;margin-left:4%; transition-duration:500ms; cursor:pointer;background: url(../images/fff22.jpg) no-repeat;border: 1px solid #999; margin-bottom:15px }
.num h2{ font-size:0.32rem;font-weight:normal;text-align:center;color:#fff; margin-top:30px;  }
.num li .n_box{ width:100%; height:2.5rem; margin:0 auto; overflow:hidden;}
.num li .n_box .n_l{  width:90%; height:auto; line-height:50px;text-align:center; margin-top:20px; }
.num li .n_box .n_l span{ font-size:0.22rem;  text-align:center;color:#222;}
.num li .n_box .n_l p{line-height:0.2rem; font-size:0.14rem; text-align:center;color:#666}
.num li .n_box .n_r{  width:100%; height:64px; background: url(../images/cp.png) no-repeat top center;  transition-duration:600ms;margin-top:25px;}
.num li .n_box .n_r2{ width:100%; height:64px; background: url(../images/q.png) no-repeat top center;  transition-duration:600ms;margin-top:25px;}
.num li .n_box .n_r3{width:100%; height:64px; background: url(../images/ws.png) no-repeat top center;  transition-duration:600ms;margin-top:25px;}
.num li .n_box .n_r4{  width:100%; height:64px; background: url(../images/fz.png) no-repeat top center;  transition-duration:600ms;margin-top:40px;}
.num li:nth-of-type(1n+0){margin-right:0px;}
.num li:hover{color:#0091b3;height:250px;}
.num li:hover .n_box .n_r{background: url(../images/cp2.png) no-repeat bottom center;}
.num li:hover .n_box .n_r2{background: url(../images/q2.png) no-repeat bottom center;}
.num li:hover .n_box .n_r3{background: url(../images/ws2.png) no-repeat bottom center;}
.num li:hover .n_box .n_r4{background: url(../images/fz2.png) no-repeat bottom center;}


/*linyi*/
.linyi{ width:100%; height:auto; overflow:hidden; margin:0 auto; margin-top:0px;}
.linyi li{ float:left; width:48%; height:auto; margin-right:4%; margin-bottom:10px; }
.linyi li .img{ width:100%; height:auto; overflow:hidden;  }
.linyi li .img img{width:100%; height:auto;}
.linyi li h3{ text-align:center; line-height:0.4rem; font-size:0.14rem; font-weight:400; color:#333333; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.linyi li:nth-of-type(2n+0){margin-right:0px;}
.linyi li a{ display:block}

/*图片1*/
.index_pic_one{width:100%; height:auto; margin:0 auto; overflow:hidden;}
.index_pic_one dl{float:left; width:48%; height:1.35rem; margin-right:4%; margin-bottom:20px; overflow:hidden; background-color:#fff}
.index_pic_one dl dt{width:100%; height:100%; position: relative; overflow:hidden}
.index_pic_one dl dt div{ position:absolute; width:100%; height:100%; border:1px solid white; z-index:3333; transition: transform ease-in-out 0.5s; cursor:pointer; opacity:0;}
.index_pic_one dl dt img{display:block; width:100%; height:100%; max-width:100%; -webkit-transition:transform ease-in-out 0.5s;}
.index_pic_one dl dt p{ position:absolute; left:0; bottom:0; width:100%; height:0.35rem; line-height:0.35rem; text-align:center; background-color:#333; opacity: 0.7; color:#FFFFFF; text-shadow:3px 2px 2px #000; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}

.index_pic_one dl:hover img{ transform:scale(1.1,1.1);}
.index_pic_one dt:hover div{opacity:1; transform:scale(0.9,0.85)}
.index_pic_one dl:nth-of-type(2n+0){margin-right:0px;}
.index_pic_one dt:hover{ font-weight:bold; text-decoration:none}
/*图片1end*/

.pro_list{margin-top:5px; overflow:hidden ;margin-bottom:30px;}
.pro_list li { width:100%; height:auto;text-align:center;   }
.pro_list li:nth-of-type(1n+0){margin-right:0px;}
.pro_list li .img{overflow:hidden}
.pro_list li a img{display: block; width:100%; height:100%;  -webkit-transition: all 1.5s; -o-transition: all 1.5s; -moz-transition: all 1.5s; transition: all 1.5s}
.pro_list li a:hover img{ -webkit-transform: rotate(3deg) scale(1.2); -moz-transform: rotate(3deg) scale(1.2); -ms-transform: rotate(3deg) scale(1.2); -o-transform: rotate(3deg) scale(1.2); transform: rotate(3deg) scale(1.2); }

.pro_list li a {display:block; margin:10px; background: #fff; padding:5px; box-shadow: 0 0 15px rgba(0,0,0,0.05)}
.pro_list li a:hover {box-shadow: 0 1px 26px rgba(0,0,0,0.1)}

.pro_list li h3 {font-size:0.14rem; color: #000; font-weight: normal; line-height:0.3rem;border-bottom:1px dashed #999; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.pro_list li em{display:block; font-size:0.14rem;text-align: center;  line-height:0.2rem; color:#333; font-weight:100; padding:5px;text-overflow : clip}
.pro_list li p { height:0px;}
.pro_list li a:hover p {background: url(../images/icon2.png) no-repeat bottom center;}

/*新闻*/
.index_news_bj{background-color:#f0f0f0; padding:10px 0; margin-top:30px;margin-bottom:30px}

.index_news{width:100%; height:auto; overflow:hidden; margin-top:10px;}
.index_news li{background:url(../images/dian.jpg) no-repeat left center; padding-left:20px; height:32px; line-height:32px; border-bottom:1px dotted #E7E7E7; }
.index_news li p{width:100%; height:auto; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.index_news li span{ display:none}
.index_news li a{ display:block; text-decoration:none}
/***********新闻资讯***********/
.i_new{width:100%; height:auto; overflow:hidden}
.i_new li{width:100%; height:0.83rem; transition-duration:500ms; background-color:#F6F6F6}
.i_new li a{ display:block}
.i_new li .i_n_box{ padding:10px; height:0.62rem; overflow:hidden;}
.i_new li .i_n_box>.i_l{float:left; width:17%; height:auto; text-align:center; overflow:hidden;}
.i_new li .i_n_box>.i_l>.date{font-size:0.36rem; line-height: 1;}
.i_new li .i_n_box>.i_l>.year{ font-size:0.13rem; line-height:0.24rem}
.i_new li .i_n_box>.i_r{float:right; width:80%; height:0.6rem; overflow:hidden;}
.i_new li .i_n_box>.i_r h4{ font-size:0.16rem; line-height:0.20rem; font-weight:bold; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.i_new li .i_n_box>.i_r h5{ font-size:0.12rem; font-weight:100; line-height:0.2rem; margin-top:4px;}
.i_new li:hover{background-color:#db1b22}
.i_new li:hover a{color:#FFF}
.i_new li+li{ margin-top:10px;}
/***********新闻资讯_end***********

/*小幻灯及简介*/
.section-title {
	margin-bottom: 30px;
	margin-top:30px;
	font-weight: bold;
	line-height: 1;
}
.section-title small {
	display: block;
	font-size:0.3rem;
	text-transform: uppercase;
}
.section-title strong {
	display: block;
	position: relative;
	color: #0f3c8b;
	font-size:0.2rem;
	margin-top: 10px;
}
.section-title strong:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	width: 70%;
	content: "";
	background: #ccc;
}

.about_index{width:100%; height:auto; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.about_index .about_text{width:100%; height:auto; background-color:#fff; margin-top:20px}
.about_index .about_text h6{ font-size:0.2rem; font-weight:700; color:#333}
.about_index .about_text .con{ height:auto; margin-top:20px; line-height:0.26rem; font-size:0.14rem; color:#666; overflow:hidden}

/*小幻灯片*/
.index_hdp{width:100%; height:auto; position:relative; overflow:hidden;}
.index_hdp .hd{ position:absolute; width:100%; height:40px; bottom:20px; left:0; z-index:1; text-align:center}
.index_hdp .hd img{ width:40px; height:40px;  }
.index_hdp .prev{cursor:pointer}
.index_hdp .next{cursor:pointer}

.index_hdp .bd{width:100%; height:auto; z-index:0; overflow:hidden}
.index_hdp .bd li img{display:block; width:100%; height:auto;}
.index_hdp .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }

/*more*/
.more{ background:url(../images/x.jpg) no-repeat center 22px; text-align:center; margin-top:26px}
.more span{ display:inline-table; font-size:16px; border:1px solid #cccccc; padding:10px 30px; background-color:#FFFFFF}
.more span:hover{background-color:#013e8b;}
.more span:hover a{color:#FFFFFF}

/*友情链接*/
.yqlj{background: url(../images/yqlj.png) no-repeat center 35px;font-size:0.18rem; text-align: center; margin-bottom: 20px; margin-top:20px}
.yqlj a{color: #333;}
.yqlj em{display:block; margin:0 auto; font-size:0.22rem; color:#ccc; height:0.3rem; line-height:0.3rem; font-weight: bold;}

/*分站列表*/
.citylist{width:100%; height:auto; overflow:hidden; margin-top:15px;}
.citylist a{ padding:8px 15px; background-color:#EEE; display:inline-table; margin-bottom:5px; color:#666; border-radius:5px;}
.citylist a:hover{ background-color:#0091b3; color:#FFF}
/*分站列表end*/

.news_fl {margin-bottom:30px;}

}

/*当浏览器尺寸大于960px时候*/
@media screen and (min-width:960px){
/* 首页焦点图banner幻灯片 */
.slideBox{width:100%; height:auto; position:relative; overflow:hidden; margin:0 auto; max-width:100%; background:#fff; }
.slideBox .hd{ width:100%; position:absolute; height:30px; line-height:30px; left:0; bottom:30px; text-align:center; z-index:1; }
.slideBox .hd li{ display:inline-block; width:20px; height:20px; border-radius:50%; background: rgba(255, 255, 255, 0.6); text-indent:-9999px; overflow:hidden; margin:10px;   cursor:pointer;}
.slideBox .hd li.on{ background: rgba(1, 21, 88, 0.6); }

.slideBox .prev{ position:absolute; left:20px; top:0; display:block; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .next{ position:absolute; right:20px; top:0; display:block; width:58px; height:58px; text-align:center; cursor:pointer}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{vertical-align:top; width:100%; height:auto/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */

/*标题专用*/
.title_index{ width:800px; height:auto; margin:0 auto; margin-top:10px; position:relative}
.title_index h1{font-size:34px; color:#333; font-weight:bold; text-align:center; padding:20px;}
.title_index h1 span{ color:#0091b3}
.title_index h1 em{display:block; font-size:16px; line-height:30px; color:#666; font-weight:100; padding-top:12px;}


/*linyi*/
.linyi{ width:100%; height:auto; overflow:hidden; margin-top:0px;}
.linyi li{ float:left; width:23.5%; height:auto; margin-right:2%;}
.linyi li .img{ width:100%; height:auto; overflow:hidden; position:relative; }
.linyi li .img p{ position:absolute; left:0; top:300px; width:100%; height:100%; background:rgba(0,0,0,0.4); transition: 0.5s all ease}
.linyi li:hover p{top:0; }
.linyi li .img img{width:100%; height:100%; max-width:100%;}
.linyi li h3{ text-align:center; line-height:50px; font-size:14px; font-weight:400; color:#333333; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.linyi li:nth-of-type(4n+0){margin-right:0px;}
.linyi li a{ display:block}

/*图片1*/
.index_pic_one{width:100%; height:auto; margin:0 auto; overflow:hidden; margin-top:10px;}
.index_pic_one dl{float:left; width:23.5%; height:auto; margin-right:2%; margin-bottom:30px; background-color:#fff; border:1px solid #F3F3F3}
.index_pic_one dl dt{width:100%; height:100%; position: relative; overflow:hidden}
.index_pic_one dl dt div{ position:absolute; width:100%; height:100%; border:1px solid white; z-index:3333; transition: transform ease-in-out 0.5s; cursor:pointer; opacity:0;}
.index_pic_one dl dt img{width:100%; height:100%; -webkit-transition:transform ease-in-out 0.5s;}
.index_pic_one dl dt p{ position:absolute; left:0; bottom:0; width:100%; height:35px; line-height:35px; text-align:center; color:#FFFFFF; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.index_pic_one dl:hover img{ transform:scale(1.1,1.1);}
.index_pic_one dt:hover div{transform:scale(0.9,0.87); background-color:#FFF; opacity:0.9;}
.index_pic_one dt:hover p{position:absolute; left:0; top:45%; width:100%; height:35px; line-height:35px; text-align:center; color:#333; z-index:9999; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.index_pic_one dl:nth-of-type(4n+0){margin-right:0px;}
.index_pic_one dt:hover{ font-weight:bold; text-decoration:none}
/*图片1end*/

.pro_list{ overflow:hidden;margin-bottom:80px; margin-top:20px;}
.pro_list li {float:left; width:33%; height:auto; text-align: center; }
.pro_list li .img{overflow:hidden}
.pro_list li a img{display: block; width:100%; height:100%;  -webkit-transition: all 1.5s; -o-transition: all 1.5s; -moz-transition: all 1.5s; transition: all 1.5s}
.pro_list li a:hover img{ -webkit-transform: rotate(3deg) scale(1.2); -moz-transform: rotate(3deg) scale(1.2); -ms-transform: rotate(3deg) scale(1.2); -o-transform: rotate(3deg) scale(1.2); transform: rotate(3deg) scale(1.2); }

.pro_list li a {display:block; margin:26px; background: #fff; padding:10px; box-shadow: 0 0 10px rgba(0,0,0,0.05)}
.pro_list li a:hover {box-shadow: 0 1px 26px rgba(0,0,0,0.1)}

.pro_list li h3 {font-size:16px; color: #000; font-weight: normal; line-height:45px;border-bottom:1px dashed #999;}
.pro_list li em{display:block; font-size:14px;text-align: center;  line-height:25px; color:#333; font-weight:100; padding:10px;text-overflow : clip}
.pro_list li p { height:8px;}
.pro_list li a:hover p {background: url(../images/icon2.png) no-repeat bottom center;}

.gundong_num{  z-index:10;margin-top:30px;}
.num{ width:100%;height:auto; overflow:hidden; }
.num h2{ font-size:48px;font-weight:normal;text-align:center;color:#fff; margin-top:60px }
.num h3{ font-size:48px;font-weight:normal;text-align:center;color:#b1b1b1; margin-top:60px }
.num li{ float:left; width:384px; height:313px;  background: url(../images/fff.jpg) no-repeat;margin-right: 32px;border: 1px solid #999;}
.num li .n_box{ width:100%; height:313px; margin:0 auto; overflow:hidden; }
.num li .n_box .n_l{  width:80%; height:auto; line-height:50px;  font-size:14px;text-align:center; margin-top:35px}
.num li .n_box .n_l span{ font-size:26px;  text-align:center; center;color:#333;  }
.num li .n_box .n_l p{ line-height:30px;text-align:center;color:#666;margin-top:15px}
.num li .n_box .n_r{  width:30%; height:64px; background: url(../images/cp.png) no-repeat top center;  transition-duration:600ms;margin-top:25px;}
.num li .n_box .n_r2{ width:30%; height:64px; background: url(../images/q.png) no-repeat top center;  transition-duration:600ms;margin-top:25px;}
.num li .n_box .n_r3{width:30%; height:64px; background: url(../images/ws.png) no-repeat top center;  transition-duration:600ms;margin-top:25px;}
.num li .n_box .n_r4{  width:30%; height:64px; background: url(../images/fz.png) no-repeat top center;  transition-duration:600ms;margin-top:40px;}
.num li:nth-of-type(4n+0){border-right:none}
.num li:hover{color:#0091b3;}
.num li:hover a{ color:#0091b3!important}
.num li:hover .n_box .n_l span{ color:#0091b3;}
.num li:hover .n_box .n_l p{ color:#0091b3;}
.num li:hover .n_box .n_r{background: url(../images/cp.png) no-repeat bottom center;}
.num li:hover .n_box .n_r2{background: url(../images/q.png) no-repeat bottom center;}
.num li:hover .n_box .n_r3{background: url(../images/ws.png) no-repeat bottom center;}
.num li:hover .n_box .n_r4{background: url(../images/fz.png) no-repeat bottom center;}

/*新闻*/
.index_news_bj{background: url(../images/albnj.jpg) no-repeat center 0;height: 700px;overflow: hidden;padding:40px 0; margin-top:80px}

.index_news{width:100%; height:auto; overflow:hidden; margin-top:10px;margin-bottom:30px;}
.index_news li{background:url(../images/dian.jpg) no-repeat left center; padding-left:20px; height:32px; line-height:32px; border-bottom:1px dotted #E7E7E7; }
.index_news li p{ float:left; width:65%; height:auto; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.index_news li span{ float:right}
.index_news li a{ display:block; text-decoration:none}
.dl{ overflow:hidden;}
.dl dt{ float:left; width:400px; height:auto; margin-right:30px;}
.dl dt:nth-of-type(3n+0){margin-right:0px;}
/***********新闻资讯***********/
.i_new{ width:1270px; height:auto; margin-top:30px;margin-bottom:50px;overflow:hidden}
.i_new li{float:left; width:620px; height:165px; margin-right:30px;transition-duration:500ms; }
.i_new li a{ display:block}
.i_new li .i_n_box{ padding:15px; height:135px; overflow:hidden}
.i_new li .i_n_box>.i_l{float:left; width:220px; height:135px; text-align:center; overflow:hidden; }
.i_new li .i_n_box>.i_l>.date{font-size:55px; line-height: 1;}
.i_new li .i_n_box>.i_l>.year{ font-size:14px; line-height:25px}
.i_new li .i_n_box>.i_r{float:right; width:350px; height:135px; overflow:hidden;}
.i_new li .i_n_box>.i_r h4{ font-size:18px; line-height:26px; font-weight:normal; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.i_new li .i_n_box>.i_r h5{ font-size:14px; font-weight:100; line-height:23px; margin-top:10px;}
.i_new li:nth-of-type(2n+0){margin-right:0px;}
.i_new li:hover{ background-color:#0091b3}
.i_new li:hover a{color:#FFF}
/***********新闻资讯_end***********/
.i_index{ width:100%; height:45px; line-height:45px; background:url(../images/i_title.jpg) no-repeat; font-size:18px; font-weight:500; color:#FFFFFF; text-align:center; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.i_index span{ float:right; font-size:14px; color:#333333}

/*小幻灯及简介*/
.section-title {
	margin-bottom: 40px;
	margin-top:20px;
	font-weight: bold;
	line-height: 1;
}
.section-title small {
	display: block;
	font-size: 42px;
	text-transform: uppercase;
}
.section-title strong {
	display: block;
	position: relative;
	color: #0f3c8b;
	font-size: 30px;
	margin-top: 10px;
}
.section-title strong:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	width: 86%;
	content: "";
	background: #ccc;
}

.about_index{width:100%; height:440px; overflow:hidden; background:url(../images/hdp.jpg) no-repeat left bottom 15px; position:relative; box-sizing:border-box; -moz-box-sizing:border-box;margin-bottom:50px; -webkit-box-sizing:border-box;}
.about_index .about_text{width:620px; height:410px; background-color:#fff; box-shadow: 0 1px 12px 1px rgba(54,62,69,0.6); position:absolute; top:15px; right:15px; z-index:1; padding:40px}
.about_index .about_text h6{ font-size:28px; font-weight:700; color:#333}
.about_index .about_text .con{ height:280px; margin-top:20px; line-height:34px; font-size:16px; color:#666; overflow:hidden}

/*小幻灯片*/
.index_hdp{width:580px; height:400px; position:absolute;  overflow:hidden; z-index:2}
.index_hdp .hd{ position:absolute; width:100%; height:60px; bottom:30px; left:0; z-index:1; text-align:center}
.index_hdp .hd img{ width:60px; height:60px;  }
.index_hdp .prev{cursor:pointer}
.index_hdp .next{cursor:pointer}

.index_hdp .bd{width:580px; height:400px; z-index:0;padding:30px; overflow:hidden}
.index_hdp .bd li img{display:block; width:580px; height:400px; -webkit-transition: all 1.8s; -o-transition: all 1.8s; -moz-transition: all 1.8s; transition: all 1.8s}
.index_hdp .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */  }
.index_hdp .bd li a:hover img{ -webkit-transform: rotate(3deg) scale(1.2); -moz-transform: rotate(3deg) scale(1.2); -ms-transform: rotate(3deg) scale(1.2); -o-transform: rotate(3deg) scale(1.2); transform: rotate(3deg) scale(1.2); }

/*more*/
.more{ background:url(../images/x.jpg) no-repeat center 22px; text-align:center; margin-top:26px}
.more span{ display:inline-table; font-size:16px; border:1px solid #cccccc; padding:10px 30px; background-color:#FFFFFF}
.more span:hover{background-color:#013e8b;}
.more span:hover a{color:#FFFFFF}

/*友情链接*/
.yqlj{background: url(../images/yqlj.png) no-repeat center 35px;font-size:26px;text-align: center; margin-bottom: 20px; margin-top:30px}
.yqlj a{color: #333;}
.yqlj em{display: block;margin: 0 auto;font-size: 32px;color: #ccc;height: 30px;line-height: 30px;font-weight: bold;}

/*分站列表*/
.citylist{width:100%; height:auto; overflow:hidden; margin-top:15px;}
.citylist a{ padding:8px 15px; background-color:#EEE; display:inline-table; margin-bottom:5px; color:#666; border-radius:5px;}
.citylist a:hover{ background-color:#0091b3; color:#FFF}
/*分站列表end*/

.news_fl {margin-top: -74px; position: relative; z-index: 1; margin-bottom: 40px; text-align:right}

}

