.show_page { width: 1150px; display: flex; flex-direction: row; justify-content: space-between;}
.show_page .content-p { line-height: 30px; font-size: 16px;}
.show_page .title { line-height: 30px; font-size: 26px;}
.show_page .f_title { color: #b62604}
.show_page .color_999 { color: #666666;}
.show_page .color_999 a { color: #666666;}
.show_page .left {  width: 73%; float: left; background-color: white; padding: 20px 50px;}
.show_page .right { width: 25%; float: right; height: auto; padding: 0}

/*.show_page .right .titleStyle .name { padding-left: 10px;}*/

    /* 在线服务 */
.show_page .right .ols { float: left; display: flex; flex-direction: row; flex-flow: wrap; align-items: center; padding: 20px 20px;}
.show_page .right .ols a { width: 44%; float: left; display: block; color: white; line-height: 40px;  font-size: 15px; background-color: #1383d9; text-align: center; border-radius: 6px; margin: 0 6% 10px 0; }
.show_page .right .ols a:nth-child(even) { margin-right: 0;}
.show_page .right .ols a:hover { background-color: #505fc6; color: white;}




/*单页面*/
.page_page .left { background-color: white; padding: 20px;}
.page_page .left img {  width: 100%}

.content-p {overflow:hidden}
.content-p table{border-right:1px solid #ddd !important;border-bottom:1px solid #ddd !important;}
.content-p table td{border-left:1px solid #ddd !important;border-top:1px solid #ddd !important;}