.container{
    overflow-y: auto;
    background-color: #f7f7f7;
}
.bd{
    width: 100%;
    min-height: calc(100% - 57px);
}
.top-img{
    width: 100%;
    position: relative;
    z-index: 0;
}
.top-img img{
    width: 100%;
    height: 100%;
}
.top-img .info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 212px;
    top: 50%;
    margin-top: -106px;
}
.top-img .info p{
    line-height: 105px;
    text-align: center;
    font-size: 60px;
    color: #fff;
}
.content{
    width: 1400px;
    margin: 88px auto 80px;
}
@media only screen and (min-width:1024px) and (max-width:1440px){
    .content{
        width: 1200px;
        margin: 88px auto 80px;
        position: relative;
    }
}
.top-wraper{
    width: 100%;
}
.top-wraper .nav-wraper{
    float: left;
}
.top-wraper .nav-wraper .nav-item{
    width: 130px;
    height: 40px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-right: 16px;
    border-radius: 2px;
    background-color: #fff;
    cursor: pointer;
}
.top-wraper .nav-wraper .nav-item a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333;
}
.top-wraper .nav-wraper .nav-item.active{
    background-color: #1588ca;
    border-color: #1588ca;
}
.top-wraper .nav-wraper .nav-item.active a{
    color: #fff;
}
.top-wraper .search-wraper{
    width: 230px;
    height: 40px;
    border: 1px solid #e5e5e5;
    float: right;
}
.top-wraper .search-wraper .input-frame{
    float: left;
    width: 180px;
    padding: 0;
    height: 38px;
    border: none;
    text-indent: 14px;
    font-size: 14px;
    outline: none;
}
.top-wraper .search-wraper .search-btn{
    float: right;
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #1588ca;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
}
.content .artical-wraper{
    margin: 20px -35px 0 -12px;
}
.content .artical-wraper .artical-item{
    width: 45%;
    margin-bottom: 38px;
    margin-right: 35px;
    float: left;
}
.content .artical-wraper .artical-item:hover{
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.22)
}
.content .artical-wraper .artical-item a{
    text-decoration: none;
}
.content .artical-wraper .artical-item .inner-wraper{
    height: 170px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 12px;
}
.content .artical-wraper img{
    width: 256px;
}
.content .artical-wraper .artical-item .inner-wraper .img-wraper{
    float: left;
}
.artical-info-outer{
    height: 100%;
    overflow: hidden;
    position: relative;
}
.content .artical-wraper .artical-item .inner-wraper .artical-info-outer .artical-title{
    line-height: 24px;
    font-size: 16px;
    color: #333;
    font-style: none;
    padding-left: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content .artical-wraper .artical-item .inner-wraper .artical-info{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    text-justify: inter-ideograph;
}
.content .artical-wraper .artical-item .inner-wraper  .date-time{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-left: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pagination a{
    display: inline-block!important;
    width: 25px!important;
    height: 25px!important;
    border-radius: 50%!important;
    line-height: 25px!important;
    font-size: 16px!important;
    color: #1588ca!important;
    border: 1px solid #a5c1c7!important;
    margin-right: 20px!important;
    
}
.pagination p,.pagination a[title="下一页"],.pagination a[title="上一页"]{
    display: inline-block!important;
    width: 25px!important;
    height: 25px!important;
    border-radius: 50%!important;
    line-height: 22px!important;
    font-size: 16px!important;
    color: #1588ca!important;
    border: 1px solid #a5c1c7!important;
    margin-right: 20px!important;
    position: relative;
    top: -2px;
}
.pagination a.cur{
    color: #fff!important;
    background-color: #1588ca!important;
}

/*video*/
.videos{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.videos .video-item{
    box-sizing: border-box;
    width: 33.3333%;
    padding-right: 20px;
    margin-top: 30px;
}
.videos .video-item .video-cover{
    width: 100%;
    position: relative;
    cursor: pointer;
}
.videos .video-item .video-cover img{
    width: 100%;
}
.videos .video-item .video-cover .play-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
}
.videos .video-item .video-title{
    font-size: 18px;
    line-height: 18px;
    color: #666;
    padding: 21px 0 13px 0;
}
.videos .video-item .video-info{
    font-size: 16px;
    line-height: 16px;
    color: #999;
}
.modal{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
}
.modal .modal-bg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #949494;
    opacity: .6;
}   
.modal .modal-content{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    width: 1000px;
    height: 670px;
    background-color: #444444;
    padding: 20px;
    box-sizing: border-box;
    margin: auto;
}
#videoEle{
    width: 100%;
    height: 540px;
}
.modal-content .video-title{
    font-size: 24px;
    line-height: 24px;
    padding: 19px 0 16px 0;
    color: #fff;
}
.modal-content .video-info{
    font-size: 18px;
    color: #999;
}
.modal-content .btn{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .4);
    padding: 4px 10px;
    margin-top: 16px;
}