* {
    padding: 0;
    margin: 0;
    color: inherit;
    list-style: none;
    text-decoration: none;
    font-size: 15px;
}

body {
    font-size: 14px;
    color: #333;
    overflow-y: scroll;
}

body::-webkit-hdrollbar {
    width: 5px;
    background: #3333331a;
}

body::-webkit-hdrollbar-thumb {
    background: #000;
    border-radius: 5px;
}

img {
    display: block;
    width: 100%;
}

.con {
    box-sizing: border-box;
    margin: auto;
}

.nav-li-a {
    font-size: 15px;
    
}


@media screen and (min-width:1350px) {
    .con {
        width: 1350px;
    }
}

@media screen and (max-width:1500px) {
    .con {
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width:800px) {
    body {
        padding-bottom: 40px;
    }

    .con {
        width: 100%;
        padding: 0 12px;
    }
}

.bg-active {
    background: #f2f2f2;
}


/* hd开始 */

@media screen and (min-width:800px) {
    .hd1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        color: #797979;
    }

    .hd1-left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .hd1-city {
        position: relative;

    }

    .hd1-city-sub {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 80px;
        padding: 15px 0;
    }

    .hd1-city-sub img:nth-child(1) {
        height: 16px;
        width: 11px;
    }

    .hd1-city-sub span:nth-child(2) {
        margin-left: 6px;
    }

    .hd1-city-sub img:nth-child(3) {
        height: 12px;
        width: 14px;
        margin-left: 10px;
    }

    .hd1-city-sup {
        position: absolute;
        left: 0;
        background: white;
        box-sizing: border-box;
        border: 1px solid #D7D7D7;
        width: 45vw;
        box-sizing: border-box;
        padding: 25px;
        color: #333;
        font-size: 14px;
        z-index: 9999;
        display: none;
    }

    .hd1-city-sup-dq a {
        color: #0099CC;
    }

    .hd1-city-sup-box {
        margin-top: 30px;
    }

    .hd1-city-sup-box-name {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 6px;
    }

    .hd1-city-sup-box-list {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .hd1-city-sup-box-list a {
        border: 1px solid #d7d7d7;
        width: 89px;
        text-align: center;
        line-height: 34px;
        font-size: 13px;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .hd1-city-sup-box-list a:hover {
        background: #009999;
        color: white;
        transition: all 0.3s;
    }

    .hd1-city:hover .hd1-city-sup {
        display: block;
    }


    .hd1-by {
        margin-left: 80px;
    }

    .hd1-right {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hd1-gzh {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .hd1-gzh img {
        height: 12px;
        width: 14px;
        margin-left: 4px;
    }

    .hd2 {
        line-height: 70px;
        font-size: 34px;
        color: #FF9900;
        text-align: center;
        background: rgba(51, 102, 102, 1);
    }

    .hd3-out {
        background: white;
        position: relative;
    }

    .hd3-active {
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 999;
    }

    .hd3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100px;
    }

    .hd3-left {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hd3-left-name {
        line-height: 40px;
        width: 80px;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        background: #846435;
        color: white;
        margin-right: 10px;
    }

    .hd3-left-des {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        height: 40px;
    }

    .hd3-left-des div {
        font-size: 16px;
    }

    .hd3-left-des span {
        height: 1px;
        width: 100%;
        background: #d7d7d7;
    }


    .nav {
        display: flex;
        justify-content: space-between;
        width: 70%;
    }

    .nav-li {
        line-height: 40px;
        width: 40%;
        position: relative;
    }

    .nav-li-a {
        display: block;
        line-height: 40px;
        white-space: 100%;
        text-align: center;
    }

    .nav-li-a:hover {
        background: #009999;
        color: white;
        transition: all 0.3s;
    }

    .nav-li-box {
        position: absolute;
        box-sizing: border-box;
        border: 1px solid #d7d7d7;
        background: #F1F1D6;
        width: 100%;
        z-index: 998;
        display: none;
    }
    .nav-li:nth-child(5) .nav-li-box {
        display: none !important;
    }
    .nav-li-box-a {
        display: block;
        width: 100%;
        text-align: center;
        border-top: 1px solid #d7d7d7;
    }

    .nav-li-box-a:nth-child(1) {
        border-top: none;
    }

    .nav-li-box-a:hover {
        background: #009999;
        color: white;
        transition: all 0.3s;
    }

    .nav-li:hover .nav-li-box {
        display: block;
    }

    .nav-active {
        background: #009999;
        color: white;
    }

    .top-menu {
        display: none;
    }

}

/* hd结束 */


@media screen and (max-width:799px) {

    .top-menu {
        display: block;
        /* background: #f1c332; */
        color: #dc7b16 !important;
        /* color: white !important; */
        cursor: pointer;
        font-size: 24px;
        box-sizing: border-box;
        width: 30px;
        height: 30px;
        position: fixed;
        top: 12px;
        right: 15px;
        z-index: 1001;

    }

    .top-menu i {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 17px;
        height: 20px;
    }

    .open {
        display: block;
    }

    .close {
        display: none;
    }

    .hd-left-nav-box {
        display: none;
    }



    .hd-out {
        display: none;
    }

    .hd2 {
        display: none;
    }

    .hd3-out {
        padding: 10px 0;
    }

    .hd3-left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .hd3-left-name {
        line-height: 34px;
        width: 80px;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        background: #846435;
        color: white;
        margin-right: 10px;
    }

    .hd3-left-des {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 40px;
    }

    .hd3-left-des div {
        font-size: 14px;
    }

    .hd3-left-des span {
        display: none;
    }

    .nav {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        z-index: 999;
        background: white;
        box-sizing: border-box;
        padding: 50px 14px;
        top: 0;
        display: none;
    }

    .nav-li-a {
        display: block;
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 5px;
        border-bottom: 1px solid #d7d7d7;
        margin-bottom: 14px;
    }

    .nav-li-box {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .nav-li-box-a {
        background: #f2f2f2;
        font-size: 12px;
        padding: 5px 8px;
        width: 23%;
        margin-right: 1%;
        margin-bottom: 5px;
        box-sizing: border-box;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

}

















/* 底部样式开始 */
.ft1-out {
    background: #1B1B1B;
    padding: 80px 0 75px;
}

.ft1 {
    display: flex;
    justify-content: space-between;
}

.ft1-left {
    width: 55%;
}

.ft1-left-part1 {
    display: flex;
    justify-content: flex-start;
}

.ft1-left-part1 img {
    width: 92px;
    margin-right: 15px;
}

.ft1-left-part1-con div:nth-child(1) {
    color: white;
    font-size: 16px;
}

.ft1-left-part1-con div:nth-child(2) {
    color: #009999;
    font-size: 28px;
    margin-top: 4px;
}

.ft1-left-part1-con div:nth-child(3) {
    color: white;
    font-size: 12px;
    margin-top: 8px;
}

.ft1-left-part2 {
    display: flex;
    justify-content: flex-start;
    color: #868686;
    margin-top: 40px;
}

.ft1-left-part2-l {
    font-size: 18px;
    margin-right: 20px;
    letter-spacing: 2px;
    width: 12%;
}

.ft1-left-part2-m {
    display: flex;
    justify-content: space-between;
    width: 35%;

}

.ft1-left-part2-m div {
    width: 43%;
}

.ft1-left-part2-m img {
    width: 111px;
    height: 111px;
    display: block;
}

.ft1-left-part2-m p {
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    margin: 8px 0 0 28px;
}

.ft1-left-part2-r {
    margin-left: 5%;
    width: 32%;
}

.ft1-left-part2-r dt {
    font-size: 16px;
    color: white;
}

.ft1-left-part2-r dd {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ft1-left-part2-r dd a {
    width: 50%;
    margin-bottom: 10px;
}




.ft1-right {
    width: 45%;
}

.ft1-right-part1 {
    color: white
}

.ft1-right-part1 dt {
    font-size: 20px;
    font-weight: bold;
}

.ft1-right-part1 dd {
    font-size: 16px;
    margin-top: 12px;
}

.ft1-right-part2 {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.ft1-right-part2-left {
    width: 40%;
}

.ft1-right-part2-left input {
    outline: none;
    border: none;
    padding: 5px;
    margin-top: 20px;
    line-height: 30px;
    width: 100%;
    background: #cbcbcb;
}

.ft1-right-part2-left input::-webkit-input-placeholder {
    text-align: center;
}

.ft1-right-part2-right {
    width: 55%;
}

.ft1-right-part2-right textarea {
    margin-top: 20px;
    width: 100%;
    height: 88%;
    outline: none;
    border: none;
    background: #cbcbcb;
}

.ft1-right-part2-right textarea::-webkit-input-placeholder {
    text-align: center;
    line-height: 150px;
}

.ft1-right-part2-right button {
    border: none;
    outline: none;
    margin-top: 18px;
    width: 30%;
    padding: 10px 0;
    background: #cbcbcb;
}


.ft2-out {
    background: #1B1B1B;
    padding: 15px 0 20px;
    color: #5E5E5E;
    font-size: 12px;
}

.ft2 a {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 4px;
}


.ft3-out {
    background: #0D0D0D;
    color: #5E5E5E;
    text-align: center;
    padding: 18px 0;
}

.ft3 div:nth-child(1) span {
    margin: 0 4px;
}

.ft3 div:nth-child(2) {
    margin-top: 5px;
    font-size: 10px
}

@media screen and (max-width:799px) {
    footer {
        display: none;
        font-size: 10px
    }
}


/* 底部样式结束 */





/* 移动端底部 */
.m-ft-out {
    background: #dc7b16;
    ;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    display: none;
    box-shadow: 0 -1px 1px white;
}

.m-ft {
    box-sizing: border-box;
    padding: 6px 10px;
    color: white;
    display: flex;
    justify-content: space-between;
}

.m-ft-item {
    text-align: center;
    width: 55%;
    border-left: 1px solid white;
}

.m-ft-item:first-child {
    border-left: none;
}

.m-ft-item div i {
    font-size: 16px;
}

.m-ft-item p {
    font-size: 10px;
    margin-top: 2px;
    color: white;
}

.mft-space {
    display: none;
}

@media screen and (max-width:799px) {
    .m-ft-out {
        display: block;
    }

    .mft-space {
        display: block;
    }
}

/* 移动端底部结束 */







/* sc1开始 */
.sc1-out {
    background: #FFF5EC;
    position: relative;
}

.sc1-out-z {
    position: absolute;
    font-size: 190px;
    font-weight: bold;
    opacity: 0.03;
    z-index: 0;
}

.sc1-out-z1 {
    top: 1%;
    left: 2%;
}

.sc1-out-z2 {
    bottom: 1%;
    left: 2%;
}

.sc1-out-z3 {
    right: 2%;
    top: 1%;
}

.sc1-out-z4 {
    right: 2%;
    bottom: 1%;
}


.sc1 {
    display: flex;
    justify-content: space-between;
}

.sc1-left {
    width: 23%;
    background: #009999;
    box-sizing: border-box;
    padding: 30px 0;
    position: relative;
}

.sc1-md {
    width: 54%;
    position: relative;
}

.sc1-right {
    width: 20%;
}

.sc1-left-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 25px;
    color: white;
}

.sc1-left-title span {
    font-size: 16px;
    font-weight: bold;
}

.sc1-left-list {
    margin-top: 20px;

}

.sc1-left-part1 {
    box-sizing: border-box;
    padding: 8px 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.sc1-left-part1:hover {
    background: #006666;
    transition: all 0.1s;
}

.sc1-left-part1 div {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.sc1-left-part1 a {
    color: white;
}

.sc1-left-a5 {
    color: #D7D7D7 !important;
}

.sc1-left-part1 span {
    color: white;
    margin: 0 8px;
}

.sc1-left-part1>img {
    width: 8px;
    transform: rotate(-90deg);
    position: absolute;
    right: 25px;
    opacity: 0;
}

.sc1-left-part1:hover .sc1-left-a6 {
    opacity: 1;
    transition: all 0.1s;
}





.sc1-left-part2-li {
    position: absolute;
    top: 0;
    left: 100%;
    width: 243%;
    z-index: 998;
    padding: 40px 30px;
    background: #F2F2F2;
    box-sizing: border-box;
    height: 100%;
    display: none;
}

.sc1-left-part2-list1 h6 {
    font-size: 18px;
    font-weight: bold;
}

.sc1-left-part2-list1-con {
    color: #868686;
    line-height: 20px;
    margin-top: 20px;
}

.sc1-left-part2-list2 {
    margin-top: 30px;
}

.sc1-left-part2-list2 h6 {
    font-size: 16px;
    font-weight: bold;
}

.sc1-left-part2-list2-con {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sc1-left-part2-list2-con a {
    color: #868686;
    border: 1px solid #868686a6;
    width: 94px;
    line-height: 24px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.sc1-left-part2-list3 {
    margin-top: 50px;
}

.sc1-left-part2-list3 h6 {
    font-size: 16px;
    font-weight: bold;
}

.sc1-left-part2-list3-con {
    margin-top: 20px;
}

.sc1-left-part2-list3-con a {
    color: #009999;
    margin-right: 50px;
}

.sc1-left-list li:hover .sc1-left-part2-li {
    display: block;
}











.sc1-md-part1-list {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.sc1-md-part1-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc1-md-part1-list-z {
    height: 47px;
    width: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #CC6633;
    margin-right: 10px;
}

.sc1-md-part1-list-z span {
    font-size: 20px;
    color: white;
}

.sc1-md-part1-list-con dt {
    font-weight: bold;
}

.sc1-md-part1-list-con dd {
    font-size: 12px;
    color: #AEAEAE;
}












.sc1-right-part1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 20px;
    background: white;
}

.sc1-right-d1 {
    font-size: 18px;
}

.sc1-right-d2 {
    width: 15px;
    margin-top: 8px;
}

.sc1-right-d3 {
    width: 132px;
    line-height: 39px;
    text-align: center;
    font-size: 13px;
    color: white;
    border-radius: 5px;
    display: block;
    background: #009999;
    margin-top: 15px;
}

.sc1-right-d4 {
    font-size: 14px;
    margin-top: 30px;
    color: #515151;
}

.sc1-right-d5 {
    width: 15px;
    margin-top: 8px;
}

.sc1-right-d6 {
    width: 132px;
    line-height: 39px;
    text-align: center;
    font-size: 16px;
    color: white;
    border-radius: 5px;
    display: block;
    background: #FF6633;
    margin-top: 15px;
}

.sc1-right-part1-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 0 10px;
}

.sc1-right-part1-list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sc1-right-part1-list-item div {
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc1-right-part1-list-item p {
    text-align: center;
    color: #949494;
    margin-top: 3px;
}

.sc1-right-part2 {
    margin-top: 15px;
}

.sc1-right-part2 img {
    display: block;
}

@media screen and (max-width:799px) {
    .sc1-left {
        display: none;
    }

    .sc1-right {
        display: none;
    }

    .sc1-md {
        width: 100%;
    }

    .sc1-md-part1-list {
        display: none;
    }

}





/* sc1结束 */


/* sc3开始 */
.sc3 {
    text-align: center;
}

.sc3 dt {
    font-size: 28px;
    font-weight: bold;
}

.sc3 dd {
    color: #A1A1A1;
    margin-top: 10px;
}

/* sc3结束 */


/* sc2开始 */
.sc2-out {
    padding: 80px 0;
}

.sc2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.sc2-left {
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc2-left-item {
    width: 23%;
    position: relative;
    margin-top: 20px;
}

.sc2-left-item:nth-child(1) {
    margin-top: 0;
}

.sc2-left-item:nth-child(2) {
    margin-top: 0;
}

.sc2-left-item:nth-child(3) {
    margin-top: 0;
}

.sc2-left-item:nth-child(4) {
    margin-top: 0;
}

.sc2-left-item-con {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 15px;
}

.sc2-left-item-con dt {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.sc2-left-item-con dd {
    font-size: 14px;
    color: #FF6633;
    margin-top: 12px;
}

.sc2-left-item-con p {
    font-size: 12px;
    color: #d7d7d7;
    margin-top: 4px;
}

.sc2-left-item1 .sc2-left-item-img img {
    height: 100%;
    white-space: 100%;
    display: block;
}

.sc2-left-item1 .sc2-left-item-bg {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 30%;
    background: #0000009f;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.sc2-right {
    width: 18%;
}

.sc2-right-item {
    background: #f2f2f2;
    border: 1px solid transparent;
}

.sc2-right-item dt {
    margin-top: 28px;
    padding: 0 20px;
    box-sizing: border-box;
}

.sc2-right-item dt a {
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: #009999;
    color: white;

}

.sc2-right-item dd {
    margin-top: 20px;
    padding: 0 20px;
    color: #A1A1A1;
    line-height: 30px;
}

.sc2-right-item dd div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sc2-right-item dd div span {
    font-size: 25px;
    margin-right: 10px;
}

.sc2-right-item dd div a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.sc2-right-item:nth-child(2) {
    margin-top: 20px;
}

.sc2-right-item:nth-child(2) dt a {
    background: #FF6633;
}

.sc2-right-item:nth-child(2) dd {
    margin-top: 40px;
}

@media screen and (max-width:799px) {
    .sc3 dt {
        font-size: 20px;
    }

    .sc2-out {
        padding: 30px 0;
    }

    .sc2 {
        margin-top: 20px;
    }

    .sc2-left {
        width: 100%;
    }

    .sc2-left-item {
        width: 48%;
    }

    .sc2-left-item:nth-child(3) {
        margin-top: 20px;
    }

    .sc2-left-item:nth-child(4) {
        margin-top: 20px;
    }

    .sc2-left-item-con {
        padding: 10px;
    }

    .sc2-left-item-con dt {
        font-size: 14px;
    }

    .sc2-left-item-con p {
        display: none;
    }

    .sc2-right {
        display: none;
    }

}





/* sc2结束 */




/* sc4开始 */
.sc4-out {
    padding: 80px 0;
    background: #f2f2f2;
}

.sc4 {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc4-item {
    width: 49%;
}

.sc4-item-top {
    background: #009999;
    line-height: 53px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
}

.sc4-item-top span {
    color: white;
    margin-right: 60px;
    font-size: 16px;
}

.sc4-item-con {
    background: white;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 20px;
}

.sc4-left-item {
    margin-top: 20px;
}

.sc4-left-item:nth-child(1) {
    margin-top: 8px;
}

.sc4-left-item-wen {
    font-size: 16px;
    font-weight: bold;
}

.sc4-left-item-wen span {
    color: #009999 !important;
}

.sc4-left-item-da {
    font-size: 13px;
    color: #949494;
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
}

.sc4-left-item-da-con {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    line-height: 22px;
}

.sc4-left-item-da-con p {
    display: inline;
}

.sc4-left-item-da-con div {
    display: inline;
}

.sc4-left-item-sl {
    font-size: 13px;
    color: #949494;
}

.sc4-right-item {
    line-height: 30px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.sc4-right-item-f {
    color: #009999;
    margin-right: 14px;
}

@media screen and (max-width:799px) {
    .sc4-out {
        padding: 30px 0;
    }

    .sc4 {
        margin-top: 20px;
    }

    .sc4-item {
        width: 100%;
    }

    .sc4-right {
        margin-top: 20px;
    }
}

/* sc4结束 */


/* sc5开始 */
.sc5-out {
    padding: 80px 0;
}

.sc5 {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc5-left {
    width: 66%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.sc5-left-item {
    margin-top: 60px;
    width: 47%;
}

.sc5-left-item:nth-child(1) {
    margin-top: 0;
}

.sc5-left-item:nth-child(2) {
    margin-top: 0;
}

.sc5-left-item-name {
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sc5-left-item-name dt {
    font-weight: bold;
    font-size: 16px;
}

.sc5-left-item-name span {
    color: #A1A1A1;
    font-size: 16px;
    margin: 0 10px;
}

.sc5-left-item-name dd {
    color: #A1A1A1;
    font-size: 14px;
}

.sc5-left-item-nav {
    display: flex;
    justify-content: space-between;
    color: #949494;
    margin-top: 15px;
}

.sc5-left-item-nav div span {
    margin: 0 5px;
}

.sc5-left-item-nav div span:nth-child(1) {
    display: none;
}

.sc5-left-item-img {
    margin-top: 12px;
}

.sc5-left-item-img img {
    display: block;
}

.sc5-left-item-con {
    margin-top: 15px;
    color: #949494;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc5-left-item-con a {
    width: 49%;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.sc5-right {
    width: 32%;
    background: rgba(251, 251, 251, 1);
    box-sizing: border-box;
    padding: 20px 30px;
    border: 1px solid #D7D7D7;
}

.sc5-right h6 {
    text-align: center;
    font-size: 20px;
}

.sc5-right h6 span {
    border-bottom: 1px solid rgba(228, 228, 228, 1);
    display: inline-block;
    padding-bottom: 5px;
}

.sc5-right-name {
    font-size: 16px;
}

.sc5-right-name1 {
    margin-top: 20px;
}

.sc5-right-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.sc5-right-list a {
    display: block;
    width: 25%;
    padding: 7px 0;
    border: 1px solid rgba(228, 228, 228, 1);
    border-top: none;
    border-right: none;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
}

.sc5-right-list a:nth-child(1) {
    border-top: 1px solid rgba(228, 228, 228, 1);
}

.sc5-right-list a:nth-child(2) {
    border-top: 1px solid rgba(228, 228, 228, 1);
}

.sc5-right-list a:nth-child(3) {
    border-top: 1px solid rgba(228, 228, 228, 1);
}

.sc5-right-list a:nth-child(4) {
    border-top: 1px solid rgba(228, 228, 228, 1);
}

.sc5-right-list a:nth-child(4n) {
    border-right: 1px solid rgba(228, 228, 228, 1);
}

.sc5-right-name2 {
    margin-top: 40PX;

}

.sc5-right-con {
    border-top: 1px solid rgba(228, 228, 228, 1);
    padding-top: 20px;
    margin-top: 5px;
}

.sc5-right-con li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    line-height: 30px;
}

.sc5-right-con div {
    width: 75%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sc5-right-con div img {
    width: 6px;
    margin-right: 10px;
}

.sc5-right-con div a {
    color: #6B6B6B;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

@media screen and (max-width:799px) {
    .sc5-out {
        padding: 30px 0;
    }

    .sc5 {
        margin-top: 20px;
    }

    .sc5-left {
        width: 100%;
    }

    .sc5-left-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .sc5-left-item-name {
        font-size: 16px;
    }

    .sc5-left-item-nav {
        margin-top: 8px;
    }

    .sc5-right {
        width: 100%;
        padding: 10px;
    }

    .sc5-right h6 {
        font-size: 18px;
    }

    .sc5-right-name2 {
        margin-top: 20px;
    }
}

/* sc5结束 */



/* sc6开始 */
.sc6-out {
    padding: 100px 0;
    background: #009999;
}

.sc6 {
    font-size: 38px;
    text-align: center;
    color: white;
}

@media screen and (max-width:799px) {
    .sc6-out {
        padding: 60px 20px;
    }

    .sc6 {
        font-size: 18px;
    }
}

/* sc6结束 */





/* sc7开始 */
.sc7-out {
    padding: 80px 0;
}

.sc7 {
    margin-top: 50px;
}

.sc7-part1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc7-part1-item {
    width: 32%;
}

.sc7-part1-item1 {
    position: relative;
    display: block;
}

.sc7-part1-item1-img {
    overflow: hidden;
    height: 276px;
}

.sc7-part1-item1-img img {
    display: block;
}

.sc7-part1-item1-title {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000000a4;
    color: white;
    width: 100%;
    padding: 14px 20px;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc7-part1-item-nav {
    border-bottom: 1px solid #d7d7d7;
}

.sc7-part1-item-nav span {
    color: white;
    background: #FF6633;
    display: block;
    width: 85px;
    line-height: 28px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.sc7-part1-item-one {
    margin-top: 14px;
}

.sc7-part1-item-one dt {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc7-part1-item-one dd {
    font-size: 14px;
    color: #AEAEAE;
    line-height: 20px;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sc7-part1-item-list {
    margin-top: 14px;
}

.sc7-part1-item-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 25px;
}

.sc7-part1-item-list li a {
    color: #797979;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 15px;
}

.sc7-part1-item-list li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #797979;
    left: 0;
    top: 10px;
}

.sc7-part1-item-list li span {
    color: #BCBCBC;
}

.sc7-part2 {
    margin-top: 30px;
    border-top: 1px dashed #d7d7d7;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc7-part2-item {
    width: 32%;
}

.sc7-part2-item-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc7-part2-item-nav>span {
    font-size: 16px;
    font-weight: bold;
}

.sc7-part2-item-nav div {
    color: #A1A1A1;
}

.sc7-part2-item-nav div span {
    margin: 0 2px;
}

.sc7-part2-item-nav div span:nth-child(1) {
    display: none;
}

.sc7-part2-item-li {
    margin-top: 14px;
}

.sc7-part2-item-li li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: 25px;
}

.sc7-part2-item-li a {
    color: #797979;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc7-part2-item-li span {
    color: #BCBCBC;
}

@media screen and (max-width:799px) {
    .sc7-out {
        padding: 30px 0;
    }

    .sc7 {
        margin-top: 20px;
    }

    .sc7-part1-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .sc7-part2 {
        margin-top: 0;
        padding-top: 20px;
    }

    .sc7-part2-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* sc7结束 */



/* sc8开始 */
.sc8-out {
    padding-bottom: 60px;
}

.sc8 {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.sc8-item {
    border: 1px dashed #d7d7d7;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 30px;
}

.sc8-item-top {
    width: 75px;
    height: 75px;
    background: #A3724F;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc8-item dd {
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
}

@media screen and (max-width:799px) {
    .sc8-out {
        padding-bottom: 10px;
    }

    .sc8 {
        flex-wrap: wrap;
    }

    .sc8-item {
        width: 48%;
        margin-bottom: 20px;
    }

    .sc8-item dd {
        font-size: 12px;
    }
}

/* sc8结束 */






/* sc9开始 */

/* sc9结束 */



/* sc10开始 */
.sc10-out {
    margin-top: 40px;
}

.sc10 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.sc10-item {
    width: 31%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 20px;
    background: #363636;
    margin-top: 35px;
}

.sc10-item:nth-child(1) {
    margin-top: 0;
}

.sc10-item:nth-child(2) {
    margin-top: 0;
}

.sc10-item:nth-child(3) {
    margin-top: 0;
}

.sc10-left {
    width: 35%;
}

.sc10-right {
    width: 61%;
}

.sc10-right-part1 {
    font-size: 16px;
    color: #FFFFFF;
}

.sc10-right-part1 span {
    font-size: 16px;
}

.sc10-right-part2 {
    color: #FF6600;
    font-size: 12px;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc10-right-part3 {
    margin-top: 15px;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    color: #E4E4E4;
}

.sc10-right-part4 {
    background: #FF6600;
    width: 105px;
    line-height: 30px;
    color: white;
    display: block;
    text-align: center;
    margin-top: 15px;
    border-radius: 5px;
}

@media screen and (max-width:799px) {
    .sc10-item {
        width: 100%;
        margin-top: 20px !important;
    }
}

/* sc10结束 */






/* sc11开始 */

.sc11 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px;
}

@media screen and (max-width:799px) {
    .sc11 {
        margin-top: 20px;
        font-size: 18px;
    }
}

/* sc11结束 */


/* mm开始 */
.mm-out {
    margin-top: 30px;
}

.mm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mm-left {
    width: 67%;
}

.mm-right {
    width: 30%;
}

@media screen and (max-width:799px) {
    .mm-out {
        margin-top: 10px;
    }

    .mm-left {
        width: 100%;
    }

    .mm-right {
        width: 100%;
    }
}

/* mm结束 */




/* sc12开始 */
.sc12-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 25px 18px;
    border: 1px solid #d7d7d7;
    margin-bottom: 25px;
}

/* .sc12-item:nth-child(1) {
    margin-top: 0;
} */
.sc12-item-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55%;
}

.sc12-item-left-img {
    width: 26%;
}

.sc12-item-left-con {
    width: 72%;
}

.sc12-item-left-con a {
    font-size: 16px;
    color: #515151;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.sc12-item-left-con p {
    display: inline;
    background: #FFCC33;
    color: #868686;
    font-size: 13px;
    margin-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc12-item-left-con div {
    color: #949494;
    line-height: 20px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 25px;
}


.sc12-item-right {
    width: 25%;
}

.sc12-item-right dt {
    font-size: 28px;
    color: #FF6600;
    text-align: center;
}

.sc12-item-right dd {
    font-size: 14px;
    color: #BCBCBC;
    text-align: center;
}

@media screen and (max-width:799px) {
    .sc12-item-right {
        display: none;
    }

    .sc12-item-left {
        width: 100%;
    }

    .sc12-item-left-img {
        width: 40%;
    }

    .sc12-item-left-con {
        width: 56%;
    }

    .sc12-item-left-con p {
        margin-top: 10px;
        display: none;
    }
}

/* sc12结束 */



/* sc14开始 */

.sc14-part1 {
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 20px;
}

.sc14-part1-name {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 10px;
}

.sc14-con {
    margin-top: 5px;
}

.sc14-con li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    line-height: 30px;
}

.sc14-con div {
    width: 75%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sc14-con div img {
    width: 6px;
    margin-right: 10px;
}

.sc14-con div a {
    color: #6B6B6B;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}

.sc14-part2 {
    margin-top: 10px;
}

@media screen and (max-width:799px) {
    .sc14 {
        margin-top: 20px;
    }
}

/* sc14结束 */







/* page开始 */
.page {
    display: flex;
    justify-content: center;
}

.page a {
    padding: 6px 13px;
    color: white;
    background: #AEAEAE;
    margin: 0 5px;
    text-align: center;
    font-size: 13px;
}

.page a:hover {
    background: #36A9CE !important;
}

.page-num-current {
    background: #36A9CE !important;
}

/* page结束 */




/* sc13开始 */
.sc13-out {
    margin-top: 80px;
}

.sc13 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 22px;
}

.sc13 a {
    color: #515151;
    background: #EEEEEE;
    line-height: 40px;
    text-align: center;
    width: 10%;
    margin-right: 1.25%;
    margin-top: 8px;
}

.sc13 a:nth-child(9n) {
    margin-right: 0;
}

@media screen and (max-width:799px) {
    .sc13-out {
        margin-top: 30px;
        margin-bottom: 30px !important;
    }

    .sc13 a {
        width: 32%;
        line-height: 28px;
        font-size: 12px;
    }
}

/* sc13结束 */





/* sc15开始 */
.sc15 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 50px 30px;
    background: #FBFBFB;
    border: 1px solid #d7d7d7;
}

.sc15-left {
    width: 30%;
    margin-bottom: 40px;
}

.sc15-left a {
    display: block;
    margin-top: 20px;
    color: white;
    text-align: center;
    line-height: 40px;
    background: #009999;
    font-size: 16px;
}

.sc15-right {
    width: 67%;
}

.sc15-right-part1 {
    font-size: 20px;
    color: #434343;
    font-weight: bold;
}

.sc15-right-part2 {
    color: #868686;
    margin-top: 18px;
}

.sc15-right-part3 {
    background: #FFCC33;
    color: #5E5E5E;
    display: inline-block;
    margin-top: 14px;
}

.sc15-right-part4 {
    margin-top: 25px;
}

.sc15-right-part4 p span {
    text-wrap: wrap !important;
}




/* sc15结束 */


/* sc16开始 */
.sc16-name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
}

.sc16 {
    margin-top: 30px;
    margin-bottom: 40px;
}

.sc16-item {
    margin-top: 30px;
}

.sc16-item a {
    color: #434343;
    font-size: 16px;
}

.sc16-item p {
    color: #A1A1A1;
    font-size: 14px;
    margin-top: 15px;
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 30px;
}

.sc16-p {
    margin-top: 60px;
}

/* sc16结束 */




/* sc17开始 */
.sc17 {}

.sc17-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 20px;
    background: #363636;
    margin-bottom: 30px;
}

.sc17-item:nth-child(1) {
    margin-top: 0;
}

.sc17-item:nth-child(2) {
    margin-top: 0;
}

.sc17-item:nth-child(3) {
    margin-top: 0;
}

.sc17-left {
    width: 35%;
}

.sc17-right {
    width: 61%;
}

.sc17-right-part1 {
    font-size: 16px;
    color: #FFFFFF;
}

.sc17-right-part2 {
    color: #FF6600;
    font-size: 12px;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc17-right-part3 {
    margin-top: 15px;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    color: #E4E4E4;
}

.sc17-right-part4 {
    background: #FF6600;
    width: 105px;
    line-height: 30px;
    color: white;
    display: block;
    text-align: center;
    margin-top: 15px;
    border-radius: 5px;
}

/* sc17结束 */



/* sc18开始 */
.sc18-out {
    padding: 80px 0;
    color: #5E5E5E;

}

.sc18 {
    margin-top: 50px;
}

.sc18 p {
    margin-top: 20px;
    line-height: 27px;
    font-size: 15px;
    color: #A1A1A1;
}

.sc18 a {
    color: #009999;
}

.sc18 p:nth-child(1) {
    margin-top: 0;
}

@media screen and (max-width:799px) {
    .sc18-out {
        padding: 40px 0;
    }
    .sc18 {
        margin-top: 30px;
    }
}

/* sc18结束 */



/* sc19开始 */
.sc19-out {
    padding: 80px 0;
    background: #F7F7F7;
}

.sc19 {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sc19-item {
    width: 23%;
    background: #009999;
    color: white;
    margin-top: 30px;
}

.sc19-item:hover {
    background: #FF6600;
}

.sc19-item:nth-child(1) {
    margin-top: 0;
}

.sc19-item:nth-child(2) {
    margin-top: 0;
}

.sc19-item:nth-child(3) {
    margin-top: 0;
}

.sc19-item:nth-child(4) {
    margin-top: 0;
}

.sc19-item-img {
    height: 165px;
    overflow: hidden;
    display: block;
}

.sc19-item-con {
    box-sizing: border-box;
    padding: 20px 20px 30px;
    text-align: center;
}

.sc19-item-con a {
    font-size: 16px;
    font-weight: bold;
}

.sc19-item-con p {
    margin-top: 8px;
}
@media screen and (max-width:799px) {
    .sc19-out {
        padding: 40px 0;
    }
    .sc19 {
        margin-top: 30px;
    }
    .sc19-item {
        width: 48%;
        margin-top: 20px !important;
    }
    .sc19-item-img {
        height: 80px;
    }
    .sc19-item-con {
        padding: 10px;
    }
    .sc19-item-con p {
        font-size: 12px;
    }
}

/* sc19结束 */


/* sc20开始 */
.sc20-out {
    padding: 80px 0;
}

.sc20 {
    margin-top: 50px;
}
@media screen and (max-width:799px) {
    .sc20-out {
        padding: 40px 0;
    }
}
/* sc20结束 */


/* sc21开始 */
.sc21-out {
    padding: 80px 0;
    background: #F7F7F7;
}

.sc21 {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc21-item {
    width: 31%;
    background: #009999;
    color: white;
    font-size: 16px;
    margin-top: 30px;
    height: 260px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.sc21-item span {
    font-size: 18px;
}

.sc21-item:nth-child(1) {
    margin-top: 0;
}

.sc21-item:nth-child(2) {
    margin-top: 0;
}

.sc21-item:nth-child(3) {
    margin-top: 0;
}

.sc21-item:nth-child(0) {
    background: transparent;
}

.sc21-item:nth-child(2n) {
    background: #FFCC66;
    color: #333;
}
@media screen and (max-width:799px) {
    .sc21-out {
        padding: 40px 0;
    }
    .sc21 {
        margin-top: 30px;
    }
    .sc21-item {
        width: 49%;
        margin-top: 20px !important;
    }
}
/* sc21结束 */





/* sc22开始 */
.sc22-out {
    padding: 120px 0;
}

.sc22-bg {
    background: #FFCC99;
}

.sc22 {
    margin-top: 50px;
    padding: 20px 0;

}
.sc22 img {
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width:799px) {
    .sc22-out {
        display:none;
    }
    .sc22 img {
        width:100%;
    }
}
/* sc22结束 */


/* sc23开始 */
.sc23-out {
    padding: 80px 0;
}

.sc23 {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc23-item {
    width: 32%;
}

.sc23-item-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc23-item-name span {
    font-size: 16px;
    font-weight: bold;
}

.sc23-item-name a {
    color: #868686;
}

.sc23-item-img {
    margin-top: 10px;
}

.sc23-item-list {
    margin-top: 10px;
}

.sc23-item-list li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    line-height: 30px;
}

.sc23-item-list div {
    width: 75%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sc23-item-list div img {
    width: 6px;
    margin-right: 10px;
}

.sc23-item-list div a {
    color: #6B6B6B;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
}
@media screen and (max-width:799px) {
    .sc23-out {
        padding: 40px 0;
    }
    .sc23 {
        margin-top: 20px;
    }
    .sc23-item {
        width: 100%;
        margin-top: 20px !important;
    }
}

/* sc23结束 */



/* sc24开始 */
.sc24-out {
    padding: 80px 0;

}

.sc24 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc24-name {
    width: 140px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 153, 153, 1);
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.sc24-left {
    width: 48%;

}

.sc24-left-con {
    background: #F8F8F8;
    margin-top: 40px;
    box-sizing: border-box;
    padding: 30px;
}

.sc24-left-con h1 {
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #5E5E5E;
    line-height: 36px;
    margin-bottom: 25px;
}

.sc24-left-con-part {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 36px;
}

.sc24-left-con-part div {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.sc24-left-con-part div img {
    display: block;
}

.sc24-left-con-part span {
    color: #868686
}

.sc24-bot {
    background: #FDCD9D;
    padding: 25px;
    text-align: center;
    color: #515151;
    font-size: 16px;
}

.sc24-right {
    width: 48%;
}

.sc24-right-con {
    height: 100%;
    width: 100%
}

#container {
    margin-top: 40px;
    width: 100%;
    height: 82%;
}

@media screen and (max-width:799px) {
    .sc24-out {
        padding: 30px 0;
    }

    .sc24-name {
        font-size: 14px;
    }

    .sc24-left {
        width: 100%;
    }

    .sc24-left-con {
        margin-top: 15px;
    }

    .sc24-right {
        width: 100%;
        margin-top: 30px;
        height: 400px;
    }
}

/* sc24结束 */


/* sc25开始 */
.sc25-out {
    padding: 80px 0;
}

.sc25-name {
    font-size: 18px;
    font-weight: bold;
}

.sc25 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc25-left {
    box-sizing: border-box;
    padding: 30px 20px;
    border: 1px solid #F2F2F2;
    width: 48%;
    font-size: 14px;
    color: #868686;
    line-height: 22px;
}

.sc25-right {
    width: 48%;
    background: #F2F2F2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc25-right-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc25-right-part1 {
    width: 154px;
    height: 154px;
    border-radius: 50%;
    background: #AC874D;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.sc25-right-part1 span {
    font-size: 52px;
    color: white;
}

.sc25-right-part2 dt {
    font-size: 24px;
    font-weight: bold;
}

.sc25-right-part2 dd {
    color: #868686;
    margin-top: 8px;
}

@media screen and (max-width:799px) {
    .sc25-out {
        padding: 30px 0;
    }

    .sc25 {
        margin-top: 20px;
    }

    .sc25-name {
        font-size: 16px;
    }

    .sc25-left {
        width: 100%;
        padding: 15px;
    }

    .sc25-right {
        width: 100%;
        padding: 20px 0;
    }

    .sc25-right-part1 {
        width: 100px;
        height: 100px;
    }

    .sc25-right-part1 span {
        font-size: 40px;
    }

    .sc25-right-part2 dt {
        font-size: 16px;
    }

    .sc25-right-part2 dd {
        font-size: 12px;
    }
}

/* sc25结束 */



/* sc26开始 */
.sc26-out {
    padding: 80px 0;
    background: #009999;
}

.sc26-name {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.sc26 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.sc26-item {
    width: 23%;
    background-size: cover;
    height: 250px;
    position: relative;
}

.sc26-item-bg {
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
}

.sc26-item-con {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 40px;
}

.sc26-item-con dt {
    font-weight: bold;
    color: #363636;
    font-size: 18px;
}

.sc26-item-con dd {
    margin-top: 30px;
    text-align: center;
}

@media screen and (max-width:799px) {
    .sc26-out {
        padding: 30px 0;
    }

    .sc26-name {
        font-size: 16px;
    }

    .sc26-item {
        width: 48%;
        height: 180px;
    }

    .sc26-item:nth-child(3) {
        margin-top: 20px;
    }

    .sc26-item:nth-child(4) {
        margin-top: 20px;
    }

    .sc26-item-con {
        padding: 20px;
    }

    .sc26-item-con dd {
        margin-top: 20px;
        font-size: 12px;
    }
}

/* sc26结束 */



/* sc27开始 */
.sc27-out {
    padding: 80px 0;
}

.sc27-name {
    font-size: 24px;
    font-weight: bold;
}

.sc27 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.sc27-item {
    height: 298px;
    position: relative;
}

.sc27-item div {
    height: 298px;
}

.sc27-item div img {
    height: 100%;
    width: auto;
}

.sc27-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 20px;
    background: #0000008e;
    color: white;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width:799px) {
    .sc27-out {
        padding: 30px 0;
    }

    .sc27-name {
        font-size: 16px;
    }

    .sc27-item {
        height: 160px;
        overflow: hidden;
    }

    .sc27-item p {
        padding: 10px;
    }

    .sc27-item img {
        height: auto !important;
    }

    .sc27-item:nth-child(1) div img {
        width: 100%;
    }

    .sc27-item:nth-child(2) {
        width: 48%;
        margin-top: 15px;
    }

    .sc27-item:nth-child(3) {
        width: 48%;
        margin-top: 15px;
    }

    .sc27-item:nth-child(2) div img {
        width: 100%;
    }

    .sc27-item:nth-child(3) div img {
        width: 100%;
    }
}

/* sc27结束 */



/* sc28开始 */
.sc28-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0 70px;
}

.sc28-name-line {
    height: 27px;
    background: #009999;
    width: 42%;
}

.sc28-name h1 {
    font-size: 28px;
}

.sc28-item {
    margin-top: 50px;
}

.sc28-item:nth-child(1) {
    margin-top: 0;
}

.sc28-item-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 9px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px;
}

.sc28-item-name div {
    width: 12px;
    height: 20px;
    display: block;
    background: #009999;
}

.sc28-item-name h6 {
    font-size: 20px;
    font-weight: lighter;
    margin-left: 10px;
}

.sc28-item-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sc28-item-list a {
    border: 1px solid #E4E4E4;
    width: 149px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.sc28-item-list a:hover {
    background: #009999;
    color: white;
}

/* sc28结束 */




/* sc29开始 */
.sc29-name {
    font-size: 20px;
    color: #CC6600;
    text-align: center;
    font-weight: bold;
    margin-top: 80px;
}

.sc29 {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc29-item {
    width: 23%;
    background-size: cover;
    height: 200px;
    position: relative;
    margin-top: 25px;
}

.sc29-item:nth-child(1) {
    margin-top: 0;
}

.sc29-item:nth-child(2) {
    margin-top: 0;
}

.sc29-item:nth-child(3) {
    margin-top: 0;
}

.sc29-item:nth-child(4) {
    margin-top: 0;
}

.sc29-item-bg {
    width: 100%;
    height: 100%;
}

.sc29-item-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width:799px) {
    .sc29-name {
        margin-top: 30px;
        font-size: 18px;
    }

    .sc29 {
        margin-top: 0;
    }

    .sc29-item {
        width: 48%;
        margin-top: 20px;
    }
}

/* sc29结束 */










/* sc30开始 */
.sc30-name {
    font-size: 20px;
    color: #CC6600;
    text-align: center;
    font-weight: bold;
}

.sc30-out {
    margin-top: 80px;
}

.sc30 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.sc30-item {
    width: 48%;
    height: 264px;
    position: relative;
}

.sc30-item-bg {
    background: #0000009f;
    height: 100%;
    width: 100%;
}

.sc30-item-con {
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sc30-item-con dt {
    font-size: 20px;
    font-weight: bold;
}

.sc30-item-con dd {
    font-size: 12px;
    margin-top: 16px;
}

.sc30-out:nth-child(3) {
    padding-bottom: 80px;
}

@media screen and (max-width:799px) {
    .sc30-name {
        font-size: 18px;
    }

    .sc30-out {
        margin-top: 30px;
    }

    .sc30 {
        margin-top: 20px;
    }

    .sc30-item-con dt {
        font-size: 14px;
    }

    .sc30-item-con dd {
        box-sizing: border-box;
        padding: 0 10px;
    }

    .sc30-out:nth-child(3) {
        padding-bottom: 30px;
    }
}


/* sc30结束 */


/* position开始 */
.position {
    color: #A1A1A1;
    font-size: 13px;
    padding: 20px 0;
}

/* position结束 */




/* sc31开始 */
.sc31 {
    background: #F8F8F8;
    box-sizing: border-box;
    padding: 30px 20px;
}

.sc31-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 18px;
}

.sc31-nav span {
    width: 15px;
    height: 20px;
    background: #009999;
    display: block;
}

.sc31-nav div {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

@media screen and (max-width:799px) {
    .sc31 {
        padding: 15px;
    }

    .sc31-nav div {
        font-size: 16px;
    }
}

/* sc31结束 */


/* sc33开始 */
.sc33 {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #d7d7d7;
    margin-top: 30px;
}

.sc33-item:nth-child(2) {
    margin-top: 20px;
}

.sc33-item-name {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 5px;
    margin-bottom: 18px;
}

.sc33-item-name div {
    font-size: 15px;
    font-weight: bold;
}

.sc33-item-name div span {
    color: #FF6633;
}

.sc33-item-name a {
    color: #797979;
}

.sc33-item-con li {
    display: flex;
    justify-content: space-between;
    line-height: 24px;
}

.sc33-item-con li a {
    color: #797979;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc33-item-con li span {
    color: #C9C9C9;
}

.sc34 {
    margin-top: 80px;
}

@media screen and (max-width:799px) {
    .sc34 {
        margin-top: 30px;
    }
}

/* sc33结束 */










/* sc35开始 */
.sc35 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;

}

.sc35 span {
    width: 15px;
    height: 20px;
    background: #009999;
    display: block;
    margin-right: 10px;
}

@media screen and (max-width:799px) {
    .sc35 {
        margin-top: 10px;
        font-size: 16px;
    }
}

/* sc35结束 */


/* sc36开始 */
.sc36 {}

.sc36-line {
    height: 45px;
    background: #009999;
}

.sc36-a {
    background: #F2F2F2;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sc36-a a {
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    width: 152px;
    line-height: 40px;
    text-align: center;
    margin-right: 20px;
    background: white;
    margin-bottom: 15px;
}

.sc36-a a:hover {
    color: white;
    background: #009999;
}

@media screen and (max-width:799px) {
    .sc36-a {
        padding: 15px;
    }

    .sc36-a a {
        width: 23%;
        margin-right: 1%;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 6px;
    }
}

/* sc36结束 */


/* sc37开始 */
.sc37 {
    box-sizing: border-box;
    padding: 25px;
    border: 1px solid #d7d7d7;
    margin-top: 30px;
    margin-bottom: 50px;
}

.sc37-item {
    margin-top: 20px;
    display: block;
}

.sc37-item:nth-child(1) {
    margin-top: 0;
}

.sc37-item h5 {
    font-size: 15px;
    color: #009999;
}

.sc37-item div {
    font-size: 13px;
    line-height: 20px;
    color: #949494;
    margin-top: 8px;
}


/* sc37结束 */




/* sc38开始 */
.sc38-name {
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    background: #363636;
    padding: 12px 0;
}

.sc38 {
    margin-top: 4px;
}

.sc38-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 20px;
    background: #363636;
    margin-bottom: 30px;
}

.sc38-item:nth-child(1) {
    margin-top: 0;
}

.sc38-item:nth-child(2) {
    margin-top: 0;
}

.sc38-item:nth-child(3) {
    margin-top: 0;
}

.sc38-left {
    width: 35%;
}

.sc38-right {
    width: 61%;
}

.sc38-right-part1 {
    font-size: 16px;
    color: #FFFFFF;
}

.sc38-right-part2 {
    color: #C9C9C9;
    font-size: 12px;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc38-right-part3 {
    margin-top: 15px;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    color: #E4E4E4;
}

.sc38-right-part4 {
    background: #009999;
    width: 105px;
    line-height: 30px;
    color: white;
    display: block;
    text-align: center;
    margin-top: 15px;
    border-radius: 5px;
}

@media screen and (max-width:799px) {
    .sc38-out {
        margin-top: 30px;
    }
}

/* sc38结束 */





/* sc39开始 */
.sc39 {
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #d7d7d7;
}

.sc39-name {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 9px;
    margin-bottom: 15px;
}

.sc39-list li {
    line-height: 26px;
    display: flex;
    justify-content: flex-start;
    margin-top: 7px;
}

.sc39-list li span {
    background: #949494;
    color: white;
    padding: 0 8px;
    margin-right: 10px;
}

.sc39-list li a {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.sc39-list li:nth-child(1) span {
    background: #FF6633;
    color: white;
}

.sc39-list li:nth-child(2) span {
    background: #FF6633;
    color: white;
}

.sc39-list li:nth-child(3) span {
    background: #FF6633;
    color: white;
}

.sc39-list li:nth-child(4) span {
    background: #FF6633;
    color: white;
}

.sc39-num2 {
    margin-top: 30px;
}

.sc39-last {
    display: block;
    position: relative;
    margin-top: 10px;
}

.sc39-last p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px;
    background: #0000008e;
    text-align: center;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width:799px) {
    .sc39 {
        padding: 15px;
    }
}

/* sc39结束 */



/* sc40开始 */
.sc40 {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 80px;
    margin-bottom: 60px;
}

.sc40-wen {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #E4E4E4;
}

.sc40-wen dt {
    background: #009999;
    color: white;
    line-height: 54px;
    width: 54px;
    font-size: 20px;
    text-align: center;
}

.sc40-wen h1 {
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.sc40-da {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.sc40-con-img{ margin-top: 30px }

.sc40-da dt {
    background: #009999;
    color: white;
    line-height: 54px;
    height: 54px;
    width: 54px;
    font-size: 20px;
    text-align: center;
}

.sc40-da article {
    width: 92%;
    line-height: 24px;
}
.sc40-da article a {
    color: #FF6633;
}
@media screen and (max-width:799px) {
    .sc40-da article {
        width: 80%;
    }

    .sc40 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

/* sc40结束 */


/* sc41开始 */
.sc41-name {
    font-size: 24px;
    font-weight: bold;
}

.sc41-con {
    margin-top: 40px;
}

.sc41-item {
    margin-top: 30px;
    border-bottom: 1px dashed #E4E4E4;
    padding-bottom: 30px;
}

.sc41-item:nth-child(1) {
    margin-top: 0;
}

.sc41-item dt {
    display: flex;
    justify-content: flex-start;
}

.sc41-item dt div {
    width: 8%;
}

.sc41-item dt div span {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #009999;
    color: white;
}

.sc41-item dt a {
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 30px;
    background: #E4E4E4;
    box-sizing: border-box;
    width: 92%;
    font-size: 16px;
}

.sc41-item dd {
    display: flex;
    justify-content: flex-start;
}

.sc41-item dd div {
    width: 8%;
}

.sc41-item dd div span {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #009999;
    color: white;
}

.sc41-item dd {
    margin-top: 15px;
}

.sc41-item dd p {
    width: 92%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #949494;
    line-height: 20px;
}

@media screen and (max-width:799px) {
    .sc41-name {
        font-size: 16px;
    }

    .sc41-con {
        margin-top: 20px;
    }

    .sc41-item {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .sc41-item dd {
        justify-content: space-between;
    }

    .sc41-item dd p {
        width: 88%;
    }
}

/* sc41结束 */




/* sc42开始 */
.sc42-name {
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    border-left: 8px solid #009999;
    padding-left: 10px;
}

.sc42 {
    box-sizing: border-box;
    padding: 30px;
    background: #E4E4E4;
    margin-top: 30px;
}

.sc42-con {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc42-con li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 48%;
    line-height: 30px;
}

.sc42-con li a {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #515151;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 15px;
}

.sc42-con li a::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #515151;
    border-radius: 50%;
    left: 0;
    top: 14px;
}

@media screen and (max-width:799px) {
    .sc42-con li {
        width: 100%;
    }
}

/* sc42结束 */




/* sc43开始 */
.sc43 {
    box-sizing: border-box;
    padding: 40px 25px;
    background: #f2f2f2;
    margin-bottom: 30px;
}

.sc43-name {
    font-size: 16px;
    font-weight: bold;
}

.sc43-con {
    margin-top: 18px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.sc43-con a {
    width: 33.333333333333%;
    background: white;
    padding: 11px 0;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #DBE1E1;
    border-top: none;
    border-right: none;
}

.sc43-con a:nth-child(1) {
    border-top: 1px solid #DBE1E1;
}

.sc43-con a:nth-child(2) {
    border-top: 1px solid #DBE1E1;
}

.sc43-con a:nth-child(3) {
    border-top: 1px solid #DBE1E1;
}

.sc43-con a:nth-child(3n) {
    border-right: 1px solid #DBE1E1;
}

.sc43-con a:hover {
    background: #009999;
    color: white;
}

@media screen and (max-width:799px) {
    .sc43 {
        margin-top: 30px;
        padding: 15px;
    }
}

/* sc43结束 */






/* sc44开始 */
.sc45 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;

}

.sc44-out {
    padding: 40px 0;
}

.sc44 {

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc44-left {
    width: 49%;
    position: relative;
    height: 368px;
    overflow: hidden;
}

.sc44-left p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #00000089;
    color: white;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.sc44-right {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.sc44-right-item {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 8px;
}

.sc44-right-item dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc44-right-item dt a {
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: bold;
}

.sc44-right-item dt span {
    color: #A1A1A1;
}

.sc44-right-item dd {
    margin-top: 10px;
    color: #A1A1A1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width:799px) {
    .sc45 {
        font-size: 16px;
    }

    .sc44-out {
        padding: 20px 0;
    }

    .sc44-left {
        width: 100%;
        height: 250px;
    }

    .sc44-right {
        width: 100%;
        margin-top: 10px;
    }

    .sc44-right-item {
        margin-top: 20px;
    }
}


/* sc44结束 */





/* sc46开始 */
.sc46-out {
    padding: 40px 0;
}

.sc46 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc46-left {
    width: 23%;
    background: #F2F2F2;
    box-sizing: border-box;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sc46-left-item:nth-child(2) {
    margin-top: 20px;
}

.sc46-left-item-name span {
    font-weight: bold;
    margin-right: 30px;
}

.sc46-left-item-name a {
    color: #009999;
    font-size: 14px;
}

.sc46-left-item-con {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc46-left-item-con a {
    width: 32%;
    margin-top: 19px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.sc46-md {
    width: 23%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.sc46-md-item {
    position: relative;
    height: 192px;
    overflow: hidden;
}

.sc46-md-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    background: #000000c1;
    color: white;
    width: 100%;
    font-size: 14px;
}

.sc46-right {
    width: 49%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc46-right-item {
    width: 49%;
}

.sc46-right-item:nth-child(3) {
    margin-top: 30px;
}

.sc46-right-item:nth-child(4) {
    margin-top: 30px;
}

.sc46-right-item-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F2f2f2;
}

.sc46-right-item-name span {
    display: block;
    width: 90px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    background: #FFCC00;
}

.sc46-right-item-name a {
    font-size: 12px;
    color: #009999;
}

.sc46-right-item-con {
    margin-top: 12px;
}

.sc46-right-item-con li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 24px;
}

.sc46-right-item-con li a {
    width: 75%;
    color: #949494;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.sc46-right-item-con li span {
    color: #C9C9C9;
    width: 13%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width:799px) {
    .sc46-out {
        padding: 20px 0;
    }

    .sc46-left {
        width: 100%;
        padding: 15px;
    }

    .sc46-left-item-con a {
        font-size: 14px;
        margin-top: 8px;
        width: 26%;
    }

    .sc46-md {
        width: 100%;
        flex-direction: row;
        margin-top: 20px;
    }

    .sc46-md-item {
        width: 48%;
        height: 100%;
    }

    .sc46-md-item p {
        font-size: 12px;
        padding: 4px 2px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sc46-right {
        width: 100%;
    }

    .sc46-right-item {
        width: 100%;
        margin-top: 20px;
    }

    .sc46-right-item:nth-child(3) {
        margin-top: 20px;
    }

    .sc46-right-item:nth-child(4) {
        margin-top: 20px;
    }
}


/* sc46结束 */



/* sc47开始 */
.sc47 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 10px solid #009999;
    margin-top: 30px;
}


@media screen and (max-width:799px) {
    .sc47 {
        font-size: 16px;
        margin-top: 10px;

    }
}

/* sc47结束 */




/* sc48开始 */
.sc48 {
    padding: 30px 20px;
    box-sizing: border-box;
    background: #F2F2F2;
    height: 144px;
    color: #797979;
    line-height: 24px;
}

/* sc48结束 */


/* sc49开始 */
.sc49 {
    padding: 20px 20px;
    box-sizing: border-box;
    background: #CCCC99;
    color: #797979;
    line-height: 20px;
    margin-top: 15px;
}

/* sc49结束 */





/* sc50开始 */
.sc50 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.sc50-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #E4E4E4;
}

.sc50-item:nth-child(1) {
    padding-top: 0;
    margin-top: 40px;
    border-top: none;
}

.sc50-item-img {
    width: 30%;
}

.sc50-item-con {
    width: 68%;
}

.sc50-item-con h5 {
    font-size: 16px;
    margin-top: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sc50-item-con-qt {
    color: #AEAEAE;
    margin-top: 15px;
}

.sc50-item-con-qt span {
    margin-right: 30px;
}

.sc50-item-con-des {
    color: #AEAEAE;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}

@media screen and (max-width:799px) {
    .sc50-item-con-qt {
        display: none;
    }

    .sc50-item-con-des {
        margin-top: 10px;
        -webkit-line-clamp: 2;
        font-size: 12px;
    }
}

/* sc50结束 */



/* sc51开始 */
.sc51 h1 {
    text-align: center;
    font-size: 20px;
}

.sc51-des {
    margin-top: 20px;
    text-align: center;
    color: #A1A1A1;
}

.sc51-con {
    border-top: 1px solid #d7d7d7;
    padding: 40px 25px;
}

.sc51-con article {
    font-size: 14px;
    line-height: 22px;
}

.sc51-con article a {
    color: #068383;
    font-size: 15px;
    font-weight: bold;
}

.sc51-con-img {
    margin-top: 30px;
}

.sc51-con-tags {
    margin-top: 30px;
}

.sc51-con-tags span {
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
}

.sc51-con-tags span:nth-child(1) {
    font-weight: normal;
}

.sc51-sm {
    background: #F2F2F2;
    padding: 15px 25px;
    color: #AEAEAE;
}

@media screen and (max-width:799px) {
    .sc51-con {
        padding: 15px;
    }

    .sc51-con-tags span {
        font-size: 12px;
        margin-right: 5px;
    }
}

/* sc51结束 */


/* sc52开始 */
.sc52 h1 {
    text-align: center;
    font-size: 20px;
}

.sc52-des {
    margin-top: 20px;
    text-align: center;
    color: #A1A1A1;
}

/* sc52结束 */







.aaa {
    color: #009999;
    color: #f2f2f2;
    color: #FF6633;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;


    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}