﻿/**!
 * 某某页面-首页
 * author: gaojian;
 * date:2017-10-
 */


/* 轮播图 */

.wb-slider {
    position: relative;
    height: 346px;
    overflow: hidden;
}

.wb-slider-conbox { 
    overflow: hidden;
}

.wb-slider-ctag {  
    position: relative;
}
  
.wb-slider-ctag img {
    width: 100%;
    height: 100%;
}

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    line-height: 37px;
    color: #fff;
    background: url(../images/mask.png);
}

.wb-slider-mask .ellipsis {
	display: block;
    margin-left: 10px;
    width: 264px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-slider-switcher {
    position: absolute;
    right: 12px;
    bottom: 9px;
    height: 12px;
}

.wb-slider-stag {
    float: left;
    margin-right: 4px;
    height: 12px;
    width: 12px;
    background: url(../images/stag.png) no-repeat;
    cursor: pointer;
}

.wb-slider-stag.cur {
    background-image: url(../images/stagh.png);
}
.ewb-col-tt{
    display: block;
	height: 42px;
    width: 160px;
}
.ewb-col-tt>span{
	font-size: 55px;
	line-height: 42px;
	color: #005BFE;
}
.ewb-title{
	margin-left: 40px;
}
.ewb-title>h2{
	font-size: 20px;
	color: #333;
}
.ewb-title>p{
	font-size: 15px;
	color: #005BFE;
}
/* 新闻中心 */
.ewb-news{
    margin-top: 19px;
    height: 284px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    overflow: hidden;
}
.ewb-news-tab{
    width: 195px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-top: 2px solid #e3e3e3;
    background-color: #e3e3e3;
    margin-left: 1px;
	cursor: pointer;
}
.ewb-news-tab:first-child{
    width: 196px;
    margin-left: 0;
}
.ewb-news-tab a{
    display: block;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #333;
}
.ewb-news-bd{
    height: 243px;
}
.ewb-news-tab.current{
    border-color: #005BFE;
    background-color: #fff;
    font-weight: bold;
}
.wb-data-item {
    padding-left:14px;
    padding-top: 3px;
}

.wb-data-list {
    line-height: 34px;
    padding-left: 14px;
    background: url(../images/list_img.jpg) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    color: #999;
    padding-right: 15px;
    margin-top: -34px;
}
.wb-data-list:hover{
    background: url(../images/list_imgh.jpg) 0 50% no-repeat;
}
.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    color: #f14f00;
}
/* 交易信息 */
.ewb-trade{
    height: 464px;
    margin-top: 20px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    overflow: hidden;
}
.ewb-trade-hd .ewb-news-tab{
    width: 128px;
}
.ewb-trade-hd .ewb-news-tab:first-child{
    width: 118px;
}
.ewb-notice-hd{
    padding-top: 15px;
    padding-left: 43px;
}
.ewb-notice-tab a{
    display: block;
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    margin-right: 26px;
    color: #333;
    font-weight: bold;
    border-radius: 5px;
}
.ewb-notice-tab.current a{
    background-color: #005BFE;
    color: #fff;
}
/* 服务导航 */
.ewb-service{
    overflow: hidden;
}
.ewb-service-list{
   width: 237px;
}
.ewb-service-list a{
    display: block;
    height: 72px;
    line-height: 72px;
    text-indent: 112px;
    width: 225px;
    color: #a9161f;
    background-position: 22px center;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    margin: 19px 20px 0 0;
}
.ewb-service-item{
	margin-left: 20px;
    margin-right: -20px;
	margin-top:17px;
}
.ewb-service-icon1{
    background-image: url(../images/service_icon1.png);
}
.ewb-service-icon2{
    background-image: url(../images/service_icon2.png);
}
.ewb-service-icon3{
    background-image: url(../images/service_icon3.png);
}
.ewb-service-icon4{
    background-image: url(../images/service_icon4.png);
}
.ewb-service-icon5{
    background-image: url(../images/service_icon5.png);
}
.ewb-service-icon6{
    background-image: url(../images/service_icon6.png);
}
.ewb-service-list a:hover{
    background-color: #a9161f;
    color: #fff;
}
.ewb-service-icon1:hover{
    background-image: url(../images/service_icon1h.png);
}
.ewb-service-icon2:hover{
    background-image: url(../images/service_icon2h.png);
}
.ewb-service-icon3:hover{
    background-image: url(../images/service_icon3h.png);
}
.ewb-service-icon4:hover{
    background-image: url(../images/service_icon4h.png);
}
.ewb-service-icon5:hover{
    background-image: url(../images/service_icon5h.png);
}
.ewb-service-icon6:hover{
    background-image: url(../images/service_icon6h.png);
}
/* 登入按钮 */
.ewb-login{
    height: 526px;
    overflow: hidden;
}
.ewb-login-list{
    height: 80px;
    vertical-align: top;
    margin-bottom: 9px;
}
.ewb-login-list a{
    display: block;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    background-position: 44px center;
    background-repeat: no-repeat;
    padding-left:116px;
    color: #fff;
}
.ewb-login-list a:hover{
    background-color: #fff;
    height: 78px;
}
.ewb-login-item{
    margin-bottom: -9px;
}
.ewb-login-icon1{
    background-image: url(../images/login_icon1.png);
    background-color: #a9161f;
    
}
.ewb-login-icon2{
    background-image: url(../images/login_icon2.png);
    background-color: #bc1823;
    
}
.ewb-login-icon3{
    background-image: url(../images/login_icon3.png);
    background-color: #ca4222;
    
}
.ewb-login-icon4{
    background-image: url(../images/login_icon4.png);
    background-color: #ca4222;
    
}
.ewb-login-icon5{
    background-image: url(../images/login_icon5.png);
    background-color: #e17024;
    
}
.ewb-login-icon6{
    background-image: url(../images/login_icon6.png);
    background-color: #e17024;
    
}
.ewb-login-icon7{
    background-image: url(../images/login_icon7.png);
    background-color: #e18a24;
    
}
.ewb-login-icon8{
    background-image: url(../images/login_icon8.png);
    background-color: #e18a24;
    
}
.ewb-login-icon1:hover{
    background-image: url(../images/login_iconh1.png);
    border: 1px solid #a9161f;
    color: #a9161f;
}
.ewb-login-icon2:hover{
    background-image: url(../images/login_iconh2.png);
    border: 1px solid #bc1823;
    color: #bc1823;
}
.ewb-login-icon3:hover{
    background-image: url(../images/login_iconh3.png);
    border: 1px solid #ca4222;
    color: #ca4222;
}
.ewb-login-icon4:hover{
    background-image: url(../images/login_iconh4.png);
    border: 1px solid #ca4222;
    color: #ca4222;
}
.ewb-login-icon5:hover{
    background-image: url(../images/login_iconh5.png);
    border: 1px solid #e17024;
    color: #e17024;
}
.ewb-login-icon6:hover{
    background-image: url(../images/login_iconh6.png);
    border: 1px solid #e17024;
    color: #e17024;
}
.ewb-login-icon7:hover{
    background-image: url(../images/login_iconh7.png);
    border: 1px solid #e18a24;
    color: #e18a24;
}
.ewb-login-icon8:hover{
    background-image: url(../images/login_iconh8.png);
    border: 1px solid #e18a24;
    color: #e18a24;
}
.ewb-login-list.spe>a {
    line-height: 20px;
    padding-top: 14px;
    height: 65px;
}
/* 场地安排 */
.ewb-field .ewb-col-hd{
    padding-bottom: 19px;
}
.ewb-table-field th{
    height: 41px;
    text-align: center;
    background-color: #005BFE;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.ewb-col1{
    width: 420px;
}
.ewb-col2{
    width: 170px;
}
.ewb-col3{
    width: 200px;
}
.ewb-col4{
    width: 220px;
}
.ewb-col5{
    width: 190px;
}
.wb-tab-infor {
    width: 1198px;
    height: 366px;
    border: 1px solid #e2e2e2;
    border-top: 0;
}
.wb-textlist{
    width: 1198px;
    height:366px;
    overflow: hidden;
}
span.ewb-col1{
    width: 395px;
}

