* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style-type: none
}

a {
    color: black;
    text-decoration: none
}

h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-top: 80px
}

h1 a {
    color: #c12c42;
    font-size: 16px
}

.accordion-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.accordion {
    width: 22%;
    float: left;
    margin: 30px auto 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

#accordion {
    background: #fff;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.link2 {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.accordion li:last-child .link {
    border-bottom: 0
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px
}

.accordion li.selected .link2 {
    color: rgb(128, 0, 102)
}

.accordion li.selected i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.submenu {
    display: none;
    background-color: rgb(255, 255, 255);
    font-size: 14px
}
.font-no-newline.parent .submenu { display: block !important;}
.submenu li {
    border-bottom: 1px solid rgb(204, 204, 204);
}

.submenu a {
    display: block;
    text-decoration: none;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}
.wp_entry img {max-width: 90%;}
/*.submenu li:hover a,*/

.submenu li.selected a {
    font-weight: 600;
    color: white
}

.link:hover,
.submenu li:hover {
    background-color: rgb(224, 240, 215);
}

.accordion a {
    text-decoration: none;
}

.accordion div.selected,
.submenu li.selected {
    background: rgb(5, 76, 118);
    background: -webkit-linear-gradient(rgb(5, 76, 118), rgb(10, 138, 211));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgb(5, 76, 118), rgb(10, 138, 211));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgb(5, 76, 118), rgb(10, 138, 211));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgb(5, 76, 118), rgb(10, 138, 211));
}


/*.link:hover > a,*/

.accordion div.selected a {
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}


/*.link:hover > i,*/

.accordion div.selected i {
    color: white;
}

.link>a {
    color: #4d4d4d;
    margin-left: 10px;
    display: block;
}

#fl_menu {
    position: absolute;
    width: 16%;
}

.submenu a {
    cursor: default;
}

.accordion-right-layout {
    background-color: rgb(244, 244, 244);
    width: 76%;
    float: right;
    margin: 30px 1% 0;
    min-height: 900px;
}

.accordion-right-padding {
    padding: 20px 18px 0;
}

.right-layout {
    margin: 0 0 30px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.hidden {
    display: none;
}

@media only screen and (max-width: 1600px) {
    #fl_menu {
        width: 20%;
    }
}


/*手机端 414 6p*/

@media only screen and (max-width: 767px) {
    .accordion-right-layout {
        width: 100%;
    }
}