.other_bg {
    width: 100%;
    height: 572px;
    position: relative;
    /* overflow: hidden; */
    z-index: 1;
}
 .good_news a{
    display: block;
    width: 100%;
    height: 100%;
}
.other_bg img {
    width: 100%;
    height: 100%;
}

.slider {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}

.slider .w {
    overflow: visible;
}

.slider_tit {
    width: 315px;
    height: 142px;
    background: url(../img/slider_tit.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 142px;
    font-size: 36px;
    color: white;
}

.slider_box {
    display: flex;
    align-items: end;
    position: relative;
}

.slider_list {
    width: 77%;
    z-index: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.slider_list>ul {
    display: flex;
    background-color: rgb(255 255 255 / 70%);
    height: 90px;
    align-items: center;
    padding-left: 85px;
    border-top-right-radius: 40px;
}

.slider_list>ul>li {
    /* width: 100%; */
    position: relative;
    height: 100%;
    z-index: 1;
}

.thred_ts {
    position: absolute;
    top: 35px;
    right: 0;
    color: #0068b7;
}

.slider_list>ul>li>a {
    font-size: 22px;
    padding: 0 18px;
    line-height: 90px;
    text-align: center;
    width: 100%;
    display: block;
}

.slider_list ul .on {
    position: relative;
}

.slider_list ul .on::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #0068b7;
    left: 0;
    bottom: 1px;
    border-radius: 5px;
}

.slider_list>ul>li {
    position: relative;
}

.slider_list>ul>li::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 4px;
    background-color: #0068b7;
    left: 0;
    bottom: 1px;
    border-radius: 5px;
    transition: all .5s;
}

.slider_list>ul>li:hover::after {
    width: 100%;
}

.ot_box {
    width: 100%;
    margin-bottom: 103px;
    position: relative;
    z-index: 0;
}

.nr_wz_l,
.nr_wz_r {
    position: absolute;
    width: 80px;
    top: 500px;
    height: 459px;
}

.nr_wz_l {
    left: 40px;
}
.nr_wz_l img,.nr_wz_r img{
    width: 100%;
}
.nr_wz_r {
    right: 40px;
}

.ot_dqwz {
    display: flex;
    justify-content: space-between;
    padding: 21px 0px 14px 0px;
    align-items: center;
    border-bottom: 1px dashed #c3c3c3;
}

.ot_dqwz_lmmc {
    font-size: 28px;
    font-weight: bold;
    position: relative;
    padding-left: 40px;
}

.ot_dqwz_lmmc::before {
    content: "";
    position: absolute;
    width: 29px;
    height: 22px;
    background: url(../img/lmzs_tit.png) no-repeat center;
    background-size: 100% 100%;
    left: 0px;
    top: 7px;
}

.ot_dqwz_dd p {
    font-size: 17px;
    color: #0068b7;
}

.ot_dqwz_dd p a {
    font-size: 17px;
    color: #0068b7;
}

.list_box {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 30px;
    min-height: 800px;
}

.list_box ul {
    display: flex;
    flex-wrap: wrap;
}

.list_box ul li {
    width: 48%;
    transition: all .3s;
}

.list_box ul li:nth-child(2n) {
    margin-left: 3%;
}

.list_box ul li:nth-child(n+3) {
    margin-top: 31px;
}

.list_box ul li:hover {
    transform: translateY(-4px);
}

.list_box ul li:hover .list_info {
    font-weight: bold;
}

.list_box ul li a {
    display: block;
}

.list_time {
    width: 177px;
    height: 54px;
    background-color: #0068b7;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(29px);
}

.list_time img {
    width: 25px;
    height: 24px;
}

.list_time p {
    font-size: 20px;
    color: white;
    padding-left: 10px;
}

.list_info {
    font-size: 21px;
    width: 100%;
    background: url(../img/list_bg.png) no-repeat center;
    background-size: 103% 100%;
    padding: 39px 34px 23px 55px;
    box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 7px;
    border-top-right-radius: 76px;
    border-bottom-left-radius: 71px;
}

.lxpx_box1 {
    background: url(../img/lxpx_b1_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.lxpx_box {
    display: flex;
    padding-top: 60px;
    padding-bottom: 45px;
    justify-content: space-between;
}

.lxpx_jj {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 19px;
    position: relative;
    width: 49%;
}

.lxpx_jj::after {
    position: absolute;
    content: "";
    width: 37px;
    height: 22px;
    background: url(../img/lmzs_tit.png) no-repeat center;
    background-size: 100% 100%;
    right: 0px;
}

.lxpx_b1_info {
    width: 62.85%;
}

.lxpx_b1_info p {
    text-indent: 2em;
    font-size: 19px;
    line-height: 33px;
}

.lxpx_b1_img {
    width: 34.28%;
}

.lxpx_b1_img img {
    width: 100%
}

.lxpx_box2 {
    background-color: #fafafa;
}

.lxpx_box2_tit {
    width: 53px;
    height: 143px;
    background-size: 100% 100%;
    display: flex;
    background-color: #a40000;
    font-size: 27px;
    color: white;
    align-items: center;
    text-align: center;
}

.lxpx_box {
    display: flex;
    justify-content: space-between;
}

.lxpx_xb {
    width: 94%;
    overflow: hidden;
}

.xb_swiper .swiperCont {
    /* width: 258px; */
    height: 196px;
}

.xb_swiper .swiperCont .xb_img img {
    width: 100%;
    height: 100%;
}

.xb_swiper .swiperCont .xb_img {
    width: 100%;
    height: 100%;
}

.xb_swiper .swiperCont a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.xb_swiper .swiperCont p {
    font-size: 16px;
    position: absolute;
    color: white;
    bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 5px 13px;
    background-color: #0000004d;
}

.lxpx_3_1,
.lxpx_3_2 {
    width: 48.57%;
}

.lxpx_3_tit {
    width: 100%;
}

.lxpx_3_tit a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lxpx_3_tit p {
    font-size: 32px;
    font-weight: bold;
    position: relative;
}

.lxpx_3_tit p::after {
    position: absolute;
    content: "";
    width: 37px;
    height: 22px;
    background: url(../img/lmzs_tit.png) no-repeat center;
    background-size: 100% 100%;
    right: -16px;
}

.lxpx_3_tit span {
    display: block;
    font-size: 18px;
    color: #0068b7;
    position: relative;
    padding-right: 20px;
}

.lxpx_3_tit span::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    background: url(../img/lxbx_more.png) no-repeat center;
    background-size: 100% 100%;
    right: 0;
    bottom: 4px;
}

.lxpx_xm {
    width: 100%;
    margin-top: 27px;
}

.lxpx_xm a {
    display: flex;
    justify-content: space-between;
}

.xm_img {
    width: 275px;
    height: 209px;
    overflow: hidden;
}

.xm_img img {
    width: 100%;
    height: 100%;
}

.xm_info {
    width: 46%;
    position: relative;
}

.xm_info p {
    width: 114px;
    height: 41px;
    background-color: #0068b7;
    color: white;
    text-align: center;
    line-height: 41px;
    font-size: 20px;
}

.xm_info span {
    font-size: 14px;
    display: block;
    /* text-indent: 2em; */
    margin-top: 13px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-all;
}

.lxpx_xm a img {
    transition: all .5s;
}

.lxpx_xm a:hover img {
    transform: scale(1.1);
}

.xm_info i {
    font-size: 14px;
    color: #0068b7;
    position: absolute;
    right: 57px;
    bottom: 0px;
}

.gy_hd {
    width: 100%;
    margin-top: 35px;
}

.gy_hd ul {
    display: flex;
}

.gy_hd ul li a {
    width: 90px;
    height: 37px;
    border: 1px solid #0068b7;
    border-radius: 10px;
    display: block;
    text-align: center;
    line-height: 37px;
    font-size: 17px;
    cursor: pointer;
}

.gy_hd ul li:first-child {
    margin-left: 0;
}

.gy_hd ul li {
    margin-left: 20px;
}

.gy_con {
    width: 100%;
}

.gy_con ul li a {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.gy_con ul li a p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    padding-left: 15px;
    position: relative;
}

.gy_con ul li a p:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #0068b7;
    left: 0;
    bottom: 7px;
}

