@charset "utf-8";

/* CSS Document */
body {
    color: #666;
    background: url(bg.jpg) 0 0 no-repeat;
}

a {
    color: #333;
}

a:hover {
    color: #05a870;
    text-decoration: none;
}

.container {
    min-width: 1200px;
    margin: auto;
    clear: both;
    overflow: hidden;
}

.w1200 {
    margin: 0 auto;
    padding: 0;
    width: 1260px;
    overflow: hidden;
}

.mtop15 {
    margin: 15px auto 0;
}

.mtop25 {
    margin: 25px auto 0;
}

.mtop50 {
    margin: 50px auto 0;
}

.mtop40 {
    margin: 40px auto 0;
}

.mtop60 {
    margin: 60px auto 0;
}

.layout:after,
.hd:after,
.bd:after {
    content: "";
    display: table;
    clear: both;
}

.layout,
.hd,
.bd {
    *zoom: 1;
}

.hide {
    display: none;
}

.mod_hd {
    width: 100%;
    height: 188px;
    overflow: hidden;
    position: relative;
    margin: 60px auto 30px;
}

.mod_bd p a {
    color: #05a870;
}

.mod_hd .more {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    padding-left: 32px;
    height: 23px;
    color: #999;
    line-height: 23px;
}

.mod_hd .more:hover {
    color: #05a870;
}

.bn_title {
    margin-bottom: 25px;
}

.bn_title h2 {
    margin-bottom: 10px;
    font-size: 22px;
}

.bn_title p {
    font-size: 14px;
    color: #506dc8;
    line-height: 25px;
    font-weight: normal;
    text-align: justify;
    word-wrap: break-word;
}

.bn_title p a {
    color: #05a870;
}

.list ul li {
    border-bottom: 1px dotted #ccc;
    padding: 16px 0 15px 0px;
    font-size: 16px;
}

