.p5w-bg {
    position: absolute;
    top: 44px;
    width: 100%;
}

.p5w-content .p5w-content-l {
    width: 730px;
}

.p5w-content .p5w-content-r {
    width: 300px;
}

.p5w-swipers {
    margin-top: 15px;
}

.p5w-swipers .index-video {
    background-position-x: center;
    background-position-y: center;
    background-size: 100% 100%;
}

.p5w-swipers .swiper-wrapper,
.swipers-r .swiper-wrapper {
    display: inline-block;
    height: 270px;
}

.p5w-swipers .swiper-slide,
.swipers-r .swiper-slide {
    width: 100%;
    height: 100%;
}

.p5w-swipers .swipers-video {
    width: 479px;
    height: 250px;
    border-radius: 3px;
}

.p5w-swipers .swipers-l-box:hover .swiper-btn.swiper-prev {
    left: 20px;
}

.p5w-swipers .swipers-l-box:hover .swiper-btn.swiper-next {
    right: 20px;
}

.p5w-swipers .swipers-l-box .swiper-btn:hover {
    background: rgba(0, 0, 0, .6);
}

.p5w-swipers .swipers-l-box .swiper-btn {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.p5w-swipers .swipers-l-box .swiper-btn .iconfont {
    color: #fff;
    font-size: 32px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.p5w-swipers .swipers-l-box .swiper-btn.swiper-prev {
    left: -40px;
}

.p5w-swipers .swipers-l-box .swiper-btn.swiper-next {
    right: -40px;
}

.p5w-swipers .swipers-l {
    width: 480px;
    height: 270px;
    border-radius: 5px;
    border: 0;
}

.p5w-swipers .swipers-l a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.swipers-r .swiper-slide > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.p5w-swipers .img-box::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-linear-gradient(0deg,
            black 0,
            transparent 50%,
            transparent 100%);
    background: -webkit-linear-gradient(90deg,
            black 0,
            transparent 50%,
            transparent 100%);
    background: -o-linear-gradient(0deg,
            black 0,
            transparent 50%,
            transparent 100%);
    background: -ms-linear-gradient(0deg,
            black 0,
            transparent 50%,
            transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(0deg, black 0, transparent 50%, transparent 100%);
}

.p5w-swipers .slide-title {
    position: absolute;
    bottom: 40px;
    left: 0;
    color: #fff;
    text-align: left;
    padding: 0 20px;
    z-index: 2;
    overflow: hidden;
}

.p5w-swipers .swipers-l .slide-title {
    font-size: 24px;
    line-height: 36px;
    max-height: 72px;
}

.p5w-swipers .swipers-c .slide-title {
    font-size: 12px;
    line-height: 20px;
    max-height: 40px;
    bottom: 10px;
    padding: 0 15px;
}

.p5w-swipers .swipers-r .slide-title {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
}

.p5w-swipers .swipers-c {
    width: 250px;
}

.p5w-swipers .swipers-c .img-box {
    display: block;
    width: 228px;
    height: 128px;
    border-radius: 5px;
}

.p5w-swipers .swipers-c .img-box:last-of-type {
    margin-top: 14px;
}

.swipers-r {
    width: 300px;
    height: 270px;
    border-radius: 5px;
}

.hot-recommend {
    padding-right: 27px;
    position: relative;
}

.recommend-list.recommend-list1 {
    display: table;
    width: 100%;
    margin: 10px 0;
}

.recommend-list.recommend-list1 .recommend-list-item {
    width: 214px;
    display: inline-block;
    margin-right: 26px;
    background: #f4f4f4;
}

.recommend-list.recommend-list1 .recommend-list-item:last-of-type {
    margin-right: 0;
}

.recommend-list1 .recommend-list-item .img-box {
    float: inherit;
    display: block;
    margin-right: 0;
}

.recommend-list1 .recommend-list-item .list-item-detail {
    display: block;
    padding: 5px 10px 12px;
}

.recommend-list1 .recommend-list-item .item-title {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.p5w-container .hot-recommend .hot-title {
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
    display: block;
    height: 30px;
    line-height: 1.0;
}

.p5w-container .hot-recommend .hot-title .hot-title-theme {
    width: 124px;
    display: inline-block;
    vertical-align: bottom;
}

.p5w-container .hot-title .hot-link {
    display: inline-block;
    width: 460px;
    margin-right: 30px;
    /*height: 15px;*/
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;
}

.p5w-container .hot-title .hot-link p {
    position: relative;
    left: 0;
    display: inline-block;
    margin: 0;
}

.p5w-container .hot-title .hot-link a {
    font-family: "\5b8b\4f53";
    font-size: 12px;
    color: #305ed6;
    /*font-weight: bold;*/
    margin-right: 30px;
}

.p5w-container .hot-title .activity-calendar {
    font-size: 12px;
    line-height: 15px;
    color: #666;
    display: inline-block;
    text-align: right;
    /*padding-right: 10px;*/
    cursor: pointer;
    width: 80px;
    vertical-align: bottom;
}

.p5w-container .hot-title .activity-calendar::after {
    content: '';
    width: 80px;
    height: 15px;
    position: absolute;
    /*left: 0;*/
    /*bottom: 0;*/
    right: 3px;
    bottom: -10px;
    background: transparent;
}

.p5w-container .hot-title .activity-calendar .iconfont {
    font-size: 14px;
    margin-right: 5px;
}

.p5w-ad2 {
    margin: 10px 0;
    width: 692px;
    height: 100px;
}

.p5w-tabs {
    margin-top: 10px;
}

.p5w-tabs .p5w-tab {
    font-size: 20px;
    font-weight: 500;
    color: #666;
    line-height: 30px;
    text-align: left;
    height: 30px;
    display: table;
}

.p5w-tabs .p5w-tab .p5w-tab-item {
    display: inline-block;
    border-bottom: 1px solid #f5f5f5;
    margin-right: 59px;
    cursor: pointer;
}

.p5w-tabs .p5w-tab .p5w-tab-item.active {
    border-color: #eb404d;
    color: #333;
}

.p5w-tabs .tabs-content {
    position: relative;
    overflow: hidden;
    display: none;
    margin-top: 15px;
}

.p5w-tabs .tabs-content.active {
    display: block;
}

.p5w-tabs .tabs-content.p5w-flash {
    padding-left: 20px;
}

.p5w-tabs .tabs-content.p5w-flash::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #e1e1e1;
    left: 6px;
    top: 20px;
}

.p5w-tabs .tabs-content.p5w-flash .content-item {
    margin-bottom: 9px;
}

.p5w-tabs .tabs-content .content-item {
    position: relative;
    z-index: 2;
    display: block;
    text-align: left;
}

.p5w-tabs .tabs-content .content-item:hover .content-item-title:after {
    border-color: #ea3e4b;
}

.p5w-tabs .tabs-content .content-item a.load-more {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    text-align: center;
}

.p5w-tabs .tabs-content .content-item .content-item-title {
    font-size: 14px;
    color: #333;
    line-height: 23px;
    /*max-height: 46px;*/
    position: relative;
}

.p5w-tabs .tabs-content .content-item .content-item-title::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
    border: 2px solid #ececec;
    border-radius: 50%;
    left: -17.5px;
    top: 50%;
    margin-top: -4.5px;
}

.p5w-tabs .tabs-content .content-item .content-item-title::before {
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    background: #fff;
    border-radius: 50%;
    left: -22.5px;
    top: 50%;
    margin-top: -9.5px;
}

.p5w-tabs .tabs-content .content-item .content-item-time {
    font-size: 12px;
    color: #666;
    margin-top: 3px;
}

.p5w-tabs .tabs-content.p5w-we .content-item {
    border-spacing: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.p5w-tabs .tabs-content.p5w-we .content-item:first-of-type {
    padding-top: 0;
}

.p5w-tabs .tabs-content.p5w-we a {
    display: table;
}

.p5w-tabs .tabs-content.p5w-we .auth-info {
    display: table;
    margin-bottom: 5px;
}

.p5w-tabs .tabs-content.p5w-we .img-box {
    width: 60px;
    height: 60px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 12px;
}

.p5w-tabs .tabs-content.p5w-we .img-box img {
    width: 60px;
    height: 60px;
}

.p5w-tabs .tabs-content.p5w-we .auth-info > p {
    display: table-cell;
    vertical-align: middle;
}

.p5w-tabs .tabs-content.p5w-we .auth-info > p span {
    display: block;
}

.p5w-tabs .tabs-content.p5w-we .auth-name {
    font-size: 16px;
    color: #04001b;
    margin-bottom: 10px;
}

.p5w-tabs .tabs-content.p5w-we .auth-num {
    font-size: 12px;
    color: #999;
}

.p5w-tabs .tabs-content.p5w-we .content-item-title {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    min-height: 20px;
}

.p5w-tabs .tabs-content.p5w-we .content-item .content-item-time {
    color: #999;
}

.p5w-ad3 {
    height: 250px;
    margin: 15px 0;
}

.company-zone .company-zone-list {
    background: #f7f7f7;
    padding: 20px 15px;
}

.company-zone .company-zone-item {
    float: left;
    width: 25%;
    text-align: center;
    padding: 14px 0;
    cursor: pointer;
}

.company-zone .company-zone-item .img-box {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/company-zone1.png);
}

.company-zone .company-zone-item:hover {
    background: #4285f4;
    border-radius: 5px;
}

.company-zone .company-zone-item:hover a .zone-theme {
    color: #fff;
}

.company-zone .company-zone-item:hover .img-box {
    background: url(../images/company-zone2.png);
}

.company-zone .company-zone-item.jggg .img-box {
    background-position: -10px -10px;
}

.company-zone .company-zone-item.gsgg .img-box {
    background-position: -60px -10px;
}

.company-zone .company-zone-item.xsjj .img-box {
    background-position: -10px -60px;
}

.company-zone .company-zone-item.tfp .img-box {
    background-position: -60px -60px;
}

.company-zone .company-zone-item.xgrl .img-box {
    background-position: -110px -10px;
}

.company-zone .company-zone-item.sgzn .img-box {
    background-position: -110px -60px;
}

.company-zone .company-zone-item.ghxx .img-box {
    background-position: -10px -110px;
}

.company-zone .company-zone-item.xjxx .img-box {
    background-position: -60px -110px;
}

.company-zone .company-zone-item.dzjx .img-box {
    background-position: -110px -110px;
}

.company-zone .company-zone-item.rzrq .img-box {
    background-position: -160px -10px;
}

.company-zone .company-zone-item.xggg .img-box {
    background-position: -160px -60px;
}

.company-zone .company-zone-item.xgkx .img-box {
    background-position: -160px -110px;
}

.company-zone .company-zone-item .zone-theme {
    font-size: 12px;
    color: #000;
    display: inline-block;
    width: 100%;
}

.new-ipo .new-ipo-list {
    display: table;
    width: 100%;
}

.new-ipo .new-ipo-item {
    display: table-cell;
    text-align: center;
}

.new-ipo .new-ipo-item a {
    display: block;
}

.new-ipo .new-ipo-item .img-box {
    width: 64px;
    height: 64px;
    background: #f7f7f7;
    border: 1px #ececec solid;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
}

.new-ipo .new-ipo-item .ipo-name {
    color: #333;
    font-size: 12px;
}

.active-forum .active-forum-list {
    background: #f7f7f7;
    display: table;
    width: 100%;
    border-spacing: 0;
}

.active-forum .active-forum-item {
    display: inline-block;
    width: 140px;
    margin-bottom: 20px;
}

.active-forum .active-forum-item.first-item {
    width: 100%;
    height: 169px;
    border-spacing: 0;
    margin-bottom: 10px;
    padding: 0 !important;
    position: relative;
}

.active-forum .active-forum-item.first-item::after {
    content: '';
    width: 100%;
    height: 36px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.active-forum .active-forum-item.first-item .img-box {
    width: 100%;
    height: 168px;
    margin: 0;
}

.active-forum .active-forum-item.first-item .forum-item-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 24px);
    margin: 0 20px;
    text-align: center;
    line-height: 36px;
    overflow: hidden;
    color: #fff;
    z-index: 2;
}

