.menu_chinese_width{
    width: 240px !important;
    font-size: 20px;
    font-family: SourceHanSerifCN, SourceHanSerifCN-Bold;
    font-weight: 700;
    margin-top: 0px;
    padding:35px 0 0 105px;
}
.menu_chinese_width_sub{
    width: 240px !important;
    font-size: 20px;
    font-family: SourceHanSerifCN, SourceHanSerifCN-Bold;
    font-weight: 700;
    margin-top:-10px;
    padding-left:35px;
}
.search_row{
    display: flex;
    flex-direction:row;
    width: 800px;
    margin-top: 10px;
}
.search_item{
    width: 270px;
}
.search_label{
    width: 57px;
    height: 14px;
    font-size: 14px;
    font-family: PingFang, PingFang-SC-Medium;
    font-weight: normal;
    text-align: right;
    color: #0d0c22;
    margin-left: 1px;
}
.search_input{
    width: 150px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #cad3dd;
    border-radius: 4px;
    margin-left: 9px;
}
.info_table{
    margin-top: 20px;
    margin-left: -20px;
    margin-right: 25px;
}
.table{
    border: 10px;
    border-color: #a81e32;

}
.table th{
    width: 810px;
    height: 20px;
    font-size: 14px;
    background: #a81e32;
    border-radius: 2px;
    color: #ffffff;
    font-family: PingFang, PingFang-SC-Medium;
    font-weight: normal;
    text-align: center;
}
.table tr{
    height: 50px;
}
.table td{
    font-size: 14px;
    font-family: PingFang, PingFang-SC-Medium;
    font-weight: normal;
    text-align: center;
    color: #0d0c22;
}
a:link,a:visited{color:#a81e32;}
table tr:nth-child(odd) {
    background-color:#F5F5F5;
}
table tr:nth-child(even) {
    background-color:#fff;
}
.search_row_button{
    display: flex;
    flex-direction:row-reverse;
    width: 800px;
    margin-top: 10px;
    /*justify-content: flex-end;*/
}
.button{
    width: 80px;
    height: 32px;
    color: white;
    background: #a81e32;
    border-radius: 4px;
    cursor: pointer;
    border-color: #a81e32;
}
.chengliqian_detail{
    width: 90%;
    height: 550px;
}
.chenglihou_detail{
    width: 90%;
    height: 550px;
}
.detail_timing{
    width: 276px;
    height: 16px;
    font-size: 16px;
    font-family: PingFang, PingFang-SC-Medium;
    font-weight: normal;
    text-align: left;
    color: #0d0c22;
}
.chadangzhinan_menu{
	padding:35px 0 0 105px;
}