.guide_details{
    padding: 10px 0;
}
.guide_menu{
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.menuFlex{
    position: fixed;
    top: 0;
}
.guide_menu li{
    font-size: 15px;
    color: #666666;
    padding: 8px 0;
    text-align: right;
    cursor: pointer;
}
.guide_menu li.active{
    font-size: 21px;
    color: #426ECB;
    font-weight: bold;
}
.guide_content{
    padding: 10px;
    background-color: #FFFFFF;
    /*background-image: url("/static/image/Newsbg.png");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0px 5px 1px rgb(0 0 0 / 10%);
    /*box-shadow: 1px 1px 10px #999999;*/
    width: calc( 1240px - 200px);
    display: inline-block;
    vertical-align: top;
}
.guide_content_margin{
    margin-left: 174px;
    margin-top: 4px;
}
.guide_content_item_title{
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 10px;
    font-size: 21px;
    color: #333333;
    font-weight: bold;
}
.guide_content_item_table_1 table {
    margin-top: 20px;
}
.guide_content_item_table_1 table tr td:nth-child(1), .guide_content_item_table table tr td:nth-child(3) {
    width: 122px;
    height: 46px;
    background: #F5F6F8;
}
.guide_content_item_table_1 table tr td:nth-child(2), .section1 table tr td:nth-child(4) {
    width: 294px;
    height: 46px;
}
.guide_content_item_table_1 table tr td:nth-child(1), .section1 table tr td:nth-child(3) {
    width: 122px;
    height: 46px;
    background: #F5F6F8;
}
.guide_content_item_table_1 table tr td:nth-child(2), .section1 table tr td:nth-child(4) {
    width: 335px;
    height: 46px;
}



.guide_content_item_table table {
    margin-top: 20px;
}
.guide_content_item_table table tr td:nth-child(1), .guide_content_item_table table tr td:nth-child(3) {
    width: 122px;
    height: 46px;
    background: #F5F6F8;
}
.guide_content_item_table table tr td:nth-child(2), .section1 table tr td:nth-child(4) {
    width: 294px;
    height: 46px;
}
.guide_content_item_table table tr td:nth-child(1), .section1 table tr td:nth-child(3) {
    width: 122px;
    height: 46px;
    background: #F5F6F8;
}
.guide_content_item_table table tr td:nth-child(2), .section1 table tr td:nth-child(4) {
    width: 335px;
    height: 46px;
}


.guide_content_item_title2{
    color: #333333;
    font-weight: bold;
    font-size: 19px;
    border-bottom: none;
}
.file_table tr:first-child {
    background: #F5F6F8;
    height: 46px;
    font-size: 15px;
    color: #666666;
    font-weight: bold;
    text-align: center;
}
.file_table tr:not(:first-child) td:not(:nth-child(2)) {
    text-align: center;
}
.file_table tr:not(:first-child) td:nth-child(2) {
    width: 340px;
    /*height: 108px;*/
}
.file_table_1 tr td{
    background: #FFFFFF!important;
}
.file_table_1 tr:first-child td{
    background: #F5F6F8 !important;
}
.table-content{
    font-size: 15px;
    color: #333333;
    padding-top: 20px;
}

.guide_content_item_list{
    display: none;
}

.guide_content_more_btn{
    padding: 10px 15px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    background-color: #f5f6f8;
    margin-top: 20px;
}

.table_dialog{
    width: calc(100% - 20px);
    margin: 10px;
}
.table_dialog tr td {
    padding: 10px 15px;
}
.table_dialog tr td:first-child{
    background-color: #f5f6f8;
    width: 150px;
}

.table_dialog tr td:nth-child(3n){
    background-color: #f5f6f8;
    width: 150px;
}

.table_dialog_1{
    width: calc(100% - 20px);
    margin: 10px;
}

.table_dialog_1 tr td {
    padding: 8px 10px;
}
.table_dialog_1 tr:first-child {
    background-color: #f5f6f8;
}

.table_dialog_1 tr td:nth-child(2n) {
    text-align: center;
    width: 100px;
}