.newlist-div{
    width: 815px;
}
.newlist-div .title-more{
    border-bottom: 2px solid #f6f6f6;
}
.newlist-div .bigtitle{
    color:#090909;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px solid #f16f23;
    padding-bottom:10px;
}
.newlist-div .more{
    font-size:15px;
    color:#f16f23;
}
.newlist-div .newlist-content{
    margin-top:25px;
}
.newlist-div .date div:first-child{
    font-size:24px;
    font-weight:bold;
    text-align: center;
    color:#999999;
}
.newlist-div .date div:last-child{
    font-size:14px;
    color:#999999;
}
.newlist-div .first-new{
    display: block;
    width:380px;
    padding:25px;
    background: #f8f8f8;
}
.newlist-div .first-new .title{
    width:210px;
    padding:3px 0 3px 10px;
    margin-left: 10px;
    border-left:1px solid #e5e5e5;
    color:#090909;
}
.newlist-div .first-new .date div:first-child{
    color:#f16f23;
}
.newlist-div .first-new img{
    margin-top:20px;
    width:325px;
    height: 200px;
}
.newlist-div .list{
    width:calc(100% - 380px);
    padding-left: 17px;
}
.newlist-div .list .item{
    padding:16px 0;
    border-bottom:1px solid #e9e9e9;
}
.newlist-div .list .item .title{
    width:330px;
    color:#090909;
    position: relative;
    padding-left:13px;
}
.newlist-div .list .item .title::before{
    content:'·';
    font-size:30px;
    margin-right:10px;
    color:#999999;
    position:absolute;
    top:-10px;
    left:0;
}
.quicklist-div{
    width:335px;
}
.quicklist-div .title-more{
    border-bottom: 2px solid #f6f6f6;
}
.quicklist-div .bigtitle{
    color:#090909;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px solid #f16f23;
    padding-bottom:10px;
}
.quicklist-div .more{
    font-size:15px;
    color:#f16f23;
}
.quicklist-div .quicklist{
    margin-top:30px;
}
.quicklist-div .quicklist .item{
    margin-top:15px;
    display: block;
}
.quicklist-div .quicklist .item:first-child{
    margin-top:0;
}
.quicklist-div .quicklist .item img{
    width:330px;
    height:112px;
    border-radius: 4px;
}
.quicklist-div .quicklist .title {
    color:#090909;
    margin-top:10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.quicklist-div .quicklist .title span:first-child{
    font-weight:bold;
}
.quicklist-div .quicklist .date{
    font-size:14px;
    color:#999999;
    margin-top:8px;
}
.about-div{
    width:570px;
    margin-top:50px;
}
.about-div .title-more{
    border-bottom: 2px solid #f6f6f6;
}
.about-div .bigtitle{
    color:#090909;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px solid #f16f23;
    padding-bottom:10px;
}
.about-div .about-content{
    margin-top:25px;
}
.about-div .about-content img{
    width:260px;
    height:222px;
}
.about-div .about-content .des-div{
    width:calc(100% - 260px);
    padding-left:20px;
}
.about-div .about-content .des{
    line-height: 28px;
    color:#282828;
    font-size:15px;
}
.about-div .about-content .des-div .more-btn{
    color:#fff;
    background:#f16f23;
    display: inline-block;
    padding:8px 20px;
    font-size:15px;
    margin-top:20px;
}
.intell-property-div{
    width:570px;
    margin-top:50px;
}
.intell-property-div .title-more{
    border-bottom: 2px solid #f6f6f6;
}
.intell-property-div .bigtitle{
    color:#090909;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px solid #f16f23;
    padding-bottom:10px;
}
.intell-property-div .more{
    font-size:15px;
    color:#f16f23;
}
.intell-property-div .list{
    flex-wrap:wrap;
    margin-top:35px;
}
.intell-property-div .list .item{
    margin-bottom:25px;
}
.intell-property-div .list .item img{
    width:170px;
    height:85px;
}
.tech-div .tech-title{
    background:#f6f6f6;
    height:50px;
    position:relative;
    margin-top:60px;
}
.tech-div .tech-title > div{
    position:absolute;
    background:#f16f23;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    padding:15px 25px;
    top:-3px;
}
.tech-div .tech-title > div:after{
    content:'';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 7px solid transparent;
    position:absolute;
    right:0;
    top:20px;
}

.tech-div .list-content{
    padding-top:35px;
}
.tech-div .list-content > div{
    width:570px;
}
.tech-div .list-content .title-more{
    border-bottom: 2px solid #f6f6f6;
}
.tech-div .list-content .tech-twocell .bigtitle{
    cursor: pointer;
}
.tech-div .list-content .bigtitle{
    color:#090909;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 4px solid #f16f23;
    padding-bottom:10px;
}
.tech-div .list-content .bigtitle.bigtitle-gray{
    color:#565656;
    border-bottom: 4px solid transparent;
}
.tech-div .list-content .more{
    font-size:15px;
    color:#f16f23;
}
.tech-div .list-content .list{
    padding-top:15px;
}
.tech-div .list-content .list .item{
    display: flex;
    padding:15px 0;
}
.tech-div .list-content .list .item .msg{
    width:calc(100% - 124px - 10px);
}
.tech-div .list-content .list .item .title{
    color:#282828;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: calc(100% - 85px - 10px);
    margin-right: 10px;
}
.tech-div .list-content .list .item .date{
    color:#929292;
    font-size:15px;
    width:90px;
    width: 85px;
}
.tech-div .list-content .list .item .title .sanjiao{
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #f16f23;
    border-bottom: 6px solid transparent;
    margin-right:10px;
    display: inline-block;
}
.tech-div .list-content .tech-result .item img{
    width:124px;
    height:86px;
    margin-right:10px;
}
.tech-div .list-content .tech-result .item .date{
    font-size: 14px;
    margin-bottom:5px;
}
.tech-div .list-content .tech-result .item .des{
    color:#929292;
    font-size:14px;
}
.three-material-div{
    margin-top:60px;
}