* { margin: 0; padding: 0; font-family: "微软雅黑"; }
a { text-decoration: none; }
ul, li { list-style: none; }
.clearfix:after { content: "."; display: block; height: 0; font-size: 0em; line-height: 0; visibility: hidden; clear: both; }
.clearfix { zoom: 1; clear: both; }
.pubcon { width: 100%; margin: 0 auto; }
.banshibox { position: relative; overflow: hidden; margin: 60px auto; }
.banshi_left { width: 160px; float: left; }
.banshi_nav { border-right: 1px solid #ccc; }
.banshi_nav_list li { text-align: right; padding-right: 30px; border-right: 3px solid transparent; margin-bottom: 30px; cursor:pointer;transition:all .5s; }
.banshi_nav_list li a { display: block; font-size: 18px; color: #333; }
.banshi_nav_list li.on { border-color: #065495; }
.banshi_nav_list li.on a { color: #065495; }
.banshi_right { float: right; width: calc(100% - 200px); }
.banshi_tit { font-size: 26px; color: #065495; font-family: "宋体"; font-weight: bold; margin-bottom: 30px; }
.banshi_con { }
.banshi_con table, .banshi_con tr, .banshi_con td { border-collapse: collapse; border: 1px solid #ddd; }
.banshi_con table { width: 100%; margin-bottom: 40px; background: #fff; }
/*20220913 GJJ解决表格溢出问题     word-break: break-all;*/
.banshi_con td { padding: 10px; min-width: 200px;     word-break: break-all;}
.banshi_con td td { min-width: auto; }
.banshi_con td, .banshi_con td * { font-size: 16px !important; color: #333; line-height: 2em; text-align: justify; font-family:"微软雅黑" !important; }
.banshi_con td a { color: #065495; }
.banshi_con td.tit { background: #fafafa; font-weight: bold; width: 20%; text-align: center; }
.bashi_tit { font-size: 22px; font-weight: bold; margin-bottom: 20px; }
@media screen and (max-width: 1200px) {
	.banshibox { width: 92vw; }
	.banshi_nav_list li { padding-right: 20px; margin-bottom: 20px; }
	.banshi_right { width: calc(100% - 200px); }
	.banshi_con td { min-width: auto; }
}
@media screen and (max-width: 1024px) {
	.banshi_left { width: 80px; }
	.banshi_nav_list li a { font-size: 14px; }
	.banshi_right { width: calc(100% - 100px); }
	.banshi_nav_list li a { font-size: 14px; }
	.banshi_tit { font-size: 18px; margin-bottom: 20px; }
	.bashi_tit { font-size: 16px; }
	.banshi_con td, .banshi_con td * { font-size: 12px !important; }
}
@media screen and (max-width: 500px) {
	.banshi_con td { width: 100% !important; display: block; }
}