.con-title{
    height: 82px;
    line-height: 82px;
    border: 1Px solid #E7E7E7;
}
.con-tit{
    font-size:24px;
    color:#0A56BB;
}
.con-info{
    font-size:18px;
    color:rgba(67,67,67,1);
}
.art-con{
    margin-top: 30px;
}
.tab{
    /* margin-top: 20px; */
    width: 20%;
}

.tab-con{
    margin-top: 20px;
    width: 75%;
	min-height:600px;
}
.tab-it{
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    font-size:18px;
    background-color: #E8E8E8;
    color: #666;
    padding-left: 30px;
    box-sizing: border-box;
    border-bottom: 1Px solid #fff;
}

.about-en{
    display: block;
    font-size: 13px;
}
.active{
    font-size:21px;
    color: #fff;
    background-color: #0A56BB;
}
.tab-bd-it h2{
    font-size:21px;
    color:rgba(10,86,187,1);
}
.tab-bd-it p{
    margin: 20px 0;
    font-size:16px;
    color:rgba(102,102,102,1);
    line-height:34px;
}
.tab-bpic{
    margin-bottom: 20px;
    width: 910px;
    height: 529px;
}
.tab-bpic img{
    width: 900px;
    height: 529px;
    display: block;
}
.tb-pcolor{
    color: #0A56BB;
    font-size: 16px;
    line-height:34px;
}
/* news */

.tab-nit.nactive{
    margin-top: 20px;
    box-sizing: border-box;
    width: 240px;
    height: 80px;
    padding-left: 30px;
    font-size:21px;
    color: #fff;
    background-color: #0A56BB;
    border-bottom: none;
}
.tab-nit.nactive::before{
    content: '';
    display: none;
    
}
.tab-nit{
    box-sizing: border-box;
    line-height: 32px;
    height: 32px;
    position: relative;
    padding-left: 10px;
    font-size:14px;
    color: #666;
    width: 100%;
    border-bottom: 1Px dashed #e8e8e8;
    background-color: #fff;
}
.tab-nit::before{
    content: '';
    position: absolute;
    left:0px;
    top:14px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e7e7e7;
}