


/*===二级菜单===*/
.ny-menu-box{
    width:100%;
    height:60px;
    background:#fff;
    position:relative;
    z-index:6;
    box-shadow: 0px 2px 4px  rgba(55, 99, 170, 0.15);
}

.ny-menu-box ul{
    margin:0 auto;
    margin-bottom:0;
    max-width:1700px;
    width:100%;
    padding:0 50px;
}
.ny-menu-box ul li{
    float:left;
}
.ny-menu-box ul li a{
    padding:0 40px;
    height:60px;
    line-height:60px;
    color: rgba(64, 71, 92, 1);
    font-size:16px;
    position:relative;
    display:block
}
.ny-menu-box ul li a::after{
    width:48%;
    height:3px;
    content:"";
    background:rgba(29, 120, 255, 1);
    position:absolute;
    bottom:0;
    left:26%;
    display:none;
}
.ny-menu-box ul li a:hover{
    text-decoration:inherit;
    color: rgba(29, 120, 255, 1);
}
.ny-menu-box ul .menu-cur a{
    color: rgba(29, 120, 255, 1);
}
.ny-menu-box ul .menu-cur a::after{
    display:block
}


/*===云建资讯===*/
.home-box {
    padding-top: 3rem
}
.news-list {
    clear:both
}
.news-list li{
    width:48.8%;
    height:205px;
    float:left;
    border-radius:8px;
    border:#fff solid 2px;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    box-shadow: 0px 4px 15px  rgba(55, 99, 170, 0.15);
    padding:25px;
    margin-bottom:2rem;
    transition: all .5s ease;
}
.news-list li:hover{
    box-shadow: 0px 4px 15px  rgba(55, 99, 170, 0.3);
    box-shadow: 5px 5px 20px 0 rgba(55,99,170,.2);
    background-image: linear-gradient(0deg,#f3f5f8,#fff);
    transition: all .5s ease;
}
.news-list li:nth-of-type(even){   
    float: right;
}
.news-list li a:hover{
    text-decoration:inherit;
}
.news-list li a:hover span{
    color:#1D78FF;
}
.news-list li:hover .news-img img{
    transition: all .5s ease;
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
}
.news-img{
    width:30%;
    height:155px;
    float:left;
    overflow:hidden;
    position:relative;
    border:#fff solid 2px;
    border-radius:5px;
}
.news-img img {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s ease;
}
.news-right{
    padding-left:35%;
}
.news-right span{
    font-weight:bold;
    font-size:16px;
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    margin-bottom:15px;
    padding-top:8px;
    color:rgba(64,71,92,1)
}
.news-right p{
    font-size:14px;
    color: rgba(64,71,92,0.7);
    line-height:24px;
    height:48px;
    display: -webkit-box;
    overflow:hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
    margin-bottom:30px;
}
.news-right i{
    padding:0 10px;
    height:26px;
    line-height:26px;
    background:#EBF0FC;
    color:#1D78FF;
    float:left;
    font-size:14px;
    margin-right:10px;
    font-style:normal
}
.news-right em{
    padding:0 10px;
    height:26px;
    line-height:26px;
    color: rgba(64,71,92,0.7);
    float:left;
    font-size:14px;
    font-style:normal
}
.item {
    display: none;
}
.container-page {
    text-align: center;
}
.page-item {
    padding: 0 6px;
}
.pagination li a {
    color: black;
}

.form-control {
    width: 50px;
    height:30px;
    text-align:center;
    line-height:30px;
    padding:0 !important
}

.current1 {
    border-bottom: 2px solid rgb(2, 67, 146);
}
.page-link{
    padding:0 !important;
    width:30px; 
    height:30px;
    line-height:30px;
}
.page-link img{
    position:relative;
    top:-2px;
}

/*===适配手机端===*/
@media (min-width:320px) and (max-width:768px) {
    .home-box {
        padding-top: 3rem
    }
    .ny-menu-box{
        height:50px;
    }
    .ny-menu-box ul{
        padding:0 0px;
    }
    .ny-menu-box ul li a{
        padding:0 15px;
        height:50px;
        line-height:50px;
    }
    .container-page span{
        padding:0 !important
    }
    .news-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 15px;
        height: auto;
        overflow: hidden;
        box-shadow: 0px 4px 10px rgba(55, 99, 170, 0.1);
    }
    .news-img {
        height: 75px;
    }
    .news-right p {
        display: none
    }
    .news-right span {
        white-space: inherit;
        padding-top: 0;
        margin-bottom: 8px;
    }
    .news-right em {
        padding: 0 0px;
        font-size: 12px;
    }
    .news-right i {
        height: 22px;
        line-height: 22px;
        font-size: 12px;
    }
}

@media (min-width:769px) and (max-width:1080px) {
    .ny-banner {
        padding-bottom: 30%
    }
}