.c1_box {
    width: 1220px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5px;
}

.c1_item {
    width: 32.04%;
    margin-top: 20px;
    display: none;
}

.c1_img {
    width: 100%;
}

.c1_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 21px;
}

.c1_name p {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
}

.act {
    display: none;
}

.c1_item :hover .c1_name p {
    color: #0086f8;
}

.c1_item :hover .act {
    display: block;
}

.c1_item :hover .wl {
    display: none;
}

.c1_more {
    width: 248px;
    height: 62px;
    background-color: #0086f8;
    border-radius: 31px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.c1_more p {
    font-size: 18px;
    line-height: 80px;
    color: #ffffff;
    margin: 0 10px;
}

.c1_more img {
    margin: 0 10px;
}

.c1_sj {
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    display: none;
}

.block {
    display: block;
}

@media (max-width:1332px) {
    .c1_box {
        width: 100%;
    }
}

@media (max-width:990px) {
    .c1_name p {
        font-size: 18px;
        line-height: 18px;
        /* font-weight: bold; */
    }

    .c1_name {
        padding: 15px 8px;
    }

}

@media (max-width:990px) {
    .c1_item {
        width: 49%;
        margin-top: 20px;
    }

    .c1_name p {
        font-size: 16px;
        line-height: 16px;
    }

    .c1_name {
        padding: 10px 8px;
    }

    .c1_more {
        width: 185px;
        height: 50px;
        margin: 10px auto 0;
    }

    .c1_more p {
        font-size: 16px;
        line-height: 50px;
        color: #ffffff;
        margin: 0 10px;
    }
}

/* 4新闻资讯 */
.c2_box {
    width: 1220px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5px;
}

.c2_item {
    width: 32.62%;
    border-radius: 10px;
    margin-top: 80px;
    display: none;
}
.c2_img{
    width: 100%;
    height: 368px
}
.c2_img img{
    width: 100%;
    height: 100%;
}

.c2_box{
    margin-top: 10px;
    margin-bottom: 50px;
}
.c2_text {
    width: 100%;
    background-color: #f9f9f9;
    padding: 25px 21px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.c2_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c2_one p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c2_two {
    margin: 6px 0 27px;

    font-size: 16px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.c2_three{
    display: flex;
    align-items: center;

    font-size: 18px;
	line-height: 18px;
	color: #333333;
}
.c2_three p{
    margin-right: 20px;
}
.c2_act{
    display: none;
}
.c2_item :hover .c2_text{
    background-color: #0086f8;
	box-shadow: 0px 11px 33px 3px 
		rgba(32, 32, 32, 0.17);
}
.c2_item :hover .c2_one p{
    color: #fff;
}
.c2_item :hover .c2_two{
    color: #fff;
}
.c2_item :hover .c2_three{
    color: #fff;
}
.c2_item :hover .c2_wx{
    display: none;
}
.c2_item :hover .c2_act{
    display: block;
}
.block {
    display: block;
}
@media (max-width:1332px) {
    .c2_box {
        width: 100%;
    }
}
@media (max-width:990px) {
    .c2_item {
        margin-top: 50px;
    }
    .c2_box {
        width: 100%;
    }
    .c2_one p {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
        color: #333333;
    }
    .c2_two {
        margin: 6px 0 18px;
        font-size: 14px;
        line-height: 23px;
    }
    .c2_three {
        font-size: 16px;
        line-height: 16px;
    }
}
@media (max-width:797px) {

    .c2_item {
        width: 100%;
    }
    .c2_item {
        margin-top: 30px;
    }
    .c2_box {
        margin-bottom: 35px;
    }
}
.none{
    display: none;
}
