﻿
.qzqd_content {
    width: 938px;
    height: 710px;
    background: #fff;
    border-radius: 30px;
    float: right;
    padding: 40px 20px 30px 45px;
    overflow-y: auto;
    overflow-x: auto;
}
/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¨Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Âª */
.crumbs {
    font-size: 16px;
    padding-bottom: 18px;
}
.details {
    padding: 20px 0 0;
    width: 98%;
    margin: 0 auto;
}
.details > .fl {
    width: 20%;
}
.details > .fr {
    width: 78%;
}
.fl-title {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #c71017;
    padding: 6px 0;
    margin-bottom: 20px;
}
.fl-main li {
    margin-bottom: 3px;
}
.fl-main li a {
    display: block;
    font-size: 18px;
    text-align: center;
    position: relative;
    padding: 6px 0;
    background-color: #f9f1ef;
}
.fl-main li a.on {
    font-weight: bold;
    color: #c71017;
    background-color: #cbe3f7;
}
.fl-main li a img {
    transition: all 0.4s linear;
    position: absolute;
    top: 36%;
    right: 7%;
    transform: rotate(180deg);
}
.fl-main li a:hover {
    font-weight: bold;
    color: #c71017;
    background-color: #cbe3f7;
}
.fl-main li a.on img,
.fl-main li a:hover img {
    transform: rotate(270deg);
}
.fr-title {
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
}
.fr-title span {
    padding: 8px 20px;
    background: #c71017;
    font-size: 20px;
    color: #fff;
}
.fr-main li {
    position: relative;
    padding-left: 15px;
    background: url(../images/icon/dian.png) no-repeat 2px 10px;
    margin: 14px 0;
}
.fr-main li:nth-child(5n) {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.fr-main li p {
    font-size: 16px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fr-main li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

@media screen and (max-width: 768px) {
    .qzqd_content{
        width:auto;
        float:none;
        padding:10px;
    }
    .main > .container {
        width: 100%;
        padding: 10px;
    }
    .details > .fl,
    .details > .fr {
        width: 100%;
    }
    .fl-title {
        margin-bottom: 15px;
    }
    .fr-title {
        margin-top: 15px;
    }
    .list-li li:nth-child(5n) {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    #page_div {
        width: 100%;
    }
    .pagination-last {
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }
}