span.ewb-col5{
    width: 210px;
}
.wb-textlist>li{
    height: 36px;
    line-height: 36px;
}
.wb-textlist>li:hover{
    background-color: #ffe1e3;
}
.even{
    background-color: #f5f5f5;
}
.wb-textlist>li span{
    text-align: center;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
span.ewb-col1>a{
    display: block;
    width: 340px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 曝光台 */
.ewb-exposure{
    margin-top: 17px;
    height: 285px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    overflow: hidden;
}
.ewb-exposure-span{
    height: 41px;
    width: 304px;
    margin-left: 1px;
	border-top: 1px solid #e3e3e3;
}
.ewb-exposure-bd{
    padding: 10px 15px 0;
    height: 234px;
}
.ewb-exposure-table th{
    height: 30px;
    background-color: #f2f2f2;
    text-align: center;
}
.ewb-column1{
    width: 155px;
}
.ewb-column2{
    width: 125px;
}
.ewb-column3{
    width: 235px;
}
.ewb-column4{
    width: 100px;
}
.ewb-column5{
    width: 124px;
}
.ewb-exposure-item{
    width: 863px;
    height:194px;
    overflow: hidden;
}
.ewb-exposure-item li{
    line-height: 33px;
    height: 33px;
    color:#333;
    font-size: 14px;
    border-bottom: 1px dashed #d3d3d3;
}
.ewb-exposure-item li:hover{
    background-color: #ffe1e3;
}
span.ewb-column1{
    width: 154px;
}
.ewb-exposure-item li span{
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
span.ewb-column3>a{
    display: block;
    width: 220px;
    margin: 0 auto;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.ewb-oline{
    padding-top: 17px;
    height: 286px;
    overflow: hidden;
}
.ewb-online-list{
    width: 50%;
    *width: 49.99999%;
}
.ewb-online-list a{
    display: block;
    width: 137px;
    height: 43px;
    padding-top: 94px;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    background-position: center 24px;
    background-repeat: no-repeat;
    margin: 10px 10px 0 0;
    color: #fff;
}
.ewb-online-list a:hover{
    width: 133px;
    height: 39px;
    background-color: #fff;
}
.ewb-oline-item{
    margin: -10px -10px 0 0;
}
.ewb-oline-icon1{
	background-image: url(../images/online_icon4h.png);
	background-color: #a9161f;
}
.ewb-oline-icon2{
    background-image: url(../images/online_icon2h.png);
    background-color: #ca4222;
}
.ewb-oline-icon3{
    background-image: url(../images/online_icon3h.png);
    background-color: #e17024;
}
.ewb-oline-icon4{
    background-image: url(../images/online_icon1h.png);
    background-color: #e18a24;
}
.ewb-oline-icon1:hover{
    background-image: url(../images/online_icon4.png);
    color: #bc1823;
    border: 2px solid #a9161f;
}
.ewb-oline-icon2:hover{
    background-image: url(../images/online_icon2.png);
    color: #ca4222;
    border: 2px solid #ca4222;
}
.ewb-oline-icon3:hover{
    background-image: url(../images/online_icon3.png);
    color: #e17024;
    border: 2px solid #e17024;
}
.ewb-oline-icon4:hover{
	background-image: url(../images/online_icon1.png);
    color: #e18a24;
	border: 2px solid #e18a24;
}
.ewb-img{
    margin-top: 20px;
    height: 103px;
    padding-left: 1px;
}
.ewb-limg1>img{
    margin-right: 15px;
}
.ewb-limg2>img{
    margin-right: 16px;
}
.ewb-limg3>img{
    margin-right: 15px;
}
/* 友情链接 */
.ewb-sele{
    width: 284px;
    height: 41px;
    border: 1px solid #d5d5d5;
    margin-right: 18px;
    color: #999;
    font-size: 16px;
}
.ewb-link{
    padding-top: 18px;
    margin-right: -18px;
}

/* 新增弹框样式 */
.ewb-pop{
    width: 532px;
    /* height: 390px; */
    background-color: #fff;
}
.ewb-pop-hd{
    height: 42px;
    padding-left: 25px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #a9161f;
}
.ewb-pop-bd{
    padding: 27px 0 40px 45px;
}
.ewb-pop-bd a{
    width: 180px;
    padding-top: 128px;
    height: 43px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
	margin-top:20px;
}
.ewb-pop-item1{
    margin-right: 45px;
    background: url(../images/pop_icon1.png);
}
.ewb-pop-item2{
	margin-right: 45px;
    background: url(../images/pop_icon2.png);
}


/* 新增弹框样式2 */
.ewb-pop2{
    width: 940px;
    /* height: 390px; */
    background-color: #fff;
}
.ewb-pop-item3{
    margin-right: 45px;
    background: url(../images/pop_icon3.png);
}
.ewb-pop-item4{
    margin-right: 45px;
    background: url(../images/pop_icon4.png);
}
.ewb-pop-item5{
    background: url(../images/pop_icon5.png);
}
.ewb-pop-item6{
    background: url(../images/pop_icon6.png);
}

/* 轮播图2 */
.wb-slider2 {
    position: relative;
    height: 457px;
    overflow: hidden;
}

.wb-slider-conbox2 { 
    overflow: hidden;
}

.wb-slider-ctag2 {  
    position: relative;
}
  
.wb-slider-ctag2 img {
    width: 100%;
    height: 100%;
}

.wb-slider-mask2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    line-height: 37px;
    color: #fff;
    background: url(../images/mask.png);
}

.wb-slider-mask2 .ellipsis {
	display: block;
    margin-left: 10px;
    width: 264px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-slider-switcher2 {
    position: absolute;
    right: 12px;
    bottom: 9px;
    height: 12px;
}

.wb-slider-stag2 {
    float: left;
    margin-right: 4px;
    height: 12px;
    width: 12px;
    background: url(../images/stag.png) no-repeat;
    cursor: pointer;
}

.wb-slider-stag2.cur {
    background-image: url(../images/stagh.png);
}






/*底部链接栏目*/
#sitemap {
    border-top: 6px solid #a9161f;
    margin-top: 20px;
}

#sitemap .sitemap-list {
    width: 14.28%;
    float: left;
    padding-top: 20px;
}

#sitemap .sitemap-list li {
    text-align: center;
}

#sitemap .sitemap-list li a {
    display: block;
    width: 100%;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
#sitemap .sitemap-list li h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

#sitemap .sitemap-list li:hover a {
    color: #015f9d;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

/*精准扶贫弹出窗口*/
.ewb-pop4{
    width: 770px;
    /* height: 390px; */
	height:820px;
    background-color: #fff;
}

.ewb-jztp-list{
    height: 214px;
	width:354px;
	float:left;
}
.ewb-jztp-list a{
    display: block;
    height: 214px;
    color: #fff;
	width:354px;
	background-repeat: no-repeat;
}
.ewb-jztp-list a:hover{
    background-color: #fff;
    height: 214px;
}
.ewb-jztp-item{
	background-color: #fff;
}
.ewb-jztp-icon1{
    background-image: url(../images/fpzc.png);
	background-repeat:no-repeat;
}
.ewb-jztp-icon2{
    background-image: url(../images/fplx.png) ;
	background-repeat:no-repeat;
} 
.ewb-jztp-icon3{
    background-image: url(../images/hzwx.png) ;
    
}
.ewb-jztp-icon4{
    background-image: url(../images/fpdkt.png) ;
    
}
.ewb-jztp-icon5{
    background-image: url(../images/jzfp1.png) ;
    
}
.ewb-jztp-icon6{
    background-image: url(../images/xdsc.png) ;
}

.ewb-jztp-icon1:hover{
    background-image: url(../images/fpzc_hover.png);
    
}
.ewb-jztp-icon2:hover{
    background-image: url(../images/fpkx_hover.png);
    
}
.ewb-jztp-icon3:hover{
    background-image: url(../images/hzwx_hover.png);
    
}
.ewb-jztp-icon4:hover{
    background-image: url(../images/fpdkt_hover.png);
    
}
.ewb-jztp-icon5:hover{
    background-image: url(../images/jzfp1_hover.png);
   
}
.ewb-jztp-icon6:hover{
    background-image: url(../images/xdsc_hover.png);
    
}









