﻿/**!
 * 芜湖市公共资源交易服务网-首页
 * author: xy;
 * date:2018-09-07
 */

.ewb-mt48 {
    margin-top: 48px;
}


/* common */

.ewb-com-hd {
    height: 40px;
    border-bottom: 1px solid #d5d5d5;
}

.ewb-com-tt {
    padding: 0 8px 0 6px;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    font-weight: bold;
    color: #1977e1;
    border-bottom: 2px solid #1977e1;
}
.ewb-com-tab {
    padding: 0 8px 0 6px;
    display: inline-block;
	margin-right: 1px;
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    font-weight: bold;
    color: #979fa3;
}
.ewb-com-tab.cur {
    padding: 0 8px 0 6px;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    font-weight: bold;
    color: #1977e1;
    border-bottom: 2px solid #1977e1;
}
.column-tab{
	float: left;
}
.column-more{
	float: right;
}
.column-more a{
	padding: 0 8px 0 6px;
    display: inline-block;
    height: 39px;
    line-height: 47px;
    font-size: 15px;
    font-weight: bold;
    color: #1977e1;
}

/* left */

.ewb-left {
    padding: 5px 12px;
    width: 858px;
    box-shadow: 0px 0px 5px 0px rgba(19, 19, 19, 0.33);
    background: url("../images/main_bg.png");
}


/* slider */

.ewb-slider {
    width: 378px;
}

.ewb-slider-bd {
    margin-top: 9px;
    height: 262px;
}

.wb-slider {
    position: relative;
    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: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
    background: url(../images/mask_bg.png);
}

.wb-slider-mask .ellipsis {
    margin-left: 9px;
    width: 164px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}

.wb-slider-switcher {
    position: absolute;
    right: 5px;
    bottom: 11px;
    height: 8px;
}

.wb-slider-stag {
    float: left;
    margin-right: 5px;
    height: 8px;
    width: 9px;
    background: url(../images/stag.png) no-repeat;
    cursor: pointer;
}

.wb-slider-stag.cur {
    background-image: url(../images/stag-active.png);
}

/* 重要公告 */

.ewb-note {
    width: 464px;
}

.ewb-note-bd {
    padding-top: 8px;
}

.wb-data-list {
    line-height: 30px;
    font-size: 14px;
}

.wb-data-infor {
    margin-right: 65px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    margin-top: -30px;
    color: #999;
}

.wb-data-list:hover,
.wb-data-list:hover a {
    cursor: pointer;
    color: #2686ee;
}

/* right */

.ewb-right {
    padding: 7px 0 11px 0;
    width: 270px;
    box-shadow: 0px 0px 5px 0px rgba(19, 19, 19, 0.33);
    background: url("../images/main_bg.png");
}

.ewb-right-item {
    margin-left: 10px;
    width: 120px;
}

.ewb-right-link {
    display: block;
    margin-top: 6px;
    padding-top: 48px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #333;
    border: 1px solid #dcdcdc;
}

.ewb-right-link.icon1 {
    background: url("../images/login_icon1.png") center 12px no-repeat;
}

.ewb-right-link.icon2 {
    background: url("../images/login_icon2.png") center 11px no-repeat;
}

.ewb-right-link.icon3 {
    background: url("../images/login_icon3.png") center 10px no-repeat;
}

.ewb-right-link.icon4 {
    background: url("../images/login_icon4.png") center 10px no-repeat;
}

.ewb-right-link.icon5 {
    background: url("../images/login_icon5.png") center 9px no-repeat;
}

.ewb-right-link.icon6 {
    background: url("../images/login_icon6.png") center 12px no-repeat;
}

.ewb-right-link.icon7 {
    background: url("../images/login_icon7.png") center 10px no-repeat;
}

.ewb-right-link.icon8 {
    background: url("../images/login_icon8.png") center 13px no-repeat;
} 

.ewb-right-link:hover {
    color: #007ed6;
    border: 1px solid #4b97ee;
}

.ewb-items {
    margin-top: 10px; 
    margin-left: -17px;
}

.ewb-item {
    margin-left: 17px;
    width: 152px;
}

.ewb-item:hover {
    background: url("../images/item_mask.png");
}

.ewb-item-link {
    display: block;
    padding-top: 94px;
    height: 52px;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    color: #333; 
	cursor:pointer;
}

.ewb-item-link.icon1 {
    border: 1px solid #278fdc;
    background: url("../images/item_icon1.png") center 33px no-repeat;
}

.ewb-item-link.icon2 {
    border: 1px solid #00b662;
    background: url("../images/item_icon2.png") center 32px no-repeat;
}

.ewb-item-link.icon3 {
    border: 1px solid #e07749;
    background: url("../images/item_icon3.png") center 33px no-repeat;
}

.ewb-item-link.icon4 {
    border: 1px solid #4871d8;
    background: url("../images/item_icon4.png") center 31px no-repeat;
}

.ewb-item-link.icon5 {
    border: 1px solid #8a6bd8;
    background: url("../images/item_icon5.png") center 30px no-repeat;
}

.ewb-item-link.icon6 {
    border: 1px solid #e1728f;
    background: url("../images/item_icon6.png") center 33px no-repeat;
}

.ewb-item-link.icon7 {
    border: 1px solid #37c1ca;
    background: url("../images/item_icon7.png") center 33px no-repeat;
}

.ewb-item-link.icon8 {
    border: 1px solid #d7bb98;
    background: url("../images/item_icon8.png") center 33px no-repeat;
}

.ewb-item-link.icon9 {
    border: 1px solid #0000b0;
    background: url("../images/item_icon9.png") center 33px no-repeat;
}

.ewb-item:hover .ewb-item-link {
    color: #e07749;
}
.ewb-com-xq{
	font-size:15px;
}
.ewb-com-xq.cur{
	font-size:15px;
	height:38px;
}
/*腰带样式2019-0221*/
.ewb-mt20 {
    /* margin-top: 20px; */
}
.ewb-row {
    overflow: hidden;
}
.ewb-flag0 {
    display: block;
	float:left;
}
.ewb-flag0 img {
    width:169px;
	height:60px;
}
.ewb-flag1 {
    display: block;
	float:left;
	margin-left:10px;
}
.ewb-flag1 img {
    width:483px;
	height:60px;
}
.ewb-flag2 {
    display: block;
	float:right;
}
.ewb-flag2 img {
    width:270px;
	height:60px;
}
/*20200309*/
.ewb-ml10{
	margin-left: 10px;
}

.scorlllink{
	width:1165px;
}

.scorlllink li{
	margin-right:18px;
	width:150px;
	height:147px;
}
/**添加金融**/
.ewb-flag3 {
    display: block;
	float:left;
}
.ewb-flag3 img {
    width:167.5px;
	height:60px;
}