.colorwhite {
    color: #fff
}

.colorgrey {
    color: #b8b8b8 !important
}

.content-detail {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.carnival-content-outer {
    background-color: white
}

.carnival-content-outer .box-header {
    border-bottom: 1px solid #ccc
}

.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.xkzx-body {
    position: relative;
    padding-right: 268px;
    padding-left: 20px;
    margin-top: 38px
}

.xkzx-body a {
    color: #555;
    line-height: 2;
    font-size: 14px
}

.xkzx-body a:hover {
    text-decoration: underline
}

.xkzx-body .content-main {
    width: 100%
}

.xkzx-body .content-side {
    position: absolute;
    top: 0;
    right: 0;
    width: 238px;
    min-height: 100px
}

.xkzx-body .content-side a {
    color: #555;
    padding-bottom: 2px;
    line-height: 1;
    font-size: 12px
}

.xkzx-body .content-side .image-box img {
    width: 100%
}

.xkzx-body .content-side .block {
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 14px 22px
}

.xkzx-body .content-side .block:last-child {
    border-bottom: 1px solid #ccc
}

.xkzx-body .content-side .block li {
    padding: 6px 0
}

.xkzx-body .content-side .block .omit {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.xkzx-body .content-side .tags {
    margin-bottom: 12px;
    font-size: 12px
}

.xkzx-body .content-side .tags .tag {
    background: #04acf4 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 6px 10px;
    text-decoration: none !important
}

.xkzx-body .content-side .tags .tag-arrow {
    position: relative
}

.xkzx-body .content-side .tags .tag-arrow::before, .xkzx-body .content-side .tags .tag-arrow::after {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #15a0e5;
    bottom: -8px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0
}

.xkzx-body .content-side .tags .tag-arrow::after {
    border-top-color: #fff;
    bottom: -7px
}

.xkzx-body .content-side .tags .tag-arrow::before, .xkzx-body .content-side .tags .tag-arrow::after {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 8px solid #15a0e5;
    bottom: -8px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0
}

.xkzx-body .content-side .tags .tag-arrow.tag-blue::before, .xkzx-body .content-side .tags .tag-arrow.tag-blue::after {
    border-top-color: #15a0e5
}

.xkzx-body .content-side .tags .tag.tag-green {
    background: #92c153 none repeat scroll 0 0
}

.xkzx-body .content-side .tags .tag-arrow.tag-green::before, .xkzx-body .content-side .tags .tag-arrow.tag-green::after {
    border-top-color: #92c153
}

//@media screen and (max-width: 767px) {
//    .xkzx-body {
//        padding-right: 8px
//    }
//
//    .xkzx-body .content-side {
//        position: static;
//        width: 100%;
//        max-width: 767px;
//        border-top: 1px solid #ccc
//    }
//
//    .xkzx-body .content-side .block {
//        border: 0;
//        width: 33.333%;
//        float: left
//    }
//
//    .xkzx-body .content-side .block:last-child {
//        border: 0
//    }
//}
//@media only screen and (min-width: 600px) and (max-width:768px) {
//	.article .article-content div img{width: 87%;}
//}

@media screen and (max-width: 425px) {
    .xkzx-body .two-column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .xkzx-body .content-side {
        position: static;
        width: 100%;
        border-top: 0
    }

    .xkzx-body .content-side .block {
        border: 1px solid #ccc;
        border-bottom: 0;
        width: 100%;
        float: none
    }

    .xkzx-body .content-side .block:last-child {
        border: 1px solid #ccc
    }
}