@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

body {
    font-family: “微软雅黑”;
}

.w1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

/* 主体部分 */
.fwpt_banner {
    width: 100%;
    height: auto;
}

.fwpt_main {
    margin-top: 40px;
    margin-bottom: 50px;
}

.fwpt_ss {
    width: 1060px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    box-shadow: 1px 4px 6px 1px rgb(224 237 247 / 75%);
}

.fwpt_ss .ss_text {
    width: 934px;
    height: 100%;
    padding-left: 26px;
    font-size: 20px;
    color: #333333;
    border: 1px solid #c6e2f6;
    float: left;
}

.fwpt_ss .ss_btn {
    width: 126px;
    height: 100%;
    color: #fff;
    background-color: #dd0900;
    border: none;
    font-size: 24px;
    font-weight: bold;
    float: right;
}

.fwlx {
    margin-top: 40px;
}

.fwlx_tit {
    height: 47px;
    width: 554px;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 3px;
}

.fwlx_tit ul {
    width: 240px;
    height: 100%;
    margin: 0 auto;
}

.fwlx_tit ul li {
    float: left;
    cursor: pointer;
    font-size: 24px;
    color: #333333;
    width: 120px;
    height: 100%;
    text-align: center;
}

.fwlx_tit ul li:hover {
    font-weight: bold;
    color: #3573b5;
    border-bottom: 3px solid #3573b5;
}

.fwlx_tit ul .on {
    font-weight: bold;
    color: #3573b5;
    border-bottom: 3px solid #3573b5;
}

.fwlx_list {
    display: none;
}

.fwlx_list li {
    width: calc((100% - 144px)/7);
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    float: left;
    box-shadow: 1px 1px 14px 1px rgb(0 0 0 / 10%);
    cursor: pointer;
    margin-left: 24px;
    text-align: center;
    margin-top: 27px;
}

.fwlx_list li:nth-child(7n + 1) {
    margin-left: 0;
}

.fwlx_list li:hover {
    background: #3573b5;
    color: #ffffff;
}

.fwlx_list .on {
    background: #3573b5;
    color: #ffffff;
}

.fwpt_cxjg {
    margin-top: 40px;
    padding-left: 10px;
}

.cxjg_tit {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    padding-left: 20px;
    background: url(yjt.png)no-repeat left 0;
    font-size: 25px;
    color: #3573b5;
    line-height: 14px;
}

.cxjg_list li {
    height: 92px;
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 20px;
}

.cxjg_list li a {
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.cxjg_list li p {
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jqr_bg {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 30px;
}

.jqr_bg img {
    width: 100%;
    height: auto;
}

/* 分页 */
.pagebg {
    float: right;
    width: auto;
    height: 34px;
    color: #337ab7;
    margin-top: 20px;
}

.pagebg ul {
    width: 100%;
    height: 100%;
}

.pagebg li {
    height: 100%;
    width: 35px;
    color: #337ab7;
    border: 1px solid #dddddd;
    float: left;
    text-align: center;
    cursor: pointer;
    line-height: 34px;
    font-size: 14px;
}

.pagebg li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagebg li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagebg li:not(:first-child) {
    border-left: none;
}

.xl-prevPage,
.xl-startPage,
.xl-nextPage,
.xl-endPage {
    width: 51px !important;
}

.pagebg li:hover {
    background-color: #337ab7;
    color: #ffffff;
}

.xl-active {
    background-color: #337ab7;
    color: #ffffff !important;
}

.pagebg .xl-jumpText {
    width: 150px;
    display: inline-block;
}

.pagebg .xl-jumpText:hover {
    color: #337ab7 !important;
    background: #ffffff !important;
}

.pagebg .xl-jumpText #xlJumpNum {
    width: 50px;
    border: 1px solid #999999;
    margin: 0 12px;
    appearance: none;
}

.pagebg .xl-disabled {
    cursor: no-drop;
}