@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
input,
th,
td,
p,
span,
a {
    border: 0;
    padding: 0;
    margin: 0;
}

ul,
ol {
    list-style-type: none;
}

th,
td,
input {
    font-size: 12px;
}

input,
select {
    border: none;
    vertical-align: middle;
}

button {
    border: none;
    cursor: pointer;
    font-size: 12px;
    background-color: transparent;
}

select::-ms-expand {
    display: none;
}

select {
    border: solid 1px #000;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a {
    color: #333;
    text-decoration: none;
}

a:link {
    color: #333;
}

a:focus,
a:hover,
a:active {
    color: #c52726;
    text-decoration: none;
}

.container > p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 25px;
}

ul,
li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html body {
    font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
    background-color: #fbfbfb;
    font-size: 18px;
    text-align: left;
}


/*面包屑*/

.breadcrumb {
    margin-bottom: 7px;
}

.articleHead {
    border-top: 2px solid #c52726;
}

.time1 {
    color: #888;
    margin: 10px 0;
    font-size: 14px;
    color: #6c6c6c;
    text-align: left;
}

.time1 span {
    display: none;
}

.pages_print {
    width: 112px;
    height: 25px;
    background: url(../images/print.jpg) no-repeat 0 -8px;
    position: relative;
    z-index: 999;
}

.pages_print span.btnPrint,
.pages_print span.smaller {
    width: 25px;
}

.pages_print span {
    display: inline-block;
    height: 25px;
    cursor: pointer;
}

.pages_print span.bigger {
    width: 25px;
    margin: 0 11px;
}


/* 搜索样式 */

.header .tSearch {
    width: 220px;
    height: 35px;
    position: absolute;
    top: 26px;
    right: 20px;
}

.searchBox {
    width: 227px;
    height: 35px;
    border: 1px solid #c4c4c4;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.searchBox .bLeft {
    width: 175px;
    height: 35px;
    float: left;
    margin-left: 10px;
}

.searchBox .bLeft input {
    border-width: 0;
    width: 100%;
    height: 33px;
    font-size: 14px;
    text-align: left;
    color: 333;
    line-height: 33px;
    outline: medium;
}

.searchBox .bRight {
    width: 40px;
    height: 35px;
    float: left;
}

.searchBox .bRight input {
    border-width: 0;
    background: url(../images/icon_search.png) no-repeat center center;
    width: 100%;
    height: 33px;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    outline: medium;
}


/*内容*/

.pages_content {
    border-top: 1px #dddddd solid;
    margin-top: 20px;
}

.pages_content .videoBox {
margin-bottom:20px;
}

.pages_content .content {
    padding-top: 35px;
    overflow: hidden;
    width: auto;
}

.pages_content .content>p {
    font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 25px !important;
}
/**
.pages_content .content p img[data-original-title]{
    margin-left:calc((100% - 500px)/2);
    width: 500px !important;
}
**/

.related div {height:41px;
     margin-bottom: 10px;
    overflow: hidden;}

.related p{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e3e3e3;
    font-weight: bold;

}

.related li { font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: bolder;
   }


@media screen and (max-width: 767px) {

    .pages_content .content p img[data-original-title]{
        margin-left:0;
        
    }
    
    }

.pages_content .content img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}


/* .pages_content .content p>span,
.pages_content .content p>strong {
    margin-bottom: 10px;
} */

.editor {
    font-family: "PingFang SC", "Lantinghei SC", Helvetica, Arial, "Microsoft Yahei", sans-serif;
    font-size: 16px;
    margin: 25px 0px;
}

.text-right {
    text-align: right;
}


/* 头部 */

.header {
    min-height: 50px;
    background-color: #fff;
    box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.35);
}


/* 内容 S */

.article {
    background-color: #fff;
    box-shadow: 1px 2px 5px #ccc;
    overflow: hidden;
}

.aside {
    margin: 0 0 0 20px;
}


/* .col-md-4.article_right {
    overflow: hidden;
} */

.pubTit {
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    background: url(../images/detail_tit_bg.png) no-repeat bottom left;
    padding: 0 10px;
}

.pubTit a {
    display: inline-block;
    font-size: 22px;
    color: #c52726;
    font-weight: normal;
}

.pubTit a:hover {
    color: #c52726;
}

.right_one {
    margin-bottom: 30px;
}

.right_sp {
    margin-bottom: 20px;
}

.right_one .con,
.right_sp .con {
    overflow: hidden;
    margin-bottom: 20px;
    height: 90px;
}

.right_one .con .con_img {
    width: 40%;
    height: 90px;
    object-fit: cover;
    margin-right: 4%;
}

.right_one .con .con_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right_one .con_tit {
    width: 56%;
    height: 80px;
    overflow: hidden;
}

.right_one .con_tit p {
    font-size: 16px;
    line-height: 1.8;
}