.active-forum .active-forum-item.first-item .forum-item-title a {
    color: #fff;
}

.active-forum .active-forum-item:not(.first-item):nth-of-type(2n) {
    padding-right: 7px;
    margin-left: 8px;
}

.active-forum .active-forum-item:not(.first-item):nth-of-type(2n + 1) {
    padding-left: 7px;
    margin-right: 8px;
}

.active-forum .active-forum-item .img-box {
    float: left;
    width: 51px;
    height: 29px;
    margin-right: 10px;
}

.active-forum .active-forum-item .forum-item-title {
    text-align: left;
    display: block;
    line-height: 15px;
    height: 30px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
}

.swiper-college {
    width: 100%;
    height: 242px;
}

.panoramic-college .panoramic-college-item .img-box {
    display: block;
    height: 169px;
}

.panoramic-college .panoramic-college-item .college-item-title a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    text-align: left;
    margin-top: 5px;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ececec;
    margin: 0 5px;
    opacity: 0.5;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
    opacity: 0.8;
}

.swipers-l-pagination {
    text-align: left;
    left: 20px;
    bottom: 20px;
}

.swipers-college-pagination {
    bottom: 0;
}

.swipers-college-pagination .swiper-pagination-switch {
    background: #888;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.swipers-college-pagination .swiper-active-switch {
    width: 26px;
    background: #ff3333;
    opacity: 1;
}

