body {
    background: #f6f6f6;
}

@keyframes turn {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes turn {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

#channel-banner {
    background: url("../images/channelbg.jpg") center center no-repeat #007AFF;
    width: 100%;
    height: 520px;
    position: relative;
}

#channel-banner .channel-search {
    width: 780px;
    margin: 0px auto;
    padding-top: 90px;
}

#channel-banner .channel-search_title {
    font-size: 36px;
    text-align: center;
    color: #f2f2f2;
    padding-bottom: 35px;
}

#channel-banner .channel-search .channel-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#channel-banner .channel-search .channel-box_left {
    width: 780px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background: #fff;
}

#channel-banner .channel-search .channel-box_left .channel-search_box {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#channel-banner .channel-search .channel-box_left .channel-search_box .select-type {
    width: 110px;
    position: relative;
    padding: 10px 0px;
    text-align: center;
}

#channel-banner .channel-search .channel-box_left .channel-search_box .select-type span {
    font-size: 14px;
    cursor: pointer;
    color: #333;
    width: 100%;
    line-height: 42px;
    height: 42px;
    display: block;
    position: relative;
}

#channel-banner .channel-search .channel-box_left .channel-search_box .select-type span:after {
    position: absolute;
    top: 18px;
    right: 3px;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #666;
    border-radius: 2px;
}

#channel-banner .channel-search .channel-box_left .channel-search_box .select-type ul {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    padding-bottom: 10px;
    left: 0px;
    top: 60px;
    width: 100%;
    z-index: 555;
}

#channel-banner .channel-search .channel-box_left .channel-search_box .select-type ul li {
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: #333;
    font-size: 14px;
}

#channel-banner .channel-search .channel-box_left .channel-search_box .select-type ul li:hover {
    background-color: rgba(0, 122, 255, 0.2);
}

#channel-banner .channel-search .channel-box_left .channel-search_box .channel-search_input {
    width: 520px;
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #eee;
}

#channel-banner .channel-search .channel-box_left .channel-search_box .channel-search_input input[type="text"] {
    font-size: 15px;
    color: #333;
    width: 380px;
    padding: 10px 15px;
    border: none;
    outline: 0;
}

#channel-banner .channel-search .channel-box_left .channel-search_box .channel-search_input i.iconfont {
    font-size: 22px;
    line-height: 45px;
    height: 45px;
    color: #ddd;
}

#channel-banner .channel-search .channel-box_left .channel-search_box .search-btn {
    background: #007AFF;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 13px 40px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: none;
    margin-right: 5px;
}

#channel-banner .channel-search .channel-box_right {
    width: 100px;
}

#channel-banner .channel-search .channel-box_right a {
    line-height: 25px;
    height: 60px;
    width: 100%;
    display: block;
    padding: 0px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}

