* {margin: 0; padding: 0; outline: 0;}

html, body {width: 100%; height: auto; overflow-x: hidden; font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;position: relative;}
img {border:0;vertical-align:middle;}
li {list-style: none;}
a {text-decoration: none;}

.dch-header-outter {
    width: 100%;
    height: 131px;
    clear: both;
    box-shadow: 4px 2px 8px 0px hsla(0, 0%, 0%, 0.13);
    /* overflow: hidden; */
}
.dch-header-outter .innerHolder {
    width: 986px;
    margin: 0 auto;
    clear: both;
}

.dch-header-outter .innerHolder .line1 {
    position: relative;
    width: 100%;
    height: 85px;
    clear: both;
    /* overflow: hidden; */
}
.dch-header-outter .innerHolder .line1 a {
    position: absolute;
    display: block;
    width: 142px;
    height: 107px;
    overflow: hidden;
    top: -30px;
    left: 0;
}
.dch-header-outter .innerHolder .line1 a img {
    display: block;
    width: 100%;
    overflow: hidden;
}
.dch-header-outter .innerHolder .line1 .searchBox {position: absolute;width: 267px;height: 30px;border-radius: 4px;border: solid 1px #c1c1c1;top: 26px;right: 0;/* overflow: hidden; */}
.dch-header-outter .innerHolder .line1 .searchBox .searchType {
    position: relative;
    width: 91px;
    height: 30px;
    background-color: #f85959;
    border-radius: 4px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.dch-header-outter .innerHolder .line1 .searchBox .searchType span {
    position: relative;
    display: block;
    width: 91px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
    text-indent: 8px;
    clear: both;
    overflow: hidden;
}
.dch-header-outter .innerHolder .line1 .searchBox .searchType span::before {position: absolute;content:"";display: block;width: 8px;height: 8px;border-bottom: 1px solid #ffffff;border-right: 1px solid #ffffff;overflow: hidden;right: 6px;top: 6px;transform: rotate(45deg) translate(-3px, 5px);}
.dch-header-outter .innerHolder .line1 .searchBox .searchType ul {
    position: absolute;
    display:none;
    width: 91px;
    padding: 10px 0 0 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    z-index: 99999;
}
.dch-header-outter .innerHolder .line1 .searchBox .searchType:hover ul {display: block;}
.dch-header-outter .innerHolder .line1 .searchBox .searchType ul:hover {display: block;}
.dch-header-outter .innerHolder .line1 .searchBox .searchType ul li {
    width: 100%;
    height: 19px;
    margin: 0 0 11px 0;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000;
    clear: both;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.dch-header-outter .innerHolder .line1 .searchBox .searchType ul li:hover {color: #f85959;}
.dch-header-outter .innerHolder .line1 .searchBox .searchInput {
    display: block;
    width: 143px;
    height: 30px;
    line-height: 30px;
    border: 0;
    float: left;
    overflow: hidden;
    text-indent: 12px;
    font-size: 14px;
}
.dch-header-outter .innerHolder .line1 .searchBox .searchBtn {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 11px;
    margin: -7.5px 0 0 0;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: transparent;
}
.dch-header-outter .innerHolder .line1 .searchBox .searchBtn::before {content:"";position: absolute;top: 38%;left: 61%;transform: rotate(-45deg) translate(-50%, 61%);width: 2px;height: 8px;background-color: #c1c1c1;}
.dch-header-outter .innerHolder .line1 .searchBox .searchBtn::after {content:"";position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 10px;height: 10px;border-radius: 50%;border: 2px solid #c1c1c1;}

.dch-header-outter .innerHolder .line2 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    clear: both;
    /* overflow: hidden; */
    column-gap: 116px;
}
.dch-header-outter .innerHolder .line2 .xnav-a {
    position: relative;
    display: block;
    min-width: 32px;
    height: 45px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #000000;
    overflow: hidden;
}

.dch-header-outter .innerHolder .line2 .xnav-a.current::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #f85959;
    left: 0;
    bottom: 0;
}
.dch-header-outter .innerHolder .line2 .xnav-dropdown {
    position: relative;
    width: 86px;
    height: 45px;
}

.dch-header-outter .innerHolder .line2 .xnav-dropdown.current::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #f85959;
    left: 0;
    bottom: 0;
}
.dch-header-outter .innerHolder .line2 .xnav-dropdown span {
    position: relative;
    display: block;
    width: 100%;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    cursor: pointer;
}
.dch-header-outter .innerHolder .line2 .xnav-dropdown span:before {position: absolute;content:"";width: 9px;height: 9px;border-bottom: 1.8px solid #c1c1c1;border-right: 1.8px solid #c1c1c1;transform: rotate(45deg) translate(0px, 0px);overflow: hidden;top: 3px;right: 5px;}
.dch-header-outter .innerHolder .line2 .xnav-dropdown p {
    position: absolute;
    display: none;
    width: 91px;
    padding: 15px 0 0 0;
    background-color: #ffffff;
    top: 30px;
    left: 0;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    overflow: hidden;
    z-index: 999999;
}
.dch-header-outter .innerHolder .line2 .xnav-dropdown:hover p {display:block;}
.dch-header-outter .innerHolder .line2 .xnav-dropdown p:hover {display:block;}
.dch-header-outter .innerHolder .line2 .xnav-dropdown p a {
    display: block;
    width: 100%;
    height: 19px;
    clear: both;
    margin: 0 0 14px 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
}
.dch-header-outter .innerHolder .line2 .xnav-dropdown p a:hover {color:#f85959;}

.layoutHolder {
    width: 1002px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
}
.layoutHolder .nav-breadcrumb {
    margin: 0 8px;
    height: 86px;
    line-height: 86px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #c1c1c1;
}
.layoutHolder .nav-breadcrumb a {
    display: inline-block;
    float: left;
    color: #c1c1c1;
    margin: 0 5px 0 0;
    overflow: hidden;
}
.layoutHolder .nav-breadcrumb span {
    display: inline-block;
    float: left;
    margin: 0 5px 0 0;
    overflow: hidden;
}

.layoutHolder .main-body-holder {
    width:100%;
    clear: both;
    overflow: hidden;
}

.layoutHolder .main-body-holder .xleft {
    width: 647px;
    float: left;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xleft {}
.layoutHolder .main-body-holder .xleft .xgwords {
    display: block;
    height: 40px;
    clear: both;
    overflow: hidden;
    background-color: #f9f9f9;
    line-height: 40px;
    margin: 0 8px;
}
.layoutHolder .main-body-holder .xleft .xgwords a {
    display: block;
    width: 105px;
    height: 40px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
    overflow: hidden;
    text-align: center;
    float: left;
}
.layoutHolder .main-body-holder .xleft .xgwords a.current {
    background-color: #f85959;
    color: #ffffff;
}
.layoutHolder .main-body-holder .xleft .xgwords a:hover {
    background-color: #f85959;
    color: #ffffff;
}

.layoutHolder .main-body-holder .xleft .blk1 {
    width: 631px;
    margin: 25px 8px;
    padding: 0 24px 20px 24px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
}

.layoutHolder .main-body-holder .xleft .blk1 .patchup {
    width: 100%;
    margin: 23px 0 0 0;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #c1c1c1;
    clear: both;
    overflow: hidden;
}

.layoutHolder .main-body-holder .xleft .blk1 .line1 {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 20px 0 0 0;
}
.layoutHolder .main-body-holder .xleft .blk1 .line1 h1 {
    display: inline;
    font-family: Microsoft YaHei;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 52px;
    letter-spacing: 0px;
    color: #f85959;
}
.layoutHolder .main-body-holder .xleft .blk1 .line1 div {

    display: inline-block;

    width: 33px;

    height: 24px;

    border-radius: 14px;

    text-align: center;

    overflow: hidden;

    margin: 0 0 0 11px;

    cursor: pointer;

    background: url(/images/origin/mute.png) center center no-repeat;
}

.layoutHolder .main-body-holder .xleft .blk1 .line1 div:hover {
    background: #f6f6f6 url(/images/origin/mute.png) center center no-repeat;
}
.layoutHolder .main-body-holder .xleft .blk1 .line1 div.clicked {
    background: #f6f6f6 url(/images/origin/audio.png) center center no-repeat;
}

.layoutHolder .main-body-holder .xleft .blk1 .line2 {
    width: 100%;
    height: 19px;
    clear: both;
    overflow: hidden;
    margin: 10px 0 20px 0;
    line-height: 19px;
}
.layoutHolder .main-body-holder .xleft .blk1 .line2 span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #c1c1c1;
}
.layoutHolder .main-body-holder .xleft .blk1 .line2 em {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #000000;
    font-style: normal;
    margin: 0 0 0 17px;
}
.layoutHolder .main-body-holder .xleft .blk1 .dash-linex {
    width: 100%;
    height: 1px;
    clear: both;
    overflow: hidden;
    border-bottom: dashed 1px rgba(248, 89, 89, 0.2);
    margin: 20px 0 0 0;
}
.layoutHolder .main-body-holder .xleft .blk1 .smblk {
    width: 100%;
    margin: 30px 0;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xleft .blk1 .smblk:last-child {margin: 30px 0 5px 0;}
.layoutHolder .main-body-holder .xleft .blk1 .smblk h2 {
    position: relative;
    width: 100%;
    height: 24px;
    clear: both;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
    text-indent: 13px;
}
.layoutHolder .main-body-holder .xleft .blk1 .smblk h2::before {position: absolute;display: block;content:"";width: 3px;height: 21px;background-color: #f85959;top: 50%;left: 0;margin: -10.5px 0 0 0;}
.layoutHolder .main-body-holder .xleft .blk1 .smblk .xxholder {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 23px 0 0 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
}
.layoutHolder .main-body-holder .xleft .blk1 .smblk6 .xxholder {margin: 0 0 0 0;}
.layoutHolder .main-body-holder .xleft .blk1 .smblk .xxholder a {}
.layoutHolder .main-body-holder .xleft .blk1 .smblk2 .xxholder a {
    color: #5871FF;
    font-weight: bold;
}
.layoutHolder .main-body-holder .xleft .blk1 .smblk2 .xxholder a:hover {
    text-decoration: underline;
}
.layoutHolder .main-body-holder .xleft .blk1 .smblk .xxholder h5 {}
.layoutHolder .main-body-holder .xleft .blk1 .smblk3 .xxholder h5 {
    width: 100%;
    clear: both;
    overflow: hidden;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
}
.layoutHolder .main-body-holder .xleft .blk1 .smblk .xxholder h5:first-child {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #f85959;
    margin: 0 0 24px 0;
}
.layoutHolder .main-body-holder .xleft .blk1 .smblk .xxholder h4:first-child {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #f85959;
    margin: 0 0 24px 0;
}
.layoutHolder .main-body-holder .xleft .blk1 .smblk .xxholder h5 em {
    color: #f85959;
    font-style: normal;
    font-weight: normal;
}
.layoutHolder .main-body-holder .xleft .blk1 .smblk5 .xxholder em {color:#f85959;font-weight: bold;}
.layoutHolder .main-body-holder .xleft .blk1 .smblk3 .xxholder h5:first-child em {
    font-style: normal;
}
.layoutHolder .main-body-holder .xleft .blk1 .smblk .xxholder h4 {}
.layoutHolder .main-body-holder .xleft .blk1 .smblk .xxholder ol {
    padding: 0 24px;
}
.layoutHolder .main-body-holder .xleft .blk1 .smblk .xxholder ol li {list-style: auto;}
.layoutHolder .main-body-holder .xleft .blk1 .smblk .xxholder ol li::marker {color: #999999;}
.layoutHolder .main-body-holder .xleft .blk1 .smblk .xxholder ol li div {}
.layoutHolder .main-body-holder .xleft .blk1 .smblk5 .xxholder ol li div {
    color: #999999;
    font-size: 16px;
}
.layoutHolder .main-body-holder .xleft .blk1 .smblk .xxholder ol li em {
    font-style: normal;
}
.layoutHolder .main-body-holder .xleft .blk1 .smblk .xxholder b {}
.layoutHolder .main-body-holder .xleft .blk1 .smblk6 .xxholder b {
    color: #f85959;
    font-weight: normal;
    font-style: normal;
}
.layoutHolder .main-body-holder .xleft .blk1 .smblk .xxholder strong {}
.layoutHolder .main-body-holder .xleft .blk1 .smblk6 .xxholder strong {font-weight: normal;}
.layoutHolder .main-body-holder .xleft .blk1 .smblk6 .xxholder em {font-style: normal;}
.layoutHolder .main-body-holder .xleft .blk1 .smblk .xxholder strong i {}
.layoutHolder .main-body-holder .xleft .blk1 .smblk6 .xxholder strong i {
    color: #f85959;
    font-style: normal;
    font-weight: normal;
}

.layoutHolder .main-body-holder .xleft .clearx {}

.layoutHolder .main-body-holder .xleft .blk2 {
    width: 631px;
    margin: 25px 8px;
    padding: 0 24px 20px 24px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
}
.layoutHolder .main-body-holder .xleft .blk2 .xheader {
    position: relative;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin: 24px 0 0 0;
    clear: both;
    overflow: hidden;
    text-indent: 13px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}
.layoutHolder .main-body-holder .xleft .blk2 .xheader::before {content: "";position: absolute;width: 3px;height: 21px;background-color: #f85959;left: 0;top: 50%;margin: -10.5px 0 0 0;}
.layoutHolder .main-body-holder .xleft .blk2 .innerHolder {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 32px 0 0 0;
}
.layoutHolder .main-body-holder .xleft .blk2 .innerHolder a {
    display: block;
    width: 286px;
    height: 21px;
    margin: 0 11px 26px 0;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #000000;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.layoutHolder .main-body-holder .xleft .blk2 .innerHolder a:nth-child(2n+0) {
    margin: 0 0 26px 0;
}
.layoutHolder .main-body-holder .xleft .blk2 .innerHolder a:hover {color: #f85959;}

.layoutHolder .main-body-holder .xright {
    width: 347px;
    float: right;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-txt-one-column {
    width: 331px;
    margin: 8px 8px 43px 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-txt-one-column .xheader {
    position: relative;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin: 24px 0 0 0;
    clear: both;
    overflow: hidden;
    text-indent: 37px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}
.layoutHolder .main-body-holder .xright .xcommon-txt-one-column .xheader::before {content: "";position: absolute;width: 3px;height: 21px;background-color: #f85959;left: 24px;top: 50%;margin: -10.5px 0 0 0;}
.layoutHolder .main-body-holder .xright .xcommon-txt-one-column .innerHolder {
    margin: 27px 0 24px 0;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-txt-one-column .innerHolder a {
    display: block;
    width: 283px;
    height: 32px;
    margin: 0 auto 15px auto;
    clear: both;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
    padding: 0 10px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layoutHolder .main-body-holder .xright .xcommon-txt-one-column .innerHolder a:last-child {
    margin-bottom: 0;
}
.layoutHolder .main-body-holder .xright .xcommon-txt-one-column .innerHolder a:hover {
    color: #f85959;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list {
    width: 331px;
    margin: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px
    rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .xheader {
    position: relative;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin: 24px 0 0 0;
    clear: both;
    overflow: hidden;
    text-indent: 37px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .xheader::before {content:"";position: absolute;width: 3px;height: 21px;background-color: #f85959;left: 24px;top: 50%;margin: -10.5px 0 0 0;}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder {
    height: 440px;
    margin: 13px 24px 0 24px;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems {
    width: 100%;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line1 {
    width: 100%;
    height: 19px;
    line-height: 19px;
    margin: 15px 0 0 0;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line1 em {
    display: block;
    min-width: 12px;
    height: 19px;
    margin: 0 10px 0 0;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #c1c1c1;
    font-style: normal;
    float: left;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line1 a {
    display: block;
    height: 19px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    float: left;
    overflow: hidden;
}

.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line2 {
    display: none;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems.current .line2 {
    position: relative;
    display: block;
    min-height: 70px;
    margin: 15px 0 0 0;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line2 .aimg {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line2 .aimg img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 12px;
    opacity: 0.8;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line2 .col2 {
    width: 128px;
    min-height: 70px;
    margin: 0 0 0 17px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #999999;
    float: left;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line2 .abtn {
    position: absolute;
    display: block;
    width: 62px;
    height: 28px;
    border-radius: 4px;
    border: solid 1px #f85959;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #f85959;
    text-align: center;
    top: 50%;
    right: 0;
    margin: -14px 0 0 0;
}

.layoutHolder .main-body-holder .xright .xcommon-latest-app-list .innerHolder .xitems .line2 .abtn:hover {
    color: #ffffff;
    background:#F85959;
}

.layoutHolder .main-body-holder .xright .xcommon-app-pro-list {
    width: 331px;
    margin: 43px 8px 8px 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    clear: both;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list .xheader {
    position: relative;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin: 24px 0 0 0;
    clear: both;
    overflow: hidden;
    text-indent: 37px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list .xheader::before {content: "";position: absolute;width: 3px;height: 21px;background-color: #f85959;left: 24px;top: 50%;margin: -10.5px 0 0 0;}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list ul {
    margin: 28px 24px 24px 24px;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list ul li {
    width: 80px;
    margin: 0 21px 16px 0;
    float: left;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list ul li:nth-child(3n+0) {
    margin: 0 0 16px 0;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list ul li .aimg {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list ul li .aimg img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 12px;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list ul li .atitle {
    display: block;
    height: 19px;
    margin: 10px 0 0 0;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.layoutHolder .main-body-holder .xright .xcommon-app-pro-list ul li .atitle:hover {color:#F85959;}

.dch-footer-outter {
    width: 100%;
    margin: 80px 0 30px 0;
    border-top: 1px solid #f85959;
    clear: both;
    overflow: hidden;
}
.dch-footer-outter .innerHolder {
    width: 986px;
    margin: 36px auto 0 auto;
    clear: both;
    overflow: hidden;
    text-align: center;
}
.dch-footer-outter .innerHolder a,.dch-footer-outter .innerHolder span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #c1c1c1;
}
.dch-footer-outter .innerHolder a.thex{color: #343434;}
.dch-footer-outter .innerHolder span.thex{color: #343434;}