body {
    margin: 0;
    padding: 0;
    font-size: 0.28rem;

}
html, body {
  
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #e92424;
}

ul, p, li, input, h1, h2 {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
}

img {
    width: 100%;
    display: block;
}

.main {
    width: 100%;
    overflow: hidden;
}

.top {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.top0{margin-top:1rem!important;padding-bottom:5px}

.topIMG {
    overflow: hidden;
    height: 5rem
}

.topIMG ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.topIMG li {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover !important;


}

.nav {
    display: none;
}

.section {
    width: 100%;

    position: relative;
}

.m_top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 999;
    background: #db3b30 url(../images/xcjr-m.jpg) no-repeat center;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    top: 0;

}

.main {
    width: 100%;
    margin: 0 auto;
    position: relative;
    transition: all 1s;
}

.m_nav_btn {
    display: block;
    padding-right: 0.2rem;
    display: flex;
    height: 0.4rem;
}

.logo {
    background: url(/images/logo.png) no-repeat center;
    background-size: 100%;
    width: 4rem;
    height: 1rem;
}

.in_mid {


    overflow: hidden;
    position: relative;
    height: 100%;
    background: url(/images/in_mid.png) no-repeat center;
    background-size: cover !important;
}

.in_mid_bg {
    overflow: hidden;
    display: none;
}

.in_mid_bg img {
    width: 100%;
    display: block;
}

.in_mid_cont {
    height: 100%;
}

.in_mid_search {
    display: none;
    width: 5.6rem;
    position: absolute;
    right: 0;
    padding-top: 0.1rem;
}

.in_mid_search input {
    height: 0.5rem;
    border: 1px solid #ddd;
    line-height: 0.5rem;
    width: 4.6rem;
    padding: 0 0.05rem;
    float: left;
    font-size: 0.16rem;
    box-sizing: border-box;
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.in_mid_search button {
    height: 0.5rem;
    border: 1px solid #023a8d;
    line-height: 0.5rem;
    width: 1rem;
    background: #023a8d;
    color: #fff;
    float: left;
    cursor: pointer;
    font-size: 0.16rem;
}

.in_search, .in_email {
    display: none;
}

.IN_side_menu {
    position: fixed;
    right: 0.2rem;
    top: calc((100% - 3rem)*0.5);
    z-index: 99;
}

.IN_side_li {
    width: 0.3rem;
    height: 0.3rem;
    border: 1px solid #ccc;
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.562);
    margin-top: 0.2rem;
    cursor: pointer;
}

.IN_side_li:hover {
    background: rgb(223, 223, 223);
}

.IN_side_li.on {

    background: #e60315;
    border-color: #e60315;
}


.in_mid_imgnews {
    height: 0;
    overflow: hidden;
    flex-grow: 1;
    position: relative;

}





.news_img {

    flex-grow: 1;
    transition: all 0.5s;

}

