.opport {
	 display: flex;
    justify-content: center;
}
.opport .tab {
    width: 1380px;
    display: flex;
    justify-content: left;
    background: transparent;
    border-bottom: 1px solid #eee;
	 position: relative;
    top: -60px;
}

.opport .card {
    background-color: rgb(193, 50, 48);
    width: 10.4167vw;
    font-size: 1.5625vw;
    text-align: center;
    line-height: 6.25vw;
    color: rgb(255, 255, 255);
	z-index: 8;
    position: relative;

}
.opport .tab .navHeader {
	margin-left:100px;
    height: 60px;
    margin-top: 60px;
    display: flex;
    align-items: center;
}
.opport .tab .navHeader .itemParent {
	display: flex;
  height:60px;
}
.opport .tab .tab-item {
	margin: 0 10px;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.opport .tab .tab-item .line {
	position: absolute; 
    bottom: 0px;
    width: 100%; 
    display: flex; 
    justify-content: center;
}

.opport .tab .tab-item .line .lineChild{
	width: 2.08333vw; 
  background-color: rgb(193, 50, 48);
  height: 0.10417vw;
}
.opport .tab .tab-item a{
	text-decoration: none;
	color:#000;
}

.opport .tab .active {
	color: #c13230;
}

.content{
	width: 1380px;
    margin: 0 auto;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -50px;
}
.content .listContainer{ 
	width: 100%;
}
.content .list-item {
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    padding: 10px 200px;
    height: 100px;
	box-sizing: border-box;
}
.content .list-item:hover {
  background-color: rgb(193, 50, 48);
	color:#fff;
}
.content .list-item:hover .ellipsis2 {
  color:#fff;
}

.content .list-item:hover .left .year {
  color:#fff;
}
.content .list-item .right {
    display: flex;
    align-items: center;
    position: relative;
    width: 800px;
}

.content .list-item .right .title {
    font-weight: 500;
    font-size: 20px;
    color: #000;
}
.ellipsis1, .ellipsis2 {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.ellipsis2 {
    -webkit-line-clamp: 2;
}

.content .list-item .left {
	min-width: 120px;
    height: 80px;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.content .list-item .left .year {
    font-weight: 500;
    font-size: 18px;
    color: #a12916;
    text-align: center;
}