.bigBox .leftTxt{
    width:347px;
    padding-top: 62px;
}
.bigBox .leftTxt img{
    width:274px;
    height: 40px;
}
.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;
}
/* 俱乐部简介 */
.club .txts {
    font-size:14px;
    color:#656565;
    line-height: 30px;
    text-align: justify;
}
.club .txts p{
    font-size:14px;
    color:#656565;
    margin-top:20px;
}
.club p:first-child{
    margin-top: 0;
}
.club .list{
    margin-top:50px;
}
.club .list dl{
    border-top:1px dashed #E5E5E5;
    padding:30px 0 47px 0;
}
.club .list dl dt{
    font-size: 18px;
    color:#00245E;
    position: relative;
    padding-left:14px;
    position: relative;
    height: 24px;
    line-height: 24px;
}
.club .list dl dt:after{
    content: '';
    position: absolute;
    left:0;
    top:50%;
    width:3px;
    height: 18px;
    margin-top: -9px;
    background:#00255B;
}
.club .list dl dd{
    font-size:14px;
    color:#656565;
    line-height: 30px;
    text-align: justify;
    margin-top:18px;
}
/* 永昌新闻 */
.hot .list .item {
    margin-top: 40px;
}
.hot .list .item .time{
    font-size:24px;
    color:#8393AD;
}
.hot .list .item dl{
    overflow: hidden;
    width:629px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #CBCBCB;
}
.hot .list .item dl dt{
    float:left;
    width:120px;
    height: 90px;
}
.hot .list .item dl dt img{
    width:100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hot .list .item dl dd{
    float:right;
    width:481px;
}
.hot .list .item dl dd h1{
    font-size:18px;
    color:#333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hot .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;
}
.hot .page{
     width:629px;
     float: right;
     margin-top:50px;
     text-align: right;
}
.hot .list .item:hover dd h1{
    color: #00255B;
}
/* 永昌新闻详情 */
.newsShow .bt{
    border-bottom: 1px dashed #CBCBCB;
    text-align: center;
    padding-bottom: 29px;
}
.newsShow .bt b{
    font-size:24px;
    color:#333;
    display: block;
}
.newsShow .bt span{
    font-size:24px;
    color:#8393AD;
    display: block;
    margin-top: 25px;
}
.newsShow .cnt p{
    font-size:14px;
    line-height: 36px;
    color:#757575;
    text-align: justify;
    margin:30px 0;
}
.newsShow .cnt img{
    margin:0 auto;
    max-width: 100%;
}
/* 赛季征程 */
.sports .list dl:nth-child(1){
    padding:0 0 30px 0;
    border-top:0;
}
.sports .list dl{
    padding:30px 0;
}