.news_imgBox, .news_imgBox li {
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.news_imgBox img {
    width: 100%;
    height: 100%
}



.news_dotbox {
    overflow: hidden;

    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;

}

.news_dot {
    background: #6888b7;
    width: 0.8rem;
    height: 0.4rem;
    margin: 0.1rem;

}

.news_info {
    box-sizing: border-box;
    color: #fff;
    padding-top: 0.2rem;
    height: 2rem;
}

.news_info h1 {
    font-size: 0.26rem;
    line-height: 0.4rem;
}

.news_info_txt {
    padding: 0.3rem 0;
    line-height: 0.36rem;
    color: #999;
    display: none;
}

.news_info_more {
    background: #023a8d;
    color: #fff;
    padding: 0.05rem 0.1rem;
    border-radius: 0.05rem;
    display: none;
}

.in_block {
   
    overflow: hidden;
    margin: 0 auto;
    transition: all 0.5s;
    position: relative;
    top: 0 !important;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem 0;

}

.section:last-child .in_block {

    justify-content: flex-start;
}

.in_news_block {
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 0.2rem;
    margin-top: 0.2rem;
   
    box-sizing: border-box;
  
}

.in_news_block img {
    width: 100%;
}

.in_news_bodimg {
    height: 4.5rem;

    background-size: cover !important;
}

.in_news_block:last-child {
    margin: 0;
    background: #fff;
}

.in_news_hd {


    font-size: 0.4rem;
    position: relative;
    text-align: center;
}

.in_news_hd ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.in_news_hd p.on {

    background: #0653c5;
    border-color: #0653c5;
    color: #fff;
    box-shadow: 0 5px 8px rgb(0 61 193 / 0.4)
}


.in_news_hd li {
    width: 25%;
    padding: 0.2rem;
}

.in_news_hd li p {
    border: 1px solid #ddd;
    text-align: center;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    font-size: 0.34rem;
    padding: 0.2rem;
}

/* .in_news_hd:after {
    content: "";
    width: 1rem;
    height: 0.05rem;
    border-radius: 0.05rem;
    background: #095fdf;
    position: absolute;
    left: calc((100% - 1rem)*0.5);
    bottom: 0;
} */

.in_news_hd a {
    float: right;
    color: #e92424;
    font-size: 0.16rem;
    font-weight: normal;
    display: none;
}

.in_news_bod {

    padding: 0.2rem 0;
    flex-grow: 1;
  
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}


.in_news_bod ul {}

.in_newsover {
    overflow: hidden;
    padding-top: 0.4rem;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}

.in_news_bod li {

    line-height: 0.4rem;
    font-size: 0.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.2rem 0;
}

.in_news_bod li span {
    float: right;
    color: #999;
    margin-left: 20px;
}

.in_news_hdIntro {
display:none;
    font-size: 0.3rem;
    padding: 0 0.3rem;
    color: #999;
    line-height: 0.4rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    height: 1.2rem;
    overflow: hidden;
    margin: 0.2rem 0;
}

.in_more {
    width: 90px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #666;
    margin:  0 auto;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    font-weight: normal;
    display: block;
float:right
}

.in_more span {
    float: right;
    font-family: 'simsun';
    font-weight: bold;
}



.in_news_tab {

    border-bottom: 1px solid #ddd;
    height: 42px;
    line-height: 42px;

    margin-bottom: 5px;
    position: relative;
}

.in_news_tabUN {
    height: 3px;
    background: #db3b30;
    width: 18%;
    position: absolute;
    bottom: -2px;
}

.in_news_tab li {
    float: left;
    width: 20%;
    font-size: 0.3rem;
    text-align: center;
    cursor: pointer;

}

.in_news_tab li:last-child {
    background: none;
}

.in_news_tab li.selected {
    color: #db3b30;
    font-weight: bold;
    font-size: 0.3rem;
}




.in_banner_btn {

    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    z-index: 9;
    top: 260px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    font-family: 'simsun';
    cursor: pointer;
    font-weight: bold;
    display: none;

}

.in_banner_btn:first-child {

    left: 20px !important;
}

.in_banner img {
    width: 100%;
    height: 250px;
}

.in_banner ul {}

.in_banner li {
    padding: 10px 0;
    position: absolute;

    height: 100%;
    width: 100%;
}

.banner_dotBox {
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    width: 100px;
    overflow: hidden;
    margin-top: 15px;
}

.banner_bot {
    background: #ddd;
    width: 40px;
    border-radius: 5px;
    height: 5px;
    float: left;
    cursor: pointer;
    margin: 0 5px;
}

.banner_bot.on {
    background: #023a8d;
}

.in_ztzl {
    /* overflow: hidden; */
    height: 3.5rem !important;

}


.in_ztzl_img {


    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0.15rem;

}

.in_ztzl_img img {
    width: 100%;
    height: 2.5rem;
}

.in_ztzl_imTxt {


    bottom: 0;
    width: 100%;
    line-height: 40px;
    color: #333;
    padding: 0 10px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}

.in_cyqy {

    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 260px;
    margin-top: 1.5rem;
}

.in_cyqy li {
    width: 33%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    display: table;
    vertical-align: middle;
    overflow: hidden;
}

.in_cyqy li a {
    vertical-align: middle;
    display: table-cell;
    height: 100px;
    overflow: hidden;
}

.in_cyqy li img {
    width: 100%;
    max-height: 100%;
}

.in_cyqy ul {

    overflow: hidden;
}

.in_fastNav {
    background: #f7f7f7;
    display: none;
}

.in_fastNav_w {
    margin: 0 auto;
    overflow: hidden;
}

.in_fastnav_li {
    width: 25%;
    float: left;
    padding: 0.3rem 0;
    box-sizing: border-box;
    padding-left: 0.5rem;
}

.in_fastnav_li h2 {
    font-size: 0.18rem;
    padding-bottom: 0.2rem;
}

.in_fastnav_li p {
    line-height: 0.32rem;
}

.link {
    border-top: 1px solid #ddd;
    margin-top: 0.15rem;
    background: #fff
}

.link_hd {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
    height: 0.8rem;
    line-height: 0.8rem;
    overflow: hidden;
}

.link_hw {
    margin: 0 auto;
    position: relative;
    top: 0px;
    overflow: hidden;
    height: 100%;
}

.link_hw p {
    float: left;
    padding: 0 0.2rem;
    height: 100%;
    color: #666
}

.link_hw p.on {
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #000;
    font-weight: bold
}

.link_bod {
    margin: 0 auto;
    overflow: hidden
}

.text_cont {
    padding: 0.2rem;
}

.link_bod a {
    margin: 0.1rem 0;
    display: block;
    width: 50%;
    float: left
}

.bottom {
    background: #f5f5f5;
    border-top: 1px solid #ddd
}

.bottom_h {
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    border-bottom: 1px solid #ddd
}

.bottom_h a {
    font-weight: bold;
    padding: 0 0.1rem
}

.bottom_bod {
    padding: 0.2rem;
    text-align: center;
    font-size: 0.22rem;
   
}

.bottom_bod strong {
    font-weight: normal;
    display: block;
    padding-bottom: 0.1rem
}

.bottom_bod strong span {
    color: #d00e11
}

.mnav__bg {

    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.199);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 199;

}