.gy_con ul li a span {
    font-size: 14px;
    display: block;
    color: #999999;
}

.gy_con ul li {
    margin-top: 15px;
    transition: all .3s;
}

.gy_con ul li:hover p {
    color: #333333;
    font-weight: bold;
}

.gy_con ul li:hover {
    transform: translateY(-4px);
}

.gy_hd ul .on a {
    background-color: #0068b7;
    color: white;
}

.lxpx_box4 {
    background: url(../img/lxpx_box4.png) no-repeat center;
    background-size: 100% 100%;
}

.pxdt_box1 {
    margin-top: 70px;
}

.pxdt_box {
    margin-top: 40px;
    margin-bottom: 55px;
}

.pxdt_swiper {
    overflow: hidden;
}

.pxdt_swiper .pxdt_img {
    width: 100%;
    /* height: 267px; */
    overflow: hidden;
    border-top-right-radius: 43px;
}

.pxdt_swiper .pxdt_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.pxdt_swiper a {
    width: 100%;
    /* height: 353px; */
    display: block;
}

.pxdt_swiper span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}

.pxdt_swiper .swiperCont:hover p {
    font-weight: bold;
}

.pxdt_swiper p {
    font-size: 19px;
    margin-top: 4px;
}

.gbpx1 {
    padding-top: 40px;
    background: url(../img/gbpx_b1.png) no-repeat center;
    background-size: 100% 100%;
}

.swiperCont {
    width: 100%;
    transition: all .5s;
}

.pxdt_box .swiperCont:hover {
    transform: translateY(-10px);
}

.pxzt_l {
    width: 36.64%;
    background: url(../img/pxzt.png) no-repeat;
    height: 227px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: white;
    background-size: 100%;
}

.pxzt_r {
    width: 63.36%;
    padding-left: 84px;
    background: url(../img/pxzt_r.png) no-repeat center;
    background-size: 100% 100%;
    height: 227px;
    position: relative;
    overflow: hidden;
}

.pxzt_r ul {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
}

.pxzt_box {
    width: 494px;
}

.pxzt_box:nth-child(n+3) {
    margin-top: 50px;
}

.pxzt_name {
    display: flex;
    width: 100%;
    height: 68px;
    background: url(../img/pxzt_n_img.png) no-repeat left;
    background-size: 100% 100%;
}

.pxzt_num {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 74px;
    color: white;
    font-size: 24px;
}

.pxzt_bk_name {
    width: 329px;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    color: white;
}

.pxzt ul {
    width: 100%;
    margin-left: 30px;
    padding-right: 50px;
    margin-top: 15px;
    border-left: 1px solid #b0b0b0;
    overflow: hidden;
    padding-bottom: 30px;
    padding-left: 65px;
}

.pxzt ul li {
    position: relative;
    margin-top: 30px;
    padding-left: 23px;
    transition: all .3s;
}

.pxzt ul li:hover {
    transform: translateY(-4px);
}

.pxzt ul li:hover a {
    color: #0068b7;
}

.pxzt ul li::before {
    position: absolute;
    content: "";
    background: url(../img/pxzt_li_zs.png) no-repeat left;
    width: 15px;
    height: 16px;
    background-size: 100% 100%;
    left: 0;
    bottom: 3px;
}

.pxzt ul li a {
    font-size: 18px;
    font-weight: bold;
}

.gbpx2_tit {
    width: 100%;
    display: flex;
    align-items: center;
}

.gbpx2 {
    margin-top: 50px;
    background: url(../img/gbpx2.png) no-repeat bottom;
    background-size: 100% 100%;
}

.pxzt_r ul li {
    margin-top: 30px;
    position: relative;
    transition: all .3s;
    width: 49%;
}

.pxzt_r ul li::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 17px;
    background: url(../img/dz.png) no-repeat center;
    background-size: 100%;
    left: -39px;
    bottom: 2px;
}

.pxzt_r ul li:first-child {
    margin-top: 30px;
}

.pxzt_r ul li a {
    display: block;
    font-size: 14px;
}

.pxzt_r ul li:hover {
    transform: translateX(5px);
}

.pxzt_more {
    width: 76px;
    height: 67px;
    background-color: #4797cd;
    border-radius: 100%;
    line-height: 65px;
    color: white;
    position: absolute;
    right: -17px;
    bottom: -13px;
    padding-left: 7px;
}

.pxzt_more a {
    font-size: 15px;
    color: white;
}

.pxzt_more::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: url(../img/pxzt_more.png) no-repeat center;
    background-size: 100% 100%;
    bottom: 26px;
    right: 18px;
}

.gb_other {
    margin-top: 54px;
    display: flex;
    padding-bottom: 53px;
}

