@charset 'utf-8';
/* 通用样式 start */
/* == time start */
.info_cate{
    position: absolute;
    display: block;
    white-space: nowrap;
    color: #6d6f6e;
    bottom: 23px;
    right: 10px;
}
/* == time end */
/* 通用样式 end */

/* .main_cont start */
.main_cont{
    margin: 20px 0;
}
.main_cont .container{
    min-height: 500px;
    border-top: 1px solid #f2f2f2;
}
.main_cont h1{
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 1px;
}
.main_cont .cite{
    width: 900px;
    min-height: 40px;
    margin: 0 auto 15px;
    text-align: center;
    line-height: 40px;
    border-bottom: 2px dotted #f2f2f2;
}
.main_cont .cite cite{
    font-style: normal;
    margin: 0 10px 0 0;
}
.main_cont .cont{
    width: 980px;
    margin: 0 auto 15px;
    line-height: 36px;
    padding: 0px 0;
}
.main_cont .cont p{
    word-break: break-all;
    white-space: wrap!important;
    overflow: hidden;
    font-size: 18px!important;
    font-weight: normal!important;
    font-style: normal!important;
    border: none!important;
    background: none!important;
    color: #333;
    letter-spacing: normal!important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.main_cont .cont img{
    display: block;
    max-width: 800px;
    width:auto;
    margin: 0 auto;
}
/* 版权声明 start */
.main_cont .copy_state{
    background: #f2f2f2;
    padding: 15px 15px;
    line-height: 25px;
    word-break: break-all;
    white-space: wrap!important;
    overflow: hidden;
    font-size: 14px!important;
    font-weight: normal!important;
    font-style: normal!important;
    border: none!important;
    color: #333;
    letter-spacing: normal!important;
}
/* 版权声明 end */

.main_cont .label{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.main_cont .label dfn{
    font-style: normal;
}
.main_cont .label{
    margin: 15px 0;
}
.main_cont .label a{
    text-decoration: underline;
    margin: 0 5px 0 0;
}
.main_cont .label a:hover{
    color: #e50123;
}
.main_cont .label .label_name{
    float: left;
}
.main_cont .label .label_editor{
    float: right;
}
.main_cont .paging{
    border-bottom: 2px dotted #f2f2f2;
    padding-bottom: 30px;
}
.main_cont .paging span{
    display: block;
}
.main_cont .paging .page a{
    transition: all 0.3s;
}
.main_cont .paging .page a:hover{
    color: #e50123;
}
.main_cont .title{
    padding:10px 0;
    font-weight: bold;
    border-bottom: 1px dotted #eee;
    font-size: 18px;
}
/* .main_cont end */

/* newsList_box start */
.newsList_box{
    position: relative;
    height: 130px;
    margin-top: 15px;
    border-bottom: 1px dotted #eeeeee;
}
.newsList_box .pic{
    overflow: hidden;
    width: 162px;
    height: 110px;
    margin-right:20px;
}
.newsList_box .pic img{
    height: 100%;
    max-width: 162px;
    transition: all 0.8s;
}
.newsList_box .pic:hover img{
    transform: scale(1.2,1.2);
}
.newsList_box .main{
    overflow: hidden;
    width:500px;
}
.newsList_box .main>div{
    position: absolute;
}
.newsList_box .main .info_title{
    overflow: hidden;
    top: 0;
}
.newsList_box .main .info_title h3{
    font-size: 18px;
    margin: 0 0 10px 0;
}
.newsList_box .main .info_title h3 a{
    color: #000100;
}
.newsList_box .main .info_title h3 a:hover{
    text-decoration: underline;
}
.newsList_box .main .info_title p{
    overflow: hidden;
    word-wrap: break-word;
    font-weight: normal;
    color: #6d6f6e;
    font-size: 14px;
    max-height: 60px;
    line-height: 28px;
    padding: 0 5px 0 0;
}
/* newsList_box end */

/* share start */
#share{
    position: relative;
    float: right;
}
#share #bdsharebuttonbox {
    height: 20px;
    margin: 0;
    top: 0!important;
}
#share .bdshare-button-style1-24 a, .bdshare-button-style1-24 .bds_more{
    margin: 0 0 0 6px;
}
/* share end */