﻿@media screen and (max-width: 1125px) {
    .bg_list {
        width: 100% !important;
        max-width: 100% !important;
    }

    .bg_l_right {
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media screen and (max-width: 979px) {
    .bg_index {
        padding-top: 8px !important;
        padding-left: 18px;
    }


    .bg_l_right {
        padding: 20px !important;
    }

    .bg_l_right.pb-sm-3 {
        padding: 16px !important;
        padding-top: 0 !important;
    }
    .bg_content .bg_list {
        margin-top: 0 !important;
    }

    .content img {
        /*width: 25%;*/
        max-width: 450px;
    }
    .pager span {
        margin: 10px !important;
    }
}

@media screen and (max-width: 355px) {
    .pager .col a {
        font-size: 8px;
    }
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    /*font-size: 18px;*/
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    word-break: break-word;
    outline: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
}

/*bg*/
.bg_header {
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.bg_header .mheader {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/*content*/
.bg_content {
    width: 100%;
}

.bg_content .bg_list {
    width: calc(100% - 450px);
    max-width: 1100px;
    margin: 0 auto;
    background-color: #FFFFFF;
    /*border: 1px solid #D4D2D2;*/
    border-radius: 20px;
    /*margin-top: 420px;*/
    margin-top: -50px;
    /*margin-bottom: 100px;*/
    /*overflow: hidden;*/
    position: relative;


}


/*right*/
.bg_l_right {
    padding: 50px;
    padding-top: 50px;
}

.bg_l_right h2 {
    font-size:24px;
    color: #484848;
    text-align: center;
    line-height: 34px;
    margin-bottom: 30px;
    font-weight: 700;
}

.bg_l_right h3 {
    font-size:16px;
    color: #484848;
    text-align: center;
    line-height: 24px;
    margin-bottom: 10px;
}

.bg_l_right h4 {
    font-size:16px;
    color: #484848;
    text-align: center;
    line-height: 34px;
    margin-bottom: 30px;
}

.bg_l_right p {
    text-align: justify;
    font-size:16px;
    color: #484848;
    line-height: 28px;
    text-indent: 2em;
    word-break: break-all;
}
.bg_l_right .leixingTitle{
    text-align: center;
    text-indent: 0em;
}

.bg_l_right .content p {
    margin-bottom: 20px;
}

.bg_l_right p strong {
    font-size:16px;
    color: #0E42D2;
}

.bg_l_right p img {
    margin: 0 auto;
    margin-top: 20px;
    /*width: 450px;*/
    height: auto;
    margin-bottom: 30px;
    display: block;
}

.bg_l_right p.font_title {
    font-weight: bold;
}

.bg_l_right p span {
    display: block;
    text-indent: 2em;
    font-size: 224px;
    color: #484848;
    line-height: 28px;
}

.bg_l_right .content {
    min-height: 400px;
}


.bg_l_right .content p span {
    display: inline !important;
}


/*back*/
.pt-3, .py-3 {
    padding-top:16px !important;
}

.pb-3, .py-3 {
    padding-bottom:16px !important;
}

.pb-1, .py-1 {
    padding-bottom: 4px !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.col {
    position: relative;
    width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.text-center {
    text-align: center !important;
    text-indent: 0 !important;
}



/*header*/
.bg_index {
    margin: 0 auto;
    height: 62px;
    padding-top: 18px;
    width: 100%;
    position: absolute;
    z-index: 99;
    background: #000;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.main_index {
    margin: 0 auto;
    /*width: 1225px;*/
    width: 1100px;
    max-width: 100%;
    height: 62px;
}

/*上一篇 下一篇 按钮*/
.pager .col {
    padding: 0 !important;
}

.pager a {
    display: inline-block;
    padding: 8px 20px;
    color: #0E42D2;
    border: 1px solid #0E42D2;
    text-decoration: none;
    border-radius: 2px;
}

.pager a:hover {
    background-color: #0E42D2;
    color: white;
}


.mblue {
    color: #0E42D2 !important;
}

.invisible {
    visibility: hidden;
}




