.bigBox .leftTxt{
    width:347px;
    padding-top: 62px;
}
.bigBox .leftTxt .txt1{
    font-size:24px;
    line-height: 36px;
    color:#DDD;
}
.bigBox .leftTxt .txt2{
    font-size:20px;
    line-height: 40px;
    color:#00245E;
    letter-spacing: 4px;
}
.bigBox .rightTxt{
    width:853px;
    padding: 62px 0 99px 62px;
    min-height: 631px;
    position: relative;
}
.bigBox .rightTxt:after{
    position: absolute;
    content: '';
    width:1px;
    height: 100%;
    background:#EDEDED;
    left:0;
    top:0;
}
.bigBox .rightTxt .title{
    margin-bottom: 40px;
}
.bigBox .rightTxt .title b{
    font-size:24px;
    color:#00245F;
    display: block;
    font-weight: normal;
    letter-spacing:4px;
}
.bigBox .rightTxt .title span{
    font-size:30px;
    color:#CCC;
    display: block;
    margin-top:20px;
}
/* 公司寄语 */
.speech {
    font-size:14px;
    color:#656565;
    line-height: 30px;
    text-align: justify;
}
.speech p{
    font-size:14px;
    color:#656565;
    margin-top:20px;
}
.speech p:first-child{
    margin-top: 0;
}
/* 集团简介 */
.intro{
    font-size:14px;
    color:#656565;
    line-height: 30px;
    text-align: justify;
}
.intro .box1{
    padding-bottom: 48px;
    border-bottom: 1px dashed #E5E5E5;
}
.intro .box1 p{
    font-size:14px;
    color:#656565;
    margin-top:20px;
}
.intro .box1 p:first-child{
    margin-top: 0;
}
.intro .box2{
    margin-top:50px;
    padding-bottom: 48px;
    border-bottom: 1px dashed #E5E5E5;
}
.intro .box2 .small-title,.intro .box3 .small-title{
    font-size:18px;
    color:#00245E;
    position: relative;
    padding-left:13px;
}
.intro .box2 .small-title:after,.intro .box3 .small-title:after{
    display: block;
    position: absolute;
    content: '';
    width:3px;
    height: 18px;
    background:#00255B;
    left:0;
    top:50%;
    margin-top:-9px;
}
.intro .box2 .txts p{
    font-size:14px;
    color:#656565;
    margin-top:20px;
}
.intro .box3{
    margin-top:50px;
}
.intro .box3 ul li{
    font-size:14px;
    color:#656565;
    line-height: 48px;
}
.intro .box3 ul{
    margin-top:10px;
}

/* 文化活动 */
.activity .list .item {
    margin-top: 40px;
}
.activity .list .item .time{
    font-size:24px;
    color:#8393AD;
}
.activity .list .item dl{
    overflow: hidden;
    width:629px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #CBCBCB;
}
.activity .list .item dl dt{
    float:left;
    width:120px;
    height: 90px;
}
.activity .list .item dl dt img{
    width:100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.activity .list .item dl dd{
    float:right;
    width:481px;
}
.activity .list .item dl dd h1{
    font-size:18px;
    color:#333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.activity .list .item dl dd p{
    font-size:14px;
    color:#757575;
    line-height: 30px;
    margin-top: 12px;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.activity .page{
     width:629px;
     float: right;
     margin-top:50px;
     text-align: right;
}
.activity .list .item:hover dd h1{
    color: #00255B;
}
/* 文化活动详情 */
.activityShow .bt{
    border-bottom: 1px dashed #CBCBCB;
    text-align: center;
    padding-bottom: 29px;
}
.activityShow .bt b{
    font-size:24px;
    color:#333;
    display: block;
}
.activityShow .bt span{
    font-size:24px;
    color:#8393AD;
    display: block;
    margin-top: 25px;
}
.activityShow .cnt p{
    font-size:14px;
    line-height: 36px;
    color:#757575;
    text-align: justify;
    margin:5px 0;
}
.activityShow .cnt img{
    margin:0 auto;
    max-width: 100%;
}