.content_box {
    padding: 20px 0 10px;
    width: 1200px;
    margin: 0 auto;
    background: #ffffff;
}

.content_box .station {
    padding-left: 20px;
}

.content_box .title {
    padding: 40px 40px 10px;
    letter-spacing: 2px;
    text-align: center;
    height: 50px;
    font-family: '仿宋标准', sans-serif;
    line-height: 42px;
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
}

.content_box .top-bar {
    text-align: center;
    padding: 20px 0 7px 0;
    border-bottom: 1px #eee solid;
    font-size: 14px;
}

.content_box .top-bar span {
    margin-left: 10px;
    margin-right: 10px;
    color: #888;
}

.content {
    margin-top: 34px;

}

.com_text {
    padding: 0 60px;
    box-sizing: border-box;
}

.com_text p {
    /*text-align: justify;*/
    display: block;
    line-height: 30px;
    font-size: 16px;
    font-family: '仿宋标准', sans-serif;
}

.com_text img {
    /*padding: 15px 140px;*/
    /*width: 800px;*/
    max-width: 100%;
    height: auto;
    /*object-fit: cover;*/
    overflow: hidden;
    /*text-align: center;*/
    margin: 0 auto;
    margin-bottom: 6px !important;

}

.pager-control {
    /*color:#1362a4;*/
    text-align: right;
    padding-right: 90px;
}

.aaa {
    width: 100%;
}

.aaa img {
    width: 100%;
    height: auto;
}

.text-header {
    width: 90%;
    margin: 0 60px;
}

.table_suoyin {
    border-collapse: collapse;
    font-size: 16px;
    margin: 10px 0 20px;
    width: 100%;
}

.table_suoyin tr {
    height: 40px;
}

.table_suoyin th {
    border: #ddd 1px solid;
    width: 140px;
    text-align: right;
    background: #f8f8f8;
    padding: 4px 8px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.table_suoyin td {
    border: #ddd 1px solid;
    width: 360px;
    text-align: left;
    padding: 4px 8px;
    color: #666;
}
table td{border:1px solid #999}


.com_text video {
    width: 800px;
    height: 500px;
    /* margin: 0 140px; */
}