.right_sp ul li {
    width: 48%;
    float: left;
}

.right_sp ul li:nth-child(2n) {
    margin-right: 0;
}

.right_sp ul li:nth-child(2n+1) {
    margin-right: 4%;
}

.right_sp ul li {
    overflow: hidden;
}

.right_sp ul li .con_img {
    position: relative;
    height: 90px;
    object-fit: cover;
}

.right_sp .list_sp ul {
    overflow: hidden;
}

.right_sp .list_sp ul li .con_img i {
    background: url(../images/btn_play.png) center/100%;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    margin: -20px 0 0 -20px;
}

.right_sp .list_sp ul li p {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin: 10px 0;
    overflow: hidden;
}

.right_one ul.list_zt li {
    font-size: 16px;
    line-height: 2.2;
    list-style: inside;
    list-style-type: inside;
    color: #585858;
    height: 40px;
    overflow: hidden;
}

.fp_title {
    display: none;
    font-size: 16px;
    line-height: 1.6
}

.fp_subtitle {
    display: inline;
    font-size: 16px;
    line-height: 1.6
}


/*PC端详情页样式内容结束*/


/*PC端列表页样式开始*/

.article.listCon .breadcrumb {
    padding: 0px;
    padding-bottom: 7px;
    background: none;
    border-bottom: 2px solid #ce230d;
    border-radius: 0;
}

.breadcrumb span:last-child {display:none;}

.article.listCon {
    margin: 0 -15px;
}

.article.listCon .tu_list {
    overflow: hidden;
}

.article.listCon .tu_list dl {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dddddd;
    margin: 20px 0;
    padding-bottom: 10px;
}

.article.listCon .tu_list dl:last-of-type {
    border: none;
    margin-bottom: 0;
}

.article.listCon .tu_list dl.f_list_hot {
    border-bottom: none;
}

.article.listCon .tu_list dl.f_list_hot dt {
    height: 200px;
    max-width: 37%;
    min-width: 0%;
}

.article.listCon .tu_list dl.f_list_hot dt a {
    display: inline-block;
}

.article.listCon .tu_list dl.f_list_hot .wenzi_box p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 15px;
    min-height: 135px;
    max-height: 135px;
}

.article.listCon .tu_list dl dt {
    float: left;
    margin-right: 2%;
}

.article.listCon .tu_list dl dt a img {
    width: 200px;
    height: 133px;
    object-fit: fill;
}

.article.listCon .tu_list dl dd {
    height: auto;
    max-height: 133px;
    position: relative;
}

.article.listCon .tu_list h3 a {
    font-size: 22px;
    color: #333;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
}

.article.listCon .wenzi_box {
    overflow: hidden;
}

.article.listCon .wenzi_box h3 {
    height: 42px;
    font-size: 24px;
}

.article.listCon .wenzi_box h3 a {
    font-size: 22px;
    color: #333;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.article.listCon .dete {
    overflow: hidden;
}

.article.listCon .dete span {
    display: inline-block;
}

.article.listCon .dete span.sp_1 {
    font-size: 16px;
    color: #8c8c8c;
    padding-right: 80px;
    margin: 10px 0;
}

.article.listCon .tu_list h3 a:hover {
    color: #c9362e;
}

.article.listCon .wenzi_box p {
    line-height: 1.8;
    font-size: 14px;
    color: #585858;
    max-height: 130px;
    overflow: hidden;
}

.article.listCon .wenzi_box p a {
    color: #a1a1a1;
    font-size: 16px;
}

.article.listCon .wenzi_box p a:hover {
    color: #3d66ad;
}


/*-------------------------------↓分页样式开始↓------------------------------------*/

.page_num {
    padding-top: 15px;
    height: 40px;
    overflow: hidden;
    width: 96%;
    margin: auto;
    font-size: 14px;
    display: none;
}

#page_div {
    line-height: 20px;
    color: #666;
    font-size: 12px;
    height: 20px;
    margin: 40px auto 20px
}

#pagination_input {
    width: 20px;
    height: 16px;
    line-height: 16px;
    margin: 0 8px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
    background: #fff;
    box-shadow: 0px 2px 4px #ccc;
    padding: 0 8px;
    margin: 0 2px 10px 0;
    float: left;
    height: 20px;
    text-align: center;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}

#page_div .pagination_index_last {
    width: 260px;
    float: right;
    text-align: right;
    margin: 0 auto;
}


/* ========="首页"样式=========*/

#page_div .pagination_index_num {
    margin-right: 2px;
    padding: 0px;
    width: 20px;
}

#page_div .currentIndex {
    background: #145190;
    border: 1px solid #145190;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.article.listCon .tu_list.easy dl dt,
.article.listCon .tu_list.easy dl dd {
    display: none;
}


.sourthTime {
    width: auto;
    height: 25px;
    overflow: hidden;
    text-align: left;
}

