body{
    background-image: url("../image/common/Inner_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    font-family: "Microsoft YaHei";
    /*padding-left: 180px;*/
    font-family: sans-serif;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    position: relative;
}
.container_all{
    /*height: 100%;*/
    width: 100%;
    height: calc(100% - 186px);
    /*margin-top: 160px;*/
    position: relative;
    top: 58px;
    overflow-x: hidden;
}
#news_show{
    width: 100%;
    height: 450px;
    top: 230px;
}
#news_show .swiper-wrapper .swiper-slide{
    width: auto;
    /*height: fit-content;*/
    display: flex;
    height: auto;
    align-self: flex-end;
}

#news_show .swiper-wrapper .swiper-slide .small_model{
    width: 400px;
    height: 250px;
    /*background-image: url("../image/News/bg.png");*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    border-radius: 10px;
    /*display: none;*/
}
#news_show .swiper-wrapper .swiper-slide .small_model .small_model_time{
    color: #fff;
    position: absolute;
    top: 25px;
    right: 40px;
    font-size: 20px;
    font-weight: bold;
    width: auto;
    height: auto;
}
#news_show .swiper-wrapper .swiper-slide .small_model .small_model_title{
    width: auto;
    height: auto;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 80px;
    cursor: pointer;
}
#news_show .swiper-wrapper .swiper-slide .small_model .tips_title{
    width: 100%;
    height: 50%;
    display: block;
    padding: 80px auto 30px 40px;
    font-size: 26px;
    color: #989898;
}
#news_show .swiper-wrapper .swiper-slide .small_model .tips_contents{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    padding: 30px 0px 0px 40px;
}
#news_show .swiper-wrapper .swiper-slide .small_model .tips_contents .tips_words{
    width: 125%;
    height: 50%;
    font-size: 14px;
    color: #989898;
    line-height: 22px;
}
#news_show .swiper-wrapper .swiper-slide .small_model .tips_contents .tips_icon{
    width: 100%;
    height: 100%;
}
#news_show .swiper-wrapper .swiper-slide .md_model{
    width: 720px;
    height: 450px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: none;
    cursor: pointer;
}
#news_show .swiper-wrapper .swiper-slide .md_model .md_model_time{
    color: #ffffff;
    position: absolute;
    top: 40px;
    right: 60px;
    font-weight: bold;
    font-size: 30px;
    width: auto;
    height: auto;
}
#news_show .swiper-wrapper .swiper-slide .md_model .md_model_context{
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: auto;
    padding-left: 60px;
}
#news_show .swiper-wrapper .swiper-slide .md_model .md_model_context .context_title{
    color: #ffffff;
    width: 510px;
    margin: unset;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    cursor: pointer;
}
#news_show .swiper-wrapper .swiper-slide .md_model .md_model_context .context_text{
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: 510px;
    height: 74px;
    cursor: pointer;
}
#news_show .swiper-wrapper .swiper-slide .md_model .md_model_context .context_detail{
    color: #fff;
    font-size: 16px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 90px;
    letter-spacing: 1px;
}

.alert_container{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 50;
    top: 0;
    display: none;
    overflow: hidden;
}
.alert_container .alert_box .alert_close{
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 30px;
    border-radius: 5px
    /*background: url("../image/News/close_button.png");*/
}
.alert_container .alert_box{
    width: 1560px;
    height: 660px;
    background-image: url("../image/News/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    padding-top: 50px;
    z-index: 50;
    margin-top: 140px;
    margin-left: 180px;
    margin-right: 180px;
} 
.alert_container .alert_box .close_btn{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    right: 40px;
}
.alert_container .alert_box .left_part{
    width: 500px;
    height: 400px;
    border-radius: 10px;
    margin-top: 10px;
    /*border-top-right-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    /*position: relative;*/
    /*bottom: 32px;*/
}
.alert_container .alert_box .left_part img{
    max-width: 700px;
    width: auto;
    height: 450px;
}
.alert_container .alert_box .right_part{
     width: 930px;
     height: 555px;
     padding-left: 100px;
     padding-right: 30px;
    overflow-y: auto;
}

.alert_container .alert_box .right_part::-webkit-scrollbar{
    width: 5px;
}

.alert_container .alert_box .right_part::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(94,102,176,1);
    background: rgba(94,102,176,1);
}

.alert_container .alert_box .right_part::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 5px rgba(77,81,144,1);
    border-radius: 10px;
    background: rgba(77,81,144,1);
}

.alert_container .alert_box .right_part .title{
    width: 100%;
    height: 48px;
    color: #E8E8E8;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 32px;
    font-weight: bold;
}

.alert_container .alert_box .right_part .info{
    width: 100%;
    color: #E8E8E8;
    font-size: 12px;
    margin-top: 12px;
}

.alert_container .alert_box .right_part .text{
    width: 100%;
    color: #E8E8E8;
    font-size: 14px;
    /*padding-top: 30px;*/
    line-height: 25px;
}
/*.alert_container .alert_box .right_part .text span{*/
    /*display: block;*/
    /*!*width: 650px;*!*/
    /*line-height: 1.7;*/
    /*padding-bottom: 20px;*/
/*}*/

nav ul li span.active div{
    background: #464646;
    height: 4px;
    width: 80%;
}

nav ul li span.active a{
    color: #464646;
}

.swiper-block{
   /*margin-top: 14%;*/
    /*position: absolute;*/
    /*bottom: 80px;*/
    /*height: 100%;*/
    width: 100%;
    height: calc(100% - 186px);
    /*margin-top: 160px;*/
    position: relative;
    top: 58px;
    /*overflow-x: hidden;*/
    overflow: hidden;
}

.scrollBar_box{
    width: 100%;
    height: 3px;
    margin-top: 20px;
    margin-left: 180px;
    background-color: #aaaaaa;
    position: relative;
    top: 230px;
}
.scrollBar_box .scrollBar_model{
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
}

.scrollBar_box .scrollBar_model .time_point_head{
    width: 9px;
    height: 17px;
    margin: -7px 0 0 -5px;
    background-image: url("../image/News/time_point_head.png");
}

.scrollBar_box .scrollBar_model .time_span{
    width: 48px;
    height: 17px;
    color: white;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    margin: -7px auto 0 auto;
    border-radius: 10px;
    background: #989898;
}

.scrollBar_box .scrollBar_model .time_point{
    /*width: 8px;*/
    /*height: 8px;*/
    /*border-radius: 50%;*/
    /*background-color: #989898;*/
    /*margin: -2px auto 0 auto;*/
    /*cursor: pointer;*/
}

.scrollBar_box .scrollBar_model .time_point_active{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-image: url("../image/News/point.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: -6px auto 0 auto;
    cursor: pointer;
}


.blur {

    filter: blur(5px);

    -webkit-filter: blur(5px);  /* chrome, opera */

    -ms-filter: blur(5px);

    -moz-filter: blur(5px);

}
