.keywordfontcolor118167{
font-size:16px !important;
font-weight:normal !important;
color:#333 !important;
font-family:"微软雅黑" !important;}
ul.yqsb li {
    background: none;
    text-indent: 0;
    border: none;
    line-height: normal;}
p.sbmc {
    font-size: 20px;
        margin-bottom: 20px;}

 
.w70 { width: 100%;}

.accordion {
    width: 100%;
    margin: 0 auto;}

.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    overflow: hidden;}

.accordion-header {
    padding: 15px 20px;
    background-color: #F5F5F5;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;}

.accordion-header:hover {}

.accordion-icon {
    transition: transform 0.3s;}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;}

.accordion-content-inner {
    padding: 20px 20px 20px;}
