body {
    color: #333;
}
.article_sjsianli {
    width: 100%;
    background: url(../img/xbl_40.png) left top /37.5rem .4rem no-repeat;
    padding-top: 2rem;
}

.article_sjsianli ul li {
    width: 17.15rem;
    border: .05rem solid #e5e5e5;
    padding: .35rem;
    border-radius: .8rem;
    margin-bottom: .8rem;
    position: relative;
    background: #fff;
    break-inside: avoid;
    /*float: left;*/
}
.article_sjsianli ul li:nth-of-type(2n){
     /*float: right;*/
}
.article_sjsianli ul li img {
    border-radius: .8rem;
}

.article_sjsianli ul li span {
    font-size: 1.2rem;
    color: #000;
    display: block;
    line-height: 2rem;
    margin-top: .5rem;
    letter-spacing: .1rem;
    padding-left: .2rem;
}

.article_sjsianli ul li p {
    font-size: 1rem;
    letter-spacing: .1rem;
    line-height: 1.7rem;
    padding-left: .2rem;
}

.article_sjsianli ul li .zxal_arcurl {
    position: absolute;
    height: 2rem;
    line-height: 1.9rem;
    bottom: .3rem;
    padding: 0 0 0 1.2rem;
    right: .8rem;
    background: url(../img/aixin.png) left center/0.85rem 0.75rem no-repeat;
    color: #686868;
    font-size: 1rem;
}
.article_sjsianli ul li .arrl {
    position: absolute;
    height: 2rem;
    line-height: 2rem;
    letter-spacing: .1rem;
    background: #0057a8;
    color: #fff;
    font-weight: bold;
    bottom: .7rem;
    padding: 0 .8rem;
    right: .8rem;
    border-radius: 2rem;
}
.article_sjsianli ul {
    width: 35rem;
    margin: auto;
    padding-bottom: .05rem;
    -moz-column-count:2;
    -webkit-column-count:2;
    column-count:2;
}
.list_zxal{
    width: 100%;
    box-shadow: 0 0.1rem 0.5rem rgb(0 0 0 / 30%);
    position: relative;

}

.list_zxal_div {
    background: #efefef;
    width: 100%;
    padding: 1.5rem 1.25rem 0;
}

.list_zxal dl {
    width: 100%;
    display: flex;
    border-bottom: .05rem solid #c2c2c2;
}

.list_zxal .list_zxal_dl dd {
    width: 25%;
    text-align: center;
    height: 3.5rem;
    line-height: 3.5rem;
    border-right: .05rem solid #c2c2c2;
    display: flex;
    letter-spacing: .2rem;
    justify-content: center;
    font-size: 1.2rem;
}

.list_zxal .list_zxal_dl dd ul li {font-size: 1.1rem;float: left;line-height: 2.2rem;padding: 0 .5rem;letter-spacing: .1rem;}

.list_zxal .list_zxal_dl dd ul li span {
    color: #c71417;
}

.list_zxal .list_zxal_dl dd i {
    font-size: 1.7rem;
    font-style: normal;
    line-height: 3.25rem;
    padding-left: .1rem;
    transition: transform 2s;
}
.list_zxal .list_zxal_dl dd:nth-of-type(4){
    border-right: none;
}
.list_zxal .list_zxal_dl dd a {
    color: #333;
}

.list_zxal .list_zxal_dl dd ul {
    display: none;
    position: absolute;
    left: 0;
    top: 3.55rem;
    width: 100%;
    padding: .5rem 1.25rem;
    background: #fff;    z-index: 2;
}

.list_zxal .list_zxal_dl {position: relative; display: none;}

.list_zxal dl a {
    width: 100%;
}

.list_zxal dl dt {text-align: center;font-size: 1.5rem;color: #333;letter-spacing: .2rem;height: 3.75rem;line-height: 3.75rem;border-bottom: .05rem solid #c2c2c2;}

.list_zxal dl dt.lanmu {
    border-bottom: .1rem solid #313131;
}
.list_zxal_sjsianli{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1rem 0 8rem;
}

.list_zxal_sjsianli img {
    width: 1.8rem;
    height: 1.75rem;
    animation: turn 1s linear infinite;
}

.list_zxal_sjsianli span {
    line-height: 1.75rem;
    padding-left: .5rem;
    letter-spacing: .1rem;
}
@keyframes turn{
  0%{-webkit-transform:rotate(0deg);}
  25%{-webkit-transform:rotate(90deg);}
  50%{-webkit-transform:rotate(180deg);}
  75%{-webkit-transform:rotate(270deg);}
  100%{-webkit-transform:rotate(360deg);}
}



/* 补充 */
/*.article_sjsianli ul {position: relative;overflow: hidden;height: 0rem;transition: height 2s;}
.article_sjsianli ul li{position: absolute;}
.article_sjsianli2{background: url(../img/xbl_40.png) #efefef left top /37.5rem .4rem no-repeat;}*/