.play_icon {
    height: 85px;
    width: 85px;
    display: block;
    position: absolute;
    left: 43%;
    top: 38%;
    background-image: url(http://yn.news.cn/topic/dxpd/images/sm-play-icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 3;
}

.play_icon:hover {
    cursor: pointer;
    background-image: url(http://yn.news.cn/topic/dxpd/images/sm-play-icon-hover.png);
    background-repeat: no-repeat
}


.extra_mod p,
.mod_pic_txt p {
    font-size: 21px;
    color: #4396ae;
    line-height: 37px;
    font-weight: normal;    
}

.extra_mod p a,
.mod_pic_txt p a {
    color: #666;
}

.mod_pic_txt {
    padding: 1px 0 13px;
    border-bottom: 1px dotted #ccc;
}

.mod_pic_txt h3 {
    margin: -2px 0 15px;
    font-size: 20px;
    font-weight: normal;
}

.mod_pic_txt p {
    text-align: justify;
    word-wrap: break-word;
}

.focusBox {
    position: relative;
    width: 800px;
    height: 460px;
    overflow: hidden;
}

.focusBox .pic img {
    width: 800px;
    height: 460px;
    display: block;
    overflow: hidden;
}

.focusBox .pic li {
    position: relative;
    display: block;
    float: left;
}

.focusBox .pic li p {
    position: absolute;
    bottom: 0px;
    line-height: 20px;
    padding: 10px 0;
    left: 0px;
    background: rgba(6, 76, 73, 0.6) none repeat scroll 0 0 !important;
    filter: alpha(opacity=60);
    background: #00784f;
    width: 100%;
    text-indent: 10px;
    color: #fff;
}

.focusBox .pic li p a {
    color: #fff;
    position: relative;
    font-size: 18px;
}

.focusBox .hd {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    bottom: 12px;
    right: 10px;
    z-index: 3
}

.focusBox .hd li {
    float: left;
    line-height: 15px;
    text-align: center;
    font-size: 0px;
    text-indent: -999em;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    background: #cdcdcd;
    margin-left: 4px;
    filter: alpha(opacity=80);
    opacity: .8;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.focusBox .hd .on {
    background: #fac700;
    filter: alpha(opacity=100);
    opacity: 1;
}

.focusBox .prev,
.focusBox .next {
    width: 40px;
    height: 47px;
    position: absolute;
    top: 42%;
    z-index: 3;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.focusBox .prev {
    background-image: url(http://yn.news.cn/global/public/images/slider_arrow.png);
    background-position: -105px 0;
    left: 0
}

.focusBox .next {
    background-image: url(http://yn.news.cn/global/public/images/slider_arrow.png);
    background-position: -50px 0;
    right: 0
}

.focusBox .prev:hover,
.focusBox .next:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

.listnews li {
    position: relative;
    padding-left: 22px;
    height: 50px;
    font-size: 18px;
    /* line-height:54px; */
}

.listnews li:before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 5px;
    border: 2px #2bcf99 solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
}

.listnews li:hover:before {
    border: 2px #05a870 solid;
    background: #05a870;
}

.imgsList {
    margin-top: 15px;
}

.imgsList .imgsListItem {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    width: 390px;
    height: 230px;
}

.imgsList .imgsListItem .img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 230px;
}

.imgsList .imgsListItem .img img {
    width: 390px;
    height: 230px;
}

.imgsList .imgsListItem .text,
.p5 .p5_mid .text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    padding: 2.5%;
    width: 95%;
    background: rgba(0, 96, 193, .6) none repeat scroll 0 0 !important;
    background: #0060c1;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.imgsList .imgsListItem .text h2,
.p5 .p5_mid .text h2 {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

.imgsList .imgsListItem .text h2 a,
.p5 .p5_mid .text a {
    color: #fff;
}


/* 导航开始 */
.nav {
    width: 100%;
    background: url(http://yn.news.cn/topic/dxpd/images/navBg.jpg) repeat-x 0 0;
    height: 92px;
}

.nav_box {
    background: url(http://yn.news.cn/topic/dxpd/images/navBoxBg.jpg) no-repeat center top;
}

.nav_box .logo {
    float: left;
    margin-top: 5px;
    height: 90px;
    width: 270px;
}

.nav_box ul {
    float: right;
    overflow: hidden;
}

.nav_box ul li {
    float: left;
    margin: 0 10px;
    padding: 0 10px;
}

.nav_box ul li a {
    font-size: 22px;
    color: #fff;
    line-height: 92px;
}

.nav_box ul li a img {
    margin-top: 25px
}

.nav_box ul li a:hover {
    color: #f8c63f;
}

.nav_box ul li:first-child {
    margin: 0 10px 0 0;
}

.nav_box ul li.cur {
    height: 95px;
    border-radius: 5px;
    background-color: #f3c038;
    line-height: 92px;
}

.nav_box ul li.cur a:hover {
    color: #fff;
}


.header_pic {
    position: relative;
    z-index: 9;
    clear: both;
    width: 100%;
}

.header_pic_box {
    clear: both;
    zoom: 1;
}

.header_pic .top_box {
    position: relative;
    z-index: 1;
    height: 670px;
    margin: 0 auto;
    width: 1920px;
}

.header_pic .top_box .listimg {
    overflow: hidden;
    width: 100%;
    height: 670px;
    background: url(http://yn.news.cn/topic/dxpd/images/header_pic_coverBg.png) repeat;
}

.header_pic .top_box ul.listimg {
    height: 670px !important;
}

.header_pic .top_box .listimg li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
}

.header_pic .top_box .listimg li img {
    display: block;
    width: 1920px;
    height: 670px;
}

.header_pic .top_box .top_box_cont {
    position: relative;
    margin: 0 auto;
    width: 1240px;
}

.header_pic .top_box .top_box_cont .top_box_text {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 338px;
    height: 320px;
    background: url(http://yn.news.cn/topic/dxpd/images/header_pic_coverTxtBg.png) repeat;
}

.header_pic .top_box .top_box_cont .top_box_text .txtlist {
    clear: both;
    padding: 18px 0;
    height: 300px;
}

.header_pic .top_box .top_box_cont .top_box_text .txtlist li {
    position: relative;
    z-index: 0;
    float: left;
    width: 100%;
    height: 85px;
}

.header_pic .top_box .top_box_cont .top_box_text .txtlist li .line {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 7px;
    height: 100%;
    background: url(http://yn.news.cn/topic/dxpd/images/header_pic_coverTxtLine.png) repeat-y;
}

.header_pic .top_box .top_box_cont .top_box_text .txtlist li .top_box_text_txt {
    display: block;
    margin-left: 36px;
    width: 275px;
    height: 85px;
    cursor: pointer;
}

.header_pic .top_box .top_box_cont .top_box_text .txtlist li .top_box_text_txt span a {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-size: 17px;
    line-height: 27px;
}

.header_pic .top_box .top_box_cont .top_box_text .txtlist li .top_box_text_txt i {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.header_pic .top_box .top_box_cont .top_box_text .txtlist li:hover,
.header_pic .top_box .top_box_cont .top_box_text .txtlist li.on {
    background: url(http://yn.news.cn/topic/dxpd/images/header_pic_coverTxtBg.png) repeat;
    color: #00b677;
}

.header_pic .top_box .top_box_cont .top_box_text .txtlist li .top_box_text_txt span a {
    color: #fff;
}

.header_pic .top_box .top_box_cont .top_box_text .txtlist li:hover .top_box_text_txt span a,
.header_pic .top_box .top_box_cont .top_box_text .txtlist li.on .top_box_text_txt span a {
    color: #00b677;
}

.header_pic .top_box .top_box_cont .top_box_text .txtlist li:hover .line,
.header_pic .top_box .top_box_cont .top_box_text .txtlist li.on .line {
    display: block;
}



.p1 {
    position: relative;
    padding: 0;
    background: url(http://yn.news.cn/topic/dxpd/images/wrapBg01.jpg) no-repeat center bottom;
}

.liveVideoPage {
    margin: 0 auto;
}

.liveVideoPage .mod_hd img {
    display: inline-block;
    vertical-align: top;
}

.liveVideoPage .mod_hd {
    margin: 60px auto 20px;
}

.liveVideoPage .mod-video .m-left .play_icon {
    position: absolute;
    top: 75%;
    left: 2%;
    display: block;
    width: 70px;
    height: 70px;
}

.liveVideoPage .mod-video {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 548px;
    background: #666;
}

.liveVideoPage .mod-video .m-left {
    position: relative;
    float: left;
    overflow: hidden;
    width: 976px;
    height: 548px;
    cursor: pointer;
}

.liveVideoPage .mod-video .m-left img {
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.liveVideoPage .mod-video .m-left .mod-img {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.liveVideoPage .mod-video .m-left .mod-img .player-container {
    width: 976px;
    height: 548px !important;
}

.liveVideoPage .mod-video .m-left .mod-img video {
    -o-object-fit: cover;
    object-fit: cover;
}

.liveVideoPage .mod-video .m-left .mod-img .mod-state {
    top: 17px;
    right: 14px;
    z-index: 22;
}

.liveVideoPage .mod-video .m-left .mod-live-link {
    position: absolute;
    bottom: 55px;
    left: 50%;
    display: none;
    margin-left: -80px;
    width: 160px;
    height: 35px;
    border: 1px solid #05a870;
    border-radius: 6px;
    background: #093b90;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
}

.liveVideoPage .mod-video .m-left .mod-live-link a {
    display: block;
    color: #fff;
}

.liveVideoPage .mod-video .m-left .mod-live-link a:hover {
    color: #fff !important;
}

.liveVideoPage .mod-video .m-left:hover .mod-live-link {
    display: block;
}

.liveVideoPage .mod-video .m-left .mod-img .mod-img-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 10px;
    color: #fff;
    font-size: 22px;
}

.liveVideoPage .mod-video .m-left .mod-img .mod-img-title a {
    color: #fff;
}

.video-box-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 120px;
    background: url(http://yn.news.cn/topic/dxpd/images/dmxx-tm.png) top left repeat-x;
}

.liveVideoPage .mod-video .m-right {
    overflow: hidden;
    width: 222px;
    height: 548px;
}

.liveVideoPage .mod-video .m-right .mod-warp {
    margin: 24px 15px 10px;
}

.liveVideoPage .mod-video .m-right .mod-warp .mod-li {
    position: relative;
    display: block;
    margin-bottom: 20px;
    width: 195px;
    height: 110px;
    cursor: pointer;
}

.liveVideoPage .mod-video .m-right .mod-warp .mod-li a {
    display: block;
    overflow: hidden;
    width: 195px;
    height: 110px;
    border-radius: 3px;
}

.liveVideoPage .mod-video .m-right .mod-warp .mod-li a img {
    display: block;
    width: 195px;
    height: 110px;
    font-size: 0;
}

.liveVideoPage .mod-video .m-right .mod-warp .mod-li a .mod-state {
    top: 4px;
    right: 4px;
    width: 80px;
    height: 10px;
}

.liveVideoPage .mod-video .m-right .mod-warp .mod-li .mod-mask {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 20px;
    border-radius: 0 0 4px 4px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    line-height: 20px;
}

.liveVideoPage .mod-video .m-right .mod-warp .mod-li .tag-live {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px 0 30px;
    height: 22px;
    background: url(http://yn.news.cn/topic/dxpd/images/icon-live.png) 0 0 no-repeat;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}

.liveVideoPage .mod-video .m-right .mod-warp .mod-li .tag-back {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px 0 30px;
    height: 22px;
    background: url(http://yn.news.cn/topic/dxpd/images/icon-live.png) 0 -33px no-repeat;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}

.liveVideoPage .mod-video .m-right .mod-warp .mod-li .tag-notice {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px 0 30px;
    height: 22px;
    background: url(http://yn.news.cn/topic/dxpd/images/icon-live.png) 0 -67px no-repeat;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}

.liveVideoPage .mod-video .m-right .mod-warp .mod-li .mod-mask em {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    max-width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
}

.liveVideoPage .mod-video .m-right .mod-warp .mod-li.curr .mod-arrow {
    position: absolute;
    top: 50%;
    left: -7px;
    display: block;
    margin-top: -5.5px;
    width: 6px;
    height: 11px;
    background: url(http://yn.news.cn/topic/dxpd/images/icon-tag.png) no-repeat;
    background-position: -18px -1px;
}

.liveVideoPage .mod-video .m-right .mod-warp .mod-li.curr .m-line {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 5px;
}

.video_bom_list {
    position: relative;
    z-index: 10;
    margin: 30px auto 130px;
    width: 100%;
}

.video_bom_list .listbox {
    clear: both;
    overflow: hidden;
    width: 100%;
}

.video_bom_list .listbox ul {
    position: relative;
    z-index: 0;
    clear: both;
    width: 9999px;
}

.video_bom_list .listbox ul li.lsitdemo {
    position: relative;
    float: left;
    display: block;
    margin-right: 10px;
    padding-top: 5px;
    width: 290px;
    height: 240px;
}

.video_bom_list .listbox ul li.lsitdemo .img {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 290px;
    height: 165px;
}

.video_bom_list .listbox ul li.lsitdemo .img img {
    width: 290px;
    height: 165px;
    border: 0;
    cursor: pointer;
}

.video_bom_list .listbox ul li.lsitdemo .infobox {
    padding: 10px 15px;
    background: #fff;
    height: 48px;
}

.video_bom_list .listbox ul li.lsitdemo .infobox p {
    padding-left: 22px;
    background: url(http://yn.news.cn/topic/dxpd/images/live-icon-paly-btn01.png) no-repeat 0 6px;
    color: #323333;
    font-size: 17px;
    line-height: 24px;
}

.video_bom_list .listbox ul li.lsitdemo:hover .infobox p {
    background: url(http://yn.news.cn/topic/dxpd/images/live-icon-paly-btn02.png) no-repeat 0 6px;
    color: #05a870;
    text-align: justify;
    word-wrap: break-word;
}

.video_bom_list .listbox ul li.lsitdemo .tips-button {
    background: url(http://yn.news.cn/topic/dxpd/images/live-icon-sprite-bg.png) no-repeat 0 -1px;
}

.video_bom_list .listbox ul li.lsitdemo:nth-child(2n) .tips-button {
    background: url(http://yn.news.cn/topic/dxpd/images/live-icon-sprite-bg.png) no-repeat 0 -42px;
}

.video_bom_list .listbox ul li.lsitdemo .tips {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0 9px 6px;
    width: 87px;
    height: 32px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    cursor: pointer;
}

.video_bom_list .listbox ul li:last-child {
    margin: 0;
}


.p2 {
    position: relative;
    padding: 0;
    background: url(http://yn.news.cn/topic/dxpd/images/wrapBg02.jpg) no-repeat center bottom;
}

.p2 .mod_bd {
    position: relative;
    overflow: hidden;
    margin: 0 auto 80px;
}

.p2_right {
    overflow: hidden;
    width: 700px;
}

.p2_right .focusBox,
.p2_right .focusBox .pic img {
    overflow: hidden;
    width: 700px;
    height: 420px;
}

.p2_right .focusBox .hd .on {
    background: #fac700;
    filter: alpha(opacity=100);
    opacity: 1;
    width: 35px;
    height: 10px;
    border-radius: 12px;
}

.p2_right .imgsList {
    margin: 10px 0 0 -10px;
}

.p2_right .imgsList .imgsListItem {
    margin: 0 0 0 10px;
    width: 345px;
    height: 260px;
    background: #f1f1f1;
}

.p2_right .imgsList .imgsListItem .img {
    overflow: hidden;
    position: relative;
    height: 205px;
}

.p2_right .imgsList .imgsListItem .img img {
    width: 345px;
    height: 205px;
}

.p2_right .imgsList .imgsListItem .text {
    position: relative;
    padding: 10px;
    height: 40px;
    width: 325px;
    overflow: hidden;
    background: none !important;
}

.p2_right .imgsList .imgsListItem .text h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

.p2_right .imgsList .imgsListItem .text h2 a {
    color: #333;
}

.p2_right .imgsList .imgsListItem .text h2 a:hover {
    color: #05a870;
}



.p2 .p2_left {
    position: relative;
    overflow: hidden;
    z-index: 9;
    width: 480px;
    height: 690px;
}

.p2 .p2_left .p2_hot {
    padding: 0 0 10px 0;
}

.p2 .p2_left .p2_hot:nth-child(2) {
    padding: 15px 0 10px 0;
    border-bottom: 1px dotted #cccccc;
}

.p2 .p2_left .p2_hot h3 {
    font-size: 24px;
    line-height: 28px;
    text-align: justify;
    word-wrap: break-word;
}

.p2 .p2_left .p2_hot p {
    margin-top: 12px;
    height: 75px;
    color: #888;
    line-height: 24px;
    text-align: justify;
    word-wrap: break-word;
    font-size: 14.5px;
}

.p2 .p2_left ul {
    margin-top: 15px;
}


.p2 .p2_left .listnews li {
    height: 54px;
    line-height: 1.2;
}


.p2 .mod_bd {
    position: relative;
    overflow: hidden;
    margin: 0 auto 80px;
}

.p3 {
    position: relative;
    padding: 0;
    height: 625px;
    margin-top: 1020px;
}

.p3 .w1200 {
    margin: 0 auto;
    width: 1260px;
}

.p3 .swiper-button-next,
.swiper-button-prev {
    top: 25%;
    width: 50px;
    height: 60px;
    border: none;
    outline: none;
}

.p3 .swiper-button-next {
    right: 5px;
}

.p3 .swiper-button-prev {
    left: 0;
}

.p3 .mod_bd .swiper-container {
    width: 1170px;
    margin: 0 auto;
    height: 460px;
    /* position: relative; */
}

.p3 .mod_bd .swiper-slide {
    position: relative;
}

.p3 .mod_bd .slide_cont {
    width: 1185px;
}

.narrow_box {
    float: left;
    width: 230px;
    height: 460px;
    position: relative;
    margin-right: 5px;
    transition: all 1s;
    cursor: pointer;
}

.narrow_box .title {
    position: absolute;
    left: 0;
    width: 230px;
    height: 230px;
    background: url("dd.png") no-repeat;
    font-size: 18px;
    color: #fff;
    line-height: 1.45;
    text-align: center;
    padding: 40px 10px 30px;
    z-index: 2;
    box-sizing: border-box;
}

.narrow_box .title a {
    color: #fff;
}

.narrow_box .img {
    position: absolute;
    left: 0;
    width: 230px;
    height: 230px;
    top: 230px\9;
}

.narrow_box .img img {
    width: 100%;
    height: 100%;
}

.narrow_box:nth-child(odd) .title {
    top: 0;
}

.narrow_box:nth-child(odd) .img {
    top: 230px;
}

.narrow_box:nth-child(even) .title {
    top: 230px;
}

.narrow_box:nth-child(even) .img {
    top: 0;
}

.narrow_box.on {
    width: 460px;
    height: 460px;
}

.narrow_box.on .img {
    position: absolute;
    left: 0;
    width: 460px;
    height: 460px;
    top: 0\9;
}

.narrow_box.on .title {
    position: absolute;
    left: 0;
    top: 360px;
    width: 100%;
    height: 100px;
    background: url("http://yn.news.cn/topic/dxpd/images/dmxx-tm.png") repeat-x center -50px;
    font-size: 17px;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    padding: 50px 10px 0 10px;
}

.narrow_box.on:nth-child(odd) .img {
    top: 0;
}

.p3 .morebox {
    padding: 15px 0 70px;
}

.p3 .swiper-pagination {
    bottom: -20px;
    width: 100%;
    position: relative;
}

.p3 .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 8px;
    background: #ffd200;
}

.p3 .swiper-pagination-bullet {
    margin: 0 5px;
    outline: none;
}

.p3 .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2304887d'%2F%3E%3C%2Fsvg%3E");
}

.p3 .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2304887d'%2F%3E%3C%2Fsvg%3E");
}


.p4 {
    height: 2630px;
}

.p4 .mod_bd {
    overflow: hidden;
}

.p4 .mod_hd {
    margin: 0 auto 25px;
}

.p4 .p4right {
    float: left;
    width: 1200px;
}

.p4 .p4right ul li {
    overflow: hidden;
}

.p4 .p4right ul li+li {
    margin-top: 25px;
}

.p4 .p4right ul li img {
    float: left;
    width: 620px;
    height: 370px;
    margin: 0 20px 0 0;
}

.p4 .p4right ul li div {
    overflow: hidden;
    width: 480px;
    height: 320px;
    padding: 40px;
    background: url(kuang.png) no-repeat 0 0;
    float: left;
}


.p4 .p4right ul .tTOp img {
    float: left;
    width: 620px;
    height: 370px;
    margin: 0  0 0 20px;
}

.p4 .p4right ul .tTOp div {
    overflow: hidden;
    width: 480px;
    height: 320px;
    padding: 40px;
    background: url(kuang.png) no-repeat 0 0;
    float: left;
}

.p4 .p4left .list ul li:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 5px;
    height: 5px;
    border: 2px #2bcf99 solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: '';
}

.p4 .p4left .list ul li:hover:before {
    border: 2px #05a870 solid;
    background: #05a870;
}


.p5 {
    position: relative;
    padding: 0;
    background: url(http://yn.news.cn/topic/dxpd/images/wrapBg04.jpg) no-repeat center bottom;
    height: 1600px;
}

.p5 .mod_hd {
    margin: 100px auto 30px;
}

.p5imgsList01 {}

.p5 .imgsList .imgsListItem .text,
.p5 .p5_mid .text {
    background: rgba(0, 0, 0, .6) none repeat scroll 0 0 !important;
    background: #000;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%) !important;
}

.imgsList .p5_mid .text h2 a,
.p5 .p5_mid .text a {
    font-size: 18px;
}

.imgsList .p5_media_pic .text h2 a,
.p5 .p5_media_pic .text a {
    font-size: 15px;
}

.p5 .p5imgsList01 .p5_left,
.p5 .p5imgsList01 .p5_right {
    position: relative;
    z-index: 9;
}

.p5 .p5imgsList01 .p5_left {
    width: 600px;
    height: 590px;
}

.p5 .p5imgsList01 .p5_right {
    width: 590px;
    height: 590px;
}

.p5 .p5imgsList01 .p5img01 {
    position: relative;
    width: 600px;
    height: 590px;
}

.p5 .p5imgsList01 .p5img01 .img {
    height: 590px;
}

.p5 .p5imgsList01 .p5img01 img {
    width: 600px;
    height: 590px;
}

.p5 .p5imgsList01 .p5imgsList01 .p5_media {
    position: relative;
    height: 590px;
}

.p5 .p5imgsList01 .p5_right .imgsList {
    margin-top: 0;
}

.p5 .imgsList .imgsListItem {
    margin-bottom: 0;
}

.p5 .p5imgsList01 .p5_media .p5_media_pic,
.p5 .p5imgsList01 .p5_media .p5_media_pic .img {
    position: relative;
    width: 290px;
    height: 290px;
}

.p5 .p5imgsList01 .p5_media .p5_media_pic .img img {
    width: 290px;
    height: 290px;
}


.p5 .p5imgsList01 .p5_media:nth-child(2) {
    margin-top: 10px;
}

.p5 .p5imgsList02 .p5_left,
.p5 .p5imgsList02 .p5_right {
    width: 290px;
}

.p5 .p5imgsList02 .p5_media_pic {
    width: 290px;
    height: 182px;
}

.p5 .p5imgsList02 .p5_media_pic .img {
    height: 290px;
}

.p5 .p5imgsList02 .p5_media_pic img {
    width: 290px;
    height: 182px;
}

.p5 .p5imgsList02 .p5_media_pic:nth-child(2) {
    margin-top: 10px;
}

.p5 .p5imgsList02 .p5_midbox {
    width: 600px;
    height: 375px;
    margin: 15px 0 0 10px;
    position: relative;
}

.p5 .p5imgsList02 .p5_midbox .p5_mid .img {
    width: 600px;
    height: 375px;
    position: relative;
}

.p5 .p5imgsList02 .p5_midbox .p5_mid,
.p5 .p5imgsList02 .p5_midbox .p5_mid .img img {
    width: 600px;
    height: 375px;
}

.p5_right .p5_mid {
    margin-top: 10px;
}

.footer {
    padding: 40px 0 40px;
    width: 100%;
    height: 100px;
    color: #31487E;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
}

.toTop {
    display: none;
    position: fixed;
    _position: absolute;
    bottom: 64px;
    left: 50%;
    margin-left: 610px;
    width: 61px;
    height: 61px;
    background: url(http://yn.news.cn/topic/dxpd/images/scroll-btn.png) no-repeat;
    z-index: 999
}

.toTop:hover {
    background: url(http://yn.news.cn/topic/dxpd/images/scroll-btn-hover.png)
}