.report-type-ul {
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0;
}

.report-type-ul li {
    float: left;
    width: 255px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(5, 157, 254, 0.32);
    margin: 12px 12px;
}

.report-type-ul-zx {
    list-style: none;
    margin: 16px 0 0 0;
    padding: 0;
}

.report-type-ul-zx li {
    /*float: left;*/
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(5, 157, 254, 0.32);
    margin: 24px 24px;
}

.report-type-ul li:hover {
    background-color: #2F79F6 !important;
    color: white;
}


.report-type-ul li {
    background: no-repeat 18px 12px url("../image/icon/li2.svg");
}

.report-type-a:hover {
    color: white;
    text-decoration: none;
}

.report-type-a {
    display: block;
    line-height: 138px;
    /*text-align: center;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(255, 255, 255, 0.1);*/
    border-radius: 4px;
    transition: inherit;
    font-size: 20px;
    font-weight: 600;
    color: inherit;
}

.report-type-zx-a {
    display: inline-block;
    line-height: 84px;
    /*text-align: center;*/
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -4px 8px rgba(255, 255, 255, 0.1);*/
    border-radius: 4px;
    transition: inherit;
    font-size: 18px;
    font-weight: 600;
    color: inherit;
    width: 90%;
}

.report-type-zx-a:hover {
    text-decoration: none;
}

.report-type-zx-a:before {
    content: "";
    display: inline-block;
    height: 42px;
    vertical-align: middle;
    width: 84px;
    background: no-repeat center -2px url("../image/icon/zx.svg");
}

.report-type-ul-zx li:after {
    content: "";
    display: inline-block;
    height: 42px;
    vertical-align: middle;
    width: 84px;
    text-align: right;
    background: no-repeat center -2px url("../image/icon/click.svg");
}


.report-type-a:before {
    content: "";
    display: inline-block;
    height: 68px;
    vertical-align: middle;
    width: 68px;
}

.politic:before {
    margin: auto 42px;
    background: no-repeat center 0 url("../image/icon/politic.svg");
}

.politic:hover:before {
    background: no-repeat center 0 url("../image/icon/politic_hover.svg");
}


.violent:before {
    margin: auto 45px;
    background: no-repeat center 0 url("../image/icon/violent.svg");
}

.violent:hover:before {
    background: no-repeat center 0 url("../image/icon/violent_hover.svg");
}

.fraud:before {
    margin: auto 42px;
    background: no-repeat center 0 url("../image/icon/fraud.svg");
}

.fraud:hover:before {
    background: no-repeat center 0 url("../image/icon/fraud_hover.svg");
}

.porn:before {
    margin: auto 42px;
    background: no-repeat center 8px url("../image/icon/porn.svg");
}

.porn:hover:before {
    background: no-repeat center 8px url("../image/icon/porn_hover.svg");
}

.vulgar:before {
    margin: auto 42px;
    background: no-repeat center 0 url("../image/icon/vulgar.svg");
}

.vulgar:hover:before {
    background: no-repeat center 0 url("../image/icon/vulgar_hover.svg");
}

.gamble:before {
    margin: auto 42px;
    background: no-repeat center 0 url("../image/icon/gamble.svg");
}

.gamble:hover:before {
    background: no-repeat center 0 url("../image/icon/gamble_hover.svg");
}

.infringement:before {
    margin: auto 42px;
    background: no-repeat center 3px url("../image/icon/infringement.svg");
}

.infringement:hover:before {
    background: no-repeat center 3px url("../image/icon/infringement_hover.svg");
}

.rumor:before {
    margin: auto 42px;
    background: no-repeat center 3px url("../image/icon/rumor.svg");
}

.rumor:hover:before {
    background: no-repeat center 3px url("../image/icon/rumor_hover.svg");
}

.other:before {
    margin: auto 43px;
    background: no-repeat center 2px url("../image/icon/other.svg");
}

.other:hover:before {
    background: no-repeat center 2px url("../image/icon/other_hover.svg");
}


.report-right-div {
    width: 100%;
    height: max-content;
    margin-top: 29px;
    box-shadow: 0 0 10px 0 rgba(5, 157, 254, 0.32);
    /*background: #F9F9F9;*/
}



.report-right-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;

    /*box-shadow: 0 0 10px 0 rgba(5, 157, 254, 0.32);*/
}
.report-right-list li{
    height: 115px;
    line-height: 115px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    /*background: #F9F9F9;*/
    border-bottom: 1px #DBDBDB dashed;
}

.report-right-list li:first-child{
    height: 115px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    /*background: #F9F9F9;*/
    border-bottom: 1px #DBDBDB dashed;
}

.report-right-list li:last-child {
    border-bottom: none;
}

.report-right-list img {
    /*margin-right: 20px;*/
}
.report-type-li{
    cursor: pointer;
}

.slideBox_x {
    overflow: hidden;
    position: relative;
}


.slideBox_x .hd {
    height: 24px;
    overflow: hidden;
    position: absolute;
    /*right: 5px;*/
    align-items: center;
    bottom: 5px;
    z-index: 1;
    margin-left: 540px;
    width: max-content;
}

.slideBox_x .hd ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox_x .hd ul li {
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, .2);
    float: left;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    color: #fff;
    margin-right: 4px;
    /*border-radius: 4px;*/
    font-size: 12px;
}

.slideBox_x .hd ul li.on {
    background: #0AB4f7;
    color: #fff;
}

.slideBox_x .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox_x .bd ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slideBox_x .bd li {
    zoom: 1;
    vertical-align: middle;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox_x .prev,
.slideBox_x .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../image/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}


.slideBox_x .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox_x .prev:hover,
.slideBox_x .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox_x .prevStop {
    display: none;
}

.slideBox_x .nextStop {
    display: none;
}

.div_special {
    height: 108px;
    background: no-repeat center url('../image/bg-banner.jpg');
    width: 100%;
    overflow: hidden;
    margin-top: 58px;
    line-height: 78px;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    color: white;
    letter-spacing: 5px;
    text-shadow: 5px 8px 10px rgba(0, 0, 0, .6);
    cursor: pointer;
    position: relative;
}


.special_content {
    cursor: pointer;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
    color: #FF6384;
    letter-spacing: 5px;
    text-align: center;
}


.special_label {
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
    left: -53px;
    top: 22px;
    /*-webkit-transform-origin: left top;*/
    /*-moz-transform-origin: left top;*/
    /*transform-origin: left top;*/
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: white;
    width: 180px;
    text-align: center;
    font-family: 'Microsoft YaHei', Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
    background: #FF6384;
    display: block;
}
