.cq-content {
    width: 100%;
}

.cq-content .cq-banner {
    width: 100%;
    height: 200px;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cq-content-detail {
    width: 1160px;
    margin: 60px auto;
}

.cq-content-nav {
    text-align: left;
    font-size: 16px;
    color: #999999;
    margin-bottom: 65px;
}

.cq-content-nav a {
    color: #999999;
    vertical-align: middle;
}

.cq-content-nav a:hover {
    color: var(--main-color);
}

.title {
    display: inline-block;
    color: #333333;
    width: 600px;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.cq-banner {
    box-sizing: border-box;
    padding-top: 55px;
}

.cq-banner p {
    font-size: 40px;
    text-align: center;
    color: #ffffff;
    line-height: 1;
}

.cq-banner .cq-banner-msg {
    margin-top: 25px;
    color: #ffffff;
    font-size: 20px;
}

.cq-content-title {
    font-size: 27px;
    color: #333333;
    text-align: center;
    margin: 0 auto 25px;
    width: 1200px;
    line-height: 42px;
}

.cq-content-time {
    padding-bottom: 42px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.cq-content-border {
    display: block;
    width: 35px;
    height: 3px;
    background-color: var(--main-color);
    margin: -2px auto;
}

.cq-content-all {
    margin-top: 50px;
    padding-bottom: 88px;
}

.cq-content-all p {
    width: 773px;
    color: #666666;
    font-size: 16px;
    text-align: left;
    text-indent: 32px;
    line-height: 32px;
    margin: 17px auto 0;
}

.cq-content-all img {
    display: block;
    max-width: 640px;
    margin: 18px auto;
}

.cq-content-page span {
    max-width: 460px;
    height: 27px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    color: #666666;
    font-size: 16px;
    margin-bottom: 38px;
}

.cq-content-page span:hover {
    color: var(--main-color);
}

.cq-content-page .top {
    float: left;
}

.cq-content-page .bottom {
    float: right;
}

.cq-content-all span {
    text-indent: 2em;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
}
.cq-content-page span a {
    color: #666666;
}
.cq-content-page span a:hover {
    color: var(--main-color);
}