.hot-search {
    margin: 15px auto;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.hot-search b {
    color: #ffffff;
}

.hot-search i {
    font-size: 22px;
    margin-right: 5px;
    color: #ffffff;
}

.hot-search a {
    padding: 0px 8px;
    color: rgba(255, 255, 255, 0.9);
    opacity: 0.9;
}

.hot-search a:Hover {
    color: #ffffff;
    opacity: 1;
}

.channel-banner_nav {
    position: absolute;
    left: 0px;
    bottom: 70px;
    z-index: 80;
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}

.channel-banner_nav a {
    margin: 0px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100px;
    text-align: center;
    height: 100px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 16px;
    position: relative;
}

.channel-banner_nav a i.iconfont {
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    margin: 0px auto;
    position: absolute;
    left: 0px;
    top: 20px;
}

.channel-banner_nav a p {
    position: absolute;
    left: 0px;
    bottom: 10px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.channel-banner_nav a:hover {
    background: #fff;
    color: #007AFF;
}

.channel-banner_nav a:hover i.iconfont {
    color: #007AFF;
}

.newpolicy {
    width: 100%;
    padding: 30px 0px;
    background: #fff;
}

.newpolicy-content {
    width: 1200px;
    margin: 0px auto;
}

#index-newpolicy {
    margin: 10px auto 0px auto;
    min-height: 279px;
}

.page-normal {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0px 25px;
    margin-bottom: 20px;
}

.page-normal.pb_right {
    padding: 0px 18px;
}

.page-normal.pb25 {
    padding-bottom: 25px;
}

.page-normal_title2 {
    width: 100%;
    line-height: 80px;
    height: 80px;
    color: #101010;
    font-size: 24px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
}

.page-normal_title2 i {
    width: 4px;
    height: 25px;
    background: #007AFF;
    display: inline-block;
    margin-right: 15px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-top: 28px;
}

.page-normal_title2 .lawtype {
    width: 360px;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}

.page-normal_title2 .lawtype span {
    width: 80px;
    text-align: center;
    cursor: pointer;
    border-bottom: 3px solid #fff;
    font-size: 16px;
    color: #222;
}

.page-normal_title2 .lawtype span.active {
    color: #007AFF;
    cursor: default;
    border-bottom: 3px solid #007AFF;
}

.page-normal_title2 .lawtype span:hover {
    color: #007AFF;
}

.page-normal_title2 .lawtype a {
    color: #007AFF;
    font-size: 16px;
}

.page-normal .more {
    margin-left: auto;
    font-size: 16px;
}

.page-normal .more i {
    background: none;
    margin-top: 0px;
    color: #aaa;
    font-size: 14px;
}

.page-normal .tel {
    margin-left: auto;
    font-size: 16px;
    color: #666;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-normal_title {
    width: 100%;
    line-height: 70px;
    height: 70px;
    color: #101010;
    font-size: 24px;
    display: flex;
    justify-content: flex-start;
}

.page-normal_title .note {
    margin-left: auto;
    font-size: 14px;
    color: #aaa;
}

.page-normal_title .note b {
    font-family: Impact, 'Arial Narrow Bold', sans-serif;
    font-size: 22px;
    padding-left: 4px;
    font-weight: normal;
    color: #ccc;
    font-style: italic;
}

.page-normal_title i {
    width: 4px;
    height: 25px;
    background: #007AFF;
    display: inline-block;
    margin-right: 15px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-top: 23px;
}

.page-normal_title .more {
    font-size: 14px;
    color: #666;
    margin-left: auto;
    padding-right: 25px;
}

.page-normal_title .more i.iconfont {
    border: none;
    margin: 0;
    background: none;
    font-size: 12px;
    color: #aaa;
}

.page-normal_title .more:hover {
    color: #007AFF;
}

.page-normal_title .more:hover i.iconfont {
    color: #007AFF;
}

.page-normal_content {
    font-size: 16px;
    line-height: 200%;
    padding-bottom: 25px;
}

.page-normal_content.minh {
    min-height: 110px;
}

.page-normal:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07);
}

