.main-container{
    width: 100%;
}
.main-container-gray{
    background-color: #f1f1f1;
    padding: 30px 0;
}
.main-container-white{
    background-color: #fff;
    padding: 60px 0;
}
.main-container-position{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-scroll-container{
    width: 678px;
    height: 414px;
    position: relative;
    border-radius: 13px;
    overflow: hidden;
}
.main-scroll-tag{
    width: 123px;
    height: 46px;
    background:url("../img/2.png") no-repeat center center;
    line-height: 46px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 20px;
    top: 20px;
    left: 20px;
    position: absolute;
    z-index: 999;
}
.main-latest-container{
    width: 492px;
    height: 414px;
}
.latest-logo{
    width: 100%;
    height: 65px;
    background: url("../img/title/17.png") no-repeat center center;
    margin-bottom: 20px;
}

.latest-container{
    width: 100%;
    height: 261px;
    margin-bottom: 40px;
}
.latest-container-dashed-line{
    position: relative;
    height: calc(100% - 40px);
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 28px;

}
.latest-container-dashed-line ul{
    position: absolute;
    top: 0;
    left: 0;

}
.latest-container-dashed-line:before{
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #8e90a9;
    left: 31px;
}
.latest-list-child{
    display: flex;
    justify-content: left;
    padding-bottom: 30px;
}
.latest-time{
    font-size: 16px;
    display: inline-block;
    box-sizing: border-box;
    line-height: 22px;
    width: 62px;
    padding:0 10px;
    color: #0050c7;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(135deg,#f1f1f1,#FFFFFF);
    border-radius: 5px;
    box-shadow: 3px 3px 4px rgba(0,0,0,.1),-3px -3px 4px rgba(255,255,255,.9);
}
.latest-title{
    line-height: 24px;
    font-size: 18px;
    vertical-align: top;
    padding-left: 15px;
}
.latest-title a{
    text-align: justify;
    display: block;
    height: 48px;
}
.latest-tag{
    background-color: #0050c7;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border-radius: 3px;
    padding: 0 7px;
    transform: translateY(-0.05em);
    margin-left: 7px;
}
.latest-tag a{
    color: #FFFFFF;
}
/** 拟态风按钮 **/
.more-bt-container{
    display: flex;
    line-height: 30px;
    justify-content: center;
}
.more-bt{
    width: 120px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #8b8ea2;
    background: linear-gradient(135deg,#f1f1f1,#FFFFFF);
    border-radius: 5px;
    display: block;
    box-shadow: 3px 3px 4px rgba(0,0,0,.1),-3px -3px 4px rgba(255,255,255,.9);
}
.more-bt:active{
    box-shadow:inset 3px 3px 4px rgba(0,0,0,.1), inset -3px -3px 4px rgba(255,255,255,.9);
}
/** 拟态风结束 **/
.main-container-banner-position{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.main-container-img-container{
    width: 800px;

}
.main-container-title-banner{
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: right;
    align-items: center;
}
.news-title-img{
   height: 65px;
    background: url("../img/title/16.png") no-repeat center center;
}
.bidding-title-img{
    height: 65px;
    background: url("../img/title/13.png") no-repeat center center;
    margin-bottom: 16px;
}
.global-title-img{
    height: 65px;
    background: url("../img/title/3.png") no-repeat center center;
}
.know-title-img{
    height: 65px;
    background: url("../img/title/15.png") no-repeat center center;
    margin-bottom: 16px;
}
.main-container-list-container{
    width: 340px;

}
.first-height{
    height: 580px;
}
.second-height{
    height: 325px
}
.main-container-grid-img{
    display: grid;
    grid-row-gap: 21px;
    grid-column-gap: 21px;
    grid-template-columns: 253px 253px 253px;
}
.news-img-position{
    width: 253px;
    height: 170px;
    overflow: hidden;
    border-radius: 13px;
}
.news-img-position img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.font-title{
    padding-top: 21px;
    display: block;
    text-align: center;
    line-height: 22px;
}
.inline-more{
    font-size: 14px;
    color: #7e829c;
}
.news-list-container-ul{
    list-style: disc;
    color:#ccc;
    font-size: 20px;
    margin-left: 20px;
}
.news-list-item{
    text-align: justify;
    margin-bottom: 20px;
    line-height: 22px !important;
}
.news-list-item a{
    display: block;
    height: 47px;
    vertical-align: top;
    font-size: 16px;
    color: #333;
}
.news-list-item p{
    font-size: 14px;
}
.know-target-img{
    width: 343px;
    height: 200px;
    background: url("../img/9.png") no-repeat center center;
    display: block;
    border-radius: 13px;
}
/** 页尾 **/
