.he_banner {
    width: 100%;
    background: url(img/help/ico-news-bg.png) no-repeat top center;
    background-size: 100% 380px;
}

.he_banner .he_txt {
    text-align: center;
    padding: 57px 0 50px;
}

.he_banner .p_a {
    font-size: 40px;
    line-height: 52px;
    color: #181C29;
}

.news_main {
    background-color: #f8f8f8;
}

.x_location {
    height: 45px;
    line-height: 45px;
    color: #4D5260;
    /* padding-bottom: 20px; */
}

.x_location .h {
    color: #4D5260;
    font-size: 14px;
}

.x_location .h_a {
    color: #4D5260;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.x_location .h_a:hover {
    color: #3A62C8;
}

.x_location .iconfont {
    display: inline-block;
    font-size: 14px;
    color: #4D5260;
}

.x_location .arrow {
    display: inline-block;
    margin: 0 3px;
    font-size: 12px;
    color: #bbbfc9;
}

.x_location .last {
    color: #3A62C8;
}


.news_box {
    padding-bottom: 50px;
}

.news_left_main {
    width: 1200px;
    padding: 0;
}

.news_left {
    background-color: #fff;
    width: 100%;
}

.news_right {
    width: 200px;
    background-color: #fff;
}

.news_tab {
    padding: 0 30px;
}

.news_tab_list {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
}

.news_tab .tab_item {
    position: relative;

    color: #181c29;
    float: left;
    line-height: 60px;
    margin-right: 89px;
}

.news_tab .tab_item.on {
    color: #3A62C8;
}

.news_tab .tab_item.on:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #3A62C8;
}

.news_list {
    margin-top: 10px;
}

.news_list .list_item {
    display: block;
    width: 100%;
    padding: 0 30px;
    transition: all .3s ease;
}

.news_list .list_item .list_item_detail {
    padding: 20px 0 20px;
    border-bottom: 1px solid #eee;
}

.news_list .list_item .p1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: #181c29;
    margin-bottom: 8px;
}

.news_list .list_item .p1 a {
    color: #181c29;
}

.news_list .list_item .p1 a:hover {
    color: #3A62C8;
}

.news_list .list_item .p2 {

    line-height: 28px;
    color: #181c29;
    text-align: justify;
}

.news_list .list_item .p3_info {
    padding-top: 8px;
}

.news_list .list_item .p3 {

    font-size: 12px;
    line-height: 28px;
    color: #999;
}

.news_list .list_item .p_tag .tag_a {
    float: left;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #828897;
    height: 30px;
    line-height: 30px;
    padding: 0 13px;
    background: #F6F7F9;
    margin-left: 13px;
    border-radius: 5px;
    transition: all .es;
}

.news_list .list_item .p_tag .tag_a:hover {
    color: #fff;
    background-color: #3A62C8;
}

.news_list .list_item:hover {
    background: #fff;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .06), 0 3px 14px 2px rgba(0, 0, 0, .04), 0 0 5px -3px rgba(0, 0, 0, .08);
    transform: translateY(-4px);
}

.news_list .list_item:hover .list_item_detail {
    border-color: transparent;
}

.news_right {
    padding-bottom: 40px;
}

.news_right .right_tit {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}

.news_right .right_head {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    margin: 34px auto 24px;
    overflow: hidden;
}

.news_right .right_list_msg {
    margin-left: 38px;
}

.news_right .right_list_msg .p1 {

    font-size: 15px;
    line-height: 44px;
    color: #181c29;
}

