.banner, .bannerone {
    padding: 10px 0px 0px 0px;
}

.banner > div {
    padding-bottom: 10px;
}

.banner > div img {
    width: 1200px;
    height: auto;
}

.dynamic {
    display: flex;
    justify-content: space-between;
}

.dynamic-pic {
    width: 550px;
    height: 320px;
    overflow: hidden;
}

.dynamic-pic .swiper-slide a {
    display: block;
    width: 550px;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.dynamic-pic .swiper-slide a .pics {
    width: 550px;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.dynamic-pic .swiper-slide a .title {
    width: 550px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    bottom: 0px;
    text-indent: 12px;
}

.dynamic-container {
    width: 640px;
    height: 320px;
    overflow: hidden;
}

.dynamic-container-tit {
    height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    display: flex;
}

.dynamic-container-tit > li {
    width: 123px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.dynamic-container-tit > li > a {
    font-size: 18px;
}

.dynamic-container-tit > li.on {
    background-color: #d60062;
}

.dynamic-container-tit > li.on > a {
    color: #ffffff;
}

.dynamic-container-lis {
    padding: 0px 10px;
}

.dynamic-container-lis > .dynamic-container-first {
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 10px;
}

.dynamic-container-lis > .dynamic-container-first > h3 > a {
    font-size: 18px;
    color: #000;
}

.dynamic-container-lis > .dynamic-container-first > p {
    text-indent: 24px;
    line-height: 25px;
}

.dynamic-container-lis > .dynamic-container-first > p > a {
    font-size: 14px;
    color: #727272;
}

.dynamic-container-lis > p {
    background: url("../../images/computer/dian2.jpg") left center no-repeat;
    line-height: 33px;
    text-indent: 24px;
    display: flex;
    justify-content: space-between;
}

.dynamic-container-lis > p > a {
    font-size: 14px;
    color: #333;
}

.dynamic-container-lis > p > span {
    font-size: 14px;
    color: #999;
}

.container {
    display: flex;
    justify-content: space-between;
}

.contai {
    width: 445px;
    height: 266px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.contai-tit {
    height: 37px;
    border-top: 1px solid #d60062;
    background-color: #f0f0f0;
    color: #ffffff;
    font-size: 18px;
    line-height: 37px;
    text-align: center;
}

.contai-tit > span {
    display: block;
    width: 150px;
    height: 37px;
    background-color: #d60062;
}

.contai-lis {
    padding: 10px 10px 0px 10px;
}

.contai-lis > p {
    background: url("../../images/computer/t.jpg") left center no-repeat;
    text-indent: 24px;
    border-bottom: 1px dashed #e1e1e1;
    line-height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contai-lis > p > a {
    font-size: 14px;
}

.contai-end {
    width: 265px;
    height: 266px;
    border: 1px solid #f0f0f0;
}

.contai-end-tit {
    height: 37px;
    line-height: 37px;
    background-color: #ff006a;
    text-indent: 26px;
    color: #fff;
    font-size: 18px;
}

.flex {
    justify-content: flex-start;
}

.grace-tit {
    height: 37px;
    overflow: hidden;
    background-color: #f0f0f0;
    display: flex;
    justify-content: space-between;
}

.grace-tit > span {
    position: relative;
    display: block;
    width: 153px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 18px;
    color: #fff;
    background-color: #d60062;
}

.grace-tit > span::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 10px;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #d60062;
}

.grace-tit > a {
    line-height: 37px;
    margin-right: 10px;
}

.grace {
    overflow: hidden;
    margin-top: 15px;
}
.grace .swiper-wrapper .swiper-slide li {
    width: 180px;
    overflow: hidden;
}
.grace .swiper-wrapper .swiper-slide a p {
    width: 180px;
    height: 180px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.friend {
    margin-top: 30px;
    border: 1px solid #f4efe0;
    padding: 12px 5px;
    display: flex;
    justify-content: space-around;
}

.friend-tit {
    width: 151px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #ed8cc2;
    color: #fff;
    font-size: 16px;
    float: left;
    margin-right: 24px;
}

.friend-link {
    width: 246px;
    height: 34px;
    border: 1px solid #e2e2e1;
    background-color: #f8f5ec;
    text-align: center;
    float: left;
    margin-right: 7px;
}

.link {
    display: inline-block;
    width: 216px;
    height: 22px;
    border: 1px solid rgb(169, 169, 169);
    margin-top: 6px;
    text-align: center;
}