/* --------------------.sec1-------------------- */
.bodyer {
    background-color: transparent;
}
.bodyer .main1 .sec1 {
    height: 500px;
}
.bodyer .main1 .sec1 .title, .bodyer .main1 .sec2 .title {
    padding: 40px 0 30px 10px;
}
.bodyer .main1 .sec1 .title h2, .bodyer .main1 .sec2 .title h2 {
    font-size: 28px;
    font-weight: 900;
    color: #373b4b;
    text-align: left;
}
.bodyer .main1 .sec1 .left {
    position: relative;
    display: inline-block;
    width: 600px;
    overflow: hidden;
}

.bodyer .main1 .sec1 .left span {
    padding-left: 10px;
    position: absolute;
    right: 0;
    width: 160px;
    line-height: 20px;
    background: rgba(0, 0, 0, .62);
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    border-radius: 0 0 0 50px;
}

.bodyer .main1 .sec1 .left p {
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    bottom: 0;
    display: block;
    line-height: 40px;
    background: rgba(0, 0, 0, .62);
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 200;
    width: 100%;
}
.bodyer .main1 .sec1 .right {
    display: inline-block;
    width: 590px;
    overflow: hidden;
    vertical-align: top;
}
.bodyer .main1 .sec1 .right .up, .bodyer .main1 .sec1 .right .down {
    height: 190px;
}
.bodyer .main1 .sec1 .right .num1 {
    margin-right: 2px;
}

.bodyer .main1 .sec1 .right span {
    padding-left: 10px;
    position: absolute;
    right: 0;
    width: 160px;
    line-height: 20px;
    background: rgba(0, 0, 0, .62);
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    border-radius: 0 0 0 50px;
}

.bodyer .main1 .sec1 .right p {
    margin: 0;
    padding: 0 0 0 10px;
    position: relative;
    top: -20px;
    display: block;
    line-height: 20px;
    background: rgba(0, 0, 0, .62);
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: 200;
}
/* --------------------.sec2-------------------- */
 .bodyer .main1 .sec2 {
    margin-bottom: 150px;
    overflow: hidden;
}
.bodyer .main1 .sec2 .content .item {
    /* display: inline-block; */
    float: left;
}
.bodyer .main1 .sec2 .content .item:not(:last-of-type) {
    margin-right: 2px;
}
.bodyer .main1 .sec2 .content .item div {
    position: relative;
    margin-bottom: 10px;
    width: 233px;
    height: 250px;
    background-color: #fff;
}
.bodyer .main1 .sec2 .content .item a img {

    width: 35px;
    height: 35px;
}
.bodyer .main1 .sec2 .content .item .img {
    width: 233px;
    height: 147px;
}
.bodyer .main1 .sec2 .content .item p:first-of-type {
    margin-top: 10px;
    padding-left: 8px;
    font-size:14px;
    color:#24344e;
    line-height:22px;
    text-align: left;
    height: 43px;
}
.bodyer .main1 .sec2 .content .item p:last-of-type {
    margin-top: 25px;
    padding-right: 10px;
    font-size:12px;
    color:#a1a7b0;
    text-align: right;
}
.bodyer .main1 #newcontent {
    display: none;
}
.bodyer .main1 .sec1 .left .artimg {
    width: 600px;
    height: 370px;
    display: block;
    position: relative;
}

.playimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.playimgs {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.upimg {
    width: 290px;
    height: 180px;
    display: block;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.bigimg {
    width: 600px;
    height: 370px;
}
.somimg {
    width: 290px;
    height: 180px;
}