.news {
    height: 692px;
    overflow: hidden;
    background: url("../../images/computer/b1.jpg") no-repeat center center;
}

.news > .w1280 { 
    height: 692px; 
    overflow: hidden; 
    background: #ffffff; 
    position: relative;
}
.news > .w1280 > .swiper-wrapper .swiper-slide a { 
    display: block; 
    width: 1280px; 
    height: 692px; 
    overflow: hidden; 
    margin: auto auto; 
    position: relative; 
    text-align: center;
}
.news > .w1280 > .swiper-wrapper .swiper-slide a .title { 
    font-size: 24px; 
    color: #b90000; 
    padding-top: 2em;
}
.news > .w1280 > .swiper-wrapper .swiper-slide a .shortdesc { 
    font-size: 16px; 
    line-height: 2em; 
    padding: 1em 2em 0em 2em; 
    text-align: left; 
    text-indent: 2em;
}
.news > .w1280 > .swiper-wrapper .swiper-slide a img { 
    width: 1100px; 
    margin-top: 2.1em; 
}
.news > .w1280 > .swiper-wrapper .swiper-slide a span { 
    display: block; 
    width: 100%; 
    height: 4em; 
    line-height: 4em; 
    font-size: 1.2em; 
    position: absolute; 
    bottom: 0; 
    left: 0; 
    background: rgba(0, 0, 0, 0.5); 
    color: #ffffff;
}
.news > .w1280 > .swiper-wrapper .swiper-slide a:hover { 
    color: #333333;
}

.container {
    display: flex;
    justify-content: space-between;
}

.cont {
    width: 410px;
    overflow: hidden;
}

.cont-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #c4c4c4;
}

.cont-tit > span {
    background: url("../../images/computer/i1.jpg") no-repeat left center;
    line-height: 3;
    padding-left: 35px;
}

.cont:nth-child(2) > .cont-tit > span {
    background: url("../../images/computer/i2.jpg") no-repeat left center;
    line-height: 3;
    padding-left: 35px;
}

.cont-lis {
    padding-top: 10px;
}

.cont-lis > p {
    display: flex;
    justify-content: space-between;
    line-height: 2;
}

.elegant {
    height: 328px;
    overflow: hidden;
    background: url("../../images/computer/x1.jpg") no-repeat center top;
    margin-top: 20px;
}

.elegant-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #CCCCCC;
}

.elegant-tit > span {
    font-size: 24px;
    color: #000000;
    line-height: 3;
    background: url("../../images/computer/i3.png") no-repeat left center;
    padding-left: 30px;
}

.elegant-lis {
    overflow: hidden;
    margin-top: 20px;
}

.elegant-lis .swiper-wrapper .swiper-slide a {
    display: block;
    width: 305px;
    overflow: hidden;
}

.elegant-lis .swiper-wrapper .swiper-slide a div {
    width: 305px;
    height: 196px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.contai {
    width: 630px;
    overflow: hidden;
    margin-top: 20px;
}

.contai-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
}

.contai-tit > span {
    line-height: 2;
    font-size: 24px;
    background: url("../../images/computer/i4.png") no-repeat left center;
    padding-left: 40px;
}

.contai:nth-child(2) > .contai-tit {
    background: url("../../images/computer/i5.png") no-repeat left center;
}

.contai-lis > ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.contai-lis > ul > li:nth-child(1) {
    width: 160px;
    height: 120px;
    overflow: hidden;
}

.contai-lis > ul > li:nth-child(1) > a > img {
    width: 160px;
    height: 120px;
}

.contai-lis > ul > li:nth-child(2) {
    width: 450px;
    overflow: hidden;
}

.contai-lis > ul > li:nth-child(2) > p:nth-child(1) {
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contai-lis > ul > li:nth-child(2) > p:nth-child(2) {
    margin-top: 0.5em;
    line-height: 2em;
    text-indent: 2em;
    font-size: 0.9em;
}

.tone {
    height: 133px;
    overflow: hidden;
    margin: 20px auto;
    border: 1px solid #e3e3e3;
    background: url("../../images/computer/z1.jpg") no-repeat;
    display: flex;
    justify-content: flex-end;
}

.tone > ul {
    width: 1200px;
    height: 133px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
}

.education-lis > p {
    display: flex;
    justify-content: space-between;
    line-height: 2;
}

.education {
    width: 630px;
}

.education-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #004bc7;
}

.education-tit > span {
    line-height: 2;
    font-size: 24px;
    background: url("../../images/computer/x1.png") no-repeat left center;
    padding-left: 40px;
    color: #004bc7;
}

.education:nth-child(2) > .education-tit {
    background: url("../../images/computer/x2.png") no-repeat left center;
}

.video-tit {
    border-bottom: 1px solid #CCCCCC;
    line-height: 2.5em;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.video-tit > span {
    background: url("../../images/computer/v1.png") no-repeat left center;
    padding-left: 40px;
}

.video-lis {
    overflow: hidden;
    margin: 20px auto 40px auto;
}

.video-lis .swiper-wrapper .swiper-slide a {
    display: block;
    width: 318px;
    overflow: hidden;
    text-align: center;
}

.video-lis .swiper-wrapper .swiper-slide a img {
    width: 318px;
    height: auto;
}

.video-lis .swiper-wrapper .swiper-slide a p {
    line-height: 2;
}

.player {
    width: 370px;
    overflow: hidden;
}

.briefing {
    width: 415px;
    overflow: hidden;
}

.briefing-tit {
    border-bottom: 1px solid #CCCCCC;
    line-height: 2.5em;
    display: flex;
    justify-content: space-between;
}

.briefing-tit > span {
    background: url("../../images/computer/v5.png") no-repeat left center;
    padding-left: 1.5em;
    font-size: 24px;
    color: #333333;
}

.briefing:nth-child(2) > .briefing-tit > span {
    background: url("../../images/computer/v6.png") no-repeat left center;
}

.briefing-lis {
    margin-top: 20px;
}

.briefing-lis > p {
    line-height: 2;
    display: flex;
    justify-content: space-between;
}

.floatimg {
    width: 270px;
    height: 55px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 280px;
    z-index: 999;
}

.floatimg > a > img {
    width: 270px;
    height: 55px;
}
