
/* article */
.pro_title {
    margin: 50px 0;
}
.pro_title .eng{
    font-size:30px;
    font-weight:bold;
    position: relative;
    padding: 0 26px;
}
.eng::before,
.eng::after{
    content: '';
    position: absolute;
    width: 500px;
    /* height: 1Px; */
    border: 1Px solid #ccc;
    top: 50%;
}
.eng::before{
    left:-500px;
}
.eng::after{
    right: -500px;
}
.pro_title .zhong{
    font-style: 24px;
}
/* pro nav */
.wrap{
    /* border:1Px dashed #ccc;  */
}
.tab-hd { 
    overflow:hidden; 
    zoom:1;
}
.tab-hd li{ 
    /* float:left;  */
    /* width:150px;   */
    text-align:center; 
    cursor:pointer;
}
.tab-hd li.active{ 
    color: #fff;
    background:#0A56BB;
}
.tab-it{
    margin: 0 10px;
    padding: 8px 21px;
    background-color: #EBECED;
}
.tab-bd { 
    margin-top: 30px;
	overflow: auto;min-height: 530px;

}
.tab-bd .tab-bd-it{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display:none; 
}
.tab-bd .tab-bd-it a{
    position: relative;
    width:296px;
    height: 260px;
	    display: block;
    float: left;margin-left:2px;margin-right:2px;
	margin-top:5px;overflow:hidden;
}
.tab-bd .tab-bd-it a img{
    width:296px;
    height: 260px;
    display: inline;
    vertical-align: middle;
}
/* ma-item */
.ma-item{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 260px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background:rgba(10,86,187,.68);
    color: #fff;
    display: none;
}
.ma-item h4{
    font-size:24px;
    font-weight:bold;
}
.ma-item p{
    margin: 10px 0;
    font-size:16px;
    font-weight:bold;
}
.ma-item .ma-pic{
    width: 34px;
    height: 34px;
}
.ma-item .ma-pic .ma-pimg{
    width: 34px;
    height: 34px;
}
.tab-bd li.thisclass{ 
    display:list-item;
}
.mask{
    display: flex;
}
/* intro */
.intro{
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
}
.compon,
.news{
    width: 47%;
}
.compon .com-title,
.news .com-title{
    line-height: 40px;
    height: 40px;
    border: 1Px solid #ccc;
}
.com-tpic{

    float: left;
    width: 30px;
    height: 25px;
    margin: 10px;
}
.com-tpic img{
    /* width: 100%; */
}
.com-tname{
    float: left;
    font-size:21px;
    color:rgba(28,28,28,1);
}
.com-teng{
    float: left;
    font-size:12px;
    color:rgba(153,153,153,1);
}
.com-more{
    margin-right: 10px;
    float: right;
    font-size: 14px;
    color: #999;
}
.com-info{
    margin-top: 25px;
}
.con-ipic{
    /* margin-right: 10px; */
    font-size:14px;
    color:rgba(102,102,102,1);
    line-height:30px;
}
.con-ipic img{
    float: left;
    margin: 0 10px 0px 0;
    width: 223px;height:180px;
}
.news-ipic{
    margin-right: 10px;
    width: 157px;
    height: 115px;
    float: left;
}
.newsinfo{
}
.newsinfo h5{
    font-size:16px;
    color:rgba(0,0,0,1);
    line-height: 30px;
}
.newsinfo p{
    font-size:14px;
    color:rgba(102,102,102,1);
    line-height:27px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsinfo h6 a{
    font-size:14px;
    color:rgba(236,95,24,1);
    line-height:27px;
}
/* news info detail */
.news-ndet{
    border-top: 1Px solid #ccc;
    margin-top: 25px;
    padding-top: 20px;
}
.news-ndetail{
    /* width: 100%; */
}
.text{
    font-size:14px;
    color:rgba(0,0,0,1);
    line-height:27px;
    position: relative;
    margin-left: 20px;
}
.text::before{
    content: '';
    position: absolute;
    top: 10px;
    left: -15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
}
.data{
    font-size:14px;
    color:#999;
    line-height:27px;
}

