﻿.titleInfo{
	font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: "微软雅黑";
    margin: 20px 30px;
}

.info-sources{
	font-size: 14px;
    text-align: center;
    margin-top: 30px;
}

.ewb-info-list{
	min-height: 600px;
}

.ewb-location{
	margin-top: 10px;
    height: 36px;
    padding-left: 15px;
    line-height: 55px;
    color: #333;
}

.infoContentTitle{
	min-height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
}

.ewb-location a{
	color:#333;
}

/* loca */

.ewb-loca {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 39px;
    height: 34px;
    line-height: 34px;
    color: #666;
    border: 1px solid #eee;
    background: url(../images/subimgs/loca_img.png) 13px center no-repeat #f4f4f4;
}

.ewb-loca a {
    color: #666;
}

.ewb-loca .ewb-cur {
    font-weight: bold;
    color: #6395ec;
}

/*2022.01.26区块链*/
.chain {
    position: absolute;
    right: 50px;
    top: -70px;
    width: 99px;
	display:none;
}

.chain-box {
    width: 99px;
    height: 99px;
    overflow: hidden;
    border-radius: 50%;
}

.chain:hover .chain-box {
    background: rgba(172, 203, 238, .62);
    background: linear-gradient(to top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -webkit-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -o-linear-gradient(top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -moz-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
}

.chain-box>img {
    width: 100%;
    height: 100%;
}

.chain:hover .chain-list {
    display: block;
}

.chain-list {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    width: 253px;
    padding-top: 8px;
}

.chain-list::before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 16px;
    height: 9px;
    background: url("../images/new_jiao.png") no-repeat;
}

.chain-list-box {
    height: 100%;
    padding: 7px 0 12px 0;
    background-color: #f3f9ff;
    border: 1px solid #3e63b7;
}

.chain-tt {
    margin: 0 10px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #3e63b7;
}

.chain-tt>h3 {
    display: inline-block;
    padding-left: 20px;
    max-width: 95%;
    color: #fff;
    vertical-align: top;
    background: url("../images/new_yes.png") no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chain-intro {
    padding: 0 16px;
}

.chain-intro-box {
    padding-top: 8px;
    line-height: 19px;
    word-wrap: break-word;
}

.chain-label {
    color: #666;
}

.chain-con {
    color: #3e63b7;
}
/*2022.01.26*/