.policy-tab {
    width: 100%;
    position: relative;
    padding: 20px 20px 15px 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 20px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.policy-tab .policy-type {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.policy-tab .policy-type span {
    color: #007AFF;
    border: 1px solid rgba(0, 122, 255, 0.15);
    padding: 3px 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
}

.policy-tab .policy-type i {
    font-size: 12px;
    color: #bbb;
}

.policy-tab .policy-baseinfo {
    margin-top: 8px;
}

.policy-tab .policy-baseinfo span {
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    color: #666;
}

.policy-tab .policy-desc {
    line-height: 25px;
    font-size: 18px;
    color: #333;
    min-height: 30px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}

.policy-tab .policy-info {
    width: 100%;
    max-width: 600px;
    padding: 5px 0px;
    display: flex;
    justify-content: space-between;
}

.policy-tab .policy-info .item {
    width: 50%;
    line-height: 22px;
}

.policy-tab .policy-info .item span {
    width: 100%;
    font-size: 12px;
    display: block;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.policy-tab:hover {
    background: #007AFF;
    color: #fff;
    box-shadow: 0px 0px 6px 1px rgba(0, 122, 255, 0.9);
    border: 1px solid #007AFF;
}

.policy-tab:hover .policy-type span {
    border: 1px solid #fff;
    color: #fff;
    opacity: 0.8;
}

.policy-tab:hover .policy-type i {
    color: #fff;
}

.policy-tab:hover .policy-baseinfo span {
    color: #fff;
}

.policy-tab:hover .policy-desc {
    color: #fff;
}

.policy-tab:hover .policy-info {
    color: #fff;
}

.policy-tab:hover .policy-info .item span {
    opacity: 0.8;
    color: #fff;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    opacity: 0.1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

#newpolicy-box .swiper-wrapper {
    padding-bottom: 40px;
}

#newpolicy-box .swiper-wrapper .swiper-slide {
    padding: 10px 5px 0px 5px;
}

#policy-main {
    width: 1200px;
    margin: 0px auto;
    padding: 50px 0px 20px 0px;
}

.policy-list {
    width: 1200px;
    margin: 0px auto;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

.policy-list_left {
    width: 785px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 10px 25px;
}

.policy-list_right {
    width: 390px;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 10px 25px;
}

.policy-list_box {
    padding-top: 10px;
}

.policy-list_tab {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 15px 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-bottom: 10px;
}

.policy-list_tab a.name {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #222;
    display: block;
}

.policy-list_tab:hover {
    box-shadow: 0px 0px 9px 2px rgba(0, 122, 255, 0.1);
    -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 122, 255, 0.1);
    -moz-box-shadow: 0px 0px 9px 2px rgba(0, 122, 255, 0.1);
    -ms-box-shadow: 0px 0px 9px 2px rgba(0, 122, 255, 0.1);
}

.policy-list_tab:hover a.name {
    color: #007AFF;
}

.policy-list_tab:hover p {
    color: #007AFF;
    opacity: 0.8;
}

.policy-list_info {
    width: 100%;
    display: flex;
    padding-top: 8px;
    justify-content: space-between;
    align-items: center;
}

.policy-list_info_left {
    width: 50%;
}

.policy-list_info_left p {
    font-size: 12px;
    color: #8e8e8e;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.policy-list_info_left p i.iconfont {
    font-size: 14px;
    margin-right: 5px;
}

.policy-list_info_right {
    width: 50%;
    text-align: right;
    color: #8e8e8e;
    font-size: 14px;
}

.policy-list_info_right b {
    color: red;
    font-weight: normal;
}

.policy-list_info_right a,
.policy-list_info_right span {
    cursor: pointer;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    background: #007AFF;
    padding: 6px 14px;
    margin-left: 10px;
}

.policy-list_info_right a.nodeclare,
.policy-list_info_right span.nodeclare {
    background: #ccc;
    color: #fff;
}

.policy-list_info_right a:Hover,
.policy-list_info_right span:Hover {
    color: #fff;
    opacity: 0.9;
}

.policy-list_bar {
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    color: #8e8e8e;
    display: flex;
    justify-content: flex-start;
}

.policy-list_bar b {
    color: #007AFF;
    font-weight: normal;
}

.policy-list_bar a.change-btn {
    color: #007AFF;
    display: flex;
    justify-content: space-between;
}

.policy-list_bar a.change-btn .icon {
    position: relative;
    margin-top: 15px;
    margin-left: 8px;
    width: 17px;
    height: 17px;
    line-height: 17px;
}

.policy-list_bar a.change-btn .icon i {
    width: 17px;
    height: 17px;
    position: absolute;
    animation: turn 1s linear infinite;
    -webkit-animation: turn 1s linear infinite;
    -moz-animation: turn 1s linear infinite;
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
}

.policy-list_bar a.change-btn.active .icon i {
    animation: turn 1s linear infinite;
    -webkit-animation: turn 1s linear infinite;
    -moz-animation: turn 1s linear infinite;
}

.policy-list_bar a.more {
    margin-left: auto;
    color: #007AFF;
}

.policy-hot_list {
    width: 100%;
}

.policy-hot_list .item {
    display: flex;
    justify-content: flex-start;
    width: 340px;
    overflow: hidden;
}

.policy-hot_list .item i {
    background: #E5E5EA;
    color: #333;
    width: 22px;
    height: 22px;
    font-size: 13px;
    line-height: 22px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    display: inline-block;
    text-align: center;
    font-style: normal;
    margin-top: 8px;
}

.policy-hot_list .item a {
    width: 310px;
    line-height: 41px;
    padding-left: 8px;
    height: 41px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
}

.policy-hot_list .item:nth-child(1) i {
    background: #FF2D55;
    color: #fff;
}

.policy-hot_list .item:nth-child(2) i {
    background: #FF3A30;
    color: #fff;
}

.policy-hot_list .item:nth-child(3) i {
    background: #FF9502;
    color: #fff;
}

.policy-hot_list .item:hover {
    color: #007AFF;
}

.policy-hot_list .item:hover a {
    color: #007AFF;
}

.policy-hot_list .item:hover i {
    background: #007AFF;
    color: #fff;
}

.policy-ad {
    background: url(../images/nomatch.png) 890px center no-repeat #fff;
    margin-bottom: 25px;
    background-size: auto 220px;
    padding: 40px;
}

.policy-ad b {
    font-size: 28px;
    color: #007AFF;
    font-weight: normal;
    padding-bottom: 10px;
    display: block;
}

.policy-ad p {
    font-size: 16px;
    color: #8E8E93;
}

.policy-ad:hover {
    background: url(../images/nomatch.png) 890px center no-repeat rgba(0, 122, 255, 0.08);
    background-size: auto 220px;
}

.policy-law,
.policy-cash {
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0px 25px 10px 25px;
    margin-bottom: 25px;
}

.lawlist {
    width: 100%;
    display: flex;
    padding: 20px 0px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lawlist .law-item {
    width: 550px;
    display: inline-block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    float: left;
}

.lawlist .law-item i.iconfont {
    color: #007AFF;
    font-size: 18px;
    margin-right: 10px;
}

.lawlist .law-item a {
    font-size: 16px;
    width: 420px;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #333333;
}

.lawlist .law-item time {
    font-size: 14px;
    color: #999;
    margin-left: auto;
}

.lawlist .law-item:hover a,
.lawlist .law-item:hover time {
    color: #007AFF;
}

#policy-cash-box {
    padding: 30px 0px;
}

#policy-cash-box .swiper-slide {
    padding-bottom: 20px;
}

