.infoFrontier a {
    text-decoration: none;
    color: inherit;
}

.infoFrontier a:hover {
    text-decoration: underline;
}

.infoFrontier .headPic {
    width: 100%;
    min-width: 1280px;
    height: 638px;
    background: url("../img/inImg1.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}

.infoFrontier .infoTit {
    height: 48px;
    border-left: 8px solid #014482;
}

.infoFrontier .infoTit .tit {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    margin-left: 24px;
}

.infoFrontier .infoTit .paging .btn {
    width: 36px;
    height: 36px;
    color: #444444;
    line-height: 36px;
    text-align: center;
    background: #F0F2F5;
    border-radius: 3px;
    border: 1px solid #D7DBE0;
    cursor: pointer;
}

.infoFrontier .infoTit .paging .cont {
    color: #000000;
    font-size: 14px;
    margin: 0 12px;
}

.infoFrontier .infoTit .paging .cont .on {
    color: #3D7FFF;
}

.infoFrontier .dynamic {
    display: flex;
    margin: 112px auto 104px;
}

.infoFrontier .dynamic .left {
    width: 560px;
    height: 624px;
}

.infoFrontier .dynamic .left .dyPic {
    width: 560px;
    height: 512px;
}

.infoFrontier .dynamic .left .tit {
    margin: 30px 0 16px 0;
}

.infoFrontier .dynamic .left .tit .name {
    width: 340px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoFrontier .dynamic .left .tit .date {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.infoFrontier .dynamic .left .detailText {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    letter-spacing: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.infoFrontier .dynamic .right {
    width: 600px;
    margin-left: 48px;
}

.infoFrontier .dynamic .right .infoTit {
    width: auto;
    border-left: 0;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 16px;
}

.infoFrontier .dynamic .right .infoTit .tit {
    margin-left: 0;
}

.infoFrontier .dynamic .right .content dl {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.infoFrontier .dynamic .right .content dl dt .pic {
    width: 140px;
    height: 128px;
}

.infoFrontier .dynamic .right .content dl dd {
    margin-left: 20px;
    width: 440px;
}

.infoFrontier .dynamic .right .content dl dd .name {
    width: 254px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoFrontier .dynamic .right .content dl dd .date {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.infoFrontier .dynamic .right .content dl dd .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 16px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*要显示的行数*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.infoFrontier .industryNews {
    display: flex;
    justify-content: space-between;
    margin: 32px auto 104px;
}

.infoFrontier .industryNews li {
    width: 384px;
}

.infoFrontier .industryNews li:nth-of-type(2) {
    margin: 0 24px;
}

.infoFrontier .industryNews li .pic {
    width: 384px;
    height: 240px;
}

.infoFrontier .industryNews li .tit {
    margin: 24px 0 8px 0;
}

.infoFrontier .industryNews li .tit .name {
    width: 204px;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoFrontier .industryNews li .tit .date {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.infoFrontier .industryNews li .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*要显示的行数*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mediaCoverage {
    margin-bottom: 112px;
}

.mediaCoverage .content {
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mediaCoverage .content dl {
    display: flex;
    margin: 32px 0 0 0;
}

.mediaCoverage .content dl dt .pic {
    width: 280px;
    height: 256px;
}

.mediaCoverage .content dl dd {
    width: 250px;
    margin-left: 32px;
    font-size: 16px;
}

.mediaCoverage .content dl dd .name {
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mediaCoverage .content dl dd .date {
    color: #999999;
    margin: 15px 0 13px 0;
}

.mediaCoverage .content dl dd .text {
    color: #666666;
    line-height: 28px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5; /*要显示的行数*/
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.infoDetail .headPic .pic {
    width: 100%;
    height: 638px;
    background: url("../img/inImg1.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}

.infoDetail .infoMain {
    width: 1024px;
    margin: 0 auto;
}

.infoDetail .title {
    font-size: 32px;
    font-weight: 500;
    color: #333333;
    margin: 88px 0 22px 0;
    text-align: center;
}

.infoDetail .dateOfIssue {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    text-align: center;
}

.infoDetail .content {
    /* margin: 48px; */
    line-height: 32px;
}

.infoDetail .content > > > p {
    margin-bottom: 22px;
}

.infoDetail .content img {
    display: inline;
}