* {
    margin: 0;
    padding: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 14px;
    box-sizing: border-box;
}

html {
    background: #ffffff;
}

body {
    color: #383838;
    width: 100%;
    cursor: default;
    margin: 0 auto;
    padding: 0;
    height: auto;
    font-size: 14px;
}

ol, ul, li, dl, dd, dt {
    list-style: none;
}

.float {
    float: left;
}

.floatr {
    float: right;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}
a{
    text-decoration: none;
}

.top{
    width: 100%;
    height: 160px;
    background: url("../img/top.png") center 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top .top_con{
    width: 1300px;
    height: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top .img {
    width: auto;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top .img img {
    width: calc(1300px - 260px);
    height: auto;
}
.top_right{
    width: auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.top_right .top_right_search{
    width: 190px;
    height: 35px;
    border-radius: 15px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    /* border-bottom: 2px solid #6d589d; */
    align-items: center;
}
.top_right_search .search_txt{
    width: 140px;
    height: 30px;
    border: none;
    font-size: 12px;
    outline: none;
    color: #ac2728;
}
input::placeholder {
    color: #ac2728;

  }
.top_right_search .search_btn{
    width: 17px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
}
.top_right_search .search_btn img{
    width: 17px;
    height: 15px;
    background: none;
    border: none;
}

.nav {
    width: 100%;
    height: 60px;
    background: #9e1b1b;
    /* box-shadow: 0 0 10px 0 #7f9abe; */
}
.nav .nav_content {
    width: 1300px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yd_nav {
    display: none;
}

.yd_nav_content {
    display: none;
}

.banner{
    width: 100%;
    height: 500px;
    position: relative;
}
.banner img{
    width: 100%;
    height: 500px;
    background-size: cover;
}
.banner .swiper-pagination{
    margin-bottom: 15px;
}
.banner .swiper-pagination-bullet{
    width: 20px;
    height: 8px;
    background: #e1e1e1;
    opacity: .8;
    margin: 0 6px!important;
    border-radius: 4px;
}
.banner .swiper-pagination-bullet-active{
    width: 20px;
    height: 8px;
    background: #9e1b1b;
    opacity: 1;
    transform: translateY(0px);
    border-radius: 4px;
}

.mainBox{
    width: 100%;
    min-height: 600px;
    background: url(../img/bg.png) no-repeat center;
    background-size: auto auto;
    padding: 40px 0;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.mainBox .xydtTzgg{
    width: 1300px;
    height: 365px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.xydtBox{
    width: 885px;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.xyxwLeftTop{
    width: 100%;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #9e1b1b;
}
.xyxwBox{
    height: 40px;
    display: flex;
    align-items: center;

}
.xyxwBox span:nth-child(1){
    width: 40px;
    height: 40px;
    background: #9e1b1b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xyxwBox span:nth-child(2){
    line-height: 24px;
    font-size: 18px;
    margin-left: 10px;
    color: #9e1b1b;
}
.xyxwLeftTop img{
    width: 24px;
    height: 20px;
}

.ckgdBox{
    color: #333;
    line-height: 24px;
    font-size: 14px;
}
.ckgdBox:hover{
    color:#9e1b1b;
    text-decoration: underline;
}

.xyxwLeftBottom{
    width: 100%;
    height: 340px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.xyxwLeftBottomLeft {
    width: 420px;
    height: 300px;

}
.xyxwLeftBottomLeft .tybSwiper{
    width: 100%;
    height: 300px;
    position: relative;
}
.xyxwLeftBottomLeft .tybSwiper .tswiper-wrapper img{
    width: 100%;
    height: 300px;
    background-size: cover;
}
.xyxwLeftBottomLeft .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background: #ffffff;
    opacity: .8;
    margin: 0 6px!important;
    transform: translateY(-2px);
}
.xyxwLeftBottomLeft .swiper-pagination-bullet-active{
    width: 8px;
    height: 8px;
    background: #9e1b1b;
    opacity: 1;
    transform: translateY(-2px);
}
.xyxwLeftBottomLeft .tybSwiper .tswiper{
    width: 100%;
    height: 300px!important;
    overflow: hidden;
}
.xyxwLeftBottomLeft .tybSwiper .tswiper .mlxyBox{
    width: 100%;
    line-height: 37px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    padding-left: 10px;

}
.xyxwLeftBottomLeft .tybSwiper .tswiper .mlxyBox span{
    width: 70%;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xyxwLeftBottomLeft .tybSwiper .tswiper .swiper-wrapper{
    width: 100%;
    height: 300px!important;
}
.xyxwLeftBottomLeft .tybSwiper .tswiper .swiper-wrapper .swiper-slide{
    width: 100%;
    height: 300px!important;
}
.xyxwLeftBottomLeft .tybSwiper .tswiper .swiper-wrapper img{
    width: 100%;
    height: 300px!important;
}
.xyxwLeftBottomLeft .swiper-pagination{
    width: 100%;
    text-align: right;
}

.xyxwLeftBottomRight{
    width: 440px;
    display: flex;
    flex-flow: column;
}

.xyxwLeftBottomRight a{
    width: 100%;
    line-height: 38px;
    color: #333;
    display: flex;
    justify-content:space-between;
}
.xyxwLeftBottomRight a >div:nth-child(1){
    width: 80%;
    display: flex;
    align-items: center;
}
.xyxwLeftBottomRight a >div:nth-child(2){
    width: 20%;
    display: flex;
    justify-content: flex-end;
    line-height: 38px;
    font-size: 14px;
    color: 808080;
}
.xyxwLeftBottomRight a span:nth-child(1){
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #9e1b1b;
}
.xyxwLeftBottomRight a span:nth-child(2){
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
}
.xyxwLeftBottomRight a span:nth-child(2):hover{
    color: #9e1b1b;
}

.xyxwRight{
    width: 390px;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.tzggBox{
    margin-top: 20px;
    width: 100%;
    height: 300px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}
.tzggBox a:nth-child(2){
    margin: 20px 0;
}
.tzggBox a{
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    color: #000;
}
.tzggBox a >div:nth-child(1){
    /* color: #9e1b1b; */
    padding: 0 28px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #e4e4e4;
}
.tzggBox a >div:nth-child(2){
    padding: 0 28px;
}
.tzggBox a >div:nth-child(1) span:nth-child(1){
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
}
.tzggBox a >div:nth-child(1) span:nth-child(2){
    display: block;
    font-size: 12px;
    line-height: 23px;
}
.tzggBox a .hlxycj{
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.tzggBox a:hover{
    color: #fff;
    background: #9e1b1b;
}
.tzggBox a >div:hover{
    color: #fff;
}
.tzggBox a >div span:hover{
    color: #fff;
}
.jyjxdqgz{
    width: 1300px;
    height: 460px;
    margin:40px auto 0 auto;
    display: flex;
    justify-content: space-between;
}
.jyjxBox{
    width: 630px;
    height: 100%;
    display: flex;
    flex-flow: column;

}

.jyjxBottom{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin-top: 20px;
}
.jyjxTop{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
}
.jyjxTop span:nth-child(1){
    display: block;
    width: 170px;
    height: 100px;
}
.jyjxTop span:nth-child(1) img{
    width: 170px;
    height: 100px;
}
.jyjxTop a{
    width: calc(100% - 200px);
    height: 100%;
}
.jyjxTop a p{
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #000;
}
.jyjxTop a span{
    line-height: 45px;
    font-size: 14px;
    color: #888;
}
.jyjxTop a p:hover{
    color: #9e1b1b;
}
.srxxBox{
    width: 100%;
    display: flex;
    flex-flow: column;
    margin-top: 10px;
}

.srxxBox a{
    width: 100%;
    line-height: 40px;
    color: #333;
    display: flex;
    justify-content:space-between;
}
.srxxBox a >div:nth-child(1){
    width: 80%;
    display: flex;
    align-items: center;
}
.srxxBox a >div:nth-child(2){
    width: 20%;
    display: flex;
    justify-content: flex-end;
    line-height: 40px;
    font-size: 14px;
    color: 808080;
}
.srxxBox a span:nth-child(1){
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #9e1b1b;
}
.srxxBox a span:nth-child(2){
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
}
.srxxBox a span:nth-child(2):hover{
    color: #9e1b1b;
}
.dqgzBox{
    width: 630px;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.dqgzBoxBottom{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin-top: 20px;
}
.dqgzBoxBottom a:nth-child(2){
    margin: 15px 0;
}
.dqgzBoxBottom a:nth-child(3){
    margin-bottom: 15px;
}
.sjxBox{
    width: 100%;
    height: 85px;
    background: url(../img/sjxh.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    color: #000;
}
.sjxBox div:nth-child(1){
    width: 80%;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.sjxBox div:nth-child(2){
    /* color:#9e1b1b; */
    font-size: 14px;
}
.sjxBox:hover{
    background: url(../img/sjxb.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;

}
/* 友情链接 */
.yqlj{
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background: #9e1b1b;
}
.yqlj  .yqljBox{
    width: 1300px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yqlj  .yqljBox .yqljSmall{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin:0 20px;
}
.yqlj  .yqljBox a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin:0 20px;
}
/* 底部 */
.addressDiv{
    width: 100%;
    height: 150px;
    background: url('../img/foot.png') no-repeat left bottom;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, .3) inset;
}
.addressDiv .addressBox{
    width: 1300px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.addressBox .address{
    width: auto;
    display: flex;
    flex-flow: column;
}
.addressBox .address div{
    width: auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.addressBox .address .copyBox{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.addressBox .address .dzbox{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.addressBox .address .dzbox a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 10px;
}
.addressBox .address >div:nth-child(2) a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 10px;
}
.addressBox .address .dzbox a:hover{
    text-decoration: underline;
}
.addressBox .address .copyBox{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.addressBox .address .copyBox a{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-left: 15px;
}
.addressBox .address .copyBox a:hover{
    text-decoration: underline;
}

/* 通知公告 */
.tzggBox1{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
     box-shadow: 0 0 10px 0 #e1e1e1;/*//#DAE9FE */
    background: linear-gradient(to bottom, #e1e1e1, #fff);
}
.tzggBox1 .dhlBox{
    width: 1300px;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tzggBox1 .dhlBox img{
    width: 25px;
    height: 30px;
}
.tzggBox1 .dhlBox a{
    text-decoration: none;
    font-size: 18px;
    color: #000;
    margin: 0 10px;
}

/* 内容 */
.content{
    width: 1300px;
    margin: 0px auto;
    min-height: 600px;
    background: #fff;
    /* border: 1px solid #eee; */
    border-radius: 8px;
    padding: 30px 20px;
}
.content h1{
    width: 100%;
    line-height: 40px;
    font-size: 26px;
    color: #000;
    text-align: center;
    font-weight: 400;
}
.content h2{
    width: 100%;
    line-height: 40px;
    font-size: 22px;
    color: #666;
    text-align: center;
    font-weight: 400;
    margin-top: 15px;
}
.content .time{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    margin-top: 20px;
    padding: 0 20px;
    border-radius: 8px;
    text-align: center;
}
.content .time span{
    width: auto;
    line-height: 40px;
    color: #888;
    padding-right: 30px;
}
.content .text_content{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.content .text_content p {
    margin: 15px 0;
    line-height: 35px;
    text-align: justify;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    padding: 0 10px;
    font-size: 18px;
    color: #000000;
}

.content .text_content p span{
    font-size: 18px!important;
    color: #000000;
}

.content .text_content img{
    width:auto;
    max-width: 800px;
    height: auto !important;
    display:block;
    margin: 15px auto;
    padding: 0;
}
.content .text_content video{
    width:auto;
    max-width: 800px;
    height: auto !important;
    display:block;
    margin: 15px auto;
    padding: 0;
}

/* 列表页 */
.li_style {
    width: 1300px;
    margin: 0 auto;
    min-height: 600px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px 40px;
}
.list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.list .list_left {
    width: 270px;
    background: #F4F8FF;
    margin-top: 20px;
}
.list .list_left span {
    width: 100%;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 30px 20px;
    background: #9e1b1b;
    color: #fff;
    display: block;
    border-radius: 8px 8px 0 0;
}

.list .list_left a {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    color: #9e1b1b;
    padding: 20px;
    text-align: left;
    border-top: 2px solid #fff;
    display: block;
    text-decoration: none;
    background: url(../img/szll_jt.svg) no-repeat 90% center;
}

.list .list_left a:hover {
    background: url(../img/szll_jt.svg) no-repeat 90% center #9e1b1b;
    color: #fff;
}

.list .list_left a.action {
    background: url(../img/szll_jt.svg) no-repeat 90% center #b37171;
    color: #fff;
}

/* 右边列表 */
.list .mainRight{
    width: 900px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.list .mainRight .xTitle{
    width: 100%;
    display: flex;
    flex-flow: column;
    font-size: 30px;
    padding: 0 0 10px 10px;
}
.list .mainRight .gjzcBox{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    padding-bottom:10px;
}

.list .mainRight .gjzcBox .bgBox {
    width: 240px;
    height: auto;
    flex-flow: column;
    width: 100%;
    display: flex;
    background: #fafafa;
}
.list .mainRight .gjzcBox .bgBox li:hover{
    box-shadow: 0 0 1.2rem 0.1rem #e1e1e1;
    z-index: 999;
    border-radius: 3px;
}
.list .mainRight .gjzcBox .bgBox li:nth-child(even){
    width: 100%;
    display: flex;
    padding: 20px;
    background: #fff;
}
.list .mainRight .gjzcBox .bgBox li a{
    width: 100%;
    display: flex;
    text-decoration: none;
}
.list .mainRight .gjzcBox .bgBox li{
    width: 100%;
    display: flex;
    padding: 20px;
}
.list .mainRight .gjzcBox .bgBox li img{
    width: 220px;
    height: 128px;
}
.list .mainRight .gjzcBox .bgBox .dl_xiao{
    width: calc(100% - 240px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 20px;
    color: #000;
}
.list .mainRight .imgPhoto {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list .mainRight .imgPhoto a{
    width: 33%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    /* border: 1px solid #e1e1e1; */
}
.list .mainRight .imgPhoto a img{
    width: 95%;
    height: 200px;
    object-fit: cover;
}
.list .mainRight .imgPhoto a span{
    font-size: 16px;
    line-height: 28px;
    width: 95%;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 搜索页 */
.list .list_right {
    width: 100%;
    min-height: 600px;
}

.list .list_right li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #dadbdc;
}

.list .list_right li a {
    width: 80%;
    line-height: 80px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #000;
    padding-left: 30px;
    position: relative;
    text-decoration: none;
}

.list .list_right li a::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #9e1b1b;
    border-radius: 5px;
    left: 0;
    top: 36px
}

.list .list_right li span {
    width: 20%;
    text-align: right;
    color: #999;
    font-size: 18px;
}

.list .list_right li a:hover {
    color: #9e1b1b;
}


/* 分页 */
.fy {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.fy a {
    width: auto;
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    text-decoration: none;
    border-radius: 5px;
    padding: 0 20px;
    color: #888;
}

.fy span {
    width: 100px;
    text-align: center;
    line-height: 40px;
    color: #000;
}

.fy a:hover {
    background: #9e1b1b;
    color: #fff;
}

/* 图片列表页 */
.list_img {
    width: 900px;
    min-height: 600px;
    height: auto;
    margin: 20px auto 0 auto;
}

.list_img ul {
    display: grid;
    width: 900px;
    display: grid;
    grid-template-columns: repeat(3, 290px);
    grid-gap: 20px 20px;
}

.list_img ul li {
    width: 290px;
    height: auto;
}

.list_img ul li a {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, .3);
    border: 2px solid #fff;
    box-shadow: 0 0 5px 0 #ca9999;
    border-radius: 8px;
    display: block;
    padding: 15px;
    text-decoration: none;
}

.list_img ul li a img {
    width: 100%;
    height: 165px;
    border-radius: 5px;
    object-fit: cover;
}

.list_img ul li a p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list_img ul li a span {
    width: 100%;
    font-size: 14px;
    color: #999;
    display: block;
}

.list_img ul li a:hover p {
    color: #9e1b1b;
}

.list_img ul li a:hover {
    box-shadow: 0 0 10px 0 #ca9999;
}

/* 底部切换 */
.dbqhBox{
    width: 100%;
    display: flex;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.dbqhBox div{
    border: 1px solid #e1e1e1;
    padding: 10px;
}

.dbqhBox div:hover{
    background: #e1e1e1;
}

/* 右边列表 */
.list .mainRight1{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.list .mainRight1 .xTitle{
    width: 100%;
    display: flex;
    flex-flow: column;
    font-size: 30px;
    padding: 0 0 10px 10px;
}
.list .mainRight1 .gjzcBox1{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    padding-bottom:10px;
}

.list .mainRight1 .gjzcBox1 .bgBox {
    width: 240px;
    height: auto;
    flex-flow: column;
    width: 100%;
    display: flex;
    background: #fafafa;
}
.list .mainRight1 .gjzcBox1 .bgBox li:hover{
    box-shadow: 0 0 1.2rem 0.1rem #e1e1e1;
    z-index: 999;
    border-radius: 3px;
}
.list .mainRight1 .gjzcBox1 .bgBox li:nth-child(even){
    width: 100%;
    display: flex;
    padding: 20px;
    background: #fff;
}
.list .mainRight1 .gjzcBox1 .bgBox li a{
    width: 100%;
    display: flex;
    text-decoration: none;
}
.list .mainRight1 .gjzcBox1 .bgBox li{
    width: 100%;
    display: flex;
    padding: 20px;
}
.list .mainRight1 .gjzcBox1 .bgBox li img{
    width: 220px;
    height: 128px;
}
.list .mainRight1 .gjzcBox1 .bgBox .dl_xiao{
    width: calc(100% - 230px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 20px;
    color: #000;
}
.list .mainRight1 .imgPhoto {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list .mainRight1 .imgPhoto a{
    width: 33%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    /* border: 1px solid #e1e1e1; */
}
.list .mainRight1 .imgPhoto a img{
    width: 95%;
    height: 200px;
    object-fit: cover;
}
.list .mainRight1 .imgPhoto a span{
    font-size: 16px;
    line-height: 28px;
    width: 95%;
    display: block;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
