/* 轮播 */

.ewb-img {
    width: 423px;
    height: 380px;
}

.ewb-img .item {
    display: block;
}

.ewb-img img {
    display: block;
    width: 100%;
}


/* 文字介绍 */

.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 130px;
    height: 46px;
    line-height: 46px;
    text-indent: 10px;
    background-color: rgba(0, 0, 0, 0.6);
}

.ewb-img-intro>p {
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 分页按钮 */

.owl-dots {
    position: absolute;
    right: 2px;
    bottom: 15px;
    height: 10px;
    z-index: 60;
    overflow: hidden;
}

.ewb-img button.owl-dot {
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 7px;
    background: #a3a3a3;
    border-radius: 25px;
    outline: 0;
}

.ewb-img .owl-dot.active {
    width: 38px;
    background: #fff;
}


/* 中心要闻 */

.tabview {
    box-sizing: border-box;
    height: 380px;
    border: 1px solid #ebeef2;
    background-color: #fff;
}

.news {
    width: 401px;
    border-left: none;
}

.news-hd {
    box-sizing: border-box;
    height: 53px;
    line-height: 52px;
    border-bottom: 1px solid #ebeef2;
    background-color: #f7f8fa;
}

.news-hd>.hdl {
    font-size: 16px;
    color: #666;
    line-height: 52px;
    padding-left: 32px;
    margin-left: 35px;
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

.news .news-hd>.hdl {
    background-image: url('../images/news_ico2.png');
}

.news .news-hd>.hdl.active {
    background-image: url('../images/news_ico2h.png');
}

.news .news-hd>.hdl:first-child {
    margin-left: 11px;
    background-image: url('../images/news_ico1.png ');
}

.news .news-hd>.hdl:first-child.active {
    background-image: url('../images/news_ico1h.png');
}

.news-hd>.hdl.active {
    font-weight: bold;
    color: #1b79da;
}

.news-more {
    width: 68px;
    height: 28px;
    line-height: 28px;
    margin: 12px 9px 0 0;
    text-align: center;
    border-radius: 25px;
    color: #1b79da;
    background-color: #dae8fd;
}

.news-more:hover {
    color: #fff;
    background-color: #1b79da;
}

.news-list {
    padding: 6px 8px 0;
}

.news-list>li {
    position: relative;
    padding-left: 24px;
    margin-top: 10px;
}

.news-list>li:before {
    position: absolute;
    content: "";
    width: 2px;
    top: -12px;
    bottom: 0;
    left: 4px;
    background-color: #f3f3f3;
    z-index: 0;
}

.news-list>li:after {
    position: absolute;
    content: "";
    left: -1.5px;
    top: 9px;
    width: 14px;
    height: 14px;
    background: url('../images/listimg.png') no-repeat center #fff;
}

.news-list>li>a {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.news-list>li>span {
    color: #999;
    line-height: 24px;
}

.news-list>li:hover>a,
.news-list>li:hover>span {
    color: #1b79da;
}

.news-list>li:hover:after {
    background-image: url('../images/listimgh.png');
}


/* 展示栏目 */

.colum {
    width: 354px;
    height: 380px;
}

.colum-items {
    margin: -22px -11px 0;
}

.colum-items>li {
    float: left;
    width: 50%;
    margin-top: 22px;
}

.colum-items>li>a {
    position: relative;
    font-family: "SourceHanSansCN-Medium";
    display: block;
    box-sizing: border-box;
    height: 112px;
    margin: 0 11px;
    font-size: 20px;
    padding-top: 65px;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
}

.colum-items>li:nth-child(1)>a {
    background-image: url('../images/colum_bg1.jpg');
}

.colum-items>li:nth-child(2)>a {
    background-image: url('../images/colum_bg2.jpg');
}

.colum-items>li:nth-child(3)>a {
    background-image: url('../images/colum_bg3.jpg');
}

.colum-items>li:nth-child(4)>a {
    background-image: url('../images/colum_bg4.jpg');
}

.colum-items>li:nth-child(5)>a {
    background-image: url('../images/colum_bg5.jpg');
}

.colum-items>li:nth-child(6)>a {
    background-image: url('../images/colum_bg6.jpg');
}

.colum-items>li>a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 5px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
}

.colum-items>li:nth-child(1)>a:before {
    background-image: url('../images/colum_ico1.png');
}

.colum-items>li:nth-child(2)>a:before {
    background-image: url('../images/colum_ico2.png');
}

.colum-items>li:nth-child(3)>a:before {
    background-image: url('../images/colum_ico3.png');
}

.colum-items>li:nth-child(4)>a:before {
    background-image: url('../images/colum_ico4.png');
}

.colum-items>li:nth-child(5)>a:before {
    background-image: url('../images/colum_ico5.png');
}

.colum-items>li:nth-child(6)>a:before {
    background-image: url('../images/colum_ico6.png');
}


/* 交易公告 */

.public {
    width: 824px;
}

.public-list {
    padding: 20px 20px 0;
}

.public .news-hd>.hdl {
    background-image: url('../images/public_ico2.png');
}

.public .news-hd>.hdl.active {
    background-image: url('../images/public_ico2h.png');
}

.public .news-hd>.hdl:first-child {
    margin-left: 20px;
    background-image: url('../images/public_ico1.png ');
}

.public .news-hd>.hdl:first-child.active {
    background-image: url('../images/public_ico1h.png');
}


/* 无锡市水利工程网上招投标系统 */

.info-items>li+li {
    margin-top: 23px;
}

.info-items>li:last-child {
    margin-top: 22px;
}

.info-items>li>a {
    font-family: "SourceHanSansCN-Medium";
    position: relative;
    display: block;
    height: 78px;
    font-size: 18px;
    color: #fff;
    padding-left: 97px;
    background-repeat: no-repeat;
}

.info-items>li>a>span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.info-items>li>a:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 48px;
    width: 35px;
    height: 78px;
    background-repeat: no-repeat;
    background-position: center;
}

.info-items>li:nth-child(1)>a {
    background-image: url('../images/info_bg1.png');
}

.info-items>li:nth-child(2)>a {
    background-image: url('../images/info_bg2.png');
}

.info-items>li:nth-child(3)>a {
    background-image: url('../images/info_bg3.png');
}

.info-items>li:nth-child(4)>a {
    background-image: url('../images/info_bg4.png');
}

.info-items>li:nth-child(1)>a:before {
    background-image: url('../images/info_ico1.png');
}

.info-items>li:nth-child(2)>a:before {
    background-image: url('../images/info_ico2.png');
}

.info-items>li:nth-child(3)>a:before {
    background-image: url('../images/info_ico3.png');
}

.info-items>li:nth-child(4)>a:before {
    background-image: url('../images/info_ico4.png');
}


/* 浮动广告 */

.float-img {
    position: relative;
    z-index: 1000;
    width: 240px;
    height: 120px;
    position: fixed;
    left: 0;
    top: 0;
}

.float-img img {
    width: 240px;
    height: 120px;
}

.float-img p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    right: 10px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    text-shadow: 0 3px 5px rgba(40, 193, 194, 0.5);
}

.close {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    background: url('../images/close.png') no-repeat;
}