.news_right .right_list_msg .p2 {

    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

.news_right .right_code {
    width: 128px;
    height: 128px;
    text-align: center;
    margin: 25px auto 20px;
}

.news_right .right_code img {
    width: 100%;
    height: 100%;
}

.news_right .right_qq {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 134px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    text-indent: 21px;
    border: solid 1px #3A62C8;
    font-size: 13px;
    color: #666666;
    background: url(img/icon-common-qq.png) no-repeat left 31px center;
    background-size: 14px 14px;
}

.list_item_detail .detail_img {
    width: 164px;
    height: 106px;
    margin-right: 25px;
    text-align: center;
    overflow: hidden;
}

.list_item_detail .detail_img img {
    max-width: 100%;
    /* max-height: 100%; */
    vertical-align: middle;
    width: 100%;
}

.list_item .detail_con {
    width: 100%;
}

.list_item .detail_img+.detail_con {
    width: 700px;
}

.xq_left {
    width: 898px;
    padding: 0 30px;
    background-color: #fff;
}

.xq_left .xq_left_head {
    padding: 35px 0 26px 0;
    border-bottom: 1px solid #eee;
}

.xq_left .tit {

    font-size: 24px;
    line-height: 28px;
    color: #181c29;
    padding: 0 0 20px;
    text-align: center;
}

.xq_left .tip {

    line-height: 28px;
    color: #828897;
    text-align: center;
}

.xq_left .tip span {
    margin-right: 30px;
}

.xq_left .xq_left_con {

    line-height: 30px;
    color: #181c29;
    padding: 30px 0 60px;
    white-space: normal;
}

.xq_left .xq_left_con p,
.xq_left .xq_left_con span {
    white-space: normal !important;
}

.xq_left .xq_left_con img {
    margin: 20px 0;
    max-width: 100%;
    height: auto;
    text-align: center;
}

.n-detail-bottom {
    padding-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.n-detail-bottom .ikw {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
    text-align: center;
    padding: 0 8px;
    background-color: #eff8ff;
    border-radius: 4px;
    color: #666;
}

.n-detail-bottom .ikw:first-child+.ikw {
    background-color: #fff1ea;
}

.n-detail-bottom .ikw:first-child+.ikw+.ikw {
    background-color: #ecffe4;
}

.law_list {
    padding: 16px;
    text-align: left;
    background: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .04);
    border-radius: 4px;
    color: rgba(0, 0, 0, .56);
    word-break: break-all;
    display: inline-block;
    vertical-align: middle;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 28px;
}

.law_list a {
    color: rgba(0, 0, 0, .56);
}

.law_list a:hover {
    color: #3A62C8;
}

.other_page {
    padding: 30px 0;
}

.page_item {
    width: 50%;
}

.page_item span {
    width: 15%;
}

.page_item a {
    max-width: 85%;
}

.other_page a {
    box-sizing: border-box;
    color: #4D5260;
}

.other_page a:hover {
    color: #3A62C8;
}


.xq_right {
    width: 282px;
}

.xq_right .xq_right_item {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px 5px;
    margin-bottom: 20px;
    background-color: #fff;
}

.xq_right .xq_right_item .tit {
    height: 60px;
    line-height: 60px;

    color: #181c29;
    border-bottom: 1px solid #eee;
}

.xq_right .xq_right_item .tit span {
    position: relative;
    display: inline-block;
}

.xq_right .xq_right_item .tit span:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #3A62C8;
}

.xq_right .right_ul li {
    height: 48px;
    line-height: 48px;
    color: #181c29;
}

.xq_right .right_ul li+li {
    border-top: 1px dashed #eee;
}

.xq_right .right_ul li a {
    color: #181c29;
    transition: all .3s ease-out;
}

.xq_right .right_ul li a:hover {
    color: #3A62C8;
}

/* 地图css */
.map_main {
    padding-bottom: 100px;
    background-color: #f8f8f8;
}

.map_box {
    margin-bottom: 100px;
    padding: 8px 24px 40px;
    background-color: #fff;
}

.map_box .map_item .tit {
    position: relative;
    height: 60px;
    line-height: 60px;

    color: #181c29;
    border-bottom: 1px solid #eee;
}

.map_box .map_item .tit:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 26px;
    height: 2px;
    background-color: #3A62C8;
}

.map_list {
    margin-top: 10px;
}

.map_list a {
    float: left;

    line-height: 28px;
    color: #666666;
    margin: 0 40px 6px 0;
    transition: all .3s ease-out;
}

