﻿/**!
 * 首页
 * author: wangkai;
 */

/* main */

.ewb-main {
    padding-bottom: 25px;
}

/*自定义删格*/

.ewb-span792 {
    float: left;
    width: 792px;
}

.ewb-span588 {
    float: left;
    width: 588px;
}

.ewb-span434 {
    float: left;
    width: 434px;
}

.ewb-span384 {
    float: left;
    width: 384px;
}

.ewb-span364 {
    float: left;
    width: 364px;
}

.ewb-span354 {
    float: left;
    width: 354px;
}

/*公共层高样式*/

.ewb-layer1 {
    height: 271px;
    overflow: hidden;
}

.ewb-layer2 {
    height: 244px;
    overflow: hidden;
}

.ewb-layer2-bd {
    margin-top: 15px;
}

/*公共标题样式*/

.ewb-cm-hd {
    height: 41px;
    border-bottom: 2px solid #e8e8e8;
}

.ewb-cm-tt {
    float: left;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

.ewb-cm-tt.current {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 3px solid #0048da;
    background: url(../images/tt_ico.png) center bottom no-repeat;
}

/*公共tab切换样式*/

.ewb-tab-hd {
    height: 32px;
    background-color: #e8e8e8;
}

.ewb-tab-tt {
    float: left;
    margin: 3px 0 0 48px;
    padding: 0 7px;
    height: 29px;
    line-height: 29px;
    border-radius: 2px 2px 0 0;
    font-size: 15px;
    color: #333;
}

.ewb-tab-tt:first-child {
    margin-left: 10px;
}

.ewb-tab-tt.current {
    font-weight: bold;
    color: #0048da;
    background-color: #fff;
}

/*信息列表*/

.ewb-list {
    padding: 5px 10px 0 10px;
}

.ewb-list-node {
    padding-left: 15px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    background: url(../images/dian.jpg) left center no-repeat;
}

.ewb-list-name {
    float: left;
    width: 70%;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-nodate .ewb-list-name {
    width: 100%;
}

.ewb-list-date {
    float: right;
    color: #999;
}

.ewb-list-node:hover .ewb-list-name, .ewb-list-node:hover .ewb-list-date {
    color: #f00;
}

/* 图片轮播 */

.wb-slider {
    position: relative;
    overflow: hidden;
    width: 588px;
    height: 336px;
}

.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: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    background: url(../images/mask_bg.png) repeat;
}

.wb-slider-mask .ellipsis {
    display: block;
    margin-left: 14px;
    width: 400px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-slider-switcher {
    position: absolute;
    right: 6px;
    bottom: 16px;
    height: 10px;
}

.wb-slider-stag {
    float: left;
    margin-right: 15px;
    height: 10px;
    width: 10px;
    background: url(../images/stag.png) no-repeat;
    cursor: pointer;
}

.wb-slider-stag.cur {
    background-image: url(../images/stag_active.png);
}

/*开发区要闻*/

.ewb-news {
    padding-top: 5px;
    height: 331px;
}

.ewb-news .ewb-cm-tt {
    margin-left: 17px;
}

.ewb-news .ewb-cm-tt:first-child {
    margin-left: 0;
}

.ewb-news .ewb-list {
    padding: 14px 10px 0 0;
}

.ewb-news .ewb-list-node {
    height: 30px;
    line-height: 30px;
}

/*政务公开*/

.ewb-oga {
    margin-top: 15px;
}

.ewb-oga ul {
    margin: 0 -10px -11px 0;
}

.ewb-oga-node {
    float: left;
    width: 182px;
}

.ewb-oga-node a {
    display: block;
    margin: -7px 10px 11px 0;
    height: 50px;
    line-height: 50px;
    padding-left: 68px;
    border-radius: 3px;
    color: #fff;
    background-color: #65ade4;
}

.ewb-oga-node a:hover {
    background-color: #57a4df;
}

.ewb-oga-icon1 {
    background: url(../images/oga_icon1.png) 22px center no-repeat;
}

.ewb-oga-icon2 {
    background: url(../images/oga_icon2.png) 23px center no-repeat;
}

.ewb-oga-icon3 {
    background: url(../images/oga_icon3.png) 21px center no-repeat;
}

.ewb-oga-icon4 {
    background: url(../images/oga_icon4.png) 24px center no-repeat;
}

.ewb-oga-icon5 {
    background: url(../images/oga_icon5.png) 21px center no-repeat;
}

.ewb-oga-icon6 {
    background: url(../images/oga_icon6.png) 24px center no-repeat;
}

.ewb-oga-icon7 {
    background: url(../images/oga_icon7.png) 24px center no-repeat;
}

.ewb-oga-icon8 {
    background: url(../images/oga_icon8.png) 24px center no-repeat;
}

/*通知公告*/

.ewb-notice-list {
    padding: 9px 10px 0 0;
}

.ewb-notice-list .ewb-list-node {
    height: 30px;
    line-height: 30px;
}

/*重点领域信息公开*/

.ewb-ida {
    margin-top: 10px;
}

.ewb-ida ul {
    margin: 0 -20px -11px 0;
}

.ewb-ida-node {
    float: left;
    width: 192px;
    vertical-align: top;
}

.ewb-ida-node a {
    display: block;
    /*margin: 0 20px 5px 0;*/
    margin: 0 20px 15px 0;/*20220605*/
    padding-left: 70px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #93cff5;
    border-radius: 3px;
    color: #006aad;
    background-color: #f4fbff;
}

.ewb-ida-node a.ewb-two-line {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 32px;
    line-height: 16px;
}

.ewb-ida-node a:hover {
    background-color: #eaf6fc;
}

.ewb-ida-icon1 {
    background: url(../images/ida_icon1.png) 25px center no-repeat;
}

.ewb-ida-icon2 {
    background: url(../images/ida_icon2.png) 19px center no-repeat;
}

.ewb-ida-icon3 {
    background: url(../images/ida_icon3.png) 23px center no-repeat;
}

.ewb-ida-icon4 {
    background: url(../images/ida_icon4.png) 22px center no-repeat;
}

.ewb-ida-icon5 {
    background: url(../images/ida_icon5.png) 23px center no-repeat;
}

.ewb-ida-icon6 {
    background: url(../images/ida_icon6.png) 24px center no-repeat;
}

.ewb-ida-icon7 {
    background: url(../images/ida_icon7.png) 24px center no-repeat;
}

/*专题专栏*/

.ewb-special-column {
    margin-top: 14px;
    height: 74px;
}

.ewb-sc-hd {
    float: left;
    width: 98px;
    height: 74px;
    background: url(../images/sc_ico.png) 13px center no-repeat #278be7;
}

.ewb-sc-tt {
    display: block;
    padding: 13px 18px 13px 28px;
    height: 48px;
}

.ewb-sc-tt span {
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.ewb-sc-tt span:first-child {
    text-align: left;
}

.ewb-marquee-slider {
    float: left;
    margin-left: 10px;
    width: 1092px;
    height: 74px;
    position: relative;
    overflow: hidden;
}

.wb-left-btn, .wb-right-btn {
    position: absolute;
    top: 18px;
    width: 30px;
    height: 37px;
    cursor: pointer;
    z-index: 999;
}

.wb-left-btn {
    left: 0;
    background: url(../images/prev_btn.jpg) no-repeat;
}

.wb-right-btn {
    right: 0;
    background: url(../images/next_btn.jpg) no-repeat;
}

.ewb-slider-box {
    margin: 0 40px;
    overflow: hidden;
}

.wb-marquee-items {
    overflow: hidden;
}

.wb-marquee-items li {
    float: left;
}

.ewb-marquee-box {
    margin: 0 10px;
    width: 238px;
}

.ewb-marquee-item {
    display: block;
    height: 74px;
}

.ewb-marquee-img {
    display: block;
    width: 238px;
    height: 74px;
}

/*招商引资*/

.ewb-ai-links {
    float: left;
    width: 182px;
}

.ewb-ai-node {
    margin-top: 20px;
    height: 44px;
    line-height: 44px;
    vertical-align: top;
}

.ewb-ai-node:first-child {
    margin-top: 0;
}

.ewb-ai-node a {
    display: block;
    padding-left: 80px;
    font-size: 16px;
    color: #fff;
    background-color: #65ade4;
}

.ewb-ai-node a:hover {
    background-color: #ff5e1f;
}

.ewb-ai-icon1 {
    background: url(../images/ai_icon1.png) 24px center no-repeat;
}

.ewb-ai-icon2 {
    background: url(../images/ai_icon2.png) 24px center no-repeat;
}

.ewb-ai-icon3 {
    background: url(../images/ai_icon3.png) 24px center no-repeat;
}

.ewb-ai-icon1:hover {
    background: url(../images/ai_icon1_cur.png) 24px center no-repeat;
}

.ewb-ai-icon2:hover {
    background: url(../images/ai_icon2_cur.png) 24px center no-repeat;
}

.ewb-ai-icon3:hover {
    background: url(../images/ai_icon3_cur.png) 24px center no-repeat;
}

.ewb-ai-info {
    float: left;
    margin-left: 20px;
    width: 386px;
}

/*企业之窗*/

.ewb-woe-links {
    float: left;
    margin-left: 10px;
    width: 135px;
}

.ewb-woe-node {
    margin-top: 14px;
    height: 24px;
    line-height: 24px;
    vertical-align: top;
}

.ewb-woe-node:first-child {
    margin-top: 0;
}

.ewb-woe-name {
    display: block;
    padding-left: 28px;
    color: #333;
    background: url(../images/woe_ico.jpg) left center no-repeat;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-woe-name:hover {
    color: #f00;
}

.ewb-woe-info {
    float: left;
    margin-left: 10px;
    width: 433px;
}

.ewb-woe-info .ewb-tab-tt {
    margin-left: 7px;
}

/*便民信息*/

.ewb-fpi {
    height: 278px;
    overflow: hidden;
}

.ewb-fpi-bd {
    margin-top: 15px;
}

.ewb-fpi-links {
    float: left;
    width: 182px;
}

.ewb-fpi-node {
    margin-top: 10px;
    height: 44px;
    line-height: 44px;
    vertical-align: top;
}

.ewb-fpi-node:first-child {
    margin-top: 0;
}

.ewb-fpi-name {
    display: block;
    padding-left: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: url(../images/fpi_jt.png) 139px center no-repeat #65ade4;
}

.ewb-fpi-name:hover {
    background-color: #ff5e1f;
}

.ewb-fpi-icons {
    float: left;
    padding: 1px 0 0 1px;
    margin-left: 20px;
    width: 588px;
}

.ewb-fpi-item {
    float: left;
    margin: -1px 0 0 -1px;
    width: 145px;
    height: 102px;
    border: 1px solid #ededed;
    background-color: #f7f7f7;
}

.ewb-even {
    background-color: #fbfbfb;
}

.ewb-fpi-item:first-child {
    width: 148px;
}

.ewb-fpi-item.long {
    width: 195px;
    height: 101px;
}

.ewb-fpi-item a {
    display: block;
    padding-top: 56px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.ewb-fpi-item.long a {
    padding-top: 55px;
}

.ewb-fpi-item:hover {
    background-color: #f4faff;
}

.ewb-fpi-item:hover a {
    color: #1587ea;
}

.ewb-fpi-icon1 {
    background: url(../images/fpi_icon1.png) center 24px no-repeat;
}

.ewb-fpi-icon2 {
    background: url(../images/fpi_icon2.png) center 25px no-repeat;
}

.ewb-fpi-icon3 {
    background: url(../images/fpi_icon3.png) center 27px no-repeat;
}

.ewb-fpi-icon4 {
    background: url(../images/fpi_icon4.png) center 25px no-repeat;
}

.ewb-fpi-icon5 {
    background: url(../images/fpi_icon5.png) center 25px no-repeat;
}

.ewb-fpi-icon6 {
    background: url(../images/fpi_icon6.png) center 24px no-repeat;
}

.ewb-fpi-icon7 {
    background: url(../images/fpi_icon7.png) center 27px no-repeat;
}

.ewb-fpi-icon8 {
    background: url(../images/fpi_icon8.png) center 23px no-repeat;
}

.ewb-fpi-icon9 {
    background: url(../images/fpi_icon9.png) center 25px no-repeat;
}

.ewb-fpi-img {
    float: left;
    margin-left: 25px;
    width: 384px;
}

.ewb-fpi-img li {
    margin-top: 10px;
    height: 98px;
    vertical-align: top;
}

.ewb-fpi-img li:first-child {
    margin-top: 0;
}

.ewb-fpi-img li a, .ewb-fpi-img li img {
    display: block;
    width: 100%;
    height: 98px;
}

/*互动交流*/

.ewb-interaction {
    margin-top: 15px;
}

.ewb-ic-links {
    float: left;
    width: 182px;
}

.ewb-ic-node {
    margin-top: 10px;
    height: 81px;
    text-align: center;
    vertical-align: top;
}

.ewb-ic-node:first-child {
    margin-top: 0;
}

.ewb-ic-node a {
    display: block;
    padding-top: 45px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background-color: #65ade4;
}

.ewb-ic-node a:hover {
    background-color: #ff5e1f;
}

.ewb-ic-icon1 {
    background: url(../images/ic_icon1.png) center 23px no-repeat;
}

.ewb-ic-icon2 {
    background: url(../images/ic_icon2.png) center 13px no-repeat;
}

.ewb-ic-info {
    float: left;
    margin-left: 20px;
    width: 590px;
}

/*受关注信息排行*/

.ewb-ranking {
    margin-top: 20px;
}

.ewb-ranking table {
    width: 100%;
    table-layout: fixed;
}

.ewb-ranking table th {
    height: 32px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #e8e8e8;
}

.ewb-th-wd1 {
    width: 62px;
}

.ewb-th-wd2 {
    padding-right: 32px;
    width: 178px;
}

.ewb-th-wd3 {
    width:112px;
}

.ewb-ranking table td {
    height: 28px;
    text-align: center;
}

.ewb-ranking table tbody tr:first-child td {
    padding-top: 6px;
}

.ewb-number {
    display: block;
    margin: 0 auto;
    width: 22px;
    height: 14px;
}

.ewb-num-icon1 {
    background: url(../images/num_icon1.jpg);
}

.ewb-num-icon2 {
    background: url(../images/num_icon2.jpg);
}

.ewb-num-icon3 {
    background: url(../images/num_icon3.jpg);
}

.ewb-num-icon4 {
    background: url(../images/num_icon4.jpg);
}

.ewb-num-icon5 {
    background: url(../images/num_icon5.jpg);
}

.ewb-ioc-name {
    display: block;
    padding-left: 8px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-ioc-name:hover {
    color: #f00;
}

/*友情链接*/

.ewb-friendlink {
    margin-top: 10px;
    height: 48px;
    background-color: #e8e8e8;
}

.ewb-fl-tt {
    float: left;
    width: 182px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #65ade4;
}

.ewb-fl-sel {
    float: left;
    margin: 8px 0 0 22px;
    padding:5px 0px 5px 45px;
    width: 306px;
    height: 34px;
    /*line-height: 34px;*/
    border: 1px solid #c5d9ea;
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

/*20220605*/
.banjian {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 5px;
	margin-top:10px;
}
.banjian .item {
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    text-align: center;
    width: 20%;
    float: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.banjian .item .num {
    font-size: 16px;
    font-weight: bold;
    color: #006eab;
}
.banjian .item .num i {
    font-style: normal;
}
.banjian .item span>em {
    font-size: 80%;
    vertical-align: bottom;
}
.overflow_hidden{	
    overflow: hidden;
}
.h215{
	height:215px;
}
.w812{
	width:812px;
}