html{margin: 0;padding: 0}
body{margin: 0;padding: 0;font-family:'sy-normal', sans-serif;font-size: 16px;overflow-x:hidden;}
table,td,tr,ul,ol,li,dl,dd,dt,p,input,form,em,p,img,h1,h2,h3,h4,h5{margin:0;padding:0;}
ul,li {margin: 0;padding: 0;list-style: none;}
a{text-decoration: none;color: #333333}
img{display: block}
button{padding: 0}
.img{position: relative;display: block;}
.img img{position: absolute;width: 100%;height: 100%;object-fit: cover;}
p img{display: inline;}
.nowrap{display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden}
.line_num{display: -webkit-box;-webkit-box-orient:vertical;overflow: hidden;text-overflow:ellipsis;}



/*公用宽度*/

.main_width{width: 79.167%;margin: 0 auto}


/*公用头部*/


header  {padding: 24px 0 46px;background-repeat: no-repeat;position: relative}
header .top_youxin{display: flex;justify-content: flex-end;align-items: center;font-size: 16px;line-height: 21px;color: #999999;}
header .top_youxin img{width: 20px;height: 16px;filter: grayscale(1);margin-right: 12px}
header .top_youxin a{display: flex;justify-content: flex-end;align-items: center;color: #999999;}
header .mobile_menu {position:fixed;min-width: 50%;width: 50%;top: 0;transition: all .3s ;background-color: #336ca6;z-index:2;height: 100vh;left: -100%;}
header .mobile_menu.active{left: 0}
header .mobile_menu .item .item_top>a {color: #fff;}
header .mobile_menu .item span{display:block;width: 8px;height:8px;border-top: 2px solid #fff;border-right:2px solid #fff;transform: rotate(135deg);cursor: pointer;transition: all .2s}
header .mobile_menu .item span.active{transform: rotate(-45deg)}
header .mobile_menu .item .item_top {display: flex;justify-content: space-between;align-items: center;;padding: 12px 20px 12px 32px;cursor: pointer;border-bottom: 1px solid  #295887;}
header .mobile_menu .item .item_top .erji{width: 30px;height: 30px;display: flex;justify-content: center;align-items: center}
header .mobile_menu .item .item_top:hover {background-color: #31679e}
header .mobile_menu .item .mobile{display: none;background-color: #31679e;}
header .mobile_menu .item .mobile li a{display: block;color: #fff;padding: 12px 12px 12px 45px;border-bottom: 1px solid  #295887}
header .top  {display: flex;justify-content: flex-end}
header .head_top svg{width: 30px;display: none;cursor: pointer;}
header .top ul {display: flex;}
header .top ul li:nth-of-type(n+2){margin-left: 32px}
header .top ul li a{color: #fff;}
header .bottom{display: flex;justify-content: space-between;align-items: center}
header .bottom .search{position: relative;min-width: 220px;display: flex;}
header .bottom .search .to_index{display: flex;align-items: center;margin-top: 12px;padding-left: 4px;}
header .bottom .search .to_index span{display: block;transform: translateY(-2px);padding-right: 3px;}
header .bottom .search .to_index a{color: #0c0c0c;font-size: 14px;border-bottom: 1px solid transparent}
header .bottom .search .to_index a:hover{color: #0c0c0c;border-bottom: 1px solid #0c0c0c}
header .bottom .search .right{
    display: flex;align-items: center;justify-content: space-between;
    font-size: 14px;color: #fff}
header .bottom .search form{display: flex;
    position: relative;
    margin-top: 12px    ;}
header .bottom .search form button{background-color: unset;border: unset;right: 20px;position: absolute;top: 50%;transform: translateY(-50%);cursor: pointer}
header .bottom .search input{display: block;width: 100%;border-radius: 18px;box-sizing: border-box;padding: 5px 20px;
    color: #B9B9B9;line-height: 22px;outline: none;
    border: 1px solid #DEDEDE;}
header .bottom .logo img{width: 100%}
nav {background-image: url("../images/1.png");background-repeat: no-repeat;background-size: cover}
nav.active{position: fixed;top: 0;left: 0;width: 100%;z-index: 9}
nav .menu ul {display: flex;justify-content: space-around}
nav .menu ul li{position: relative;padding: 0 10px;transition: all 0.5s ease;}
nav .menu ul li:hover{background-color: #FFFFFF;}
nav .menu ul li:hover a{color: #0277D9}
nav .menu ul li:hover .list_menu{display: block}
nav .menu ul li .list_menu{position: absolute;top:100%;min-width: 168px;z-index: 2;left: 50%;transform: translateX(-50%);padding: 10px 0;background-color: #fff;display: none}
nav .menu ul li .list_menu .item{text-align: center;padding: 12px 0}
nav .menu ul li .list_menu .item a{color: #333;font-size: 16px;}
nav .menu ul li .list_menu .item:hover{background: #0277D9;}
nav .menu ul li .list_menu .item:hover a {color: #fff}
nav .menu ul li>a{font-size: 22px;color: #fff;line-height: 70px;}
.mask{position: fixed;width: 100%;height: 100%;background-color: rgba(0,0,0,.3);z-index:2;display: none;top: 0}

.index_banner img{width: 100%}
.index_banner .text{position: absolute;width: 100%;bottom: 0;}
.index_banner .text .text_s{width: 1520px;margin: 0 auto;font-size: 20px;color: #fff}
.index_banner .text .text_s .left{padding: 19px 55px;background-color: rgba(0,0,0,0.26);display: inline-block   }

.close{background-color: rgb(44,93,143);color: #fff;padding:20px 20px ;display: flex;justify-content: space-between}
.close span {position: relative;cursor: pointer}
.close span:after{
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;}
.close span:before{
    margin-left: -9px;
    transform: rotate(135deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.list .list_s .item a::after{content: 'NEW';
    font-size: 10px;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    background-color: #91C854;
    right: 0;
    transform: translateX(-50px) translateY(-50%);
    top: 50%;
    display: none;}
.list .list_s .item:hover a::after{display: block}
.main_gjsxy{padding-top: 38px}
.gjsxy_banner{display: flex;justify-content: space-between;margin-top: 54px}
.gjsxy_banner>.left{width: 65.789%;display: flex;justify-content:space-between }
.gjsxy_banner>.left .text{position: absolute;width: 100%;background-color: rgba(0,0,0,.49);bottom: 0;color: #fff;padding: 18px 32px;
    font-size: 18px;
    line-height: 28px;box-sizing: border-box    }
.gjsxy_banner .right{width:31.579%;display: flex;flex-direction: column;justify-content: space-between}
.gjsxy_banner .left .img{padding-bottom: 66.918%;overflow: hidden;}
.gjsxy_banner .left img{transition: all .3s}
.gjsxy_banner .right .swiper{height: 100%}
.gjsxy_banner .left .img:hover img{transform: scale(1.1)}
.gjsxy_banner .left a{display: block;height: 100%}
.gjsxy_banner .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    right: 32px;bottom: 25px;
}
.gjsxy_banner .swiper{height: 100%}





.dq_zhuanti{padding: 56px 0 106px}
.dq_zhuanti .zhuanti_list{margin-top: 40px}
.dq_zhuanti .zhuanti_list {display: flex;justify-content: space-between}
.dq_zhuanti .zhuanti_list .left ul{display: grid;grid-template-columns: repeat(2,1fr);grid-gap: 10px}
.dq_zhuanti .zhuanti_list .left {width: 49.605%}
.dq_zhuanti .zhuanti_list .left .img{padding-bottom: 27.419%;overflow: hidden}
.dq_zhuanti .zhuanti_list img{transition: all .3s}
.dq_zhuanti .zhuanti_list .left ul li:hover .img img{transform: scale(1.1)}
.dq_zhuanti .zhuanti_list .right{width: 49.671%}
.dq_zhuanti .zhuanti_list .right .img{padding-bottom: 28.344%;overflow: hidden}
.dq_zhuanti .zhuanti_list .right a:hover img{transform: scale(1.1)}




.xxgcxy_one {display: flex;justify-content: space-between}
.xxgcxy_one .left{width: 65.789%}
.xxgcxy_one .left .img{width: 100%;padding-bottom: 56.2%;}
.xxgcxy_one .right {flex: 1;margin-left: 40px}
.xxgcxy_one .right .xxgc_list{margin-top: 24px}

.xxgcxy_one .right .xxgc_list .item a{display: flex;justify-content: space-between}
.xxgcxy_one .right .xxgc_list .left_data{border: 1px solid #0277D9;width: 68px;height: 60px;box-sizing: border-box}
.xxgcxy_one .right .xxgc_list .top{font-size: 24px;line-height: 31px;background-color: #0277D9;text-align: center;color: #fff}
.xxgcxy_one .right .xxgc_list .bottom{font-size: 14px;text-align: center;margin-top: 5px;
color: #0277D9;}
.xxgcxy_one .right .xxgc_list .item:nth-of-type(n+2){margin-top: 28px;
}
.xxgcxy_one .right .xxgc_list .right_text{-webkit-line-clamp: 2;font-size: 18px;line-height: 28px;flex: 1;margin-left: 20px;}
.xxgcxy_one .right .xxgc_list .right_text:hover{color: #0277D9}

.xxgcxy_zhanshi {margin-top: 50px;display: flex;
}
.xxgcxy_zhanshi .left{display: flex}
.xxgcxy_zhanshi .t{width: 62px;font-size: 26px;line-height: 35px;color: #fff;background: #1581DC;padding: 16px 19px;box-sizing: border-box;border-radius: 8px}
.xxgcxy_zhanshi .right{flex: 1;;width: 0}
.xxgcxy_zhanshi .right ul{display: flex;justify-content: space-between}
.xxgcxy_zhanshi .right li{width: 20.062%;
    margin-left: 16px; }
.gjsxy_banner.xx{
    margin-top: 40px;}
.xxgcxy_zhanshi .right li .img{padding-bottom: 66.667%;overflow: hidden;}
.xxgcxy_zhanshi .right li .img img{transition: all 0.5s ease;}
.xxgcxy_zhanshi .right li .img:hover img{transform: scale(1.1)}
.list {background-color: #fff}

.xxgcxy_one .right .xxgc_list .item{
    display: flex;
    justify-content: space-between;
 
}
.xxgcxy_one .right .xxgc_list .item .con_left{
    width: 48%;
}
.xxgcxy_one .right .xxgc_list .item .img{
    padding-bottom: 66.318%;
    overflow: hidden;
}
.xxgcxy_one .right .xxgc_list .item a{
    display: flex;
    justify-content: space-between;
}
.xxgcxy_one .right .xxgc_list .item .img img{
   transition: all .3s;
     
}
.xxgcxy_one .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xxgcxy_one .right .xxgc_list .item .content_right{
    margin-left: 16px;
    flex: 1;
}
.xxgcxy_one .right .xxgc_list .item .data{
    margin-bottom: 11px;
    margin-top: 11px;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}

.xxgcxy_one .right .xxgc_list .item a p{
    color: #333333;
    margin-top: 16px;
    font-size: 18px;
    -webkit-line-clamp: 3;
    line-height: 32px;
}
.list_s.ok{display: flex;justify-content: space-between}
.list_s.ok .ok_left{width: 48%}
.list_s.ok .ok_right{width: 48%}
.list .title.one {display: flex;justify-content: space-between;padding-left: 30px;position: relative}
.gezi{position: absolute;left: 0;display: grid;grid-template-columns: repeat(2,1fr);grid-column-gap: 2px;grid-row-gap: 2px;top: 30%}
.gezi span{
    width: 6px;
    height: 6px;
    background: #0277D9;
    opacity: 0.49;}
.list .title .title_left{font-size: 26px;color: #333}
.list .title .title_right a{font-size: 18px;color: #fff;box-sizing: border-box;display: flex;flex-direction: column;align-items: center;justify-content: center;line-height: 24px}
.list .title .title_right a:hover{text-decoration: underline;}
.list .title .title_right{background-color: #0277D9;padding: 7px 19px;display: flex }
.list .line{height: 1px;
background: #0277D9;
    opacity: .2;}

.list .text{padding: 30px 24px}
.list .text .item{display: flex;align-items: center;font-size: 18px;color: #333}
.list .text .item:nth-of-type(n+2){margin-top: 16px;}
.list .text .item img{margin-right: 16px;}
.gjsxy_banner.xx .right .list:nth-of-type(2){margin-top: 40px;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 27px;width: unset;right: 290px;left: unset;
}
.list .list_s .item a {display: flex;padding: 24px 0;justify-content: space-between;font-size: 18px;color: #333;
    line-height: 28px;
    position: relative;}
.list .list_s .item a .item_left{-webkit-line-clamp: 1;flex: 1;position: relative;padding-left: 28px;}
.list .list_s .item a .item_left::before{    content: '';
    border-left: 12px solid #C8C8C8;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);}
.list .list_s .item a:hover{color: #0277D9}
.list .list_s .item a:hover .item_left::before{border-left-color: #0277D9 }
.list .list_s .item a .item_right{padding-left: 39px;}
.list .list_s .item{border-bottom: 1px dashed rgba(0,0,0,.5)}
.list .title{display: flex;justify-content: space-between;}
.list .title .title_left{display: flex;align-items: center;padding-bottom: 11px}
.list .title .title_left img{
    margin-right: 24px  ;}
.gjsxy_list {display: flex;justify-content: space-between;margin-top: 42px;}
.gjsxy_list .list_s1{width: 31.882%;display: flex;flex-direction: column;}
.line.xx{
    margin-top: unset;}
.list .list_s.xx{padding:0 24px 21px }
.list .gird{display: grid;grid-template-columns: repeat(4,1fr)}
.list .gird li {padding: 25px 0;text-align: center;border: 1px solid #EEEEEE}
.list .gird li a{
    font-size: 18px;color: #333;display: block}
.list .gird li a:hover{color:
#0163C7;}
.list.top{
    margin-top: 40px;}
.list.top  .gird{grid-template-columns: repeat(3,1fr)}
.list.top  .gird a{display: flex;align-items: center;justify-content: center}
.list.top  .gird a img{margin-right: 20px;filter: grayscale(.9)}
.list.top  .gird a:hover img{filter: unset}
.gjsxy_subject{margin-top: 40px;
    padding-bottom: 50px;}
.gjsxy_subject h3{text-align: center;font-size: 26px;color:
        #333333;}
.gjsxy_subject .list_img{margin-top: 40px;position: relative;}
.gjsxy_subject .list_img a {display: block;overflow: hidden}
.gjsxy_subject .list_img a .img{padding-bottom: 32.681%;}
.gjsxy_subject .list_img a img{transition: all .3s}
.gjsxy_subject .list_img a:hover img{transform: scale(1.1)}
.gjsxy_subject .list_img  .swiper{position: unset;}
.gjsxy_subject .list_img   img{width: 100%}
.gjsxy_subject .list_img  .swiper-button-next{right: -50px}
.gjsxy_subject .list_img  .swiper-button-prev{left: -50px}
.gjsxy_list .list_s1 .bt_img{flex: 1}
.gjsxy_list .list_s1 .bt_img img{width: 100%;height: 100%;}

.gjsxy_subject .list_img  .swiper-button-next:after, .gjsxy_subject .list_img  .swiper-button-prev:after{font-size: 25px;color: #4E4E4E;opacity: .4;}
.dq_jcfc {
    margin-top: 56px;background-image: url("../images/7.png");padding: 56px 0;background-size: cover;background-repeat: no-repeat }
.dq_jcfc .list{background-color: unset}
.dq_jcfc .jcfc_list{
    margin-top: 40px;}
.dq_jcfc .jcfc_list ul{display: flex;justify-content: space-between}
.dq_jcfc .jcfc_list ul li{width: 23.026%;background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.06);}
.dq_jcfc .jcfc_list ul li .img{overflow: hidden}
.dq_jcfc .jcfc_list ul li .img img{transition: all .3s}
.dq_jcfc .jcfc_list ul li:hover .img img{transform: scale(1.1)}
.dq_jcfc .jcfc_list ul li:hover{
    box-shadow: 0px 4px 8px 10px rgba(0,0,0,0.06);}
.dq_jcfc .jcfc_list ul li:hover .bottom .title{color: #CA1D1D}
.dq_jcfc .jcfc_list ul li:hover .bottom p{color: #CA1D1D}
.dq_jcfc .jcfc_list ul li:hover .bottom .heng{width: 100%}
.dq_jcfc .jcfc_list ul li .bottom{margin-top: 16px;padding:0 24px 24px}
.dq_jcfc .jcfc_list ul li .bottom .heng{width: 41px;height: 3px;background-color: #CA1D1D;transition: all .3s}
.dq_jcfc .jcfc_list ul li .bottom .title{-webkit-line-clamp: 2;font-size: 18px;color: #333;
    line-height: 28px;margin-top: 16px}
.dq_jcfc .jcfc_list ul li .bottom p{font-size: 14px;color: #999;line-height: 22px;-webkit-line-clamp: 3;margin-top: 16px;}
.dq_jcfc .jcfc_list ul li .img{padding-bottom: 66.571%}

.swiper-pagination-bullet{width: 12px;height: 12px;border: 1px solid #fff;background-color: unset;opacity: unset}
.swiper-pagination-bullet-active{background-color: #fff}



.phone_search{width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 30px;
    position: relative;}
.phone_search input{width: 100%;
    padding: 10px;
    box-sizing: border-box;}
.phone_search img{position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    cursor: pointer;}

.public_banner img{width: 100%}


.gjsxy_content{margin-top: 80px;}
.gjsxy_content .main_width{display: flex;justify-content: space-between;align-items: flex-start}
.gjsxy_content .left_s{width: 26.326%}
.gjsxy_content .left_s .left_one{margin-top: 56px}
.gjsxy_content .left_s  .items{padding: 24px 27px 24px 24px;
    border: 1px solid #F5F5F5;}
.gjsxy_content .left_s  .items .item:nth-of-type(n+2){margin-top: 24px}
.gjsxy_content .left_s  .items a{padding-left: 32px;-webkit-line-clamp: 1;position: relative;font-size: 18px;color: #333;line-height: 24px}
.gjsxy_content .left_s  .items a:hover{color: #0277D9}
.gjsxy_content .left_s  .items a:hover:before{border-left-color:#0277D9 }
.gjsxy_content .left_s  .items a:before{    content: '';
    border-left: 12px solid #C8C8C8;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);}
.gjsxy_content .left_s .right_link a{font-size: 20px;line-height: 26px;color: #fff}
.gjsxy_content .left_s .title{background-color: #0277D9;padding: 20px 24px;font-size: 26px;line-height: 35px;color: #fff;display: flex;justify-content: space-between}
.gjsxy_content .left{padding: 32px 24px 26px 0;box-sizing: border-box;background-color: #0277D9}
.gjsxy_content .left .td{font-size: 26px;color: #fff;padding-left: 32px;padding-bottom: 34px;}
.gjsxy_content .left .td span{margin-left: 24px;font-size: 20px;}
.gjsxy_content .left ul{background-color: #fff}
.gjsxy_content .left ul li a{padding: 28px 0 30px 32px;display: block;color: #666;font-size: 22px;background-color: #F2F2F2}
.gjsxy_content .left ul li:hover>a{color: #0277D9}
.gjsxy_content .right{flex: 1;margin-left: 40px;}
.gjsxy_content .right .top{display: flex;justify-content: space-between;align-items: center;padding-bottom: 22px;border-bottom: 2px solid rgba(0,0,0,.1);position: relative}
.gjsxy_content .right .top::after{content: '';position: absolute;height: 6px;background-color: #0277D9;bottom: 0;left: 0;width: 10.37%}
.gjsxy_content .right .top_left{font-size: 26px;color: #0277D9}
.gjsxy_content .right .top_right {color: #666;font-size: 14px;}
.gjsxy_content .right .top_right a {color: #666}
.gjsxy_content .right .body{margin-top: 18px;}



.gjsxy_content .right .body h2{text-align: center;line-height: 46px;color: #000;font-size: 26px;font-weight: unset;padding: 0 100px 40px;;border-bottom: 1px dashed rgba(0,0,0,.5);}
.gjsxy_content .right .body p.text_s{color: #999;line-height: 21px;text-align: center;margin-top: 40px;}
.gjsxy_content .right .body .text{margin-top: 40px;}
.gjsxy_content .right .body .text p{font-family: 宋体, SimSun, STSong, '宋体';
    font-size: 16px;
    color: #000000;
    line-height: 1.5;}
.gjsxy_content .right .body .text img{max-width: 100%;height: auto;display: inline-block}
.gjsxy_content .right .body .text.jianjie p:nth-of-type(n+2){margin-top: 35px;}
.gjsxy_content .right .body .text.jianjie .list_imgs{display: flex;justify-content: space-between;margin-top: 40px;}
.gjsxy_content .right .body .text.jianjie .list_imgs img{width: 32%}
.gjsxy_content .right .body .shizi_list .item{border-bottom: 1px dashed rgba(0,0,0,.5);}
.gjsxy_content .right .body .shizi_list .item .shizi_img{overflow: hidden;width: 20.37%}
.gjsxy_content .right .body .shizi_list .item .shizi_img .img{padding-bottom: 144.55%;}
.gjsxy_content .right .body .shizi_list .item .shizi_img img{transition: all .3s;}
.gjsxy_content .right .body .shizi_list .item .shizi_img:hover img{transform: scale(1.3)}
.gjsxy_content .right .body .shizi_list .item a{display: flex; }
.gjsxy_content .right .body .shizi_list .item:first-child{padding-bottom: 40px;}
.gjsxy_content .right .body .shizi_list .item:nth-of-type(n+2){padding: 40px 0}
.gjsxy_content .right .body .shizi_list .item .shizi_right{flex: 1;margin-left: 40px;}
.gjsxy_content .right .body .shizi_list .item .shizi_right h4{padding-top: 20px;font-size: 20px;line-height: 26px;font-weight: unset;}
.gjsxy_content .right .body .shizi_list .item .shizi_right p{margin-top: 20px;line-height: 28px;}
.gjsxy_banner>.left .text .left{-webkit-line-clamp: 1}
.gjsxy_content .right .body .xinwen_list .item a{display: flex;justify-content: space-between;border-bottom: 1px dashed rgba(0,0,0,.5);color: #000;font-size: 18px;}
.gjsxy_content .right .body .xinwen_list .item a:hover{color: #0277D9}

.gjsxy_content .right .body .xinwen_list .item a{padding: 22px 0}
.gjsxy_content .right .body .xinwen_list .item .item_left{-webkit-line-clamp: 1;flex: 1}

.gjsxy_content .left ul li:nth-of-type(n+2){margin-top: 2px;}
.gjsxy_content .left ul li.active>a{color: #0277D9}

.gjsxy_content .left ul li .son  a{padding: 20px 0 20px 72px;margin-top: 2px;font-size: 18px;position: relative}
.gjsxy_content .left ul li .son  a:hover{color: #0163C7}
.gjsxy_content .left ul li .son .item.active a{color: #0163C7}
.gjsxy_content .left ul li .son  a:before{content: '';position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
}


.page_list{margin-top: 80px;}
.page_list .page{width: 48.75%;margin: 0 auto;display: flex;justify-content: flex-end;align-items: center;min-width: 496px;}
.page_list .page span{color: #666}
.page_list .page ul{display: flex;margin-left: 16px;}
.page_list .page ul li{padding: 7px 10px;border: 1px solid #999;}
.page_list .page ul li:nth-of-type(n+2){margin-left: 16px;}
.page_list .page .count{margin-left: 23px;}
.page_list .page .count span{padding: 7px 10px;border: 1px solid #999}
.page_list .page .link{margin-left: 16px;padding: 7px 14px;background-color:#0277D9;}
.page_list .page ul li.active {background-color: #0277D9;}
.page_list .page ul li.active a{color: #fff}
.page_list .page .link  a{color: #fff}
.page_list .page ul li a{color: #666}
.page_list .page ul li a img{width: 20px}
.public_b{padding-bottom: 80px;}








footer .logo{width: 31.973%;min-width: 818px;}
footer .logo img{width: 100%;}
footer .top{padding: 22px 0;background-color: #ECECEC}
footer .content{width: 74.167%;margin: 0 auto;display: flex;align-items: center;justify-content: space-between}
footer .content .code{margin-right: 20px; }
footer .content .code p{margin-top: 14px;color: #999999;background-color:unset;padding: unset }
footer p {padding: 21px 0 20px ;background-color: #22142C;text-align: center;color: #fff;font-size: 14px;
    line-height: 19px;}