.p5w-luyan {
    margin: 15px 0 9px;
    height: 164px;
}

.p5w-luyan .p5w-luyan-list {
    display: table;
    min-width: 100%;
}

.p5w-luyan .luyan-item {
    width: 206px;
    height: 164px;
    background: #f7f7f7;
    padding: 0 10px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s;
    box-sizing: border-box;
    float: none;
    position: relative;
    border-right: 8px solid #fff;
}

/* .p5w-luyan .luyan-item::after,
.p5w-luyan .luyan-item::before {
  content: '';
  width: 3px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.p5w-luyan .luyan-item::before {
  left: 0;
} */

.p5w-luyan .luyan-item:hover {
    background: #4285f4;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transform: translate(1px, 1px);
}

.p5w-luyan .luyan-item:hover .luyan-item-info a,
.p5w-luyan .luyan-item:hover .luyan-item-title a {
    color: #fff;
}

.p5w-luyan .luyan-item:hover .luyan-item-detail {
    color: rgba(255, 255, 255, 0.6);
}

.p5w-luyan .luyan-item-top {
    display: table;
    border-spacing: 0 0;
    margin-top: 7px;
}

.p5w-luyan .luyan-item-top .img-box {
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 3px;
    margin-right: 16px;
}

.p5w-luyan .luyan-item-top .luyan-item-info {
    display: table-cell;
    vertical-align: middle;
}

