* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #115db2;
}

li {
    list-style: none;
    cursor: pointer;
}

body {
    min-width: 100%;
}

.clearfloat::after {
    content: '';
    display: block;
    clear: both;
}

/* ±³¾°Í¼ */
.top_banner_policy {
    background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15822/images/banner.jpg');
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 620px;
    margin-bottom: -390px;
}

.ten_container {
    width: 1200px;
    margin: 0 auto;
}

.ten_container .changwuhuiyi {
    width: 100%;
    background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15822/images/baibiaoti.png');
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 30px;
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}

.ten_container .top_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.ten_container .top_container .left {
    width: 810px;
    height: 475px;
    background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15822/images/changwuhui.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 34px 34px;
    overflow: auto;
}
.ten_container .top_container .left::-webkit-scrollbar{
    display: none;
}
.ten_container .top_container .left .changwu {
    display: block;
    width: 460px;
    height: 35px;
    padding-bottom: 6px;
    color: #1a7fff;
    font-size: 24px;
    line-height: 29px;
    background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15822/images/titlelong.png');
    background-repeat: no-repeat;
    background-position: 0% 100%;
    margin: 40px auto;
    text-align: center;
    font-weight: bold;
}

.ten_container .top_container .left .text {
    width: 100%;
    margin-top: 40px;
    min-height: 226px;
}

.ten_container .top_container .left .text h4 {
    display: inline-block;
}

.ten_container .top_container .left .text div {
    margin: 24px 0;
    line-height: 30px;
    color: #404040;
}

.ten_container .top_container .left .xiangxi {
    float: right;
}