.gb_o1 p {
    width: 100%;
    height: 80px;
    background-color: #0068b7;
    text-align: center;
    line-height: 80px;
    color: white;
    font-size: 23px;
    font-weight: bold;
    margin-top: 20px;
}

.gb_o1_img {
    width: 100%;
    height: 440px;
}

.gb_o1_img img {
    width: 100%;
    height: 100%;
}

.gb_o1 {
    width: 36.64%;
}

.gb_o2 {
    width: 63.36%;
    padding-left: 2.1%;
}

.gb_o2_1 {
    display: flex;
    justify-content: space-between;
}

.gb_o2_2 {
    display: flex;
}

.gb_o2_1_1 {
    width: 37.2%;
    background: url(../img/gb_o2_1_1.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 23px;
    font-weight: bold;
}

.gb_o2_1_1 a {
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 23px;
    line-height: 180px;
}

.gb_02_2_2 {
    width: 37.2%;
    background: url(../img/gb_02_2_2.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 23px;
    font-weight: bold;
}

.gb_02_2_2 a {
    color: white;
    font-size: 23px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 180px;
}

.gb_o2_2 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.gb_o2_1_2,
.gb_o2_2_1 {
    width: 59.46%;
    position: relative;
}

.gb_o2_1_2 p,
.gb_o2_2_1 p {
    position: absolute;
    bottom: 20px;
    font-size: 23px;
    font-weight: bold;
    color: white;
    left: 15px;
}

.gb_o2_1_2 img,
.gb_o2_2_1 img {
    width: 100%;
    height: 100%;
}

.content {
    width: 100%;
    margin-top: 60px;
    min-height: 700px;
}

.content_tit {
    width: 100%;
    background-color: #f7f7f7;
    border-left: 6px solid #0068b7;
    padding-top: 30px;
    padding-bottom: 44px;
    padding-left: 30px;
}

.content_tit h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.content_tit p {
    margin-bottom: 15px;
    font-size: 17px;
    position: relative;
    padding-left: 30px;
}

.auther::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 18px;
    background: url(../img/auther.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    bottom: 0;
}

.time_nr::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    background: url(../img/time.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    bottom: 0;
}

.content_nr {
    width: 100%;
    margin: 0 auto;
    margin-top: 62px;
    margin-bottom: 50px;
    overflow: hidden;
    max-width: 900px;
}
.wz_page{
    
width: 100%;
    
margin: 0 auto;
}
.wz_page a{
    display: block;
    margin-top: 11px;
    font-size: 16px;
}
.wz_page a:hover{
    color: #0068b7;
}
.content_nr p {
    font-size: 18px;
}

.content_nr p img {
    margin: 0 auto
}

.content_nr p span {
    font-size: 18px;
}

.pxzt {
    width: 100%;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zzjg {
    margin-top: 40px;
}

.zzjg_box {
    width: 100%;
}

.zzjg_tit {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    background-color: #eaf1fb;
    height: 50px;
    line-height: 50px;
    border-left: 23px solid #0068b7;
    padding-left: 30px;
}

.zzjg_nr {
    width: 100%;
    background: url(../img/zzjg_box.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 40px;
    padding: 0 40px;
    height: 100%;
    padding-top: 35px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 49px;
}

.zzjg_nr_box1 {
    width: 49%;
}

.zzjg_nr_xx {
    margin-top: 25px;
}

.zzjg_nr_xx i {
    font-size: 22px;
    font-weight: bold;
}

.zzjg_nr_box1 p {
    font-size: 22px;
    color: #0068b7;
    font-weight: bold;
}

.zzjg_nr_box2 {
    width: 49%;
}

.zzjg_nr_xx span {
    font-size: 20px;
    margin-left: 19px;
}

.zzjg_nr_box2>p {
    font-size: 22px;
    color: #0068b7;
    font-weight: bold;
    display: inline-block;
}

.zzjg_nr_box2>span {
    font-size: 15px;
    color: #0068b7;
}

.zzjg_nr_name span {
    font-size: 22px;
    color: #0068b7;
    font-weight: bold;
}

.zzjg_nr_name {
    font-size: 22px;
    font-weight: bold;
    width: 49%;
}

.zzjg_nr_name:last-child {
    margin-top: 24px;
    width: 54%;
}

.xrld {
    margin-top: 35px;
}

.xrld_box .zzjg_nr p {
    font-size: 20px;
    font-weight: bold;
    color: #0068b7;
    width: 100%;
    display: block;
}

.xrld_box .zzjg_nr span {
    display: block;
    font-size: 18px;
    margin-top: 15px;
    line-height: 30px;
}

.xrld_box ul li {
    margin-top: 60px;
}

.xyks_box ul li {
    background: url(../img/xygk_bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 33px 35px 25px 40px;
}

.xyks_box ul li {
    margin-top: 50px;
    transition: all .3s;
}

.xyks_box ul li:hover {
    transform: translateY(-4px);
}

.xyks_box ul li:hover .xyks_tit {
    color: #0068b7;
}

.xyks_tit {
    font-size: 25px;
    font-weight: bold;
}

.xyks_jj {
    font-size: 18px;
    margin-top: 25px;
    line-height: 30px;
}

.xyks_info {
    display: flex;
    margin-top: 50px;
    padding-top: 15px;
}

.xyks_info p {
    font-size: 18px;
    padding-left: 20px;
}

.xyks_info p:first-child {
    padding-left: 0px;
}

.xyks_info p span {
    font-size: 18px;
    font-weight: bold;
}

.img_list {
    width: 100%;
    margin-top: 40px;
    padding: 0 10px;
    padding-bottom: 30px;
}

.img_list ul li {
    margin-top: 30px;
    transition: all .3s;
}

.img_list ul li:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 7px;
}

.img_list ul li:hover p {
    font-weight: bold;
}

.img_list ul li:first-child {
    margin-top: 0px;
}

.img_list ul li a {
    display: flex;
    padding: 18px;
}

.img_list_img {
    width: 26.21%;
}

.img_list_img img {
    width: 100%;
}

.img_list_info {
    width: 73.79%;
    padding-left: 30px;
    position: relative;
}

.img_list_info span {
    font-size: 18px;
    color: #0068b7;
    display: block;
    position: relative;
    padding-left: 30px;
}

.img_list_info span::after {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/img_list_time.png) no-repeat center;
    background-size: 100% 100%;
    left: 0;
    bottom: 0;
}

.img_list_info p {
    font-size: 19px;
    margin-top: 20px;
}

.img_list_info i {
    font-size: 17px;
    color: #838383;
    margin-top: 25px;
    display: block;
    text-indent: 2em;
    line-height: 26px;
}

.img_list_more {
    position: absolute;
    bottom: 3px;
    right: 16px;
    font-size: 17px;
    background: url(../img/img_list_more.png) no-repeat right center;
    padding-right: 30px;
}

.templ2 {
    overflow: hidden;
    margin-top: 40px;
}

.swTempl2 a img {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.templ2_prev,
.temol2_next {
    width: 30px;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 34%;
    z-index: 111;
}

.templ2_prev {
    left: -10%;
    background: url(../img/section6_prev.png);
}

.templ_container {
    position: relative;
}

.temol2_next {
    right: -10%;
    background: url(../img/section6_next.png);
}

.thum_box {
    width: 100%;
    position: relative;
}

.thum_box img {
    width: 100%;
}

.thumb-list {
    width: 100%;
    overflow: hidden;
    margin-top: 23px;
}

.swTempl2 a {
    position: relative;
}

.swTempl2 a p {
    font-size: 30px;
    color: white;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.thum_box p {
    font-size: 16px;
    color: white;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.thumb-list .swiper-slide-thumb-active {
    position: relative;
}

.thumb-list .swiper-slide-thumb-active::after {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 6px solid #0068b7;
    content: "";
    top: 0;
}

.szjs {
    width: 100%;
    margin-top: 40px;
}

.szjs_box {
    width: 100%;
}

.szjs_box ul {
    display: flex;
    flex-wrap: wrap;
}

.szjs_box ul li {
    width: 48%;
    background: url(../img/szjs_img.png) no-repeat center;
    background-size: 100% 100%;
}

.szjs_box ul li:nth-child(n+3) {
    margin-top: 50px;
}

.szjs_box ul li:nth-child(2n) {
    margin-left: 44px;
}

.szjs_box ul li a {
    display: flex;
    justify-content: space-between;
    padding: 25px 15px;
}

.szjs_img {
    width: 36.16%;
    background-color: #838383;
    height: 230px;
}

.szjs_img img {
    width: 100%;
    height: 100%;
}

.szjs_info {
    width: 63.84%;
    padding-left: 25px;
}

.szjs_info p {
    font-size: 19px;
    font-weight: bold;
    color: #0068b7;
    border-left: 5px solid #0068b7;
    padding-left: 15px;
    margin-top: 10px;
    position: relative;
}

.szjs_info p::after {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: 1px solid #838383;
    left: -6px;
    bottom: -12px;
}

.szjs_info span {
    font-size: 17px;
    color: #686868;
    display: block;
    margin-top: 31px;
}

.xcjx {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 19px;
    margin-top: 40px;
}

.xcjx_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xcjx_container {
    width: 48%;
}

.xcjx_img {
    width: 100%;
}

.xcjx_img img {
    width: 100%;
}

.xcjx_list {
    border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    padding-top: 30px;
    padding-left: 85px;
    padding-bottom: 40px;
    min-height: 526px;
}

.xcjx_list ul li {
    position: relative;
    margin-top: 14px;
    transition: all .3s;
}

.xcjx_list ul li:hover {
    transform: translateY(-4px);
}

.xcjx_list ul li:hover a {
    color: #0068b7;
}

.xcjx_list ul li:hover::before {
    background-color: #0068b7;
}

.xcjx_list ul li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #434343;
    left: -18px;
    bottom: 7px;
}

.xcjx_list ul li a {
    font-size: 18px;
}

.xcjx_box .xcjx_container:nth-child(n+3) {
    margin-top: 40px;
}

.thred {
    position: absolute;
    z-index: 5;
    top: 120%;
    left: 0;
    min-width: 100%;
    background-color: #0068b7;
    /* transform: translate(-50%, 0); */
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.thred ul {
    display: block;
    width: 100%;
}

.thred ul li {
    height: 50px;
    width: 100%;
    background-color: #0068b7;
}

.thred ul li:hover {
    background-color: #7fbceba1;
}

.thred ul li:hover a {
    color: white;
}

.thred ul li a {
    display: block;
    text-align: center;
    font-size: 18px;
    height: 100%;
    line-height: 50px;
    color: white;
    white-space: nowrap;
    padding: 0 10px;
}

.ot_box .w {
    overflow: visible;
}
.wznr_bg{
    background: url(../img/wznr_bg.png) no-repeat top;
    background-size: 100%;
}
.slider_list>ul>li:hover .thred {
    opacity: 1;
    top: 100%;
    visibility: visible;
    transform: (-50%, 0);
}
.ztmo{
    overflow: hidden;
}
.ztmo ul{height: 246px;transition: all .5s;}
.ztmo:hover ul{
    height:100%;
}
@media screen and (min-width: 1600px) {
    .slider_list {
        width: 85%;
    }
    .list_info {
        padding: 45px 65px 40px 65px;
    }
    .lxpx_b1_info {
        width: 62.85%;
    }
    .lxpx_b1_info p {
        line-height: 37px;
    }
    .lxpx_jj {
        margin-bottom: 45px;
        width: 33%;
    }
    .lxpx_box2_tit {
        height: 180px;
    }
    .lxpx_xb {
        width: 95%;
    }
    .xb_swiper .swiperCont {
        height: 200px;
    }
    .temol2_next {
        right: 10%;
    }
    .templ2_prev {
        left: 10%;
    }
    .xm_info {
        width: 52%;
    }
    .xm_info span {
        font-size: 17px;
        line-height: 33px;
    }
    .xm_img {
        width: 346px;
        height: 252px;
        overflow: hidden;
    }
   
    .content_nr,.wz_page{
        max-width: 1200px;
    }
    .szjs_box ul li:nth-child(2n) {
        margin-left: 64px;
    }
    .xm_info i {
        right: 117px;
        font-size: 17px;
        bottom: 6px;
    }
    .pxdt_swiper .pxdt_img {
        height: 307px;
    }
    .pxzt_box{
    width: 531px;
}
    .pxzt ul li{
    margin-top: 30px;
}
    .pxzt_name{
    height: 74px;
}
    .pxzt_bk_name{
    width: 329px;
    line-height: 74px;
}
    .pxzt_num{
    width: 74px;
    height: 74px;
    line-height: 74px;
}
    .pxdt_swiper a {
        /* height: 433px; */
    }
    .pxzt_l,
    .pxzt_r {
        height: 331px;
    }
    .pxzt_r ul {
        margin-top: 86px;
    }
    .pxzt_r ul li a {
        font-size: 22px;
    }
    .nr_wz_l {
        left: 350px;
    }
    .nr_wz_r {
        right: 350px;
    }
    .nr_wz_l,
    .nr_wz_r {
        top: 500px;
    }
    .gb_o2_2 {
        margin-top: 31px;
    }
    .szjs_img {
        height: 310px;
    }
    .szjs_img img {
        width: 100%;
        height: 100%;
    }
    .szjs_info {
        padding-left: 37px;
    }
    .szjs_box ul li a {
        padding: 30px;
    }
    .szjs_info p {
        font-size: 24px;
    }
    .szjs_info span {
        font-size: 20px;
    }
    .szjs_info {
        padding-left: 37px;
    }
    .xxyd{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
    .wznr_bg{
    background: url(../img/wznr_bg2.png) no-repeat top;
    min-height: 1600px;
}
    .szjs_box ul li a {
        padding: 30px;
    }
    .szjs_info p {
        font-size: 24px;
    }
    .szjs_info span {
        font-size: 20px;
    }
    .gb_o1_img {
        height: 598px;
    }
    .gb_o2_1_1 a {
        line-height: 273px;
    }
    .gb_02_2_2 a {
        line-height: 273px;
    }
    .pxzt{
    padding: 0 160px;
}
}

.list2_box_img {
    width: 34.42%;
    /* height: 590px; */
}

.list2_box_img img {
    width: 100%;
    /* height: 100%; */
}

.list2 {
    width: 58.57%;
}

.list2_box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.xxyd{
    width: 100%;
    margin: 40px auto;
}
.xxyd ul{
    display: flex;
    flex-wrap: wrap;
}
.xxyd ul li{
    width: 503px;
    height: 104px;
    transition:all .3s;
}
.xxyd ul li:hover{
    transform:translateY(-4px)
}
.xxyd ul li:nth-child(2n){
    margin-left: 90px;
}
.xxyd ul li:nth-child(n+3){
    margin-top: 40px;
}
.xxyd ul li a{
    display: block;
    text-align: center;
    line-height: 104px;
    font-size: 31px;
    color: white;
    font-weight: bold;
    background: url(../img/xxyd.png) no-repeat;
    background-size: 100% 100%;
}
.list2_time {
    padding-right: 19px;
    position: relative;
}

.list2_time::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 64px;
    background-color: #e5e5e5;
    top: 7px;
    right: 0;
}

.list2_time p {
    font-size: 31px;
    color: #0068b7;
}

.list2_time span {
    display: block;
    font-size: 22px;
    color: #0068b7;
}

.list2 ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
}

.list2_info {
    width: 82%;
    font-size: 18px;
    line-height: 28px;
}

.list2 ul li {
    margin-top: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.list2 ul li:first-child {
    margin-top: 0;
}

.list2 ul li:hover {
    background: url(../img/list2_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.list2 ul li:hover p,
.list2 ul li:hover span {
    color: white;
}

.list2 ul li:hover .list2_info {
    color: white;
}

@media screen and (min-width: 1600px) {
    .list2_info {
        width: 88%;
    }
    .list2 {
        width: 60%;
    }
}


.xgyx {
    width: 100%;
    margin-top: 43px;
    margin-bottom: 106px;
}

.xgyx_bg {
    background: url(../img/xgyx_bg.png) no-repeat bottom;
    background-size: 100% 100%;
    margin-bottom: 0;
    overflow: hidden;
}

.xgyx_box1 {
    display: flex;
    justify-content: space-between;
    padding: 36px 78px 30px 30px;
    background: url(../img/xgyx_box1.png) no-repeat center;
    background-size: 100% 100%;
}

.xgyx_b1_l {
    width: 339px;
    /* height: 199px; */
}

.xgyx_b1_l img {
    width: 100%;
    height: 100%;
}

.xgyx_b1_r {
    width: 75%;
    position: relative;
}

.xgyx_b1_r p {
    font-size: 22px;
    font-weight: bold;
    position: relative;
}

.xgyx_b1_r>span {
    font-size: 22px;
    color: #0068b7;
    display: block;
    margin-top: 25px;
}

.xgyx_b1_r i {
    font-style: normal;
    font-size: 16px;
    text-indent: 2em;
    line-height: 26px;
    color: black !important;
    display: block;
    margin-top: 25px;
}
.xgyx_b1_r i span{
    font-weight: normal;
    color: black;
    font-size: 16px;
}
.xgyx_b1_r a {
    position: absolute;
    width: 122px;
    height: 42px;
    background-color: #ad170e;
    font-size: 18px;
    color: white;
    display: block;
    text-align: center;
    line-height: 42px;
    top: 0;
    right: 20px;
}

.xgyx_box2 {
    width: 100%;
}

.xg_hd {
    width: 100%;
}

.xg_hd ul {
    display: flex;
    justify-content: space-between;
}

.xg_hd ul li {
    width: 25%;
    height: 59px;
    line-height: 59px;
    text-align: center;
    background-color: #0068b7;
    font-size: 19px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.xg_hd ul li.on {
    background-color: #7ecef4;
}

.xg_bd {
    width: 100%;
}

.xg_con {
    width: 100%;
    padding: 0 70px;
    margin-top: 40px;
    min-height: 900px;
}
.xg_dpzw{
    background-color: white;
    padding: 0 43px;
    padding-bottom: 60px;
}
.xg_xmjs {
    width: 100%;
}

.xg_xmjs_img {
    width: 139px;
    height: 139px;
}

.xg_xmjs_img img {
    width: 100%;
    height: 100%;
}

.xg_xmjs a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xg_xmjs_info {
    width: 87%;
}

.xg_xm_in_tit {
    display: flex;
    justify-content: left;
    align-items: end;
}

.xg_xm_in_tit p {
    font-size: 24px;
    color: #0068b7;
    font-weight: bold;
}

.xg_xm_in_tit span {
    font-size: 19px;
    display: block;
    margin-left: 10px;
    color: #4c4c4c;
}

.xg_xm_zy {
    font-size: 19px;
    line-height: 29px;
    margin-top: 20px;
}

.xg_xmjs ul li {
    padding-top: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.xg_xmjs ul li:first-child {
    padding-top: 0;
}

.xg_kclb ul li a {
    display: flex;
    justify-content: space-between;
}

.xg_kclb ul li p {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
}

.xg_kclb ul li p::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 100%;
    background-color: #0068b7;
    left: -40px;
    top: 10px;
}

.xg_kclb ul li span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    text-indent: 2em;
    margin-top: 35px;
}

.xg_kclb_img {
    width: 276px;
    height: 162px;
    overflow: hidden;
}

.xg_kclb_img img {
    width: 100%;
    height: 100%;
}

.xg_kclb_info {
    width: 75%;
}

.xg_kclb ul li {
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
    transition: all .3s;
}

.xg_kclb ul li:hover {
    transform: translateY(-4px);
}

@media screen and (min-width: 1000px) and (max-width: 1600px) {
    .xgyx_b1_l {
        /* width: 269px; */
    }
    .xgyx_b1_r i {}
    .xgyx_b1_r span {}
    .xgyx_b1_r {
        width: 62%;
    }
    .xg_xmjs_info {
        width: 82%;
    }
    .xg_xm_zy {
        font-size: 16px;
    }
    .xg_kclb_info {
        width: 64%;
    }
    .xg_kclb ul li span {
        margin-top: 20px;
    }
}

.xgyx_index {
    width: 100%;
}

.xgyx_index1 {
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: 75px;
}

.xgyx_index1_img {
    width: 513px;
    height: 324px;
    overflow: hidden;
}

.xgyx_index1_img img {
    width: 100%;
}

.xgyx_index_info {
    width: 68%;
    padding: 0 55px;
    background: url(../img/xgyx_index1.png) no-repeat center;
    background-size: 100% 100%;
}

.xgyx_index_info>p {
    font-size: 24px;
    font-weight: bold;
    color: #161717;
    text-align: center;
    margin-top: 40px;
}

.xgyx_index_info span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    text-indent: 2em;
    margin-top: 40px;
    text-wrap-mode: wrap !important;
}

.xgyx_index2 {
    width: 100%;
    height: 62px;
    background: url(../img/xgyx_index2.png) no-repeat center;
    background-size: 100%;
    font-size: 24px;
    color: white;
    line-height: 62px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 50px;
}

.xgyx_index3 {
    width: 100%;
    margin-bottom: 100px;
}

.xgyx_index3 ul li {
    width: 100%;
}

.xgyx_index3 ul li a {
    position: relative;
    width: 100%;
    display: block;
    background: url(../img/xg_i_a.png) no-repeat center;
    background-size: 100% 100%;
    height: 263px;
}

.x_i_3tit {
    width: 538px;
    height: 62px;
    background: url(../img/x_i_etit.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    position: absolute;
    top: 40px;
    left: -12px;
}

.x_i_3tit p {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: white;
    line-height: 47px;
    position: relative;
    display: inline-block;
}

.x_i_3info {
    display: flex;
    justify-content: center;
    line-height: 326px;
}

.x_i_3info span {
    font-weight: bold;
}

.x_i_3info div {
    font-size: 18px;
}

.x_i_3info_box2 {
    margin: 0 95px;
}

.xgyx_index3 i {
    display: block;
    width: 122px;
    height: 42px;
    background-color: #a40000;
    color: white;
    line-height: 42px;
    text-align: center;
    position: absolute;
    right: 60px;
    top: 40px;
}

.x_i_3tit p::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 21px;
    background: url(../img/xg_xtb1.png) no-repeat center;
    background-size: 100% 100%;
    left: -44px;
    top: 13px;
}

.x_i_3info span {
    position: relative;
}

.x_i_3info span::before {
    position: absolute;
    content: "";
    left: -32px;
}

.x_i_3info_box1 span::before {
    width: 22px;
    height: 22px;
    background: url(../img/xg_xtb2.png) no-repeat center;
    background-size: 100% 100%;
    top: 0;
}

.x_i_3info_box2 span::before {
    width: 20px;
    height: 25px;
    background: url(../img/xg_xtb4.png) no-repeat center;
    background-size: 100% 100%;
    top: -2px;
}

.x_i_3info_box3 span::before {
    width: 26px;
    height: 26px;
    background: url(../img/xg_xtb3.png) no-repeat center;
    background-size: 100% 100%;
    top: -4px;
    left: -36px;
}

.xgyx_index3 ul li {
    margin-top: 58px;
    transition: all .3s;
}

.xgyx_index3 ul li:hover {
    transform: translateY(-4px);
}

@media screen and (min-width: 1000px) and (max-width: 1600px) {
    .xgyx_index_info {
        width: 53%;
        padding: 0 37px;
    }
    .xgyx_index_info span {
        margin-top: 26px;
    }
    .x_i_3info div {
        font-size: 15px;
        margin: 0 39px;
    }
    .x_i_3info {
        line-height: 317px;
    }
}

.cadre_index {
    width: 100%;
    margin-bottom: 100px;
}

.cadre_index1 {
    width: 100%;
    display: flex;
    justify-content: left;
    margin-top: 75px;
    min-height: 420px;
    background: url(../img/cadre_bg.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.cadre_index_new{
display: flex;
  align-items: center!important;
}

.cadre_index_img {
    margin-left: 32px;
    width: 312px;
    height: 432px;
    position: absolute;
    top: -50px;
}
.cadre_index_new_img{
     top: 51px !important;
}
.cadre_index_info {
    width: 68%;
    padding: 0 40px;
    background-size: 100% 100%;
    margin-left: 344px;
    margin-top: 45px;
    font-size: 14px;
    color: #000;
}

.cadre_index_info p {
    text-indent: 2em;
    line-height: 1.8em;
}

.cadre_index3 {
    width: 100%;
    margin-bottom: 100px;
}

.cadre_index3 ul li {
    width: 100%;
    margin-top: 126px;
    min-height: 400px;
    position: relative;
    height:auto;
    padding-bottom:20px
}

.cadre_index3 ul li .cadre_index3_top {
    position: relative;
}

.cadre_index3 ul li .cadre_index3_top img {
    width: 100%;
}

.cadre_index3 ul li .cadre_index3_top .title {
    position: absolute;
    min-width: 340px;
    height: 58px;
    font-size: 18px;
    top: 0;
    transform: translate(0, -50%);
    left: 2px;
    line-height: 58px;
    color: #fff;
    padding: 0 98px;
    background: url(../img/cadre_info_title.png) no-repeat center;
    background-size: 100% 100%;
    font-weight: 600;
    padding-left: 76px;
}

.cadre_index3 ul li .cadre_index3_top .avatar {
    position: absolute;
    background: url(../img/cadre_info_content.png) no-repeat center;
    background-size: 100% 100%;
    height: 162px;
    width: 382px;
    top: 0;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
}



.cadre_index3 ul li .cadre_index3_top .avatar .avatar_img {
    width: 148px;
    height: 152px;
    border-radius: 50%;
    transform: translate(4%, 4%);
}

.cadre_index3 ul li .cadre_index3_top .avatar .post_name {
    position: absolute;
    right: 28%;
    top: 50%;
    color: #fff;
    transform: translate(20%, -30%);
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
}

.drop {
    left: -2px;
    top: 8px;
    position: absolute;
    width: 40px;
    height: 40px;
}

.post_name {
    position: absolute;
    right: 25%;
    top: 50%;
    color: #fff;
    transform: translate(20%, -30%);
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
}

.post_zw {
    display: flex;
    align-items: flex-end;
    font-weight: 600;
}

.post_individual {
    margin-left: 15px;
    margin-top: 10px;
}

.cadre_index3 ul li .cadre_index3_top .avatar .post_zw img {
    width: 22px;
    height: 27px;
}

.cadre_index3 ul li .cadre_index3_top .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.cadre_index3 ul li .cadre_index3_content {
    margin-top: 10px;
    width: 100%;
    position: relative;
    display: grid;
    gap: 10px 102px;
    grid-template-columns: repeat(4, 1fr);
}

.cadre_index3 ul li .cadre_index3_content .avatar_list_box {
    font-size: 14px;
    position: relative;
    height: 136px;
     width: 321px;
    margin-bottom: 15px;
    background: url(../img/cadre_info_content.png) no-repeat center;
    background-size: 100% 100%;
}

.cadre_index3 ul li .cadre_index3_content .avatar_list {
    height: 100%;
    width: 100%;
}

.cadre_index3 ul li .cadre_index3_content .avatar_list .drop {
    left: -2px;
    top: 8px;
    position: absolute;
    width: 38px;
    height: 38px;
}

.cadre_index3 ul li .cadre_index3_content .avatar_list .drop img {
    width: 100%;
    height: 100%;
}

.cadre_index3 ul li .cadre_index3_content .avatar_list .avatar_img {
    width: 126px;
    height: 126px;
    border-radius: 50%;
   transform: translate(4%, 4%);
}


.cadre_index3 ul li .cadre_index3_content .avatar_list .avatar_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}



.cadre_index3 ul li .cadre_index3_bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.cadre_index3 ul li .cadre_index3_bottom img {
    width: 100%;
}

.cadre_index_show {
    display: block;
}

.cadre_index_hide {
    display: none;
}

.cadre_index_add {
    text-align: end;
}

.cadre_index_add a {
    color: #256ab8 !important;
}




@media screen and (min-width: 0px) and (max-width: 1024px) {
    .cadre_index_hide {
        display: block;
    }

    .cadre_index_show {
        display: none;
    }

    .cadre_index1 {
        height: 100%;
        margin-top: 30px;
        min-height:330px;
    }

    .cadre_index_info p {
        text-indent: 2em;
        line-height: 1.45em;
        font-size: 12px;
    }

    .cadre_index1 .cadre_index_img {
        top: -10px;
        position: relative;
        width: 80%;
        height: auto;
        margin-left: 2%;
    }

    .cadre_index1 .cadre_index_img img {
        width: 100%;
        height: 100%;
    }

    .cadre_index_info {
        width: 100%;
        margin: 0;
        padding: 3%;
    }

    .drop {
        left: -2px;
        top: 8px;
        position: absolute;
        width: 10%;
        height: auto;
    }

    .cadre_index3 ul li .cadre_index3_content .avatar_list .drop {
        width: 10%;
        height: auto;
    }

    .cadre_index3 ul li .cadre_index3_content .avatar_list .drop img {
        width: 100%;
        height: 100%;
    }


    .cadre_index3 ul li .cadre_index3_top .avatar {
        top: 87px;
        font-size: 15px;
        height: auto;
        aspect-ratio: 1.5 / 0.6;
        width: 50%;
    }

    .cadre_index3 ul li .cadre_index3_top .avatar .avatar_img {
        width: 40%;
        height: auto;
        border-radius: 50%;
        transform: translate(4%, 7%);
        aspect-ratio: 1 / 0.9;
    }

    .cadre_index3 ul li .cadre_index3_top .avatar .avatar_img img {
        width: 100%;
        height: 100%;
    }

    .cadre_index3 ul li .cadre_index3_content {
        margin-top: 110px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0;
    }

    .cadre_index3 ul li .cadre_index3_top .title {
        width: 200px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        padding: 0;
        text-align: center;
    }

    .cadre_index3 ul li .cadre_index3_content .avatar_list_box {
        height: auto;
        width: 95%;
        aspect-ratio: 1.55 / 0.69;
        margin-bottom: 32px;
    }

    .cadre_index3 ul li .cadre_index3_content .avatar_list .avatar_img {
        width: 41%;
        height: auto;
        border-radius: 50%;
        transform: translate(2%, 6%);
    }

    .cadre_index3_content a {
        width: 48%;
    }

    .cadre_index3 ul li {
        width: 100%;
        margin-top: 48px;
        height: auto;
        position: relative;
    }

    .cadre_index3_top .post_name {
        font-size: 0.8em;
    }

    .cadre_index3 ul li .cadre_index3_top .avatar .post_zw img {
        width: 1em;
        height: 1.2em;
    }

    .post_name {
        font-size: 0.8em;
    }

    .post_name .post_zw img {
        width: 1em;
    }

    .cadre1_img {
        margin-right: 10px;
        margin-top: -18px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1600px) {
    .cadre_index1 {
        height: 100%;
    }

    .cadre_index3 ul li .cadre_index3_top .avatar {
        font-size: 15px;
        height: 110px;
        width: 260px;
    }

    .cadre_index3 ul li .cadre_index3_top .avatar .avatar_img {
        width: 105px;
        height: 105px;
        border-radius: 50%;
        transform: translate(3%, 2%);
    }

    .cadre_index3 ul li .cadre_index3_top .title {
        width: 200px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
        padding: 0;
        text-align: center;
    }

    .cadre_index3 ul li .cadre_index3_content .avatar_list_box {
        height: 100px;
        width: 229px;
        margin-bottom: 32px;
    }

    .cadre_index3 ul li .cadre_index3_content .avatar_list .avatar_img {
        width: 92px;
        height: 93px;
        border-radius: 50%;
        transform: translate(3%, 4%);
    }

    .cadre_index3 ul li {
        width: 100%;
        margin-top: 126px;
        height: auto;
        position: relative;
    }

    .cadre_index3_top .post_name {
        font-size: 16px !important;
    }

    .cadre_index3 ul li .cadre_index3_top .avatar .post_zw img {
        width: 22px !important;
        height: 27px !important;
    }

    .post_name {
        font-size: 16px !important;
    }

    .post_name .post_zw img {
        width: 22px !important;
        height: 27px !important;
    }

    .cadre_index_info p {
        text-indent: 2em;
        line-height: 1.8em;
        font-size: 14px !important;
    }
    .slider_list>ul>li>a{
    font-size: 17px;
}
}




.edubox1 {
    margin-top: 50px;
    background: url(../img/edubox1.png) no-repeat bottom;
    background-size: 100% 100%;
}

.edu_cont {
    height: 428px;
    display: flex;
    flex-direction: row;
}

.edu_box_3 {
    width: 100%;
    height: 100%;
    list-style: none;
    width: calc((100%-50px)/2);
    margin-right: 50px;
}
.edu_box_3:last-child {
    margin: 0;
}

.edu_box {
    width: 100%;
    height: 100%;
    list-style: none;
    width: calc((100%-20px)/2);
    margin-right: 20px;
}
.edu_box:last-child {
    margin: 0;
}

.edu_box_1 {
    width: 100%;
    height: 385px;
    background: url(../img/edu_box_1_bg.png) no-repeat bottom;
    background-size: 100% 100%;
}

.edu_box_2 {
    width: 100%;
    height: 385px;
    padding: 0 20px 20px 20px;
    display: flex;
    flex-direction: column
}

.intro p {
    font-size: 19px;
    line-height: 35px;
    margin-top: 50px;
}

.indent-two-em {
  text-indent: 2em;
  white-space: pre-wrap;
}

.edu_cont1 {
    display: flex;
    flex-direction: row;
}
.good_news {
    width: 158px;
    height: 210px;
    background: url(../img/good_news_bg.png) no-repeat bottom;
    background-size: 100% 100%;
}
.edu_cont_3 {
    display: flex;
    flex-direction: row;
}
.project_box {
    height: 400px;
    margin-top: 20px;
    padding: 20px 40px;
    background: url(../img/project_bg.png) no-repeat bottom;
    background-size: 100% 100%;
    display: flex;
    /* flex-direction: row; */
}
.project_box_pr {
    width: 100%;
    height: 100%;
    list-style: none;
    width: calc((100%-20px)/2);
    margin-right: 20px;
}
.project_box_pr:last-child {
    margin: 0;
}
.edubox4 {
    background: url(../img/lxpx_box4.png) no-repeat center;
    background-size: 100% 100%;
}

.edu_cont_4{
    /* height: 650px; */
}
.edu_cont_4 {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}
.edu_box_4 {
    width: 50%;
    height: 100%;
    list-style: none;
    width: calc((100%-50px)/2);
    margin-right: 50px;
}
.edu_box_4:last-child {
    margin: 0;
}


.gy_con_1 {
    width: 100%;
}

.gy_con_1 ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gy_con_1 ul li a p {
    width: 80%;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    padding-left: 35px;
    position: relative;
}

.gy_con_1 ul li a p:before {
    position: absolute;
    content: "";
    width: 23px;
    height: 17px;
    background: url(../img/dz.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    content: "";
    left: 0;
    bottom: 5px;
}

.gy_con_1 ul li a span {
    font-size: 17px;
    display: block;
    color: #1c1c1c;
}

.gy_con_1 ul li {
    margin-top: 15px;
    transition: all .3s;
}

.gy_con_1 ul li:hover p {
    color: #333333;
    font-weight: bold;
}

.gy_con_1 ul li:hover {
    transform: translateY(-4px);
}
.lat_an {
    margin-top: 50px;
}
.la_news{
    margin-top: 50px;
}
.la_news ul li:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 7px 8px 7px;
}

.la_news ul li:hover p {
    font-weight: bold;
}
.news_item {
    width: 100%;
    /* height: 170px; */
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}
.news_item_left img {
    width: 279px;
    height: 170px;
}

.news_item_right {
    padding-top: 5px;
    flex: 1;
    margin-left: 20px;
    position: relative;
}

.news_title p{
    font-size: 19px;
}

.news_item .news_title p:hover {
    font-size: 19px;
    font-weight: 700;
}

.news_content i {
    font-size: 16px;
    color: #9a9a9a;
}
.news_content {
    margin-top: 10px;
}

.news_time{
    font-size: 13px;
    color: #1c1c1c;
    position: absolute; /* 绝对定位 */
    bottom: 0; /* 距离容器底部0 */
    right: 0; /* 距离容器右边0 */
    padding: 5px; /* 内边距，使时间显示更美观 */
}



.lxpx_box1_gjjy {
    background: url(../img/lxpx_b1_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.lxpx_box_gjjy {
    display: flex;
    padding-top: 60px;
    padding-bottom: 45px;
    justify-content: space-between;
}

.lxpx_jj_gjjy {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 19px;
    position: relative;
    width: 49%;
}

.lxpx_jj_gjjy::after {
    position: absolute;
    content: "";
    width: 37px;
    height: 22px;
    background: url(../img/lmzs_tit.png) no-repeat center;
    background-size: 100% 100%;
    right: 0px;
}

.lxpx_b1_info_gjjy {
    width: 62.85%;
}

.lxpx_b1_info_gjjy p {
    text-indent: 2em;
    font-size: 19px;
    line-height: 33px;
}

.lxpx_b1_img_gjjy {
    width: 34.28%;
}

.lxpx_b1_img_gjjy img {
    width: 100%
}

.lxpx_box2_gjjy {
    background-color: #fafafa;
}

.lxpx_box2_tit_gjjy {
    width: 53px;
    height: 143px;
    background-size: 100% 100%;
    display: flex;
    background-color: #a40000;
    font-size: 27px;
    color: white;
    align-items: center;
    text-align: center;
}

.lxpx_xb_gjjy {
    width: 94%;
    overflow: hidden;
}

.project_box_pr .gy_con li:nth-child(n+9) {
    display: none;
}
@media screen and (max-width: 1600px) {
    .news_content i{
    overflow: hidden;
    display:-webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 12px;
}
    .gy_con ul li a p{
    font-size: 14px;
}
    .news_title p{
    overflow: hidden;
    display:-webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /* display: block; */
    font-size: 14px;
    height: 40px;
}
    .project_box{
    height: 310px;
    width: 100%;
    /* flex-direction: column; */
    justify-content: space-between;
}
    .project_box_pr{
    width: 100%;
    margin-right: 8px;
}
    .gy_con{
    width: 80%;
}
    .edu_box_3{
    width: 50%;
}
}