.f_1371E6{
    color: #1371E6;
}
.f_F28B11{
    color: #F28B11;
}
body{
    background: #F8F8F8;
}
.contentDiv{
    background: #fff;
    padding: 30px 0 30px 30px;
    /* min-width: 1050px; */
}
.content_li{
    width: 43%;
    max-width: 452px;
    height: 175px;
    padding: 0 20px;
    margin-bottom: 20px;
    border: 1px solid #cae1fe;
    border-radius: 5px;
}
@media screen and (max-width: 1906px) {
    .content_li{
        max-width: 445px;
    }
}
@media screen and (max-width: 1887px) {
    .content_li{
        max-width: 405px;
    }
}
@media screen and (max-width: 1770px) {
    .content_li{
        max-width: none;
    }
}
.icon01{
    background: url(../images/myZoneBg.png)  center;
}
.icon02{
    background: url(../images/myZoneBg02.png) no-repeat center;
}
.li_title{
    height: 31px;
    line-height: 31px;
    max-width: 430px;
    font-size: 24px;
    font-weight: bold;
    margin: 26px  3px 23px;
}
.li_detail{
    line-height: 24px;
    height: 48px;
    width: 94%;
    font-size: 16px;
    color: #666666;
}
.close{
    top: 5px;
    right: 5px;
    height: 33px;
    width: 33px;
    cursor: pointer;
}
.iconClose01{
    background: url(../images/myZoneDelete.png) no-repeat center;
}
.iconClose02{
    background: url(../images/myZoneDelete02.png) no-repeat center;
}