@charset "utf-8";
* {
    font-family: "微软雅黑";
}
.d-center {
    width: 1120px;
    margin: 0 auto;
}
.d-position {
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: #f1f0f0;
    border-bottom: 1px solid #e3dfdf;
}
.d-position-title {
    padding-left: 11px;
}
.d-position .d-position-title span, a {
    color: #333234;
    font-size: 16px;
    margin-left: 5px;
    text-decoration: none;
}
.d-position .d-position-title .d-position-icon {
    display: inline-block;
    width: 23px;
    height: 22px;
    background: url(../images/listIcon.png) no-repeat 0 0;
    vertical-align: middle;
    margin: 0 !important;
}
.d-content {
    margin: 15px 0 0 11px;
    overflow: hidden;
}
.d-content .d-content-video {
    float: left;
    width: 785px;
    height: auto;
    margin-right: 14px;
    background: #E3DFDF;
    position: relative;
}
.d-content .d-content-video img {
    display: block;
}
.d-content .d-content-video .d-banner-title {
    width: 100%;
    background: rgba(0, 0, 0, 0.53);
    height: 53px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.d-content-video .d-banner-title .d-banner-icon {
    display: inline-block;
    width: 53px;
    height: 53px;
    background: #f9040f url(../images/listIcon.png) no-repeat -20px 15px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
.d-content-video .d-banner-title p {
    display: inline-block;
    height: 53px;
    line-height: 53px;
    color: #fff;
    font-size: 16px;
}
.d-content .d-content-list {
    float: left;
    width: 299px;
}
.d-content .d-content-list div img {
    max-width: 299px;
    display: block;
}
.d-content .d-content-list div p {
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin: 10px 0;
}
.d-list {
    margin-top: 30px;
}
.d-list ul {
    overflow: hidden;
}
.d-list ul li {
    float: left;
    margin: 0 12.5px 20px 12.5px;
    list-style: none;
    height: 193px;
}
.d-list ul li  img{
    width: 250px;
    height: 147px;
}
.d-list ul li p {
    margin: 10px 0;
    font-size: 14px;
    color: #333333;
    text-align: center;
    width: 245px;
}
.d-list ul li .d-img-wrap {
    width: 255px;
    overflow: hidden;
}
.d-list ul li .d-img-wrap img {
    width: 255px;
    height: 147px;
}
#displaypagenum{

    text-align: center;
    margin: 20px 0;
}
#displaypagenum .change,#displaypagenum .page{

    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
#displaypagenum a.page{
    background: #bfbebe;
    text-align: center;
    color: #fff;
    line-height: 32px;
}
#displaypagenum span.page{
    background: #757272 !important;
    text-align: center;
    color: #fff;
    line-height: 32px;
}
#displaypagenum .change .prev,#displaypagenum .change .next{
      display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;  
}
#displaypagenum .change .next{

    vertical-align: middle;
    margin-top: -3px;
    background: #fb600d url(../images/listIcon.png) no-repeat -85px 12px;
}
#displaypagenum .change .prev{
     vertical-align: middle;
    margin-top: -3px;
    background: #fb600d url(../images/listIcon.png) no-repeat -61px 12px;
    background-position: ;
}
.d-paging {
    text-align: center;
    margin: 20px 0;
}
.d-paging span, .d-paging a {
    display: inline-block;
     padding:0 10px;
    height: 32px;
    cursor: pointer;
}
.d-paging .d-paging-pre {
    vertical-align: middle;
    margin-top: -3px;
    background: #fb600d url(../images/listIcon.png) no-repeat -61px 12px;
    background-position: ;
}
.d-paging .d-paging-next {
    vertical-align: middle;
    margin-top: -3px;
    background: #fb600d url(../images/listIcon.png) no-repeat -85px 12px;
}
.d-paging a {
    background: #bfbebe;
    text-align: center;
    color: #fff;
    line-height: 32px;
}
.d-paging .d-paging-next:hover, .d-paging-pre:hover {
    box-shadow: 0 1px 3px #333333;
}
.d-paging .d-paging-active, .d-paging a:hover {
    background: #757272 !important;
}

/*详情页*/

.d-details-title {
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 23px 0;
}
.d-details-title h1 {
    font-weight: normal;
    color: #333234;
    font-size: 24px;
    margin: 10px 0 24px 0;
}
.d-details-title p {
    color: #666;
    font-size: 14px;
}
.d-details-video {
    width: 100%;
    background: #f1f0f0;
    text-align: center;
}
.d-details-video video, .d-details-video object {
    width: 930px;
    height: 420px;
}
.d-share {
    border: 1px solid #b7cbe6;
    margin: 29px 12.5px 40px;
    height: 98px;
}
.d-share .d-share-leftIcon {
    display: inline-block;
    float: left;
    width: 49px;
    height: 100%;
    background: #1758ad url(../images/share_left.png) no-repeat 12px 30px;
}
.d-share .d-share-to {
    display: inline-block;
    padding-right: 68px;
    background: url(../images/share.png) no-repeat right;
    vertical-align: top;
    margin: 40px 0 0 34px;
    float: left;
}
.d-share .d-share-icon {
    float: left;
    margin: 23px 0 0 185px;
}
.d-share .d-share-icon .d-bshare {
    margin-top: 10px;
}
.d-share .d-share-icon a {
    text-decoration: none;
    color: #333333;
    font-size: 18px;
    margin-right: 17px;
}
.d-share .d-share-icon a:hover {
    color: #1758ad;
}
.d-share .d-share-icon a span {
    display: inline-block;
    height: 55px;
    width: 53px;
    vertical-align: middle;
    margin-right: 5px;
}
.d-share .d-share-icon a .d-share-wx {
    background: url(../images/wx.png) no-repeat;
}
.d-share .d-share-icon a .d-share-qq {
    background: url(../images/qq.png) no-repeat;
}
.d-share .d-share-icon a .d-share-wb {
    background: url(../images/wb.png) no-repeat;
}
.d-share .d-share-icon a .d-share-rr {
    background: url(../images/rr.png) no-repeat;
}
.d-list-title {
    border-bottom: 1px solid #d3d2d2;
    padding-bottom: 14px;
    margin: 0px 12px 17px;
    position: relative;
}
.d-list-title span {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    font-size: 20px;
    color: #333333;
}
.d-list-title .d-more-icon {
    padding-left: 38px;
    background: url(../images/more.png) no-repeat;
}
.d-list-title .d-more-add {
    display: inline-block;
    width: 18px;
    height: 17px;
    background: url(../images/moreAdd.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}
.d-new-icon {
    padding-left: 62px;
    background: url(../images/new.png) no-repeat;
}
#jwplayer{
    margin: 0 auto;
}