.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;
}

/* 永昌新闻 */
.news .list .item {
    margin-top: 40px;
}
.news .list .item .time{
    font-size:24px;
    color:#8393AD;
}
.news .list .item dl{
    overflow: hidden;
    width:629px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #CBCBCB;
}
.news .list .item dl dt{
    float:left;
    width:120px;
    height: 90px;
}
.news .list .item dl dt img{
    width:100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news .list .item dl dd{
    float:right;
    width:481px;
}
.news .list .item dl dd h1{
    font-size:18px;
    color:#333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .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;
}
.news .page{
     width:629px;
     float: right;
     margin-top:50px;
     text-align: right;
}
.news .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%;
}
/* 永昌视频 */
.news-video{
    padding-bottom:100px;
    min-height: 300px;
}
.news-video .title{
    padding:30px 0 40px 0;
}
.news-video .title b{
    font-size:24px;
    color:#00245F;
    display: block;
    font-weight: normal;
    letter-spacing:4px;
}
.news-video .title span{
    font-size:30px;
    color:#CCC;
    display: block;
    margin-top:20px;
}
.news-video .list dl{
    float: left;
    width:380px;
    margin-right:30px;
    margin-bottom: 45px;
}
.news-video .list dl:nth-child(3n+3){
    margin-right:0;
}
.news-video .list dt{
    width:100%;
    height: 220px;
    position: relative;
    background:#00255B;
}
.news-video .list dt .video-img{
    width:100%;
    height: 100%;
}
.news-video .list dt .video-btn{
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    background:rgba(0,37,91,.5);
    opacity:0; 
    filter:alpha(opacity=0);
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-video .list dt .video-btn img{
    width:54px;
    height: 54px;
    margin:83px auto;
}
.news-video .list dl:hover .video-btn{
    opacity:1; 
    filter:alpha(opacity=100);
}
.news-video .list dd{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-size:18px;
    color:#00255B;
    margin-top:19px;
}
.video-popup{
    position:fixed;
    width:100%;
    height: 100%;
    left:0;
    top:0;
    z-index:1000;
    display: none;
}
.video-popup .bg{ 
    position:absolute; 
    height: 100%; 
    width: 100%; 
    background: #000; 
    opacity: 0.6; 
    filter: alpha(opacity=60); 
    top: 0; 
    left: 0; 
}
.video-popup .video-box{
    height: 450px; 
    width: 800px; 
    position: fixed; 
    top: 50%; 
    left: 50%; 
    margin-left: -400px; 
    margin-top: -225px; 
}
.video-popup .video{
    outline: none;
    display: block;
    width:100%;
    height: 100%;
}
.video-popup .video-close{
    position:absolute; 
    width:40px;
    height: 40px;
    right:0;
    top:-70px;
    background: url(../img/video_close.png) no-repeat;
    background-size:100% 100%;
    cursor: pointer;
}
