.newcontent .ntap{
    display: flex;
}
.newcontent{
    margin-top: 60px;
}
.newcontent .ntap>div{
    width: 50%;
    background-color: rgba(103,168,211,.32);
    padding: 20px 0;
    text-align: center;
    border-right: 1px solid #fff;
}
.newcontent .ntap>div a{
    display: block;
    width: 100%;
    height: 100%;
}
.newcontent .ntap>div:last-child{
    border-right: none;
}
.ntapactive{
    background-color: #67a8d3 !important;
    color: #fff !important;
}
.newlist{
    margin-top: 45px;
}
.newlist .box{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 75px;
    transition: all .3s;
}
.newlist .box .desc{
    width: 64.93%;
    border-bottom: 1px solid #eaeaea;
}
.newlist .box .img{
    width: 27.79%;
    overflow: hidden;
}
.newlist .box .img img{width:100%;max-height:270px;text-align:center;}
.newlist .box .data{
    color: #999999;
}
.newlist .box .desc h4{
    font-size: 22px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #333333;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 35px;
}
.newlist .box .desc p{
    font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
/* 规定文字几行 */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newlist .box:hover{
    transform: translateY(-8px);
}
.newlist .box:hover .desc p{
    color: #026eb6 !important;
}
.newlist .box:hover .desc h4{
    color: #026eb6 !important;
}
.xqcontent{
    margin-top: 60px;
}
.xqcontent h2{
    font-size: 28px;
    font-weight: bold;
	line-height: 24px;
	color: #333333;
    text-align: center;
}
.xqcontent .sp1{
    display: block;
    font-size: 16px;
    text-align: center;
	line-height: 42px;
	color: #696969;
    margin-top: 18px;
    margin-bottom: 20px;
}
.xqcontent p{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 33px;
	letter-spacing: 0px;
	color: #666666;
}
.prey-next{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
/* 移动端 */
@media (max-width:767px){
    .newlist .box .desc,   .newlist .box .img{
        width: 100%;
        margin-bottom: 15px;
    }
    .newlist .box{
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .newlist .box .img img{
        width: 100%;
    }
    .newlist .box .desc h4{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mybanner{
        background-image: url(../images/news/banner.jpg);
    }
    .prey-next>div{
        width: 100%;
        margin-bottom: 8px;
    }
    .xqcontent p{
        font-size: 14px;
    }
}
