<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    color: #333;
}

a:hover {
    color: #ee7826;
}

.correlation-a {
    display: inline-block;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_banner {
    width: 880px;
    height: 280px;
    background: url(../../images/infor/xq_banner.png) no-repeat;
    padding: 0 70px;
    position: relative;
}

.page_banner h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    bottom: 20px;
    margin-right: 20px;
    line-height: 40px;
}

.page_xinxi {
    height: 80px;
    background: #f3f3f5;
    line-height: 80px;
    padding: 0 10px 0 10px;
}

.page_xinxi li {
    float: left;
    margin-right: 20px;
}

.page_xinxi .xinxi_right {
    float: right;
}

.page_xinxi .xinxi_right a {
    color: #666;
}

.page_txt {
    padding: 30px 70px 20px;
    line-height: 32px;
    border-bottom: 1px solid #ddd;
    letter-spacing: 1px;
    font-size: 16px;
}

.page_txt a {
    color: #337ab7;
}

.page_txt h4 {
    font-weight: 600;
    line-height: 24px;
}

.page_txt h3 {
    font-size: 16px;
    line-height: 24px;
}

.page_txt img {
    max-width: 100%;
}

.page_biaoqian {
    height: 50px;
    margin: 20px 0 0;
    padding: 0 70px;
}

.page_biaoqian a {
    display: inline-block;
    padding: 2px 20px;
    background: #ddd;
    color: #666;
    margin-left: 10px;
    border-radius: 20px;
}

.page_biaoqian a:hover {
    background: #666;
    color: #fff;
    transition: 0.2s;
}

.page_bottom {
    padding: 0 70px 20px;
}

.page_bottom .bott_an {
    width: 500px;
    margin: 40px auto 20px;
}

.page_bottom .bott_an button {
    padding: 6px 20px;
}

.page_bottom .bott_an .btn1:hover {
    border: 1px #ccc solid;
    background: #fff;
}

.page_bottom .bott_an .btn2 {
    background: #12c9d4;
    color: #fff;
    margin-left: 100px;
    border: 1px #12c9d4 solid;

}

.page_bottom .bott_an .btn2:hover {
    border: 1px #09b0ba solid;
    background: #09b0ba;
    color: #fff;
    transition: 0.2s;
}

.page_bottom .bott_an .btn3 {
    background: #169bd5;
    color: #fff;
    float: right;
    border: 1px #169bd5 solid;
}

.page_bottom .bott_an .btn3:hover {
    border: 1px #0b79a9 solid;
    background: #0b79a9;
    color: #fff;
    transition: 0.2s;
}

.page_thank {
    margin: 50px auto 20px;
    text-align: center;
    position: relative;
}

.page_thank .yuan {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #ee7826;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
}

.page_thank h6 {
    font-size: 16px;
    padding: 0 20px;
    color: #999;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 320px;
    bottom: 33px;
}

/*ç›¸å…³å’¨è¯¢*/
.page_to_zixun {
    width: 880px;
    margin: 20px 0;
    background: #fff;
    padding: 20px;
}

.page_to_zixun h3 {
    margin-top: 0;
    display: inline-block;
}

.page_to_zixun span a {
    color: #999;
}

.page_to_zixun ul {
    background: #f7f6f6;
    padding: 20px;
}

.page_to_zixun li {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
}

.page_to_zixun li small {
    float: right;
    color: #999;
    display: inline-block;
    font-size: 80%;
}

/*è¯„è®º*/
.page_reviews {
    width: 880px;
    background: #fff;
    padding: 20px 20px 40px;;
    margin-bottom: 50px;
}

.page_reviews h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
}

.page_reviews ul {

    padding: 20px;
    margin: 20px 0;
}

.page_reviews ul small, .page_reviews ul span {
    color: #999;
    margin-left: 10px;
}

.page_reviews ul p {
    padding: 10px;
    background: #f4f5f6;
    margin-top: 10px;
}

.page_reviews form {
    width: 700px;
    float: right;
    padding: 0 20px;
    margin: 20px 0;
}

.page_reviews form .txt {
    width: 700px;
    height: 90px;
    float: right;
    display: block;
}

.page_reviews form button {
    margin-top: 10px;
    float: right;
}

/*å·¦è¾¹å†…å®¹ç»“æŸ*/

/*å³è¾¹ç›¸å…³*/

.right_page {
    background: #fff;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.right_page h3 {
    margin: 0px 0 10px;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
}

.right_page li {
    margin: 10px 10px 5px 0;
}

.right_page span {
    color: #999;
    float: right;
}

.display-inline-block {
    display: inline-block;
}

.search-input input.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
    border-color: #fff;
}

/*åŽ»æŽ‰å†…å¤–è¾¹è·*/
.padding-margin-0 {
    margin: 0;
    padding: 0;
}

.textDt {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.law-content a{
	color: rgb(58 86 232);
}
.law-content a:hover{
	color: #df1c59;
}</pre></body></html>