* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box
}

a {
    display: inline-block;
    color: #333;
}

img {
    vertical-align: middle
}

a:hover {
    text-decoration: none !important
}


:root {
    --color: #a62123
}

header {
    text-align: center;
}

header .nav_c {
    background: var(--color);
    color: #fff;


}

header .nav_c a {
    color: #fff;

}

header .nav_c a span {
    border-bottom: 2px solid var(--color);
    line-height: 60px;
    display: inline-block;
    font-size: 20px;
}

header .nav_c .container {
    display: flex;
    flex-wrap: wrap;
}

header .nav_c .container a {
    flex: 1;
    text-align: center;
}

header .nav_c a:hover span,
header .nav_c a.on span {
    border-bottom: 2px solid #fff;
}

html,body {
    background: #f7f7f7 !important;
}



.ztindex {
    background: #fff;
    padding: 0 50px 20px !important;
}

.ztindex .title {
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #eee;
}

.ztindex .title h3 {
    color: #333;
    font-weight: 800;
    border-bottom: 2px solid var(--color);
    padding-bottom: 10px;
    margin-bottom: -1px;
}

.ztindex .title a:hover {
    color: var(--color);
}

.ztindex .item1 {
    padding: 25px 15px;
    border: 1px solid #eee;
    text-align: center;
    position: relative;
    margin-top: 25px;
    overflow: hidden;
}

.ztindex .item1 span {
    position: absolute;
    background: var(--color);
    color: #fff;
    text-align: center;
    width: 100px;
    position: absolute;
    top: 10px;
    left: -28px;
    font-size: 14px;
    display: inline-block;
    transform: rotate(-45deg)
}

.ztindex .item1 h3 {
    color: var(--color);
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 0px;

}
.ztindex .item2 .l{
	padding-left: 0 !important;	
}
.ztindex .item2 .l h3,.lfajl a h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    margin: 0;
    line-height: 36px;
}
.ztindex .item2 .l span,.lfajl a span{
	font-size: 14px;
	color: #999;
	text-align: right;
	line-height: 36px;
}    
.ztindex .item2 .l p {
    font-size: 15px;
    color: #666;
    line-height: 30px;
    height: 30px;
    overflow: hidden;

}

.ztindex .item2 .l a,.lfajl a{
    display: block;
    
/*    padding-bottom: 10px;*/
/*    border-bottom: 1px solid #eee;*/ 
}
.ztindex .item2 .l a p,.lfajl a p{
	font-size: 16px;
	padding: 10px 0 0;
}

.ztindex .item2 .r .swiper-slide img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.ztindex .item2 .r .swiper-slide {
    position: relative;
}

.ztindex .item2 .r .swiper-slide p {
    position: absolute;
    margin: 0px;
    padding: 10px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-right: 100px;
    background: rgba(0, 0, 0, 0.5);
}

.ztindex .item2 .r .swiper-pagination {
    width: auto;
    left: auto;
    right: 15px;
    bottom: 15px;
}




.ztindex .item3 .box a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}
.ztindex .item3 .box a p{
    color: #333;
    font-size: 14px;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 5px 0;
}
.ztindex .item3 .box a span{
    color: #666;
}


.ztindex .item4 .box .li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}
.ztindex .item4 .box .li p{
    color: #333;
    font-size: 14px;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ztindex .item4 .box .li span{
    color: #666;
}
.ztindex .item4 .box .on{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ztindex .item4 .box .on img{
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.ztindex .item4 .box .on .txt{
    width: calc(100% - 160px);
}
.ztindex .item4 .box .on .txt h3{
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #000;
}
.ztindex .item4 .box .on .txt P{
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    overflow: hidden;

}



footer{
    background: var(--color);
    text-align: center;
    padding: 25px 0;
    margin-top: 20px;
}
footer .p{
    color: #fff;
    margin-top: 15px;
}
footer .p span{
    margin: 0px 5px;
}

@media(max-width:650px) {
    .ztindex .item1 h3{
        font-size: 16px;
    }
    .ztindex .item1{
        padding-top: 35px;
    }
    .ztindex .title h3{
        font-size: 18px;
    }
    footer{
        padding: 15px;
    }
}

header .type{
    background: var(--color);
    position: fixed;
    top: 15px;
    right: 15px;
    padding: 10px;
    z-index: 22;
}
header .type{
    display: none;
}
@media(max-width:650px) {
   
    header .nav_c{
       position: fixed;
       top: 0px;
       left: -120px;
       width: 120px;
       height: 100%;
       padding-top: 50px;
       z-index: 22;
       transition: 0.5s;
    }
    header .type{
        display: block;
    }
    header .nav_c.on{
        left: 0px;
    }
    header .nav_c .container{
        display: block;
    }
    header .nav_c .container a{
        display: block;
    }
}


.ztlist{
    background: #fff;
    padding: 15px;
}

.ztlist .l{
    background: var(--color);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 50px;
}
.ztlist .top{
    background: #f5f5f5;
    padding: 15px;
}
.ztlist .top a:hover{
    color: var(--color);
}
.ztlist  .box a{
    display: flex;
    margin: 15px 0;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.ztlist  .box a p{
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ztlist  .box a:hover{
    color: var(--color);
}


.ztxq{
    background: #fff;
    padding: 30px !important;
    margin: 20px 0;
}

.ztxq .l{
    background: var(--color);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 50px;
}
.ztxq .top{
    background: #f5f5f5;
    padding: 15px;
}
.ztxq .top a:hover{
    color: var(--color);
}

.ztxq  .title{
    text-align: center;
}
.ztxq  .title h3{
    font-size: 16px;
}
.ztxq  .title p{
    color: #666;
}
.ztxq  .content_box{
    padding: 30px 0;
}
.ztxq  .content_box img{
    max-width: 100%;
}

.ztxq  .tab
{
    border-top: 2px solid #eee;
    padding: 15px 0;
}
.ztxq  .tab a{
    display: block;
    margin-bottom: 15px;
}
.ztxq  .tab a:hover{
    color: var(--color);
}

@media(max-width:650px) {
   
    .ztlist .l{
        display: none;
    }
}
/*分页start*/
.page_info {
    text-align: center;
    margin-top: 10px;
    color: #333;
    height: auto;
    margin-bottom: 30px;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    margin-bottom: 30px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 10px;
    margin-top: 20px;
}

.page_list a {
    display: inline-block;
    color: #898989;
    text-align: center;
    padding: 3px 10px;
    margin: 3px 5px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.page_list a:hover {
    color: #fff;
    color: var(--color);
    border-bottom: 2px solid var(--color);
    border-radius: 0px;
}

.page_list a.on {
    color: #333;
    background: var(--color);
    color: #fff;
}
/*分页end*/