* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    display: inline-block;
}

.flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.flex-direction-column {
    flex-direction: column;
}
/* 超出一行显示省略号 */
.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.font-size-26{
    font-size: 24px;
}

.font-size-14{
    font-size: 14px;
}

.inner {
    width: 1200px;
    margin: 0 auto;
}
#pageTool {
    margin-top: 30px;
}


.detail{
    margin-top: 40px;
}
.detail .title{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.detail .date{
    width: 70%;
    margin: 0 auto;
    color: #575757;
    padding: 20px;
}

.detail .text{
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    text-indent: 2em;
    line-height: 34px;
    color: #575757;
}

.detail .text p{
   background-color:transparent !important
}

.detail .text span{
   background-color:transparent !important
}

.main-r-list > div{
    display: none;
}
.main-r-list > div:first-child{
    display: block;
}

.main-l.color-r{
    color: #b70100;
}

.main-l.color-b{
    color: #2f90dd;
}



.main-l >a>.main-l-tab{
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    background-color: #efefef;
    font-size: 24px;
    margin-bottom: 12px;
    cursor: pointer;
}

.main-l >a{
   text-decoration:none;
   color:#2f90dd
}