.container {
    width: 1180px;
    margin: auto;
}

.container-fluid {
    width: 100%;
    margin: auto;
}

/*主体样式*/
.content-header {
    margin-top: 20px;
    color: #444;
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 15px 0;
    /* min-height: 80px; */
}

.content-header .header-title {
    color: #51a7f3;
    font-size: 30px;
    margin: 0;
}

.content-header .header-small {
    font-size: 14px;
}

.breadcrumb {
    margin-top: 8px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.breadcrumb .left a {
    margin-right: 35px;
    color: #adadad;
    cursor: pointer;
}

.breadcrumb .left a.active {
    color: #51a7f3;
}

.breadcrumb .right span {
    display: inline-block;
    color: #adadad;
}

.breadcrumb .right span:last-child {
    color: #444;
}


.section-new {
    margin-top: 70px;
}

.pendo-new-title {
    text-align: center;
    font-size: 32px;
    color: #333;
}

.pendo-new-title:after {
    content: "";
    display: block;
    width: 50px;
    border-top: 1px solid #51a7f3;
    margin: 20px auto 0;
}

.pendo-new {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    color: #999;
    font-size: 14px;
}

.pendo-new-left {
    width: 555px;
}

.pendo-new-right {
    width: 555px;
}

.pendo-new a {
    font-size: 16px;
    color: #444;
}

.pendo-new a:hover {
    color: #51a7f3;
}

.chose a {
    color: #51a7f3 !important;
}

.notchose a {
    color: #333333 !important;
}

.pendo-new-left .img-banner {
    display: block;
    height: 208px;
    overflow: hidden;
}

.pendo-new-left .img-banner img {
    width: 100%;
    height: 135%;
}

.pendo-new-left .img-title {
    display: block;
    margin-top: 20px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pendo-new-left .img-footer {
    margin: 25px 0;
    display: flex;
    overflow: hidden;
}

.pendo-new-right li {
    padding: 25px 0;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
}

.pendo-new-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #E5E5E5;
}

.pendo-new-date .date-year {
    color: #333;
    font-size: 16px;
    display: block;
    width: 60px;
    margin-bottom: 8px;
}

.pendo-new-content {
    width: 80%;
    padding-left: 25px;
}

.pendo-new-content .content-body {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}

.pendo-new-right li:first-child {
    border-top: 1px solid #E5E5E5;
}

/*头部*/
.pendo-header {
    height: 80px;
    line-height: 40px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.pendo-header ul.pendo-nav {
    display: flex;
    padding-top: 20px;
}

.pendo-header ul.pendo-nav li {
    margin-right: 40px;
}

.pendo-header ul.pendo-nav li ul li {
    margin-right: 0px;
}

.pendo-header ul.pendo-nav > li a {
    display: block;
    color: #333333;
    padding: 0 15px;
    text-align: center;
}

.pendo-header ul.pendo-nav > li a:hover {
    color: #51a7f3;
}

.pendo-header ul.pendo-nav > li:first-child > a {
    padding-left: 0;
}

.pendo-header ul.pendo-nav > li ul {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.pendo-header ul.pendo-nav > li > ul li:hover {
    background-color: #fff;
}

.pendo-header ul.pendo-nav > li > ul li:hover > a {
    color: #51a7f3;
}

.pendo-header ul.pendo-nav > li > ul > li {
    position: relative;
}

.pendo-header ul.pendo-nav > li > ul > li > ul {
    display: none;
    position: absolute;
    min-width: 340px;
    left: 100%;
    top: 0;
}

.pendo-header .pendo-lang {
    padding-top: 20px;
}

.pendo-header .pendo-lang a {
    padding: 0px 10px;
    color: #8e8e8e;
    font-weight: bold;
}

.pendo-header .pendo-lang a.active {
    color: #29A7F6;
}


.pendo-mobile-header .pendo-language {
    padding-left: 15px;
    padding-right: 15px;
}

.pendo-mobile-header .pendo-language a {
    background-color: #555;
    color: #999;
    padding: 5px 0;
    width: 30%;
    line-height: 20px;
    text-align: center;
}

/*尾部*/
.pendo-footer {
    background-color: #fafafa;
    color: #7d7d7d;
    margin-top: 35px;
    padding-top: 10px;
}

.pendo-footer a {
    color: #7d7d7d;
}

.pendo-footer a:hover {
    color: #51a7f3;
}

.pendo-footer-body {
    display: flex;
}

.pendo-footer-link {
    display: flex;
    flex-basis: 70%;
}

.pendo-footer-info {
    display: flex;
    flex-basis: 30%;
    align-items: center;
}

.pendo-footer-link li {
    flex-grow: 1;
}

.pendo-footer-link li h4 {
    margin: 10px 0;
    font-weight: bold;
}

.pendo-footer-link li p {
    line-height: 35px;
}

.pendo-footer-info .pendo-footer-phone {
    display: flex;
    flex-direction: column;
    flex-basis: 60%;
    text-align: center;
}

.pendo-footer-phone p {
    padding: 5px 0;
}

.pendo-footer-phone p:nth-child(2) {
    font-size: 18px;
}

.pendo-footer-info .pendo-footer-wechat {
    flex-basis: 40%;
}

.pendo-footer-footnote {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0;
}

.pendo-footer-footnote a {
    margin-right: 15px;
    line-height: 25px;
}
