*{
    margin: 0;
    padding: 0;
}
/*新闻详情页内部样式*/
.content-box .station{
    padding-left: 35px;
    height: 20px;
    line-height: 20px;
    background: url("../../static/image/dibiao.png") no-repeat 15px center;
    overflow: hidden;
    font-size: 12px;
}
.content .title{
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
}
.content .top-bar {
    text-align: center;
    padding: 10px 0 20px;
    margin-bottom: 15px;
    font-size: 16px;
    background: url("../../static/image/hualan.png") no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
}
.content .top-bar span {
    margin-left: 10px;
    margin-right: 10px;
    color: #888;
}
.content .top-bar img {
    position: absolute;
    left: 325px;
    padding-top: 20px;
}
.com_text{
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    padding-top: 10px;
    text-align: justify;
}
.com_text h1{
    line-height: 48px;
    text-align: center;
}
.com_text img{
    width: 50%;
    height: 50%;
    object-fit: cover;
    padding-top: 20px;
    padding-left: 300px;
}
.text{
    /*padding-top: 30px;*/
    /*padding-left: 30px;*/
    padding: 20px 0 20px;
    border-bottom: 2px solid #007fcf;
}
.text h2{
    text-indent: 2em;
    color: #007fcf;
    letter-spacing: 4px;
}
.detail{
    line-height: 38px;
    font-size: 20px;
    text-indent: 2em;
    text-align: justify;
}

.text p{
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    padding-top: 10px;
    text-align: justify;

}
/*视频内部样式*/
.image{
    text-align: center;
    padding-top: 20px;
}
.image p{
    text-indent: 2em;
    color: #cc3e3e;
    padding-top: 10px;
}

.image p{
    text-indent: 2em;
    color: #cc3e3e;
    padding-top: 10px;
}
.shipin_list video{
    padding: 50px 0;
    width: 1200px;
    height: 700px;
}
.shipin_text p{
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    padding-top: 10px;
    text-align: justify;
}
/*图集内部样式*/
.main_img{
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
}
.main_img__max{
    position: relative;

}
.main_img__max>img{
    width: 100%;
    height: 600px;
    margin: 0 auto;
    /*object-fit: contain;*/
}
.main_img__max-left{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.main_img__max-right{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.main_img__max-text{
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 20px;
    color: #f0f0f0;
    font-size: 20px;
}

.main_img__min{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    box-sizing: border-box;
    padding: 15px 0 5px;
}

.main_img__min::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0; /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px; /*高宽分别对应横竖滚动条的尺寸*/
}

.main_img__min::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
    background: rgba(211,7,7,0.8);
}

.main_img__min::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #ededed;
}

.main_img__min div{
    position: relative;
    flex: none;
    margin: 0 2px;
}
.main_img__min div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid rgba(0, 127, 207);
    box-sizing: border-box;
}
.main_img__min-avtive::after{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 8px solid rgb(0, 127, 207);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.main_img__min-avtive img{
    border: 3px solid rgb(0, 127, 207) !important;
}
.audio-item{
    width: 70%;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.audio-item div{
    font-size: 20px;
}
.audio-item audio{
    width: 100%;
}
.audio-text{
    font-size: 18px;
    color: #c11d20;
    padding-bottom: 10px;
    padding-left: 10px;
}
/*文件内部样式*/
.wenjian{
    width: 70%;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;

}
.wenjian-item{
    position: relative;
    height: 70px;
    border-radius: 15px;
    background: #e4e4e4 url("../../static/image/wenjian.png") no-repeat 30px center;
    margin: 10px;
}
.wenjian-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wenjian-text img{
    margin-right: 10px;
    padding: 18px 5px;
    cursor: pointer;
}
.wenjian-text span{
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    /*height: 70px;*/
    /*line-height: 70px;*/
    padding-left: 70px;
    cursor: pointer;
    transition: all .3s;
}
.wenjian-text span:hover{
    color: grey;
}
.text h2{

}