#policy-cash-box .train-tab {
    width: 370px;
    position: relative;
    height: 150px;
    overflow: hidden;
}

#policy-cash-box .train-tab a {
    width: 370px;
    height: 150px;
    display: block;
}

#policy-cash-box .train-tab img {
    position: absolute;
    width: 370px;
    height: 150px;
    left: 0px;
    top: 0px;
    z-index: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#policy-cash-box .train-tab h2 {
    position: absolute;
    left: 40px;
    top: 38px;
    z-index: 10;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
}

#policy-cash-box .train-tab p {
    position: absolute;
    left: 40px;
    top: 82px;
    z-index: 10;
    font-size: 16px;
    color: #fff;
    opacity: 0.85;
    line-height: 50px;
}

#policy-cash-box .train-tab span {
    position: absolute;
    display: none;
    left: 30px;
    bottom: 40px;
    z-index: 10;
    border: 2px solid #fff;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    opacity: 0.7;
    padding: 5px 15px;
    transition: all 0.3s;
}

#policy-cash-box .train-tab span i.iconfont {
    font-size: 12px;
    padding-left: 7px;
}

#policy-cash-box .train-tab:hover img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
}

/*政策云新增 2023年1月9日*/

.zhengce_channel_banner_guide{
    width: 1200px;
    background-color: rgba(255,255,255,.8);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    box-shadow: 0 2px 11px 0 rgb(0 0 0 / 8%);
    border-radius: 2px;
    padding: 18px 0;
    margin: 80px auto 0;
}

.zhengce_channel_banner_guide .guide-item{
    display: flex;
    align-items: center;
    border-right: 1px solid #8897a3;

    padding: 0 ;
    padding-left: 40px;
    flex: 1;
    cursor: pointer;
    height: auto;!important;
}

.zhengce_channel_banner_guide .guide-item img{
    width: 50px;
    height: auto;
}

.zhengce_channel_banner_guide .guide-item .guide-tips{
    margin-left: 5px;
}

.zhengce_channel_banner_guide .guide-item .guide-tips .title{
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.zhengce_channel_banner_guide .guide-item .guide-tips .desc{
    font-size: 13px;
    color: #6b6b6b;
    margin-top: 5px;
}