.sourthTime span {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    font-weight: normal;
}

.sourthTime i {
    font-style: normal;
    margin: 0 3px;
}

/* 视频处理 */
#printContent video {
    max-width: 100% !important;
    max-height: 600px !important;
    background: #000000;
}



.content p:has(video) {
   text-align: center !important;
  }

/*=========当前页码样式=========*/


/*-------------------------------↑分页样式结束↑---------------------------------------*/

@media (min-width: 768px) {
   

    .navbar {
        background-color: #fff;
    }

    .breadcrumb {
        margin-top: 10px;
    }

    .article {
        min-height: 0;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .articleHead h1 {
        font-size: 32px;
        line-height: 44px;
        margin: 28px 0 34px;
        color: #333333;
        font-weight: normal;
        text-align: left;
    }

    .aside {
        margin: 10px -15px 0px;
    }

    .right_one,
    .right_sp {
        margin: 10px 0 0 0;
        padding: 15px;
        background-color: #fff;
        box-shadow: 1px 2px 5px #ccc;
    }

    .right_one .con .con_img {
        height: 90px;
    }

    .right_sp ul li .con_img {
        position: relative;
        height: 110px;
    }

    .pubTit {
        background: none;
        border-bottom: 2px #c52827 solid;
    }
}

@media (min-width: 992px) {
    .breadcrumb {
        margin-top: 0px;
    }

    .blank20 {
        margin: 18px;
    }

    .header {
        margin-bottom: 30px;
    }

    .article {
        min-height: 1720px;
        padding: 30px 60px;
        box-sizing: border-box;
    }

    .aside {
        margin: 0 0 0 20px;
    }

    .right_one,
    .right_sp {
        margin: 0 0 30px 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }

    .right_sp {
        margin-bottom: 20px;
    }

    .pubTit {
        height: 60px;
        line-height: 60px;
        margin-bottom: 20px;
        background: url(../images/detail_tit_bg.png) no-repeat bottom left;
        border-bottom: none;
        padding: 0 10px;
    }

    .right_one .con .con_img {
        height: 100px;
    }

    .right_sp ul li .con_img {
        position: relative;
        height: 120px;
    }
}

@media (min-width: 1200px) {
    .breadcrumb {
        margin-top: 0px;
    }

    .blank20 {
        margin: 18px;
    }

    .header {
        margin-bottom: 30px;
    }

    .article {
        min-height: 1720px;
        padding: 30px 60px;
        box-sizing: border-box;
    }

    .right_one .con .con_img {
        height: 90px;
    }

    .right_sp ul li .con_img {
        position: relative;
        height: 95px;
    }
}

@media screen and (max-width: 767px) {


    .navbar {
        background-color: #f5f5f5;
        box-shadow: 0px 2px 4px #ccc;
        margin-bottom: 0px;
    }

    .breadcrumb {
        margin-top: 10px;
    }

    .article {
        min-height: 0;
        padding: 10px 15px;
        box-sizing: border-box;
    }

    .articleHead h1 {
        font-size: 26px;
        line-height: 34px;
        margin: 28px 0 34px;
        color: #333333;
        font-weight: bold;
        text-align: left;
    }

    .aside {
        margin: 10px -15px 0px;
    }

    .right_one,
    .right_sp {
        margin: 10px 0 0 0;
        padding: 15px;
        background-color: #fff;
        box-shadow: 1px 2px 5px #ccc;
    }

    .pubTit {
        background: none;
        border-bottom: 2px #c52827 solid;
    }

    .right_one .con .con_img {
        height: 100px;
    }

    .right_sp ul li .con_img {
        position: relative;
        height: 120px;
    }

    .header .tSearch {
        width: 220px;
        height: 35px;
        position: absolute;
        top: 8px;
        right: 70px;
    }

    /* 列表页phone隐藏 */
    .article.listCon .tu_list dl dt {
        display: none;
    }

    .article.listCon .wenzi_box p {
        display: none;
    }
}

.pages {
    padding-top: 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    clear: both;
    padding-left:12px;
    display: flex;
    justify-content: center;
}

.pages .page-active {
    border: 1px solid #d8000f;
    background-color: #d8000f;
}

.pages .page {
    width: 30px!important;
    text-align: center;
    font-size: 13px;
    padding: 0;
}

.pages .page-active a {
    color: #fff;
}

.pages .page a {
    display: block;
    width: 100%;
    height: 100%;
}

.pages>li a {
    color: #333;
}

.pages>li {
    border: 1px solid #ccc;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    margin: 5px 5px;
}

.tab-hot__title a {
    color: #216BA3;
}

.pages .page-previous {
    width: auto;
    padding: 0 10px;
    width:80px!important;
}

.pages .page-next {
    width: auto;
    padding: 0 10px;
    width:80px!important;
}

@media screen and (max-width: 767px) {

.pages .page {
   display:none;
}

}