.container{
	width: 100%;
	height: 100%;
	padding-top: 80px;
    background: #721e1e;
    padding-bottom: 20px;
    overflow: hidden;
}
.top-bg{
	width: 100%;
	height: 741px;
	background: url('../images/new_20190718/top_bg.png') no-repeat top center;
	background-size: 100% 100%;
	margin: 0 auto;
	position: absolute;
}

.content{
	position: relative;
}
.item-box{
	width: 1000px;
	margin: 0 auto;
	height: auto;
}
.item-box img{
	width: 100%;
	height: auto;
}

.second-img{
	position: relative;
	height: 898px;
}
.second-img .circle-bg{
	width: 1366px;
	height: 430px;
	background: url('../images/new_20190718/item_bg.png') no-repeat top center;
	background-size: 100% 100%;
	margin-left: -183px;
}
.second-img img{
	position: absolute;
	left: 0;
	top: 0;
}
.special-box{
    width: 1000px;
    min-height: 200px;
    background: #fff;
    border-radius: 10px;
    margin: -20px auto 20px;
    padding-top: 20px;
    position: relative;
}

.list-item{
    width: 160px;
    min-height: 220px;
    text-align: center;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 20px;
}
.list-item img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.list-item .title{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 6px;
}
.list-item .author{
    color: #666666;
}

.line-img{
    width: 1000px;
    margin: 10px auto 0;
}
.line-img img{
    width: 100%;
    height: auto;
}


.last-box{
    width: 1000px;
    min-height: 200px;
    background: #fff;
    border-radius: 10px;
    margin: -20px auto 20px;
    padding-top: 20px;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.last-box-left{
    width: 470px;
    float: left;
}
.last-box-left img{
    width: 100%;
    height: 240px;
}
.last-link-item{
    margin-top: 10px;
}
.last-link-item a{
    text-decoration: none;
    outline: none;
    font-size: 20px;
    font-weight: bold;
}
.last-link-item .time{
    font-size: 12px;
    margin-top: 10px;
    font-weight: bold;
}

.last-box-right{
    display: inline-block;
    width: 470px;
    margin-left: 20px;
}

.last-box-right .last-link-item a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.last-box-right .last-link-item{
    border-bottom: 1px solid #f8fafc;
    padding-bottom: 15px;
}
.last-box-right .last-link-item:last-of-type{
    border: none;
}