.xclxc{
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.15);
    border-radius: 10px 10px 10px 10px;
    width: 1200px;
    margin: 15px auto 0 auto;
    padding: 20px 30px;
}
.xclxc-title{
    /*margin-bottom: 10px;*/
    display: flex;
    justify-items: flex-start;
    justify-items: center;
    align-items: center;
    margin-bottom: 20px;
}
.xclxc-title img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.xclxc-title-text{
    color: #2589EB;
    font-size: 20px;
    font-weight: 600;
    /*margin-bottom: 10px;*/
}
.xclxc-content{
    display: flex;
    justify-content: space-between;
}
.xclxc-content2{
    /*display: flex;*/
    /*justify-content: flex-start;*/
    width: 100%;
    height: 132px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.xclxc-content2-ul{
    display: flex;
    justify-content: flex-start;
    position: absolute;
}
.xclxc-content-item{
    width: 210px;
    height: 210px;
    position: relative;
    cursor: pointer;
    margin-right: 22px;
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.15);
    border-radius: 10px;
}
.xclxc-content-item2{
    width: 527px;
    /*height: 255px;*/
    cursor: pointer;
}
.xclxc-content-item img{
    width: 100%;
    height: 100%;
}
.xclxc-content-item2 img{
    width: 527px;
    /*height: 255px;*/
}
.xclxc-content-item3{
    width: 250px;
    height: 132px;
    margin-right: 20px;
    box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.15);
    border-radius: 10px;
    overflow: hidden;
}
.jbzx img,.xclxc-content-item3:hover{
    cursor: pointer;
}
.xclxc-content-item3 img{
    width: 230px;
    height: 132px;
}
.tag-img{
    position: absolute;
    bottom: 0px;
    width: 210px;

}
.tag-text1{
    position: absolute;
    left: 10px;
    font-size: 18px;
    color: #FFFFFF;
    /*bottom: 10px;*/
}
.tag-text2{
position: absolute;
left: 65px;
font-size: 11px;
color: #FF5A14;
bottom: 4px;
font-weight: bold;
}
.new-cl{
    display: flex;
    justify-content: flex-start;
}