.p5w-luyan .luyan-item-top .luyan-item-info .luyan-item-name {
    margin-bottom: 10px;
}

.p5w-luyan .luyan-item-top .luyan-item-info a {
    font-size: 16px;
    color: #333;
}

.p5w-luyan .luyan-item-title {
    margin: 5px 0 15px 0;
    height: 36px;
    overflow: hidden;
}

.p5w-luyan .luyan-item-title a {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    color: #333;
    display: inline-block;
}

.p5w-luyan .luyan-item-detail {
    font-size: 12px;
    color: #999;
}

.p5w-important-activity {
    background: #2c3981;
    padding: 25px 20px;
}

.p5w-important-activity .important-top {
    display: table;
    width: 100%;
}

.important-top .activity-title {
    display: inline-block;
}

.important-top .activity-title a {
    font-size: 16px;
    color: #fff;
}

.important-top .activity-menu {
    display: table-cell;
    text-align: right;
}

.important-top .activity-menu .activity-menu-item {
    display: inline-block;
    margin-left: 15px;
}

.important-top .activity-menu .activity-menu-item a {
    font-size: 12px;
    color: #fff;
}

.important-top .activity-menu .activity-menu-item a:hover,
.important-top .activity-title a:hover {
    color: #ff3333;
}

.p5w-important-activity .activity-main {
    margin-top: 15px;
}

.activity-main .activity-news {
    background: #fff;
    width: 372px;
    height: 200px;
    padding: 18px 20px;
    float: left;
}