.ten_container .top_container .right {
    width: 355px;
    height: 475px;
    background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15822/images/rili.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ten_container .top_container .right .rili {
    display: block;
    width: 183px;
    height: 35px;
    padding-bottom: 6px;
    color: #1a7fff;
    font-size: 24px;
    line-height: 29px;
    background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15822/images/biaotixian.png');
    background-repeat: no-repeat;
    background-position: 0% 100%;
    margin: 40px auto;
    text-align: center;
    font-weight: bold;
}

.two_container {
    width: 1190px;
    height: 360px;
    border: 5px solid #BAD8FF;
    border-radius: 5px;
    margin-top: 30px;
    padding: 0 25px 29px;
}

.two_container p {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #1a7fff;
    line-height: 60px;
}

.two_container p span {
    height: 24px;
    border-left: 4px solid #1a7fff;
    padding-left: 10px;
    font-size: 24px;
    color: #1a7fff;
    font-weight: bold;
}

.two_container p a {
    color: #404040;
    float: right;
}

.second_container {
    width: 1200px;
    height: 280px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.second_container .left_swiper {
    width: 770px;
    height: 270px;
    border: 5px solid #BAD8FF;
    border-radius: 5px;
}

.second_container .left_swiper p {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    border-bottom: 1px solid #1a7fff;
    line-height: 60px;
}

.second_container .left_swiper p span {
    height: 24px;
    border-left: 4px solid #1a7fff;
    padding-left: 10px;
    font-size: 24px;
    color: #1a7fff;
    font-weight: bold;
}

.second_container .left_swiper p a {
    color: #404040;
    float: right;
}

.second_container .right_list {
    width: 390px;
    height: 270px;
    border: 5px solid #BAD8FF;
    border-radius: 5px;
}

.second_container .right_list p {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    border-bottom: 1px solid #1a7fff;
    line-height: 60px;
}

.second_container .right_list p span {
    height: 24px;
    border-left: 4px solid #1a7fff;
    padding-left: 10px;
    font-size: 24px;
    color: #1a7fff;
    font-weight: bold;
}

.second_container .right_list p a {
    color: #404040;
    float: right;
}

.second_container .right_list ul {
    width: 90%;
    margin: 0 auto;
}

.second_container .right_list ul li {
    position: relative;
    height: 59px;
    border-bottom: 1px dotted #ddd;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
}

.second_container .right_list ul li:last-child {
    border: none;
}

.second_container .right_list ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #acc2d4;
    top: 28px;
    left: 0;
    border-radius: 50%;
}

.second_container .right_list ul li a {
    color: #404040;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.second_container .right_list ul li a:hover {
    color: #115db2;
}

.hrefImg {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.hrefImg .leftImg {
    width: 780px;
    height: 310px;
}

.hrefImg .leftImg a {
    width: 100%;
    height: 100%;
    background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15822/images/meitibaodao.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.hrefImg .leftImg a p {
    position: absolute;
    left: 51px;
    top: 51px;
}

.hrefImg .rightImg {
    width: 400px;
    height: 310px;
}

.hrefImg .rightImg a {
    width: 100%;
    height: 100%;
    background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15822/images/tuwenzhibo.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.topList {
    width: 100%;
    margin-top: 50px;
}

.topList .title {
    width: 100%;
    height: 28px;
    font-size: 28px;
    text-align: center;
    background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15822/images/biaotixianB.png');
    background-repeat: no-repeat;
    background-position: 50% 100%;
    margin-bottom: 40px;
    font-weight: bold;
}

.topList .huiyi {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.topList .huiyi div {
    width: 49%;
    height: 220px;
}

.topList .huiyi div p {
    width: 96%;
    margin: 0 auto;
    height: 60px;
    border-bottom: 1px solid #1a7fff;
    line-height: 60px;
}

.topList .huiyi div p span {
    height: 24px;
    border-left: 4px solid #1a7fff;
    padding-left: 10px;
    font-size: 24px;
    color: #1a7fff;
    font-weight: bold;
}

.topList .huiyi div p a {
    color: #404040;
    float: right;
}

.topList .huiyi div ul {
    width: 96%;
    margin: 0 auto;
}

.topList .huiyi div ul li {
    position: relative;
    height: 59px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
}

.topList .huiyi div ul li {
    position: relative;
    height: 59px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
}

.topList .huiyi div ul li {
    position: relative;
    height: 59px;
    border-bottom: 1px dotted #ddd;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
}

.topList .huiyi div ul li a {
    color: #404040;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.topList .huiyi div ul li a:hover {
    color: #115db2;
}

.topList .huiyi div ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #acc2d4;
    top: 28px;
    left: 0;
    border-radius: 50%;
}

.swiper-slide img {
    width: 230px;
    height: 230px;
}

.swiperOne {
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.swiperOne .swiper-container {
    width: 1025px;
    position: static;
}

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-prev {
    width: 35px;
    height: 55px;
    background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15822/images/leftC.png');
    bottom: 15px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.swiper-button-next {
    width: 35px;
    height: 55px;
    background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15822/images/right.png');
    bottom: 15px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.swiperTwo {
    width: 100%;
    position: relative;
    margin-top: 25px;
    overflow: hidden;
}

.swiperTwo .swiper-container1 {
    width: 700px;
    margin: 0 auto;
}

.swiperTwo .swiper-container1 video {
    width: 210px;
    height: 140px;
}

.swiperTwo .swiper-container1 .swiper-slide a {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.swiper-button-prev1 {
    width: 35px;
    height: 55px;
    background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15822/images/leftC.png');
    bottom: 15px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    top: 45px;
    left: 0;
}

.swiper-button-next1 {
    width: 35px;
    height: 55px;
    background-image: url('/cms_files/weblaizhoushizhengfu/pubtplobject/defaultSet/15822/images/right.png');
    bottom: 15px;
    background-repeat: no-repeat;
    overflow: hidden;
    position: absolute;
    top: 45px;
    right: 0;
}
.newStyle .ten_container .top_container .left .changwu {
    background-image: none;
    font-size: 34px;
}
.newStyle .ten_container .top_container .left .text div {
    font-size: 34px;
    line-height: 45px;
}
.newStyle .ten_container .top_container .left {
    height: auto;
}
.newStyle .ten_container .top_container .left .xiangxi {
    font-size: 34px;
}
.newStyle .part1_right_2 .hyrl_title span {
    font-size: 34px;
}
.newStyle .dateMonth {
    font-size: 34px;
}
.newStyle .ten_container .top_container .right {
    width: 375px;
}
.newStyle .dateR {
    width: 100%;
}
.newStyle .dateR span {
    font-size: 28px;
}
.newStyle .dateT span a {
    font-size: 30px;
}
.newStyle .dateT span.has a {
    font-size: 30px;
}
.newStyle .two_container p {
    font-size: 34px;
}
.newStyle .two_container p span {
    font-size: 34px;
}
.newStyle .second_container .left_swiper p span {
    font-size: 34px;
}
.newStyle .second_container .left_swiper p a {
    font-size: 34px;
}
.newStyle .second_container .right_list p span {
    font-size: 34px;
}
.newStyle .second_container .right_list p a {
    font-size: 34px;
}
.newStyle .second_container .right_list ul li a {
    font-size: 34px;
}
.newStyle .second_container {
    flex-direction: column;
    height: auto;
    align-items: center;
}
.newStyle .second_container .left_swiper {
    margin-bottom: 40px;
}
.newStyle .second_container .right_list {
    width: 100%;
}
.newStyle .topList .title {
    font-size: 34px;
    background-image: none;
}
.newStyle .topList .huiyi {
    flex-direction: column;
}
.newStyle .topList .huiyi div {
    width: 100%;
}
.newStyle .topList .huiyi div p span {
    font-size: 34px;
}
.newStyle .topList .huiyi div p a {
    font-size: 34px;
}
.newStyle .topList .huiyi div ul li a {
    font-size: 34px;
}
.newStyle .firstUl li span {
    font-size: 34px;
}
.newStyle .topList .huiyi div ul li {
    height: 75px;
    line-height: 75px;
}
.newStyle .topList .huiyi div {
    height: auto;
    margin-bottom: 40px;
}
.newStyle .topList .huiyi div p {
    width: 100%;
    margin: 0;
}
@media screen and (max-width: 1000px) {
    .ten_container {
        width: 100%;
    }

    .top_banner_policy {
        height: 220px;
        margin-bottom: -90px;
    }

    .ten_container .top_container {
        flex-wrap: wrap;
    }

    .ten_container .top_container .left {
        width: 96%;
        margin: 0 auto;
        height: auto;
    }

    .ten_container .top_container .left .changwu {
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .ten_container .top_container .right {
        width: 96%;
        margin: 20px auto;
    }

    .two_container {
        width: 96%;
        margin: 20px auto;
    }

    .swiperOne .swiper-container {
        width: 100%;
    }

    .swiper-button-prev,
    .swiper-button-prev1,
    .swiper-button-next,
    .swiper-button-next1 {
        display: none;
    }
    .second_container{
        width: 96%;
        margin: 20px auto;
        flex-wrap: wrap;
        height: auto;
    }
    .second_container .left_swiper{
        width: 100%;
        margin: 20px auto;
    }
    .swiper-slide{
        margin-left: 10px;
    }
    .hrefImg{
        width: 96%;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .hrefImg .leftImg{
        width: 100%;
        margin: 20px 0;
    }
    .topList .title{
        width: 96%;
        margin: 0 auto;
    }
    .topList .huiyi{
        flex-wrap: wrap;
    }
    .topList .huiyi div{
        width: 100%;
        margin: 20px 0;
    }
}
@media screen and (width: 996px) {
  .second_container .right_list {
    width: 100%;
  }
 .hrefImg {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .hrefImg .leftImg {
    width: 60%;
    height: 280px;
  }
  .hrefImg .rightImg {
    width: 38%;
    height: 280px;
    margin: 20px 0
  }
}
@media screen and (max-width: 768px) {
    .ten_container .top_container .left .changwu {
        height: 70px;
    }
}