.map_list a:hover {
    color: #3A62C8;
    text-decoration: underline;
}

#pageIndex {
    padding-top: 30px;
    text-align: center;
    background-color: #f8f8f8;
    margin-top: 20px;
}

/* #pageIndex a{
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #181c29;
    font-size: 12px;
    border: 1px solid #e2e2e2;
}
#pageIndex a.active {
    background-color: #3A62C8;
    color: #fff;
    border-color: #3A62C8;
}
#pageIndex a.pageRemark{
    cursor: text;
} */

.center_left {
    width: 200px;
    height: 780px;
    background-color: #ffffff;
}

.center_left .left_a {
    position: relative;
    display: block;
    height: 52px;
    line-height: 52px;

    font-size: 14px;
    color: #181c29;
    text-align: left;
    text-indent: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #f8f8f8;
}

.center_left .left_a.on:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #3A62C8;
}

.center_left .left_a:hover,
.center_left .left_a.on {
    color: #3A62C8;
}

.no_content {
    text-align: center;
    padding: 120px 0 100px;
}

.no_content>p {
    font-size: 16px;
    color: #181c29;
    padding: 30px 0;
}

.nor_tit {
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    color: #181c29;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    padding: 0 30px;
}


.det_r_3 {
    padding: 0 20px 15px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.det_r_3 .name {

    color: #181c29;
    height: 60px;
    line-height: 60px;
    position: relative;
    display: inline-block;
}

.det_r_3 .tit {
    height: 60px;
    line-height: 60px;

    color: #181c29;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
}

.det_r_3 .name:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #3A62C8;
}

.det_r_3 .more {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    color: #828897;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.det_r_3 .more:hover {
    color: #3A62C8;
    text-decoration: underline;
}

.det_r_3 .item_a {
    float: left;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 30px;
    color: #828897;
    height: 30px;
    background: #F6F7F9;
    opacity: 1;
    border-radius: 5px;
    padding: 0 11px;
    margin: 0 10px 10px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.det_r_3 .item_a:hover {
    color: #fff;
    background-color: #3A62C8;
}

.jx_item {
    float: left;
    width: 115px;
    height: 77px;
    line-height: 77px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 4px;
}

.jx_item:nth-child(2n+2) {
    float: right;
}

.jx_item img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.get-tm-wrap {
    padding: 30px 20px;
    width: 282px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.get-tm-wrap.on {
    top: 70px;
}

.get-tm-wrap h2 {
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 600;
    color: #181c29;
    text-align: center;
}

.get-tm-wrap h6 {
    margin-top: 5px;
    margin-bottom: 20px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.get-tm-wrap .input-wrap {
    margin-bottom: 12px;
    /* padding: 10px 15px; */
    height: 40px;
    background: #F6F7F9;
}

.get-tm-wrap .input-wrap input {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #F6F7F9;
    text-indent: 14px;
    color: #181c29;
    text-align: left;
    border: 1px solid #f6f7f9;
    box-sizing: border-box;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

.get-tm-wrap .input-wrap input:hover {
    border-color: rgba(52, 100, 255, 0.55) !important;
}

.get-tm-wrap .input-wrap input:focus {
    border-color: #3A62C8 !important;
    border-right-width: 1px !important;
    outline: none !important;
    -webkit-box-shadow: 0 0 4px 2px rgb(24 144 255 / 20%);
    box-shadow: 0 0 4px 2px rgb(24 144 255 / 20%);
}

.get-tm-wrap .input-wrap.last input {
    width: 65%;
}

.get-tm-wrap .input-wrap.last .tx_img {
    width: 34%;
    height: 40px;
    cursor: pointer;
}

.get-tm-wrap .input-wrap .getCode {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #3A62C8;
    margin-right: 5px;
}

.get-tm-wrap .input-wrap .getCode:active {
    color: #f00;
}

.get-tm-wrap .input-wrap .getCode.disabled {
    color: #ccc;
}

.get-tm-wrap .getTm {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background: #3A62C8;
}