.activity-main .activity-news-item a {
    font-size: 14px;
    line-height: 28px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-main .activity-media {
    float: left;
    width: 348px;
    margin: 0 10px;
    font-size: 0;
}

.activity-main .activity-media .activity-media-item {
    display: inline-block;
}

.activity-main .activity-media .activity-media-item:nth-of-type(2n) {
    margin-left: 10px;
}

.activity-main .activity-media .activity-media-item:nth-of-type(n + 3) {
    margin-top: 10px;
}

.activity-media .activity-media-item .img-box {
    width: 100%;
    position: relative;
    width: 169px;
    height: 95px;
    display: block;
}

.activity-media .activity-media-item .img-box::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-linear-gradient(0deg,
            black 0,
            transparent 50%,
            transparent 100%);
    background: -webkit-linear-gradient(90deg,
            black 0,
            transparent 50%,
            transparent 100%);
    background: -o-linear-gradient(0deg,
            black 0,
            transparent 50%,
            transparent 100%);
    background: -ms-linear-gradient(0deg,
            black 0,
            transparent 50%,
            transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(0deg, black 0, transparent 50%, transparent 100%);
}

.activity-media .activity-media-item .img-box:hover .media-title {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 10px;
}

.activity-media .activity-media-item .media-title {
    position: absolute;
    left: 10px;
    /*bottom: 0;*/
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 10px;
    /* IE */
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    transition: all 0.5s;
    padding: 0 5px;
    z-index: 99;
}

.swiper-activity {
    height: 200px;
}

/*广告*/
.couplet {
    width: 121px;
    height: 448px;
    position: absolute;
    top: 60px;
    background: #2c3981;
}

.couplet .couplet-content img {
    width: 100%;
    height: 100%;
    display: block;
}

.couplet .ad-tag {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    border-top-right-radius: 6px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 30px;
    height: 18px;
    line-height: 18px;
}

.couplet .couplet-close-btn {
    width: 20px;
    height: 20px;
    line-height: 21px;
    position: absolute;
    right: 1px;
    top: 1px;
    background: rgba(245, 245, 245, 0.5);
    border-radius: 11px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.coupletl {
    left: -137px;
}

.coupletr {
    right: -437px;
}

.liveqr {
    width: 143px;
    /*position: absolute;*/
    /*right: -459px;*/
    position: fixed;
    left: 50%;
    margin-left: 600px;
    top: 60px;
}

.liveqr .liveqr-content {
    float: left;
    width: 100px;
}

.liveqr .liveqr-content img {
    width: 100%;
}

.liveqr .liveqr-title {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.liveqr .liveqr-close {
    float: left;
    width: 22px;
    color: #666;
    padding-left: 2px;
}

.p5w-excellent-box {
    width: 121px;
    position: absolute;
    left: -137px;
    top: 60px;
    background: #2c3981;
    /*height: 770px;*/
    padding: 10px;
}

.p5w-excellent-box .p5w-excellent-head {
    height: 30px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}

.p5w-excellent {
    /*width: 134px;*/
    /*position: absolute;*/
    /*left: -152px;*/
    /*top: 60px;*/
    background: #2c3981;
    height: 580px;
    margin: 10px 0;
}

.p5w-excellent .excellent-list {
    width: 102px;
    margin: 0 auto;
}

.p5w-excellent .excellent-list .excellent-title,
.p5w-excellent .excellent-list .excellent-item .img-box {
    margin: 0 auto 5px;
    width: 102px;
}

.p5w-excellent .excellent-list .excellent-item .img-box {
    display: block;
    height: 58px;
    border-radius: 10px;
}

.p5w-excellent .excellent-list .excellent-title a {
    width: 102px;
    height: 40px;
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    display: block;
    overflow: hidden;
}

.p5w-excellent .excellent-list .excellent-title a:hover {
    color: #ffffff;
}

.p5w-main {
    position: relative;
    background: #fff;
    padding: 0 15px;
}

.screen-ad {
    position: absolute;
    top: 0;
    right: 15px;
    height: 380px;
    background: #d00;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 1s;
    overflow: hidden;
}

.screen-ad.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.screen-ad .screen-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.screen-ad .screen-close-box {
    display: table;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ed4d5a;
    width: 66px;
    height: 86px;
}

.screen-ad .ad-tag {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    border-top-right-radius: 6px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 30px;
    height: 18px;
    line-height: 18px;
}

.screen-ad .screen-close-btn {
    font-size: 16px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 10px;
    cursor: pointer;
}

.screen-ad .screen-close-btn::before {
    content: '\00d7';
    display: block;
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-bottom: -10px;
}

.p5w-festival-box {
    position: relative;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
}

.p5w-festival-box .festival-main {
    position: relative;
    z-index: 99;
}

.p5w-festival-box .festival-main img {
    margin: 0 auto;
    width: auto;
}

.p5w-festival-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1242px;
    background-position: center top;
    background-size: auto;
}

.original-article.fixed-top {
    margin-top: -15px;
    width: 300px;
    left: 50%;
    margin-left: 285px;
    -webkit-animation: bounceInDown 0.5s;
    -moz-animation: bounceInDown 0.5s;
    -ms-animation: bounceInDown 0.5s;
    -o-animation: bounceInDown 0.5s;
    animation: bounceInDown 0.5s;
}

/*日历盒子*/
#calendar-box {
    position: absolute;
    left: 0;
    top: 35px;
    width: 1030px;
    height: 0;
    opacity: 0;
    background: #fff;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    z-index: -1;
}

#calendar-box.active {
    height: 376px;
    opacity: 1;
    z-index: 9;
}

#calendar-box .calendar-iframe {
    border: none;
    overflow: hidden;
}
