﻿﻿/*主要框架*/
.container {
	width: 1200px;
	margin: 0 auto;
}
.main-header {
	position: relative;
	width: 100%;
	height: 1000px;
	background: url(../images/bg2.jpg) no-repeat;
	background-size: auto 1000px;
}
.main-body {
	position: relative;
	width: 1200px;
	margin-top: 20px;
}
.top-bar {
	width: 100%;
	height: 65px;
	margin-bottom: 25px;
}
.top-bar .top-nav {
	float: right;
	height: 22px;
	margin-top: 22px;
}
.top-nav-a {
	float: left;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #333;
	padding-left: 25px;
	background: url(../images/top_a_bg.png) no-repeat;
}
.top-bar a:hover {
	color: #1073b7;
}
.top-bar .line {
	float: left;
	display: inline-block;
	width: 1px;
	height: 18px;
	background: #6a6f73;
	margin: 2px 12px 0;
}
.header {
	position: relative;
	width: 100%;
	height: 106px;
	overflow: hidden;
	margin-bottom: 48px;
}
.header .logo {
	float: left;
	display: block;
	width: 469px;
	height: 106px; 
	margin-left: 15px;
}
.header .logo img {
	width: 469px;
	height: 106px;
}
.search-box {
	float: right;
	width: 590px;
	height: 49px;
	margin-top: 56px;
	margin-right: 15px;
}
.search-box .search-bar {
	float: left;
	position: relative;
	width: 490px;
	height: 47px;
	border: solid 1px #1073b7;
}
.search-bar .search-ipt {
	float: left;
	background: #fff;
	width: 420px;
	height: 47px;
	line-height: 47px;
	padding: 0 10px;
	font-size: 18px;
	outline: none;
	border: 0;
}
.search-bar .search-ipt::webkit-input-placeholder {
	color: #666;
}
.search-bar .search-ipt:-moz-placeholder{
	color: #666;
}         
.search-bar .search-ipt::-moz-placeholder{
	color: #666;
}
.search-bar .search-ipt:-ms-input-placeholder{
	color: #666;
}  
.search-bar .search-btn {
	display: block;
	width: 50px;
	height: 47px;
	border: 0;
	outline: none;
	cursor: pointer;
	background: #1073b7 url(../images/search_btn.png) no-repeat center;
}
.search-bar .search-placehoder{
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 47px; 
	line-height: 47px; 
	color: #666; 
	padding-left: 10px;
	overflow: hidden;
}
/*语言*/
.language-switch {
	float: right;
}
.language-switch a {
	float: left;
	display: inline-block;
	width: 22px;
	height: 49px;
	font-size: 23px;
	line-height: 1.1;
	text-align: center;
	color: #1073b7;
}
.language-switch span {
	float: left;
	display: inline-block;
	margin: 0 15px;
	width: 1px;
	background: #1073b7;
	height: 37px;
	margin-top: 6px;
}
/*导航条*/
.navbar {
	padding: 0 15px;
	height: 46px;
	background: #1073b7;
}
.navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar ul li {
	float: left;
}
.navbar ul li a {
	display: block;
	width: 130px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.navbar ul li a:hover, .navbar ul li.active a {
	background: #f1f1f1;
	color: #1073b7;
	text-decoration: none;
}
/*banner*/
.banner {
	width: 100%;
	height: 437px;
	background: #333;
}
.left-slide {
	float: left;
	width: 687px;
	height: 437px;
}
/*轮播图*/
.focusbox {
	position:relative;
	width:690px;
	height:437px;
	overflow:hidden;
	margin-bottom: 20px;
}
.focusbox .hd { 
	position:absolute;
	right: 10px;
	bottom: 21px;
	height:12px;
	overflow:hidden;
	z-index:1;
}
.focusbox .hd ul{ 
	float:left;
	overflow:hidden;
	zoom:1;
}
.focusbox .hd ul li{
	float:left;
	margin-right:10px; 
	width:12px;
	height:12px;
	line-height:12px;
	text-align:center;
	background:#dedee0;
	cursor:pointer;
	border-radius:50%;
}
.focusbox .hd ul li.on {
	background:#c20000;
	color:#fff;
}
.focusbox .bd {
	position:relative;
	height:100%;
	background-color: #efefef;
	z-index:0;
}
.focusbox .bd li{
	vertical-align:middle;
	zoom:1;
}
.focusbox .bd img{
	display:block;
	width:690px;
	height:437px;
}
.focusbox .bd {
	position:relative;
	width:690px;
	height:437px;
}
.focusbox .bd li {
	position:relative;
	zoom:1;
	vertical-align:middle;
}
.focusbox .bd li .pic {
	position:relative;
	z-index:0;
}
.focusbox .bd li .pic img{
	width:690px;
	height:437px;
	vertical-align:bottom;
}
.focusbox .bd li .bg{
	position:absolute;
	width:690px;
	height:54px;
	left:0;
	bottom:0;
	z-index:1;
	background:url(../images/focustitle_bg.png) repeat-x;
}
.focusbox .bd li .title {
	position:absolute;
	left:0;
	bottom:0;
	width:690px;
	height:54px;
	padding-left:25px;
	line-height:54px;
	font-size:18px;
	z-index:2;
}
.focusbox .bd li .title a{
	color:#fff;
	display: block;
}
/*动态*/
.dynamic {
    height: 417px;
    background: #f1f1f1;
    padding: 20px 20px 0;
    overflow: hidden;
}

.dynamic .tab-head {
    height: 50px;
    border-bottom: 2px solid #1073b7;
}

.dynamic .tab-head ul li {
    padding: 0 25px;
    float: left;
    height: 52px;
    line-height: 52px;
}

.dynamic .tab-head ul li.on {
	background: #1073b7 url(../images/dynamic_on_bg.png) no-repeat center bottom;
	color: #fff;
	font-weight: 600;
}

.dynamic .tab-head ul li a {
    font-size: 20px;
    text-decoration: none;
}

.dynamic .tab-head ul li.on a {
    color: #fff;
}

.dynamic .tab-body ul {

    margin-top: 15px;
}

.dynamic .tab-body ul li {
	position: relative;
    line-height: 36px;
    height: 36px;
    padding-left: 20px;
    overflow: hidden;
    cursor: pointer;
	width:470px;
}
.dynamic .tab-body ul li a {
	float: left;
	width: 66%;
	font-size: 18px;
	color: #333;
}
.dynamic .tab-body ul li a:hover {
	color: #1073b7;
}
.dynamic .tab-body ul li .liststyle-square {
	display: block;
	position: absolute;
	left: 5px;
	top: 16px;
	width: 4px;
	height: 4px;
	background: #aaa;

}
.dynamic .tab-body ul li .date {
    float: right;
    font-size: 16px;
    color: #777777;
    margin-right: 3px;
}

.openness .tab-body ul li .date {
    float: right;
    font-size: 16px;
    color: #777777;
    margin-right: 3px;
}

.dynamic .tab-body h3 {
	height:70px;
	line-height: 35px;
	font-size: 22px;
	font-weight: normal;
	margin-top: 20px;
	width:470px;
}

/*展示图*/
.adSlide {
	position: relative;
	width: 1200px;
	height: 93px;
	overflow: hidden;
}
.adSlide ul li {
	position: relative;
	width: 1200px;
	height: 93px;
	overflow: hidden;
}
.adSlide ul li a {
	display: block;
}
.adSlide ul li a img {
	width: 1200px;
	height: 93px;
	vertical-align: middle;
}
.adSlide .prev, .adSlide .next {
	position: absolute;
	display: block;
	z-index: 30;
}
.adSlide .prev { 
	top: 31px; 
	left: 15px; 
}
.adSlide .next { 
	top: 31px; 
	right: 15px; 
}
.adSlide .prev a, .adSlide .next a {
	display: block;
	width: 28px;
	height: 30px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.adSlide .prev a {
	background-image: url(../images/ad_prev.png);
}
.adSlide .next a {
	background-image: url(../images/ad_next.png);
}
.main-content {
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.main-content .left-box {
	float: left;
	width: 690px;
}
.main-content .right-box {
	float: right;
	width: 495px;
}
.column-header {
	height: 60px;
	padding: 0 15px;
	margin-bottom: 20px;
}
.column-title {
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
}
.column-body {
	position: relative;
	overflow: hidden;
}
/*右侧分享二维码*/
.right-side {
	position: absolute;
	top: 0;
	right: -90px;
	width: 70px;
	z-index: 90;
}
.right-side ul li {
	position: relative;
	width: 68px;
	height: 68px;
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.right-side ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
}
.right-side ul li a img{
	display: block;
	margin: 5px auto 5px;
}
.right-side #back-top {
	display: none;
}
.right-side ul li .QRcode-box {
	display: none;
	position: absolute;
	left: -152px;
    bottom: -100px;
    width: 151px;
    height: 170px;
	background: #fff;
    z-index: 99;
}
.right-side ul li:hover .QRcode-box{
	display:block;
}
.right-side ul li .QRcode-box img{
	width:100%;
	height:100%
}
/*政务公开*/
.public {
	position: relative;
	width: 100%;
	height: 337px;
	overflow: hidden;
}
.public-nav {
	float: right;
	margin-top: 12px;
}
.public-nav ul li {
	float: left;
	margin-left: 20px;
	line-height: 35px;
}
.public-nav ul li a .icon{
	float: left;
	display: inline-block;
	width: 35px;
	height: 36px;
	margin-right: 5px;
	background-position: center;
	background-repeat: no-repeat;
}
.public-nav ul li a {
	font-size: 20px;
	color: #333;
}
.public-nav ul li a:hover {
	color: #1073b7;
}
.public-nav ul li a .icon-menu {
	background-image: url(../images/icon_menu.png);
}
.public-nav ul li a:hover .icon-menu {
	background-image: url(../images/icon_menu_hover.png);
}
.public-nav ul li a .icon-apply {
	background-image: url(../images/icon_apply.png);
}
.public-nav ul li a:hover .icon-apply {
	background-image: url(../images/icon_apply_hover.png);
}
.public-nav ul li a .icon-retrieval {
	background-image: url(../images/icon_retrieval.png);
}
.public-nav ul li a:hover .icon-retrieval {
	background-image: url(../images/icon_retrieval_hover.png);
}
.openness {
	padding: 0 15px;
}
.openness .tab-head {
	width: 100%;
	height: 55px;
	overflow: hidden;
	
}

.openness .tab-head ul{
	height: 54px;
	border-bottom: 1px solid #aaa;
	padding:0 10px;
}
.openness .tab-head ul li{
	float: left;
	height: 52px;
	line-height: 54px;
	width: 19%;
	text-align: center;
	border-bottom: 1px solid #aaa;
	border-top: 2px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.openness .tab-head ul li:hover{
	border-bottom: 1px solid #fff;
	border-top: 2px solid #1073b7;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	font-weight: bold;
}

.openness .tab-head ul li.on{
	background:#fff;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #1073b7;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	font-weight: bold;
	color: #1073b7;
}

.openness .tab-head ul li a {
	color: #333;
	font-size: 22px;
}
/*.openness .tab-head ul li.on a{
	color: #1073b7;
	font-weight: bold;
}*/
.openness .tab-body ul li{
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	overflow: hidden;
}
.openness .tab-body ul li .liststyle-square {
	display: block;
	position: absolute;
	left: 6px;
	top: 18px;
	width: 4px;
	height: 4px;
	background: #aaa;
}
.openness .tab-body ul li a:hover {
	text-decoration: underline;
}
/*专题报道*/
.special-report {
	width: 100%;
	height: 356px;
	overflow: hidden;
	margin-top: 25px;
}
.special-report .plan-img {
	display: block;
	width: 100%;
}
.special-report .plan-img img {
	width: 100%;
	height: 93px;
}
.special-report .tag-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-top: 25px;
}
.special-report .tag-list li {
	float: left;
	display: inline-block;
	padding-right: 22px;
	margin-bottom: 10px;
}
.special-report .tag-list li a {
	display: block;
	padding: 0 10px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
}
.special-report .tag-list li a:hover {
	background: #4981bc;
	color: #fff;
}

.special-report .tag-glist {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-top: 25px;
}
.special-report .tag-glist li {
	float: left;
	width:330px;
	height:40px;
	line-height: 40px;
	margin-right: 22px;
	margin-bottom: 10px;
}
.special-report .tag-glist li a {
	display: block;
	width:310px;
	height:40px;
	background:#fff url(../images/shouyezhuantiy.png) 280px center no-repeat;
	border:#c4c4c4 1px solid;
	padding: 0 10px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
}
.special-report .tag-glist li a:hover {
	background:#4b7eb3 url(../images/shouyezhuantiyou.png) 280px center no-repeat;
	border:#c4c4c4 1px solid;
	color: #fff;
}
/*业务应用*/
.business {
	width: 100%;
}
.business .tab-head {
	padding: 0 15px;
	margin-bottom: 40px;
	overflow: hidden;
}
.business .tab-head a {
	float: left;
	display: inline-block;
	line-height: 1;
	font-size: 28px;
	font-weight: bold;
}
.business .tab-head .line {
	float: left;
	display: inline-block;
	width: 2px;
	height: 28px;
	background: #a09e9f;
	margin: 0 22px;
}
.business .tab-head a.on {
	color: #1073b7;
}
.business ul li {
	position: relative;
	float: left;
	width: 340px;
}
.business ul li a {
	display: block;
	width: 170px;
	height: 85px;
	margin: 0 20px 20px 0;
	border: solid 1px #1073b7;
	border-radius: 2px;
	font-size:26px;
	color:#222222;
	line-height:85px;
	padding-left:145px;
}
.business ul li a:hover {
	color: #ffffff;
}
.business .icon-1 {
	background-image: url(../images/bus_icon_1.png) no-repeat; 
}
.business .icon-1:hover {
	background-image: url(../images/bus_icon_1_hover.png) no-repeat; 
}
.business .icon-2 {
	background-image: url(../images/bus_icon_2.png) no-repeat; 
}
.business .icon-2:hover {
	background-image: url(../images/bus_icon_2_hover.png) no-repeat; 
}
.business .icon-3 {
	background-image: url(../images/bus_icon_3.png) no-repeat; 
}
.business .icon-3:hover {
	background-image: url(../images/bus_icon_3_hover.png) no-repeat; 
}
.business ul li  .icon-4 {
	background: url(../images/bus_icon_4.png) no-repeat 40px center; 
}
.business ul li  .icon-4:hover {
	background: #1073b7 url(../images/bus_icon_4_hover.png) no-repeat 40px center; 
}
.business .icon-5 {
	background-image: url(../images/bus_icon_5.png) no-repeat; 
}
.business .icon-5:hover {
	background-image: url(../images/bus_icon_5_hover.png) no-repeat; 
}
.business .icon-6 {
	background: url(../images/bus_icon_6.png) no-repeat 40px center; 
}
.business .icon-6:hover {
	background: #1073b7 url(../images/bus_icon_6_hover.png) no-repeat 40px center; 
}
.business .icon-7 {
	background: url(../images/bus_icon_7.png) no-repeat 40px center; 
}
.business .icon-7:hover {
	background: #1073b7 url(../images/bus_icon_7_hover.png) no-repeat 40px center; 
}
.business .icon-8 {
	background: url(../images/bus_icon_8.png) no-repeat 40px center; 
}
.business .icon-8:hover {
	background: #1073b7 url(../images/bus_icon_8_hover.png) no-repeat 40px center; 
}
.business .icon-9 {
	background: url(../images/bus_icon_9.png) no-repeat 40px center; 
}
.business .icon-9:hover {
	background: #1073b7 url(../images/bus_icon_9_hover.png) no-repeat 40px center; 
}
.business .icon-10 {
	background: url(../images/bus_icon_10.png) no-repeat 40px center; 
}
.business .icon-10:hover {
	background: #1073b7 url(../images/bus_icon_10_hover.png) no-repeat 40px center; 
}
.business ul li .icon-title {
	font-size: 22px;
}
.business ul li .icon-title:hover {
	color: #1073b7;
}
/*政务服务*/
.gov-service {
	position: relative;
	width: 100%;
	height: 337px;
}
.case-search {
	float: right;
	position: relative;
	width: 235px;
	height: 32px;
	margin-top: 14px;
	overflow: hidden;
}
.case-search .case-search-ipt {
	float: left;
	width: 138px;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 80px;
	background: #dedee0;
	border: solid 1px #1073b7;
	border-radius: 25px;
}
.case-search .case-search-btn {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 70px;
	height: 30px;
	line-height: 30px;
	background: #1073b7;
	color: #fff;
	border-radius: 25px;
	border: 0;
	outline: 0;
	cursor: pointer;
}
.case-search .search-placehoder{
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 30px; 
	line-height: 30px; 
	color: #666; 
	padding-left: 10px;
	overflow: hidden;
}
.service-list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 25px;
}
.service-list li {
	float: left;
	width: 33.3%;
}
.service-list li a {
	display: block;
	width: 100%;
	height: 90px;
	text-align: center;
}
.service-list li a .icon {
	display: block;
	width: 51px;
	height: 49px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-position: center center;
	background-repeat: no-repeat;
}
.service-list .icon.icon-1 {
	background-image: url(../images/service_icon_1.png);
}
.service-list .icon.icon-2 {
	background-image: url(../images/service_icon_2.png);
}
.service-list .icon.icon-3 {
	background-image: url(../images/service_icon_3.png);
}
/*政务服务与公众参与共用*/
.case-group {
	position: relative;
	width: 465px;
	margin: 0 auto;
	font-size: 0;
	overflow: hidden;
}
.case-group a{
	float: left;
	display: inline-block;
	_zoom:1;
	*display:inline;
	width: 231px;
	height: 100px;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	border: solid 1px #6482a6;
}
.case-group a {
	margin-left: -1px;
}
.case-group a:first-child {
	margin-left: 0;
	*margin-left: 0;
}
.case-group .case-quantity {
	line-height: 1;
	color: #306295;
	font-size: 36px;
	margin-top: 15px;
}
.case-group .case-title {
	display: block;
	line-height: 1;
	color: #333;
	font-size: 24px;
	margin-top: 10px;
}
.case-group a:hover .case-quantity {
	color: #1073b7;
}
/*公众互动*/
.interact {
	margin-top: 25px;
	overflow: hidden;
}
.interact-links {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-bottom: 30px;
}
.interact-links li {
	float: left;
	margin: 0 15px;
}
/*.interact-links li a {
	display: block;
	width: 65px;
	height: 65px;
	padding: 14px;
	line-height: 30px;
	letter-spacing:3px;
	background: #dedee0;
	text-align: center;
	color: #282828;
	font-size: 22px;
}*/
.interact-links li a {
	display: block;
	width: 95px;
	height: 85px;
	padding: 20px;
	line-height: 40px;
	letter-spacing:3px;
	background: #dedee0;
	text-align: center;
	color: #282828;
	font-size: 29px;
}
.interact-links li a:hover {
	background: #1073b7;
	color: #fff;
}
.case-chart {
	margin-top: 25px;
	padding: 0 15px;
	overflow: hidden;
}
.legend {
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
}
.legend li{
	float: left;
	margin-right: 25px; 
	line-height: 1;
	font-size: 13px;
}
.legend li .legend-symbol {
	float: left;
	display: inline-block;
	width: 7px;
	height: 13px;
	margin-right: 4px;
	background: #1073b7;
}
.legend li .symbol-bg-2{
	background: #4b7eb3;
}
.progressbar {
	float: left;
	position: relative;
	width: 385px;
	height: 10px;
	background: #c3c1c2;
	margin-top: 10px;
}
.progressbar-bar {
	position: relative;
	background: #1073b7;
	height: 100%;
}
.progressbar-text {
	float: left;
	margin-left: 10px;
	font-weight: bold;
	font-size: 24px;
	color: #333;
}
/*在线访谈民意征集*/
.online-interview {
	position: relative;
	padding: 0 15px;
	overflow: hidden;
	margin-top: 30px;
}
.online-interview .tab-head {
	margin-bottom: 20px;
	overflow: hidden;
}
.online-interview .tab-head a {
	float: left;
	display: block;
	line-height: 1;
	font-size: 28px;
	font-weight: bold;
}
.online-interview .tab-head a.on {
	color: #1073b7;
}

.online-interview .tab-head a:hover {
	color: #1073b7;
}

.online-interview .tab-head .line {
	float: left;
	width: 1px;
	height: 28px;
	background: #707070;
	margin: 0 22px;
}
.interview img {
	display: block;
	width: 465px;
}
.interview .interview-title {
	margin-top: 10px;
	line-height: 35px;
	font-size: 20px;
}
.interview .interview-info {
	line-height: 35px;
	font-size: 18px;
	color: #333;
}
/*落款*/
.main-footer {
	width: 100%;
	height: 250px;
	background: #1073b7;
	color: #fff;
	overflow: hidden;
}
.footer-links {
	/* LYL
	width: 1150px;
	*/
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}
.footer-links dt {
	float: left;
	width: 100px;
	height: 22px;
	line-height: 22px;
	margin-right: 10px;
	text-align: center;
	font-size: 19px;
}
.footer-links ul li {
	float: left;
	margin-right:10px;
}
.select-bg{
 position:relative;
 width:190px;
 height:22px;
}

.footer-links ul li select {
 position: absolute;
 top:0;
 left:0;
 z-index:4px;
 display: block;
 width:190px;
 line-height: 22px;
 font-size: 17px;
 color: #fff;
 background-color:#1073b7;
 border:#1073b7 1px solid;
 appearance: none;  
}

.top-arrow2 {
 position: absolute;
 right: 0;
 top: 0;
 width: 20px;
 height: 24px;
 z-index: 2;
 background:#1073b7;
 text-align:center;
}

.footer-links ul li a {
	position: relative;
	display: block;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 17px;
	color: #fff;
}
.footer-links ul li a .top-arrow {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 22px;
	background: url(../images/top_arrow.png) no-repeat center;
}
.main-footer .footer-info {
	position: relative;
	margin-top: 35px;
}
.main-footer .foot-img  {
	float: left;
	margin-top: 15px;
	margin-left: 160px;
	width: 52px;
	height: 64px;
}
.main-footer .foot-text {
	float: left;
	margin-left: 20px;
}
.foot-text p {
	line-height: 30px;
	text-align: left;
	font-size: 15px;
}
.foot-text p a {
	margin: 0 15px;
	color: #fff;
}
.foot-text .web-map {
	margin-left: 200px;
}
.footer-info .find-fault {
	position: absolute;
	top: 45px;
	right: 440px;
	width: 113px;
	height: 58px;
}

.as_block li{height:48px; line-height:48px;}
/*头条*/
.news{
	text-align: center;
	color: #1073b7;
	margin-top:15px;
	margin-bottom: 15px;
	background-color: #ffffff;
	padding-bottom:20px;
}
.news{
	position: relative;
}
.news .btns {
    position: absolute;
    height: 60px;
    right: 30px;
    top: 50%;
    margin-top: -30px;
    z-index: 10;
}
.news .btns {
	position:absolute;
	height:60px;
	right:30px;
	top:50%;
	margin-top:-30px;
	z-index:10;
}
.news .btns a {
		display:block;
		width:27px;
		height:27px;
		line-height:27px;
		margin-bottom:6px;
		text-align:center;
		background-color:#d3d3d3;
		background-repeat:no-repeat;
		background-position:center;
		cursor:pointer;
	}
.news .btns a.prev {background-image:url(../images/cy-l1.png);}
.news .btns a.prev:hover {background-image:url(../images/cy-l.png);}
.news .btns a.next {background-image:url(../images/cy_12.png);}
.news .btns a.next:hover {background-image:url(../images/cy_10.png);}
.news h2{
	height: 66px;
	line-height: 66px;
	font-size: 30px;
	font-weight:400px;
}
.news-logo{
	width:48px;
	height:48px;
	position: absolute;
	top:15px;
	left:20px;
}
	
	
/*/头条*/