.context {
    width: 1200px;
    margin: 0 auto;
}
 ul li p ,
 ul li span {
     font-size: 18px;
 }
.context>div {
    margin-top: 20px;
}

.newWorks {
    width: 100%;
    height: 386px;
    display: flex;
    justify-content: space-between;
}

.newWorks>div,
.opportunity_context>div,
.characteristic>div {
    width: 48%;
    margin-top:20px;
}
.newWorks .newWorks_video video{
    width: 100%;
    height: 360px;
}
.newWorks_title {
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20PX;
}

._title {
    width: 200px;
    height: 60px;
    font-size: 30px;
    background: rgba(189, 26, 45, 1);
    border-bottom: 1px solid rgba(189, 26, 45, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.More {
    border-bottom: 1px solid rgba(170, 170, 170, 1);
    width: 15%;
    height: 100%;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.More a {
    color: #555555;
    font-size: 16px;
}
.opportunity_List li a{
    width: 100%;
}
.opportunity_List li a p{
    width: 85%;
}
.newWorks_List li a p,
.opportunity_List li a p{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.newWorks_List li a,
.opportunity_List li {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newWorks_List li p {
    width: 70%;
}

.newWorks_List li span {
    display: block;
}

.opportunity_context,
.characteristic {
    display: flex;
    justify-content: space-between;
}

.opportunity_title {
    height: 60px;
    margin-bottom:10px;
    display: flex;
    justify-content: space-between;
}

.opportunity_titler {
    flex: 1;
    height: 100%;
    font-size: 24px;
    color: #BD1A2D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(189, 26, 45, 1);
}

.characteristic {
    display: flex;
}
.characteristic>div>div img{
    width: 100%;
}
.ElegantDemeanor{
    margin: 25px 0px;
    display: flex;
    justify-content: space-between;
}
.ElegantDemeanor a{
    width: 22%;
}
.ElegantDemeanor a img{
    width: 100%;
    height: 160px;
}
.contact{
    display: flex;
    flex-direction: column;
    margin: 20px 0px 10px 0px;
    background: rgb(253,235,211);
    padding: 20px 10px;
}
.contact>div{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 3px 0px;
}
.contact>div p{
    color: #bd1a2d;
    font-weight: bold;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑', sans-serif;
    width: 8%;
}
.contact>div span{
    width: 44%;
}