.jinxi__news__main__btn__group {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.jinxi__news__main__btn__group a {
    width: 160px;
    height: 40px;
    color: #91172e;
    border: 1px solid #91172e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 40px;
}

.jinxi__news__main__btn__group a:last-child {
    margin-right: 0;
}

.jinxi__news__main__btn__active {
    background-color: #91172e;
    color: #ffffff!important;
}

.jinxi__news__main__content {
    width: 1280px;
    margin: 0 auto;
}

.jinxi__news__main__content__item {
    display: flex;
    margin-bottom: 50px;
}

.jinxi__news__main__content__item__left {
    /* width: 600px; */
    height: 200px;
    flex: 0 0 auto;
    margin-right: 70px;
}

.jinxi__news__main__content__item__left img {
    width: 100%;
    height: 100%;
}

.jinxi__news__main__content__item__right {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width:1280px){
.jinxi__news__main__content__item__left img{
	height: auto;
}
.jinxi__news__main__content__item__left{
	height: auto !important;
}
.jinxi__news__main__content__item__right {
	padding-bottom: 1%;
}
.jinxi__news__main__content__item__right > div:nth-child(2){
	margin-top: 20px;
}
}