@charset "utf-8";

/* 内页新闻列表 */

.nyxwlb {
    margin-top: 20px;
	margin-bottom: 80px;
}
.ntfy{
	margin-top: 20px;
}
.nyxwlb .nyxwlbbox_item {
    padding: 30px 40px;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
}
.nyxwlb .nyxwlbbox_item:last-of-type{
    border-bottom: 0;
}

.nyxwlbbox_item_sj {
    text-align: center;
    margin-top: -30px;
}

.nyxwlbbox_item_sj span {
    font-size: 78px;
    color: #666666;
    font-family: 'BEBAS';
}

.nyxwlbbox_item_sj p {
    font-size: 24px;
    color: #666666;
    font-family: 'BEBAS';
}

.nyxwlbbox_item_img {
    width: 200px;
    overflow: hidden;
    margin-left: 60px;
}

.nyxwlbbox_item_img img {
    width: 100%;
	transition: all .3s;
}
.nyxwlb .nyxwlbbox_item:hover  img {
	
	transform: scale(1.1)
}
.nyxwlbbox_item_txt {
    flex: 1;
    margin-left: 60px;
}

.nyxwlbbox_item_txth {
    font-size: 22px;
    color: #333333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.nyxwlbbox_item_txtp {
    margin-top: 15px;
    font-size: 15px;
    line-height: 30px;
    color: #999;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition:all .5s
}

.nyxwlbbox_item_i {
    width: 40px;
    margin-left: 30px;
}

.nyxwlbbox_item_i i {
    font-size: 38px;
    color: #434343;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nyxwlb .nyxwlbbox_item:hover .nyxwlbbox_item_txth {
    color: #20549E;
	transform: translateX(2px)
}
.nyxwlb .nyxwlbbox_item:hover .nyxwlbbox_item_txtp{
    color: #333;
}
.nyxwlb .nyxwlbbox_item:hover {
    border-bottom: 1px solid #20549E;
    color: #000;
}

.nyxwlb .nyxwlbbox_item:hover .nyxwlbbox_item_i i {
    display: block;
}

@media screen and (max-width: 1600px) {
    .nyxwlbbox_item_txt {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .nyxwlb .nyxwlbbox_item {
        padding: 20px 30px;
    }
    .nyxwlbbox_item_img {
        margin: 0 30px;
    }
    .nyxwlbbox_item_sj span {
        font-size: 70px;
    }
    .nyxwlbbox_item_sj p {
        font-size: 20px;
    }
    .nyxwlbbox_item_txth {
        font-size: 20px;
    }
    .nyxwlbbox_item_txtp {
        font-size: 15px;
    }
}

@media screen and (max-width: 992px) {
    .nyxwlb .nyxwlbbox_item {
        padding: 20px 10px;
    }
    .nyxwlbbox_item_txth {
        font-size: 18px;
    }
    .nyxwlbbox_item_txtp {
        font-size: 14px;
        line-height: 23px;
    }
    .nyxwlbbox_item_sj span {
        font-size: 60px;
    }
    .nyxwlbbox_item_sj p {
        font-size: 18px;
    }
    .nyxwlbbox_item_img {
        width: 160px;
    }
    .nyxwlb {
        margin-top: 30px;
    }
    .nyxwlb .nyxwlbbox_item {
        padding: 15px 0;
    }
    .nyxwlbbox_item_sj {
        display: none;
    }
    .nyxwlbbox_item_txt{
        width: calc(100% - 155px);
        margin-left:0;
        padding: 0;
    }


    .nyxwlbbox_item_sj span {
        font-size: 28px;
    } 
    .nyxwlbbox_item_sj p {
        font-size: 14px;
    }
    .nyxwlbbox_item_img {
        margin:0;
        margin-right: 15px;
        width: 120px;
        flex: none;
    }
    .nyxwlbbox_item_txth {
        font-size: 15px;
    }
    .nyxwlbbox_item_txtp {
        margin-top: 0;
        font-size: 12px;
        line-height: 20px;
    }
    .nyxwlbbox_item_i {
        width: 28px;
        display: none;
    }
    .nyxwlbbox_item_i i {
        font-size: 26px;
    }
    
}
	.nytl {
	    position: relative;
	    height: 280px;
	    overflow: hidden;
	}
	
	.nytlbox {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    transition: all .8s;
	    -webkit-transition: all .8s;
	    -moz-transition: all .8s;
	    -ms-transition: all .8s;
	    -o-transition: all .8s;
	    z-index: -1;
	}
	
	.nytl:hover .nytlbox {
	    transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    -o-transform: scale(1.1);
	}
	
	.nytl .container {
	    height: 100%;
	    display: flex;
	    align-items: center;
	}
	
	.nytl_txt {
	    width: 100%;
	    padding-left: 200px;
	}
	
	.nytl_txth {
	    font-size: 36px;
	    font-weight: 700;
	    color: #333333;
	}
	
	.nytl_x {
	    margin-top: 15px;
	    height: 1px;
	    width: 70px;
	    background-color: #20549E;
	}
	
	.nytl_p {
	    margin-top: 5px;
	    font-size: 18px;
	    color: #333333;
	}
	
	.nylinkbox {
	    display: flex;
	    border-bottom: 1px solid #d8d8d8;
	}
	
	.nylinkbox .nylinkbox_item {
	    height: 72px;
	    display: flex;
	    align-items: center;
	    padding: 0 20px;
	    margin-right: 30px;
	}
	
	.nylinkbox_item span {
	    position: relative;
	    font-size: 18px;
	    color: #333333;
	}
	
	.nylinkbox_item span::before {
	    content: '';
	    position: absolute;
	    display: block;
	    top: 50%;
	    left: 0;
	    width: 35px;
	    height: 1px;
	    background-color: #333;
	    transform: translate(-50%, -50%) scale(0);
	    -webkit-transform: translate(-50%, -50%) scale(0);
	    -moz-transform: translate(-50%, -50%) scale(0);
	    -ms-transform: translate(-50%, -50%) scale(0);
	    -o-transform: translate(-50%, -50%) scale(0);
	    z-index: -1;
	    transition: all .3s;
	    -webkit-transition: all .3s;
	    -moz-transition: all .3s;
	    -ms-transition: all .3s;
	    -o-transition: all .3s;
	}
	
	.nylinkbox .nylinkbox_item:hover span::before,
	.nylinkbox .nylinkbox_item.on span::before {
	    transform: translate(-50%, -50%) scale(1);
	    -webkit-transform: translate(-50%, -50%) scale(1);
	    -moz-transform: translate(-50%, -50%) scale(1);
	    -ms-transform: translate(-50%, -50%) scale(1);
	    -o-transform: translate(-50%, -50%) scale(1);
	}
	
	.nylinkbox .nylinkbox_item:hover span,
	.nylinkbox .nylinkbox_item.on span {
	    color: #20549E;
	    font-weight: 600;
	}