/*首页广告位*/
.x2{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.x2 li{
    margin: 5px 0;
    padding-left: 15px;
    flex: 50%;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}
.x2 a {
    position: relative;
    display: block;
    width: 100%;

    float: left;
}
.x2 a:before {
    position: absolute;
    content: " ";
    width: 26px;
    height: 1pc;
    background: url();
    right: 0;
    font-size: 9pt;
    text-align: center;
    bottom: 0;
    color: #fff;
}
.x2 img {
    width: 100%;
    height: 70px;
}
@media (max-width: 767px) {
	.x2 li{
    flex: none;

}
span.x2{
    display: none;
}
}
@media screen and (max-width: 768px) {

.pc{

display:none; }

}
