.about-left {
    flex: 100;
    text-align: right;
    padding-right: 50px;
    font-size: 16px;
    line-height: 2.3em;
    font-weight: 300;
    color: #505050;
    position: relative;
    letter-spacing: 1.2px;
}

.about-left>div {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 50px;
    width: 550px;
}

.about-title {
    font-size: 33px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #F18D00;
}

.about-right {
    flex: 111;
}

.about-num {
    width: 1240px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 80px auto;
}

.about-num>div {
    display: inline-block;
}

.about-num>div .num {
    font-size: 70px;
}

.about-num>div>p:nth-child(1) {
    font-size: 33px;
    font-weight: 800;
    position: relative;
}

.about-num>div>p:nth-child(1)>span {
    vertical-align: text-top;

}
.about-num>div>p:nth-child(1)>span:nth-child(2) {
    top: 0;
    right: -1em;
    position: absolute;
    transform: translateX(8px); 

}

.about-num>div>p:nth-child(2) {
    padding: 20px 0;
    font-size: 17px;
}

.about-type {
    width: 1240px;
    padding: 30px 0;
    margin: auto;
    display: flex;
}

.about-type>div {
    flex: 2;
}

.about-type>p {
    flex: 5;
    font-size: 17px;
    font-weight: 300;
    color: #282828;
    line-height: 38px;
}

.about-type>div>p:nth-child(1) {
    font-size: 13px;
    font-weight: 300;
    color: #F18D00;
}

.about-type>div>p:nth-child(2) {

    font-size: 38px;
    font-weight: 300;
    color: #282828;
}

.new-list {
    color: #444444;
    width: 1200px;
    border-top: 1px solid #343434;
    margin: auto;
    padding-bottom: 40px;
    position: relative;
}

.new-list::after {
    content: '';
    position: absolute;
    width: 74px;
    height: 2px;
    background: #F18D00;
    top: -2px;
    left: 0;
}

.new-list>.flex {
    margin-top: 40px;
    justify-content: space-between;
    cursor: pointer;
}

.new-time {
    font-size: 25px;
    margin-right: 180px;
}
.new-time{

}
.new-time>span {
    font-size: 17px;
}

.new-list>.flex>img {
    width: 222px;
    height: 127px;
    margin-right: 50px;
}


.new-list>.flex>div {
    flex: 1;
    width: 340px;
    height: 127px;
    margin-right: 200px;
}

.new-list>.flex>div .new-title {
    font-size: 17px;
    line-height: 1.5em;
    font-weight: 400;
    color: #000000;
    padding-bottom: 24px;
}

.new-list>.flex>div .new-remark {

    font-size: 14px;
    font-weight: 300;
    color: #444444;
    line-height: 2em;
    height: 6em;
    overflow: hidden;
}


.new-time {
    font-size: 25px;
}