.mnav__conts {
    width: 70%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 199;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;

}

.mnav__bg a {
    margin: 0.3rem 0;
}

.mnav__close {
    position: absolute;
    bottom: 0.8rem;
    width: 0.6rem;
    height: 0.6rem;
}

.mnav__close img {
    width: 100%;
}

.ipv6_p {
    display: none;
}

.in_section_tit {

    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.6rem;
    color: #333;
    box-sizing: border-box;
    transition: all 0.6s;
    font-weight: bold;
    letter-spacing: 5px;
    border-left: 8px solid #db3b30;
    padding-left: 0.2rem;
    margin: 0.4rem 0.2rem
}


.in_jtgk {
    overflow: hidden;
    padding-top: 30px;
  
   
    display: flex;
    flex-direction: column;

}

.in_jtgkLeft {

    flex-grow: 1;
  
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.in_compny {
    line-height: 0.5rem;
    font-size: 0.3rem;
    flex-grow: 1;

    overflow: hidden;
    padding: 0.2rem;

}

.in_compny p {
    text-indent: 32px;
}

.in_com_cont {
    overflow: hidden;

  

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 0.2rem;

    flex-wrap: wrap;

    margin-top: 0.2rem;
}

.in_com_Li {

font-size: 0.3rem;
    width: 48%;
    padding-top: 0.1rem;
    box-sizing: border-box;
    background: #ffffff7a;
    border-radius: 0.1rem;
    padding: 0.2rem;
    margin: 1%;


}

.in_com_Li span {
    font-size: 0.6rem;
    font-weight: bold;
    color: #db3b30;
}

.in_jtgkRight {

    height: 4rem;
    padding:0.2rem
}

.jtgk_img {
    width: 100%;
    height: 100%;
    background-size:cover;
    background-position: center;
    border-radius: 0.2rem;
}

.in_mid_toutiao {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0.2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

#video_box {
    height: 3.5rem !important
}

.in_tit {
    height: 1rem;
    text-align: center;
    font-size: 0.6rem;
    color: #333;
    box-sizing: border-box;
    margin: 0 auto;
    transition: all 0.6s;
}



.banner_h {

    margin: 0.2rem;
    box-sizing: border-box;
    position: relative;
    height: 1.8rem;
    box-sizing: border-box;
    overflow: hidden;
}

.banner_h li img {
    width: 100%;
    height: 100%;

}

.banner_h li {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
}
/* ¶þ¼¶ */

.ej_minimg {
    margin-top:1rem;
    height: 150px;
    position: relative;
    background-size: cover !important;
    display: flex;
    align-items: center;
}

.ej_mian {
    width: 100%;
    margin: 0 auto;

}

.ej_mian:after {
    content: '';
    display: block;
    clear: both;
}

.ej_subbar {
    width: 100%;
    overflow: hidden;
    background: #c2151b;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(156, 41, 41, 0.2);
    position: relative;

}

.ej_subbar_san {
    position: absolute;
    bottom: -15px;
    left: -15px;
    background: url(/images/san.png) no-repeat;
    width: 60px;
    height: 60px;
    display: none;
}

.ej_subbar li {
    line-height: 50px;
    float: left;
    color: #fff;
    font-size: 16px;
    padding: 0 10px;

    cursor: pointer;
    letter-spacing: 1px;
}

.ej_subbar li:hover, .ej_subbar li a:hover {
    background: rgb(7, 83, 196);
    ;

}

.ej_subbar li a {
    color: #fff;
    display: block;

}

.ej_subbar li.on {
    color: #fff;
    font-weight: bold;
    background: #db3b30;
    border-radius: 5px;
}

.ej_subbar li.on a:hover {
    background: none;
    color: #fff;
}

.ej_subbar li:nth-child(3) {
    background: none !important;
    border-radius: 0 !important;
}

.ej_content {
   font-size: 18px;
    width: 100%;
    padding: 0.2rem;
    box-sizing: border-box;

}

.rj_bondHd {
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
}

.rj_ld {
    overflow: hidden;
    padding-top: 20px;
}

.rj_ld li {
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background: #fafafa;
    border: 1px solid #ddd;
    float: left;
    margin: 10px;
    cursor: pointer;
}

.rj_ld li:hover {
    background: #f5f5f5;
}

.rj_ld li.on {
    background: #db3b30;
        border-color: #db3b30;
        color: #fff;
}


.rj_ld li.on  a{

    color: #fff;
}

.rj_info {
    padding-top: 30px;
    overflow: hidden;
}

.ld_tx {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.ld_tx img {
    width: 100%;
}

.ld_tx p span {
    font-size: 18px;
}

.ld_tx p.name {
    padding-top: 15px;
}

.ld_tx p {
    text-align: center;
    padding-top: 5px;
}

.ld_qk {
    width: 100%;

}

.ld_qk_hd {
    background: #f8f8f8;
    line-height: 40px;
    padding: 0 10px;
    font-weight: bold;
}

.ld_qk_bod {
    line-height: 26px;
    padding: 20px;
}

.ld_qk_bod li {
    overflow: hidden;
    line-height: 35px;
}

.ld_qk_bod li span {
    float: right;
    color: #999;
}

/*  */

.ej_news {
    overflow: hidden;
}

.ej_news li {
    border-bottom: 1PX solid #eaeaea;
    padding: 10px;
    overflow: hidden;
    position: relative;
}

.ej_news_date {

    text-align: left;
    width: 100px;
    color: #999;
    display: none;
    position: absolute;
    left: 100px;
    bottom: 0;
}

.ej_news_date p {
    float: right;
}

.ej_news_today {
    margin-left: 10px;

}

.ej_news_pic {
    float: left;
    width: 120px;
    height: 80px;
    background: #f0f0f0;
    border-radius: 10px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.ej_news_pic img {
    width: 100%;
    height: 100%;
}

.ej_news_info {
    float: left;
    width: calc(100% - 130px);

    position: relative;

}

.ej_news_info h2 {
    font-weight: normal;
    font-size: 16px;
}

.ej_news_info P {
display: none;
    font-size: 0.14px;

    color: #999;

    line-height: 1.5;

    padding-top: 10px;
}

.ej_news_info.no_picInfo {
    width: auto;
}

.ej_new_gg {
    overflow: hidden;
    background: url(/images/ggg.png) no-repeat center left;
    line-height: 40px;
    background-size: 24px;
    padding-left: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 150px);
    float: left;
}

.gg_data {
    float: right;
    color: #999;
    line-height: 40px;
}

.ej_ztzl {
    padding: 20px;
}

.ej_ztzl:after {
    content: '';
    display: block;
    clear: both;
}

.ej_ztzl li {
    width: 100%;
    float: left;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.ej_ztzlimg_bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
  
}

.ej_ztzl li p {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.ztzlHd {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    background: url(/images/dot2.jpg) no-repeat center left;
    line-height: 50px;
    padding-left: 30px;
    background-size: 22px;
    font-size: 16px;
}

.ztzlHd span {
    font-size: 18px;
    font-weight: bold;
}

.ztzllist .ej_news_info {}

.ztzl_h2 {
    font-size: 24px;
    text-align: center;
    padding: 20px;
    font-weight: bold;
    color: #333;
    border-top: 1px solid #ddd;
    margin-top: 50px;
}

.ztzl_gd li {
    opacity: 0.6;
    background: #f5f5f5;
}

.ztzl_tits {
    width: 150px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    top: -40px;
}

.ej_gkml {
    background: #00a1ff9e;
    border-radius: 0 0 10px 10px;
    color: rgb(234, 244, 255);
    padding: 0 15px 15px 15px;
    line-height: 40px;
    display: none;
}

.ej_gkml p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.151);
    background: url(/images/ml.png) no-repeat center left;
    background-size: 20px;
    padding-left: 20px;
}

.ej_gkml p a {
    color: #fff;
}

.ej_gkml p a.on {
    color: #e9ff31;
    font-weight: bold;
}

.xxgk_list {
    overflow: hidden;
}

.xxgk_list h2 {
    font-weight: normal;
    font-size: 18px;
}

.xxgk_list p {
    color: #999;
    padding-top: 15px;
}


.fy {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    bottom: 0px;
    line-height: 40px;
font-size:0.3rem
}

.fy>span {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
}

.fy a {
    float: left;
    cursor: pointer;
    background: #fff;
   width:1.2rem;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0px 3px;
    margin: 0px 5px;
    border-radius: 3px;
}

.fy a:hover {
    background: rgb(23, 58, 148);
    color: #fff;
    border-color: inherit;
}

.fy a.on {
    background: #0e63bb;
    color: #fff;
    border: 1px solid #0e63bb
}


.link {
    border-top: 1px solid #eee;
    margin-top: 0.15rem;
    background: #fff
}

.link_hd {


    height: 40px;
    line-height: 40px;

    margin: 0 auto;
    position: relative;
}

.link_hw {

    margin: 0 auto;
    position: relative;
    top: 0px;

}

.link_hw p {
    float: left;
    padding: 0 10px;
    height: 40px;
    color: #666;
    border-left: 1px solid #ddd;
}

.link_hw p:last-child {
    border-right: 1px solid #ddd;
}

.link_hw p.on {
    background: #fff;
    color: #db3b30;
    font-weight: bold;
    border-top: 2px solid #fff;
    box-sizing: border-box;
    margin-top: -1px;

}

.link_bod {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    bottom: 40px;
    box-sizing: border-box;
    padding: 15px 20px;
}

.link_bod li {
    float: left;
    margin: 10px 30px 0 0;
}

.link_bod a {
    margin: 10px 30px 0 0;
    display: block;
    float: left
}

.bottom {
    background: #c2151b;
    color: #fff;

}

.bottom_h {
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #ddd
}

.bottom_h a {
    font-weight: bold;
    padding: 0 10px
}

.bottom_bod {
    padding: 30px;
    text-align: center;
    font-size: 14px;

}
.bottom_bod a {
    color: #fff;

}

.bottom_bod strong {
    font-weight: normal;
    display: block;
    padding-bottom: 10px
}

.bottom_bod strong span {
    color: #f1ff2b
}

.ipv6_p {

    padding: 0 5px;
    position: absolute;
    top: 10px;
    left: 200px;
    font-size: 12px;
    color: #666;
    border-radius: 5px 5px 5px 0;
    background: #0653c5;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    color: #fff
}

.in_search {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 10px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.5s;
}

.in_search img {
    width: 80%;
    margin: 3px 0 0 2px;
}

.bk_top {
    position: fixed;
    right: 0px;
    bottom: 20px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 99;
}

/* dd */

.detail {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;

}

.detail h2 {
    font-size: 34px;
    font-weight: normal;
    padding: 15px 0;
}

.detailTime {
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.detailBod {
    padding-top: 30px;
    font-size: 16px;
    line-height: 32px;
}

.detailBod p {
    width: 100%;
}

.detailBod img {
    width: 100%;
    margin: 20px auto;
    display: block;
}
.detailBod table{
    max-width: 100%;
    border-collapse: collapse;
}
.detailBod table,table tr td { 
        border:1px solid #ccc; 

    }
.loc {
    padding: 10px 0;
}

.loc span {
    font-family: 'simSUN';
    font-weight: bold;
    padding: 0 10px;
}


.in_search {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 10px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.5s;
}

.in_email {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 50px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 90;
    transition: all 0.5s;
}

.in_search img, .in_email img {
    width: 80%;
    margin: 3px 0 0 2px;
}

.in_search_box {
    background: rgb(255 255 255);
    height: 50px;
    width: 320px;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 1000;
    box-sizing: border-box;
    padding-left: 10px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    border-radius: 0 0 0 5px;
    padding-top: 5px;
    border-top: 1px solid #ccc;
}

.in_search_box img {
    width: 30px;
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.in_search_box input {
    border: none;
    height: 30px;
    width: 250px;
    background: none;
    float: left;
    margin-top: 5px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;

}


.m_nav_btn {

    display: flex;
    height: 25px;
    float: right;
     width:0.5rem;
height:0.5rem

}

.mnav__bg {

    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.199);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 199;

}

.mnav__conts {
    width: 70%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 199;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px
}


.mnav__bg a {
    margin: 10px 0;
    font-size: 16px;
}

.mnav__close {
    position: absolute;
    bottom: 60px;
    width: 60px;
    height: 60px;
}

.mnav__close img {
    width: 100%;
}

.ej_name {

    color: #fff;
    font-size: 26px;
    font-weight: bold;
    background: #0d58c873;
    padding: 10px;
    text-align: center;
    width: 130px;
    margin: 0 auto;
    border-radius:3px;
}
#foot{position:relative !important}