 
 .active {
    background-color: #a70822 !important;
    cursor: pointer;
}
 /* banner轮播样式 */
 .move-top {
    display: flex;
    justify-content: center;
    height: 480px;
}
 .banner-box {
    width: 1400px;
    height: 480px;
    overflow: hidden;
}

.big-lunbo {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 480px;
}

.box-img {
    position: absolute;
}

.box-img>ul {
    display: flex;
}

.box-img>ul>li {
    display: flex;
    justify-content: center;
    height: 480px;
}

.box-img>ul>li>img {
    width: 1400px;
    height: 480px;
}

.big-lunbo-left {
    display: none;
    align-items: center;
    justify-content: center;
    width: 50px;
	height: 120px;
	background-color: #a70822;
	opacity: 0.8;
    position: absolute;
    left: 0px;
    cursor: pointer;
    top: 50%;
    transform: translate(0px, -50%);
}

.big-lunbo-right {
    display: none;
    align-items: center;
    justify-content: center;
    width: 50px;
	height: 120px;
	background-color: #a70822;
	opacity: 0.8;
    position: absolute;
    right: 0px;
    cursor: pointer;
    top: 50%;
    transform: translate(0px, -50%);
}

.yuan-list {
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 20px;
    display: flex;
    justify-content: space-around;
}

.yuan-list li {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    border-radius: 12px;
}

/* 内容 */
.content {
    min-height: 1000px;
}
.tpxw-box {
    margin: 40px auto 70px auto;
    height: 540px;
}
.tpxw-box-center {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.tpxw-box-center-left{
    width: 660px;
	height: 450px;
}
/* 图片新闻轮播 */
.tpxw-box-center-left {
    width: 660px;
    height: 450px;
}

.tpxw-box-center-left-box {
    position: relative;
    width: 660px;
    height: 450px;
    overflow: hidden;
}

.tpxw-box-center-left-box-lunbo {
    width: 660px;
    height: 450px;
    position: absolute;
}

.tpxw-box-center-left-box-lunbo ul {
    display: flex;
}
.tpxw-box-center-left-box-lunbo>ul>li {
    position: relative;
}
.tpxw-box-center-left-box-lunbo-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
	color: #ffffff;
    background-color: rgba(167, 8, 34,0.6);
    /* opacity: 0.6; */
}


.tpxw-box-center-left-box-lunbo-img {
    width: 660px;
    height: 450px;
    background-size: auto 450px;
    background-repeat: no-repeat;
    background-position: center center;
}

.tpxw-box-left {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
	height: 90px;
	background-color: #a70822;
	opacity: 0.8;
    position: absolute;
    left: 0px;
    cursor: pointer;
    top: 50%;
    transform: translate(0px, -50%);
}

.tpxw-box-right {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
	height: 90px;
	background-color: #a70822;
	opacity: 0.8;
    position: absolute;
    right: 0px;
    cursor: pointer;
    top: 50%;
    transform: translate(0px, -50%);
}

.tpxw-box-lunbo-yuan {
    position: absolute;
    bottom: 70px;
    right: 50%;
    transform: translate(50%,0);
    width: 120px;
    height: 10px;
    display: flex;
    justify-content: space-between;
}

.tpxw-box-lunbo-yuan li {
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 10px;
    background-color: #fff;
}
/* 图片新闻列表 */
.tpxw-box-center-right{
    width: 700px;
	height: 450px;
}
.tpxw-box-center-right>ul {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tpxw-box-center-right>ul>li{
    width: 660px;
	height: 50px;
	background-color: #fff;
    padding: 10px 20px;
}
.tpxw-box-center-right>ul>li>a>h4 {
    font-size: 18px;
    font-weight: 700;
	color: #333333;
}
.tpxw-box-center-right>ul>li>a>p {
    font-size: 15px;
	line-height: 32px;
	color: #969696;
}
.tpxw-box-center-right>ul>li>a>h3 {
    display: none;
}
.tpxw-active {
    position: relative;
    padding: 20px !important;
    height: 80px !important;
}
.tpxw-active>a>span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 6px;
	height: 90px;
	background-color: #a70822;
}
.tpxw-active>a>h3 {
    display: block !important;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	line-height: 38px;
	color: #969696;
}
.tpxw-active>a>p {
    line-height: 22px !important;
}










.tzgg-box {
	height: 520px;
	background-color: #a70822;
}
.tzgg-bj {
    height: 520px;
    background-size: 1920px 520px;
    background-image: url(../imgs/tzggbj.png);
    background-repeat: no-repeat;
    background-position: center;
}

.tzgg-list>ul {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tzgg-list>ul>li {
    position: relative;
    margin-bottom: 30px;
    width: 450px;
	height: 130px;
	background-color: #1953d0;
	border-radius: 10px;
	border: solid 2px #ffffff;
}
.tzgg-list>ul>li>a {
    position: absolute;
    right: 30px;
    top: 35px;
    display: block;
    width: 270px;
    font-size: 18px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}

.tzgg-time {
    position: absolute;
    top: 23px;
    left: 25px;
}

.tzgg-time-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
	height: 50px;
    font-size: 30px;
	font-weight: 700;
	color: #ffffff;
	background-color: #f2b235;
	border-radius: 10px 10px 0px 0px;
}
.tzgg-time-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
	height: 34px;
    font-size: 16px;
	color: #333333;
	background-color: #ffffff;
	border-radius: 0px 0px 10px 10px;
}




.box3 {
    height: 570px;
    display: flex;
    justify-content: space-between;
}
.box3-left {
    width: 680px;
    height: 570px;
}
.box3-title {
    margin-top: 60px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box3-title-left {
    display: flex;
}
.box3-title-left-text {
    margin-right: 40px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60px;
    cursor: pointer;
    border-left: 4px solid #a70822;
}

.box3-title-left-text-active>h4{
    color: #a70822 !important;
}
.box3-title-right>a {
    display: none;
}
.box3-title-right-active {
    display: block !important;
}

.box3-title-left-text>h4 {
    line-height: 26px;
    font-size: 30px;
    font-weight: 700;
    color: #333333;
}
.box3-title-left-text>p {
    font-size: 14px;
	color: #edad30;
}
.box3-title-right>a {
    font-size: 14px;
	line-height: 25px;
	color: #a70822;
}
.box3-content {
    margin-top: 20px;
}
.box3-content-list {
    height: 350px;
    display: none;
    flex-direction: column;
    justify-content: space-around;
}

.box3-content-list-active {
    display: flex;
}

.box3-content-list>li {
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 660px;
    height: 54px;
    background-color: #ffffff;
    font-size: 18px;
	font-weight: 700;
	color: #333333;
}
.box3-content-list>li:hover a {
    color: #a70822 !important;
}
.box3-content-list>li:hover span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 4px;
	height: 34px;
    background-color: #a70822 !important;
}
.box3-right {
    width: 680px;
    height: 570px;
}



.kjlj-box {
    padding-top: 40px;
	height: 300px;
	background-color: #e4e4e4;
}

.kjlj-content>ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.kjlj-content>ul>li {
    position: relative;
    width: 335px;
	height: 156px;
	border-radius: 10px;
}
.kjlj-content>ul>li>a {
    padding: 30px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 18px;
	font-weight: normal;
	line-height: 32px;
	color: #ffffff;
}
.kjlj-content>ul>li:nth-child(n) {
    background-image: url(../imgs/ljbj1.png);
}
.kjlj-content>ul>li:nth-child(2n) {
    background-image: url(../imgs/ljbj2.png);
}