﻿@charset "UTF-8";

/*
 * @Author:majingyi
 * @Date: 2019/5/20 14:00;
 * @Last Modified by: majingyi
 */

body{
	background: #f7f7f7;
}

.w-container{
	width: 1200px;
	margin: 0 auto;
}
.header{
	height: 240px;
	position: relative;
}
.header .logo{
	display: inline-block;
	margin-top: 30px;
}
.header-banner{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.header-banner div{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: top center;
}
.header-banner div.img1{
	background-image: url(../images/img1.png);
}
.header-banner div.img2{
	background-image: url(../images/img2.png);
}
.weather-box{
	width: 300px;
	height: 160px;
	border-radius: 16px;
	background: #2897e5 url('');
	margin-top: 40px;
}
.weather-box.yun{
	background: url(../images/yun.gif);
}
.weather-box .address{
	padding-top: 15px;
    padding-left: 20px;
    margin-bottom: 26px;
}
.weather-box .address .img{
	margin-top: 10px;
	margin-right: 6px;
}
.weather-box .address .name{
	color: #fefefe;
	font-size: 24px;
}
.weather-drop{
	border-radius: 3px;
	background: #2bb034;
	position: relative;
	display: inline-block;
	height: 20px;
	margin-left: 8px;
}
.weather-drop .tag{
	color: #fff;
	font-size: 12px;
	padding: 0 6px;
	line-height: 20px;
	cursor: pointer;
}
.weather-drop .tag img{
	vertical-align: middle;
	margin-left: 3px;
}
.weather-drop .drop-l{
	position: absolute;
	width: 100%;
	left: 0;
	top: 20px;
	background: #2bb034;
	display: none;
}
.weather-drop .drop-l li{
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	padding: 0 6px;
	cursor: pointer;
}
.weather-drop .drop-l li:hover,.weather-drop .tag:hover{
	font-weight: bold;
}
.weather-box .weather{
	height: 40px;
	line-height: 40px;
}
.weather-box .weather span{
	vertical-align: bottom;
	color: #fff;
	display: inline-block;
}
.weather-box .weather .img{
	height: 40px;
	width: 46px;
	margin-left: 18px;
}
.weather-box .weather .img.sun{
	background: url(../images/icon1.png) left center no-repeat;
	background-size: 48px 40px;
}
.weather-box .weather .num{
	font-size: 36px;
	padding-right: 24px;
	background: url(../images/icon2.png) right top no-repeat;
}
.weather-box .weather .word{
	font-size: 18px;
	line-height: 30px;
}
.weather-box .weather .wind{
	font-size: 18px;
	line-height: 18px;
	margin-top: 18px;
	margin-right: 20px;
}
.weather-box .date{
	padding-left: 28px;
	padding-top: 17px;
}
.weather-box .date span{
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin-right: 6px;
}
.nav{
	height: 49px;
	border-top: 1px solid #5da8e4;
	background: #1378cc;
}
.nav-l a{
	display: inline-block;
	width: 171px;
	height: 49px;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: url(../images/bg1.png) right center no-repeat;
}
.nav-l a.ls{
	background: none;
}
.nav-l a.cur,.nav-l a:hover{
	font-weight: bold;
	background: #1966b0;
	margin-top: -7px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-top: 7px;
}
.welcome-bar{
	height: 36px;
	background: #1966b0;
}
.wel-box{
	height: 36px;
	line-height: 36px;
}
.wel-box span{
	color: #8dc5fa;
	font-size: 14px;
	vertical-align: middle;
	line-height: 14px;
}
.wel-box img{
	vertical-align: middle;
	margin-right: 10px;
}
.search-box{
	width: 232px;
	height: 28px;
	margin-top: 4px;
	background: url(../images/bg2.png) no-repeat;
}
.search-box input{
	padding: 0 12px;
	height: 28px;
	width: 178px;
}
.search-box button{
	width: 18px;
	height: 18px;
	margin-top: 5px;
	background: url(../images/icon5.png);
}
.warning-banner{
	width: 100%;
	position: relative;
	background: #0e6dcc;
}
.warning-bar {
	height: 112px;
}
.warning-banner .title{
	width: 120px;
	height: 52px;
	background: #fff;
	text-align: center;
	line-height: 52px;
}
.warning-banner .title img{
	vertical-align: middle;
	margin-right: 7px;
}
.warning-banner .title span{
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
}
.qx-box .title span{
	color: #f74b4b;
}
.yj-box .title span{
	color: #2b76bd;
}
.qx-list{
	height: 52px;
	width: 400px;
	padding-left: 40px;
	padding-right: 30px;
	background: url(../images/bg3.png);
}
.qx-l{
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.qx-list li{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.qx-list li img{
	margin-right: 10px;
}
.qx-list li a{
	color: #fff;
	font-size: 16px;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 14px;
}
.qx-list li a:hover{
	font-weight: bold;
}
.yj-box .qx-list li a{
	padding-left: 14px;
	background: url(../images/icon27.png) left center no-repeat;
}
.warning-banner .btn{
	position: absolute;
	top: 0;
	right: 5%;
	width: 54px;
	height: 54px;
	background: url(../images/icon8.png);
	cursor: pointer;
}
.warning-banner .btn.cur{
	background: url(../images/icon9.png);
}
/*底部链接*/
.f-link{
	height: 80px;
	padding-top: 20px;
	width: 100%;
	background: #eeeeee;
}
.drop-down {
    float: left;
    position: relative;
    width: 285px;
    height: 60px;
    margin-left: 20px;
    background: #fff url(../images/f-arrow.png) 252px center no-repeat;
}
.drop-down:first-child{
    margin-left: 0px;
}
.drop-down .tag {
    padding-left: 19px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    line-height: 60px;
}
.drop-down .tag:hover{
	font-weight: bold;
}
.drop-lists {
    display: none;
    position: absolute;
    bottom: 60px;
    width: 100%;
    max-height: 120px;
    overflow-y: auto;
    background: #fff;
}
.drop-lists li {
    height: 40px;
    line-height: 40px;
}
.drop-lists li a {
    margin-left: 19px;
    font-size: 12px;
    color: #566279;
}
.drop-lists li a:hover{
    font-weight: bold;
}
.f-help{
	height: 148px;
	width: 100%;
	background: #1966b0;
}
.f-text{
	padding-top: 38px;
}
.f-text p{
	color: #a6c1e1;
	line-height: 24px;
	font-size: 14px;
}
.f-text p span{
	display: inline-block;
	margin-right: 22px;
}
.f-img a{
	display: inline-block;
	float: right;
}
.f-img a:hover{
	opacity: 0.8;
}
.f-img .img1{
	margin-right: 16px;
}
.f-img .img2{
	margin-top: 8px;
}
/*右侧*/
.vps-fixed-box{
	position: fixed;
	top: 40%;
	right: 50px;
	width: 84px;
	border-top: 3px solid #1988e8;
	background: #ffffff;
	box-sizing: border-box;
}
.vps-fixed-box .go-index{
	display: block;
	width: 100%;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	color: #333333;
	font-size: 12px;
	border-bottom: 1px solid #eaeff3;
}
.vps-fixed-box .item{
	display: block;
	border-bottom: 1px solid #eaeff3;
	text-align: center;
	font-size: 0px;
	padding-bottom: 6px;
}
.vps-fixed-box a:hover{
	font-weight: bold;
}
.vps-fixed-box .item .pic{
	display: inline-block;
}
.vps-fixed-box .item .pic img{
	display: block;
	margin:0 auto;
	padding:6px 0px;
}
.vps-fixed-box .item span.txt{
	display: block;
	line-height: 12px;
	font-size:12px;
	color: #333;
	text-align: center;
}
.vps-fixed-box .gotop{
	height: 35px;
	display: block;
	line-height: 35px;
	font-size: 12px;
	color: #333;
	text-align: center;
}
/*首页*/
.index-boxshadow{
    box-shadow: 0 2px 6px 0 #eeeeee;
    background: #fff;
    padding: 0 20px;
}
.index-headline{
    text-align: center;
    height: 88px;
    padding-top: 16px;
    width: 100%;
    padding-bottom: 36px;
}
.index-headline-tab{
    width: 930px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.index-headline .item{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.index-headline a{
    display: block;
    width: 100%;
    height: 100%;
}
.index-headline a:hover h1,.index-headline a:hover p{
	color: #f74b4b;
}
.index-headline h1{
    color: #333333;
    font-size: 36px;
    margin-bottom: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-headline p{
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-headline p span{
    color: #f74b4b;
    font-size: 14px;
}
.index-wrap1-col1{
    width: 560px;
    height: 325px;
    position: relative;
    overflow: hidden;
}
.index-newspic{
    width: 100%;
    height: 100%;
    position: absolute;
}
.index-newspic li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index-newspic li img {
    width: 100%;
    height: 100%;
}
.index-pictt {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 55px;
    bottom: 0;
    background: url(../images/bg4.png);
}
.index-pictt li {
    width: 100%;
    height: 100%;
}
.index-pictt li a {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    max-width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 20px;
}
.index-picpg {
    position: absolute;
    bottom: 17px;
    right: 20px;
}
.index-picpg li {
    float: left;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    cursor: pointer;
    background: url(../images/icon10.png);
    border-radius: 50%;
}
.index-picpg li.cur {
    background: url(../images/icon11.png);
}
.index-wrap1-col2{
	width: 560px;
	height: 325px;
}
.qx-tit1{
	border-bottom: 1px solid #e9e9e9;
	height: 34px;
}
.qx-tit1 .tit{
	display: inline-block;
	color: #333333;
	font-size: 18px;
	line-height: 1;
	padding: 0 6px;
	margin-right: 14px;
}
.qx-tit1 .tit.cur{
	border-bottom: 2px solid #1966b0;
	padding-bottom: 14px;
	color: #1966b0;
	font-weight: bold;
}
.qx-tit1 .more{
	color: #999999;
	font-size: 12px;
}
.qx-list1 li{
	height: 36px;
}
.qx-list1 li a{
	display: inline-block;
	padding-left: 16px;
	color: #666666;
	font-size: 16px;
	max-width: 76%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/icon12.png) left center no-repeat;
}
.qx-list1 li a:hover{
	font-weight: bold;
	color: #1966b0;
}
.qx-list1 li span{
	color: #c1c1c1;
	font-size: 14px;
	float: right;
	display: inline-block;
	line-height: 21px;
}
.index-wrap1-col2-l{
	padding-top: 18px;
}
.qx-item{
	display: none;
}
.qx-item.show{
	display: block;
}
.qx-tit .tit.ls{
	margin-right: 0;
}
.qx-tit1 .more:hover{
	font-weight: bold;
}
.idnex-box1{
	padding-bottom: 20px;
}
.index-wrap2{
    width: 100%;
    height: 124px;
    position: relative;
    overflow: hidden;
}
.index-wrap2-pic li{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.index-wrap2-pic li:hover,.index-box3-pic li:hover{
	opacity: 0.8;
}
.index-wrap2-pic li img{
    width: 100%;
    height: 100%;
}
.index-wrap2-pg{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.index-wrap2-pg li{
    float: left;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    cursor: pointer;
    background: #f56711;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
}
.index-wrap2-pg li.cur{
    background: #ea2217;
}
.index-newsbox{
	width: 560px;
	padding-top: 20px;
}
.qx-tit2{
	height: 39px;
	border-bottom: 1px solid #e9e9e9;
}
.qx-tit2 .tit{
	display: inline-block;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.qx-tit2 .tit:hover{
	opacity: 0.8;
}
.qx-tit2 .more{
	display: inline-block;
	margin-top: 5px;
}
.qx-tit2 .more:hover{
	opacity: 0.8;
}
.index-newsbox .qx-list1{
	padding-top: 18px;
}
.index-box3{
    height: 124px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.index-box3-pic{
    position: relative;
    overflow: hidden;
	height: 100%;
}
.index-box3-pic ul{
    position: absolute;
	overflow: hidden;
	height: 100%;
}
.index-box3-pic li{
    float: left;
    margin-right: 22px;
    width: 372px;
    height: 124px;
}
.index-box3-pic li img{
	width: 100%;
	height: 100%;
}
.index-box4{
	padding-top: 20px;
	padding-bottom: 20px;
}
.index-box4-nav1{
	text-align: center;
	height: 228px;
	width: 126px;
	border: 1px solid #f6f6f6;
	background: url(../images/icon13.png) center 176px no-repeat #fff;
}
.index-box4-nav{
	width: 400px;
}
.index-box4-nav a{
	display: inline-block;
	border: 1px solid #f6f6f6;
	text-align: center;
	float: left;
	background-color: #fff;
}
.index-box4-nav .index-box4-nav2{
	margin-left: 10px;
	margin-top: 10px;
	width: 124px;
	height: 98px; 
	line-height: 98px;
}
.index-box4-nav .index-box4-nav2 span{
	vertical-align: middle;
	color: #000000;
	font-size: 14px;
	line-height: 1;
}
.index-box4-nav .index-box4-nav2:hover{
	background: url(../images/bg5.png) left bottom repeat-x #fff;
}
.index-box4-nav1:hover{
	font-weight: bold;
}
.index-box4-nav1 p{
	display: inline-block;
	line-height: 1;
	padding: 0 12px;
}
.index-box4-nav1 p span{
	line-height: 28px;
	color: #000000;
	font-size: 16px;
	display: inline-block;
	margin-top: 13px;
}
.index-box4-list{
	width: 574px;
	margin-left: 19px;
	padding-top: 15px;
}
.index-box4-t{
	height: 22px;
	background: url(../images/bg6.png) right center no-repeat;
}
.index-box4-t .tit{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.index-box4-t .tit:hover,.index-box4-t .more:hover{
	opacity: 0.8;
}
.index-box4-t .more{
	display: inline-block;
	float: right;
	margin-top: 2px;
}
.index-box4-list .qx-list1{
	padding-top: 14px;
}
.index-box4-wrap1{
	width: 1010px;
	height: 230px;
	background: #fafafa;
}
.index-box5{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.index-box5-wrap1{
	width: 470px;
    height: 274px;
    padding: 33px 0 0 20px;
    border: 1px solid #ededed;
}
.index-box5-wrap1-col1 .address-name{
	display: inline-block;
	color: #333;
	font-size: 40px;
	line-height: 48px;
	margin-left: 20px;
}
.index-box5-wrap1-col1 .q-drop-down{
	display: inline-block;
	margin: 7px 0 0 19px;
}
.index-box5-wrap1-col1 .info{
	display: inline-block;
	margin-left: 20px;
}
.index-box5-wrap1-col1 .info p a {
    color: #999999;
    font-size: 14px;
}
.index-box5-wrap1 .q_contents_top_center{
	width: 100%;
	text-align: center;
	padding-top: 29px;
	height: 113px;
}
.index-box5-wrap1 .q_contents_top_center a{
	font-size: 68.19px;
}
.index-box5-wrap1 .q_contents_top_center a .du{
	font-size: 54.55px;
}
.index-box5-wrap1-col2{
	padding-left: 70px;
}
.index-box5-wrap1-col2 p{
	height: 32px;
}
.index-box5-wrap1-col2 span{
	color: #666666;
	font-size: 16px;
	display: inline-block;
	width: 198px;
}
.index-box5-wrap2 .q_content_bottom{
	width: auto;
	margin-top: 0;
}
.index-box5-wrap2 .q_content_bottom li{
	margin-right: 12px;
}
.q_content_bottom .weather-item{
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
}
.q_content_bottom .weather-item.fir{
	margin-top: 14px;
}
.q_content_bottom .weather-item.sec{
	margin-bottom: 16px;
}
.q_content_bottom .weather-item.yu{
	background-image: url(../images/xiaoyu.png);
}
.q_content_bottom li:hover .weather-item.yu{
	background-image: url(../images/xiaoyuo.png);
}
.q_content_bottom .weather-item.duoyun{
	background-image: url(../images/duyun.png);
}
.q_content_bottom li:hover .weather-item.duoyun{
	background-image: url(../images/duyuno.png);
}
.q_content_bottom .weather-item.qing{
	display: block;
	background-image: url(../images/qing-hui.png);
}
.q_content_bottom li:hover .weather-item.qing{
	background-image: url(../images/qing.png);
}
.q_content_bottom .weather-item.yin{
	background-image: url(../images/yin.png);
}
.q_content_bottom li:hover .weather-item.yin{
	background-image: url(../images/yin_bai.png);
}
/*政务服务*/
.zw-box1{
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.zw-wrap1{
	width: 300px;
}
.zw-nav1-t .tit{
	display: block;
	height: 52px;
	text-align: center;
	position: relative;
	line-height: 52px;
	background: #3785cd;
}
.zw-nav1-t .tit:hover{
	opacity: 0.8;
}
.zw-nav1-t .tit img{
	vertical-align: middle;
	margin-right: 10px;
}
.zw-nav1-t .tit span{
	display: inline-block;
	vertical-align: middle;
}
.zw-nav1-t .tit .f-font{
	font-size: 24px;
	color: #fff;
	position: relative;
}
.zw-nav1-t .tit .b-font{
	font-size: 32px;
	color: #fff;
	opacity: 0.05;
	-khtml-opacity:0.05;
	-moz-opacity:0.05;
	filter:alpha(opacity=0.05);
	filter:"alpha(opacity=5)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=5);
	font-weight: bold;
	position: absolute;
	right: -10px;
    top: 14px;
	line-height: 1;
}
.zw-nav1-l{
	padding: 0 22px;
}
.zw-nav1-l a{
	display: block;
	height: 52px;
	border-bottom: 1px dashed #e5e5e5;
	line-height: 52px;
}
.zw-nav1-l a:hover span{
	color: #1966b0;
}
.zw-nav1-l a .name{
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	display: inline-block;
	margin-left: 18px;
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.zw-nav1-l a .job{
	display: inline-block;
	width: 124px;
	text-align: center;
	font-size: 13px;
	float: left;
	color: #999999;
}
.zw-nav-con{
	border: 1px solid #e4e9ef;
	border-top: none;
}
.zw-nav2{
	padding: 28px 22px 10px;
}
.zw-nav2 a{
	display: block;
	height: 48px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	margin-bottom: 10px;
}
.zw-nav2 a:hover{
	font-weight: bold;
}
.zw-nav2 a.a1{
	background: #439ec1;
}
.zw-nav2 a.a2{
	background: #77a85e;
}
.zw-nav2 a.a3{
	background: #507bc2;
}
.zw-wrap2{
	width: 830px;
}
.zw-newsbox{
	width: 400px;
}
.zw-newsbox .qx-list1{
	padding-top: 19px;
}
.zw-col2{
	margin-top: 22px;
}
.zw-col2 .index-box4-wrap1{
	width: 400px;
}
.zw-col2 .index-box4-nav1{
	width: 115px;
}
.zw-col2 .index-box4-nav1 p{
	padding: 0;
}
.zw-banner{
	width: 400px;
	height: 230px;
}
.zw-banner a{
	display: inline-block;
	margin-bottom: 10px;
}
.zw-banner a:hover{
	opacity: 0.8;
}
/*网上办事*/
.bs-box1{
	padding-top: 20px;
	padding-bottom: 20px;
}
.bs-wrap1{
	width: 580px;
}
.bs-wrap1-title .tit{
	display: inline-block;
	height: 52px;
	width: 290px;
	position: relative;
	background: #f2f2f2;
}
.zw-nav1-t.bs-wrap1-title .tit span{
	color: #999999;
}
.zw-nav1-t.bs-wrap1-title .tit.cur span{
	color: #fff;
}
.bs-wrap1-title .tit.cur{
	background: #3785cd;
}
.bs-wrap1-title .tit .f-font{
	padding-left: 33px;
	position: relative;
}
.bs-wrap1-title .tit .f-font.a1{
	background: url(../images/icon18.png) left center no-repeat;
}
.bs-wrap1-title .tit.cur .f-font.a1{
	background: url(../images/icon18o.png) left center no-repeat;
}
.bs-wrap1-title .tit .f-font.a2{
	background: url(../images/icon19.png) left center no-repeat;
}
.bs-wrap1-title .tit.cur .f-font.a2{
	background: url(../images/icon19o.png) left center no-repeat;
}
.bs-item{
	display: none;
}
.bs-item.show{
	display: block;
}
.bs-wrap1-table .w226{
	width: 226px;
	padding-left: 20px;
}
.bs-wrap1-table .w114{
	width: 114px;
}
.bs-wrap1-table .w96{
	width: 96px;
}
.bs-wrap1-table li{
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bs-wrap1-table .tit li{
	color: #3785cd;
	font-size: 18px;
	text-align: center;
	line-height: 79px;
}
.bs-wrap1-table ul,.bs-wrap1-table tr{
	height: 79px;
	border-bottom: 1px solid #f6f6f6
}
.bs-wrap1-table .tit{
	background: #fafafa;
}
.bs-wrap1-table .con td{
	text-align: center;
	color: #666666;
	font-size: 16px;
}
.bs-wrap1-table .con td.w226{
	text-align: left;
}
.bs-wrap1-table .con td a{
	color: #666666;
	font-size: 16px;
	line-height: 28px;
}
.bs-wrap1-table .con td a:hover{
	color: #f74b4b;
	font-weight: bold;
}
.bs-wrap1-table .con td a span{
	color: #f74b4b;
	padding-left: 4px;
}
.bs-wrap1-table .con td img:hover{
	opacity: 0.8;
}
.bs-wrap1-list{
	max-height: 634px;
	overflow-y: auto;
}
.bs-wrap1-con{
	border: 1px solid #f6f6f6;
	border-top: none;
}
.bs-wrap2{
	width: 560px;
}
.bs-banner1 a{
	display: inline-block;
}
.bs-banner1 a:hover{
	opacity: 0.8;
}
.bs-banner2{
	margin-top: 18px;
	padding-top: 10px;
	padding-left: 15px;
	background: #fafafa;
}
.bs-banner2 a{
	display: inline-block;
	width: 258px;
	height: 75px;
	border: 1px solid #f3f3f3;
	text-align: center;
	line-height: 75px;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}
.bs-banner2 a:hover{
	background: url(../images/bg7.png) left bottom repeat-x;
}
.bs-banner2 a img{
	vertical-align: middle;
	margin-right: 10px;
}
.bs-banner2 a span{
	color: #333333;
	font-size: 18px;
	line-height: 1;
	vertical-align: middle;
}
.bs-xxck{
	background: #fafafa;
}
.bs-xxck-t{
	height: 54px;
	border: 1px solid #f6f6f6;
	padding-left: 19px;
	line-height: 54px;
	background: #fff;
}
.bs-xxck-t .tit:hover{
	font-weight: bold;
}
.bs-xxck-t .tit img{
	vertical-align: middle;
	margin-right: 10px;
}
.bs-xxck-t .tit span{
	color: #333333;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.bs-xxck-list{
	padding: 10px 10px 0;
	height: 340px;
}
.bs-xxck-item{
	border: 1px solid #f3f3f3;
	height: 75px;
	padding-left: 20px;
	margin-bottom: 7px;
	background: #fff;
}
.bs-xxck-item p,.bs-xxck-item p a{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
.bs-xxck-item .tit{
	font-weight: bold;
	margin-top: 13px;
}
.bs-xxck-item p a span{
	color: #ff1751;
}
.bs-xxck-item p a:hover{
	font-weight: bold;
}