@charset "utf-8";

/* CSS Document */

.pir_toptipCon {
    margin-bottom: 45px;
    overflow: hidden;
    min-width: 1190px;
}

.pir_toptip {
    padding: 10px 10px 20px;
    margin-bottom: 0px;
    background-color: #F1F1F1;
    width: 640px;
    height: 245px;
    float: left;
    box-sizing: border-box;
}

.pir_toptipCon #right_Content {
    float: left;
    width: 430px!important;
    height: 245px;
    margin-left: 120px;
    background: rgb(0, 0, 0);
}

.pir_toptip p {
    font-size: 24px;
    font-weight: bold;
    color: #555C6C;
}

.pir_toptip h2 {
    padding-left: 4em;
    height: 48px;
    line-height: 24px;
    /* overflow: hidden; */
}


/*图片框位*/

.pri_picdl {
    width: 100%;
    font-size: 12px;
    padding: 20px 0px;
    overflow: hidden;
    border-bottom: 1px dashed #E0E0E0;
}

.pri_picdl dt {
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 12px;
    display: inline;
    float: left;
    width: 200px;
    overflow: hidden;
}

.pri_picdl dt img {
    display: block;
}

.pri_picdl dd {
    display: inline;
    float: right;
    width: 640px;
    overflow: hidden;
}

.pub_w970 .pri_picdl dd {
    width: 420px;
}

.pri_picdl dt a {
    display: block;
}

.pri_picdl dt span {
    position: absolute;
    left: 65px;
    top: 25px;
    cursor: pointer;
    display: block;
    width: 70px;
    height: 70px;
    background: url(http://pic.boosj.com/images/videocover.png) no-repeat 0px 0px;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="http://pic.boosj.com/images/videocover.png", sizingMethod="crop");
    _background: none;
}

.pri_picdl dd h3 {
    font-size: 24px;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    color: #555C6C;
}

.pri_picdl dd p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #555C6C;
}

.pri_picdl .boxcnt {
    width: 100%;
    overflow: hidden;
    height: 28px;
    line-height: 28px;
    color: #ff8700;
    font-size: 18px;
}

.pri_picdl .boxcnt .time {
    display: inline;
    float: left;
    width: 240px;
}

.pri_picdl .boxcnt .link {
    display: inline;
    float: right;
    width: 120px;
    text-align: right;
    overflow: hidden;
    color: #ff8700;
}

.pri_moreajax {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    background-color: #F1F1F1;
}

.pri_moreajax a {
    color: #ff8700;
}

@media screen and (max-width: 1210px) {
    .pir_toptipCon {
        min-width: 990px;
    }
    .pir_toptip {
        width: 500px;
    }
    .pir_toptipCon #right_Content {
        margin-left: 40px
    }
}