input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #666;
    font-size: 16px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #666;
    font-size: 16px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #666;
    font-size: 16px;
}

.op-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 360px;
}

.op-box-content {
    display: flex;
    flex-direction: column;
    height: 240px;
    min-width: 240px;
    padding: 16px;
    border-radius: 6px;
    background-color:rgba(255,255,255,0.8);
}

.op-box-buttons {
    display: flex;
    flex-direction: column;
}

.op-box-button {
    margin-top: 18px;
    font-size: 18px;
}

.op-box-links {
    margin-top: 16px;
    border-top: solid 1px #eee;
}

.op-box-links-title {
    margin-top: 8px;
    color: #666;
}
/*电子交易 begin*/
.dzjy-item-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
    padding: 8px;
}

.dzjy-item-title-box {
    display: inline;
    width: 100%;
}

.dzjy-item-type {
    text-align: left;
    margin-right:8px;
    color: #0055D3;
    font-weight: 600;
}

.dzjy-item-title {
    text-align: left;
}

.dzjy-item-title a {
    text-decoration: none;
}

.dzjy-item-release-date {
    text-align: right;
    color: #666;
    padding-right: 8px;
}

.dzjy-item-desc {
    width: 100%;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.dzjy-item-tag-box {
    margin-top:4px;
    display: flex;
    width: 100%;
    font-size: 13px;
}

.dzjy-item-tag {
    margin-left: 8px;
    border: 1px solid #0055D3;
    border-radius: 12px;
    color:#666;
    min-width: 64px;
    text-align: center;
    line-height: 24px;
}
/*电子交易 end*/
/*新闻动态 begin*/
.news-list-title {
    padding: 4px;
    color: #00a7af;
    font-size: 16px;
    font-weight: bold;
}

.news-item {
    padding: 4px;
    display: flex;
}

.news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-size: 16px;
    line-height: 32px;
    margin-left: 24px;
    align-content: center;
}

.news-date {
    line-height: 32px;
    min-width: 90px;
    color: #333;
    background: #fefefe;
    text-align: center;
}

/*新闻动态 end*/
/*通知公告 begin*/
.notice-list-title {
    padding: 4px;
    color: #00a7af;
    font-size: 16px;
    font-weight: bold;
}

.notice-item {
    padding: 4px;
    display: flex;
}

.notice-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    margin-left: 5px;
    font-size: 16px;
    line-height: 32px;
    margin-left: 24px;
    align-content: center;
}

.notice-date {
    line-height: 32px;
    min-width: 90px;
    color: #333;
    background: #fefefe;
    text-align: center;
}
/*通知公告 end*/

/*统计数据块 begin*/
.statistics-card {
    box-shadow: 2px 4px 2px #eee;
    padding: 8px;
}
.panel{
    margin-bottom: 0px;
}
.statistics-card .icon-box {
    display: inline-block;
    border-radius: 50%;
    width: 72px;
    height: 72px;
}

.statistics-card .icon-box .icon {
    color: #fff;
    display: block;
    line-height: 72px;
    text-align: center;
    position: relative;
    width: 72px;
}

.statistics-card .number {
    color: #606060;
    font-size: 16px;
    font-weight: bold;
}

.statistics-card .title {
    color: #808080;
    font-size: 15px;
    font-weight: bold;
}
/*统计数据块 end*/