@charset "utf-8";

/* CSS Document */
html,
body {
    min-width: 1200px;
}

body {
    font-family: "Microsoft Yahei";
    text-decoration: none;
}

.banner {
    background: url(http://www.news.cn/politics/2024qmzt/img/banner.jpg) 50% 0 no-repeat;
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.head {
    width: 1200px;
    margin: 0px auto 0;
    padding-top: 50px;
}

/*大頭條*/
.cover-headline h1 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
}

.cover-headline p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.cover-headline a {
    color: #0e73a8;
}

.cover-headline p a {
    color: #626262;
}

.cover-headline a:hover {
    color: #63b3ff;
}

/*聚焦區*/
.part1 {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
}

.part1-right {
    width: 400px;
    float: right;
    overflow: hidden;
    height: auto;
}

.part1-right h2 {
    font-weight: bold;
    color: #42474d;
    line-height: 28px;
    font-size: 24px;
}

.part1-right h2 a {
    color: #0e73a8;
}

.part1-right p {
    font-size: 16px;
    margin-top: 15px;
    color: #626262;
    line-height: 30px;
    border-bottom: 1px dotted #535353;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.part1-right p span {
    color: #1e81b5;
}

.part1-right p span a {
    color: #1e81b5;
}

.part1-right li {
    font-size: 18px;
    position: relative;
    color: #535353;
    line-height: 28px;
    padding-left: 20px;
}
.part1-right li+li {
    margin-top: 22px;
 }

.part1-right li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #1e81b5;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}

.part1-left {
    width: 760px;
    height: 428px;
    position: relative;
    float: left;
}

.part1-left .part1-left-button-prev {
    background: url(http://www.news.cn/world/cop15/index/images/left.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 216px;
    width: 16px;
    height: 28px;
    z-index: 2;
}

.part1-left .part1-left-button-next {
    background: url(http://www.news.cn/world/cop15/index/images/right.png)no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 216px;
    width: 16px;
    height: 28px;
    z-index: 2;
}

.part1-left .swiper-container {
    width: 760px;
    height: 428px;
    margin: 0 auto;
}

.swiper-slide {
    position: relative;
}

.part1-left .swiper-pagination {
    position: absolute;
    right: 10px;
    text-align: right;
    bottom: 15px;
    z-index: 2;
}

.part1-left .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    margin: 0 3px;
    cursor: pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.part1-left .swiper-active-switch {
    background: #93dafe !important;
}

.part1-left .swiper-pagination-bullet {
    margin-left: 5px;
}

.part1-left .swiper-pagination-bullet-active {
    background: #93dafe !important;
}

.part1-left .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}

.part1-left .picTitle {
    position: relative;
    width: 760px;
    height: 428px;
    overflow: hidden;
}

.part1-left .picTitle .img img {
    width: 760px;
    height: 428px;
    display: block;
}

.part1-left .picTitle .bg {
    bottom: 0;
    height: 75px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, .65);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 113, 207, .65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 113, 207, .65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 113, 207, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 113, 207, .65) 100%);
}

.part1-left .picTitle .name {
    bottom: 14px;
    color: #fff;
    left: 10px;
    line-height: 24px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    font-size: 20px;
    width: 90%;
    z-index: 11;
}

.part1-left .picTitle .name a {
    color: #fff;
    text-decoration: none;
}

.mul-play {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 64px;
    left: 18px;
    display: none;
    cursor: pointer;
    z-index: 999;
}

.mul-play img {
    width: 100%;
    height: 100%;
    display: block;
}

.videoPart {
    width: 760px;
    height: 428px;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.videoPart iframe {
    width: 760px;
    height: 428px;
}

.videoPart .videoPart-close {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: -22px;
    z-index: 50;
    background: url(http://www.newsres.cn/bigbig201710101700/bundle/s1014_icon_btn_close.png) no-repeat;
    cursor: pointer;
    background-size: 100% auto;
}

/*滾動新聞*/
.jsxw {
    width: 1200px;
    height: 162px;
    background: url(http://www.news.cn/politics/2023qmzt/index/images/js.png) 10px 0 no-repeat;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
}

#gd_area {
    margin-left: 200px;
    margin-top: 61px;
    width: 1000px;
    overflow: hidden;
}
.j_link {
     float: left;
     width: 160px;
     height: 140px;
     display: block;
}
.wrap {
    float: left;
    width: 100000px;
}

#gd_content,
#gd_scroll {
    float: left;
}

#gd_content li,
#gd_scroll li {
    font-size: 18px;
    height: 30px;
    color: #acacad;
    padding-left: 15px;
    margin-right: 15px;
    display: inline;
    float: left;
    line-height: 30px;
    position: relative;
}

#gd_content li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #1e81b5;
    border-radius: 100%;
    position: absolute;
    top: 13px;
    left: 0;
}

#gd_scroll li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #1e81b5;
    border-radius: 100%;
    position: absolute;
    top: 13px;
    left: 0;
}

#gd_content li a,
#gd_scroll li a {
    color: #666;
}

/*圖説*/
.part4 {
    margin-top: 40px
}

.focusBox4 {
    width: 1200px;
    height: 625px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.focusBox4 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
}

.focusBox4 .swiper-wrapper .swiper-slide .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.focusBox4 .swiper-wrapper .swiper-slide .title {
    position: absolute;
    left: 2%;
    bottom: 25px;
    width: 96%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    font-size: 22px;
    text-align: center;
}

.focusBox4 .swiper-wrapper .swiper-slide .title a {
    color: #fff;
}

.focusBox4 .swiper-pagination {
    text-align: center;
    left: 0
}

.focusBox4 .swiper-button-next,
.focusBox6 .swiper-button-prev {}

.focusBox4 .swiper-pagination-bullet {
    opacity: 1;
}

.focusBox4 .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.focusBox4 .swiper-pagination-white .swiper-pagination-bullet-active {
    width: 33px;
    background: rgb(66, 133, 236);
    background: -moz-linear-gradient(left, rgba(66, 133, 236, 1) 0%, rgba(11, 186, 251, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(66, 133, 236, 1) 0%, rgba(11, 186, 251, 1) 100%);
    background: linear-gradient(to right, rgba(66, 133, 236, 1) 0%, rgba(11, 186, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4285ec', endColorstr='#0bbafb', GradientType=1);
    border-radius: 10px;
}

/*英雄之光*/
.partsp {
    width: 100%;
    background: url(http://www.news.cn/politics/2023qmzt/index/images/yxzgbg.jpg) 50% 0 no-repeat;
    height: 570px;
}

.part04_top {
    position: relative;
    width: 1100px;
    margin: 20px auto;
    padding-top: 100px;
}

.part04_top .swiper-button-next,
.part04_top .swiper-button-prev {
    width: 60px;
    height: 60px;
    margin-top: 37px;
}

.part04_top .swiper-button-next {
    background: url(http://www.news.cn/politics/2023qmzt/index/images/right.png) 0px 0px no-repeat;
    right: -85px;
}

.part04_top .swiper-button-prev {
    background: url(http://www.news.cn/politics/2023qmzt/index/images/left.png) 0px 0px no-repeat;
    left: -85px;
}

.part04_top .swiper-container {
    width: 1100px;
}

.part04_top .swiper-slide {
    width: 340px;
    height: 333px;
    overflow: hidden;
}

.part04_top .swiper-slide img {
    width: 340px;
    height: 190px;
}

.part04_top .swiper-slide .tit {
    z-index: 4;
    height: 113px;
    font-size: 18px;
    line-height: 28px;
    background: #fff;
    padding: 10px;
    text-align: left;
}

.part04_top .swiper-slide .tit a {
    color: #333;
}

.part04_top .swiper-slide .tit p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 2px;
    height: 67px;
    overflow: hidden;
    text-align: left;
}

.part04_top .swiper-slide .tit:after {
    content: '';
    width: 100%;
    height: 10px;
    background: rgb(105, 153, 197);
    background: -moz-linear-gradient(left, rgba(105, 153, 197, 1) 0%, rgba(160, 176, 191, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(105, 153, 197, 1) 0%, rgba(160, 176, 191, 1) 100%);
    background: linear-gradient(to right, rgba(105, 153, 197, 1) 0%, rgba(160, 176, 191, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6999c5', endColorstr='#9fb0bf', GradientType=1);
    position: absolute;
    left: 0;
    bottom: 0px;
}

/*視頻*/

.byll_box {
    width: 100%;
    max-width: 1920px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
}

.byll_box .tab2 {
    width: 100%;
    position: relative;
    margin-top: 32px;
}

.byll_box_left {
    float: left;
    width: 640px;
    height: 570px;
    background: url(http://www.news.cn/politics/2023qmzt/index/images/spbg.png) no-repeat;
}

.byll_pics {
    width: 1450px;
    height: 410px
}

.byll_pics .swiper-container {
    width: 100%;
    height: 410px
}

.byll_pics .swiper-container .swiper-slide {
    height: 410px
}

.byll_nr {
    width: 319px;
    height: 396px;
    margin: 0 auto;
    position: relative;
    background: #fff
}

.byll_nr:after {
    content: '';
    width: 100%;
    height: 10px;
    background: rgb(105, 153, 197);
    background: -moz-linear-gradient(left, rgba(105, 153, 197, 1) 0%, rgba(160, 176, 191, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(105, 153, 197, 1) 0%, rgba(160, 176, 191, 1) 100%);
    background: linear-gradient(to right, rgba(105, 153, 197, 1) 0%, rgba(160, 176, 191, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6999c5', endColorstr='#9fb0bf', GradientType=1);
    position: absolute;
    left: 0;
    bottom: -10px
}

.byll_nr .tit {
    width: 90%;
    height: 100px;
    margin: 0 auto;
    font-size: 22px;
    color: #242a39;
    line-height: 30px;
    margin-top: 15px;
    overflow: hidden
}

.byll_nr .tit a {
    color: #242a39
}

.byll_nr .text {
    width: 90%;
    margin: 0 auto;
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 15px;
    height: 25px;
    overflow: hidden
}

.byll_nr .more {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    border-top: 1px solid #dcdcdc;
    padding-top: 10px;
    padding-left: 5%
}

.byll_nr .more a {
    font-size: 18px;
    color: #000
}

.byll_jt_left {
    width: 60px;
    height: 60px;
    background: url(http://www.news.cn/politics/2023qmzt/index/images/left.png) no-repeat;
    position: absolute;
    top: 180px;
    left: -215px
}

.byll_jt_right {
    width: 60px;
    height: 60px;
    background: url(http://www.news.cn/politics/2023qmzt/index/images/right.png) no-repeat;
    position: absolute;
    top: 180px;
    left: -135px
}

.byll_jt_left:hover {
    background: url(http://www.news.cn/world/ciie2021/images/byll_left02.png) no-repeat
}

.byll_jt_right:hover {
    background: url(http://www.news.cn/world/ciie2021/images/byll_right02.png) no-repeat
}

.byll_nr .tit span {
    display: inline-block;
    line-height: 28px;
    border: 1px solid #242a39;
}

.byll_box .tab2 {
    width: 100%;
    position: relative;
}

.byll_box .tab2 .tab_menu2 {
    float: left;
    width: 230px;
    height: 305px;
    margin-left: 255px;
    margin-top: 130px
}

.byll_box .tab2 .tab_menu2 li {
    width: 230px;
    height: 58px;
    line-height: 58px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    font-size: 24px;
    color: #178df5;
    margin-top: 20px
}

.byll_box .tab2 .tab_menu2 li a {
    color: #178df5
}

.byll_box .tab2 .tab_box2 {
    width: 1450px;
    height: 410px;
    position: absolute;
    left: 565px;
    top: 80px
}

.byll_box .tab2 .tab_menu2 .selected2 {
    background-color: #114198;
    cursor: pointer;
    color: #fff;
}

.byll_box .tab2 .tab_menu2 .selected2 a {
    color: #fff;
}

.byll_box .tab2 .hide {
    display: none
}

.byll_box .tab2 .tab_box2 .swiper-lazy-preloader {
    width: 317px;
    height: 177px;
    position: absolute;
    left: 1px;
    top: 1px;
    margin-left: 0;
    margin-top: 0
}

.byll_box .tab2 .tab_box2 .swiper-lazy-preloader:after {
    display: none;
}

/*習俗*/
.part6 {
    background: url(http://www.newsimg.cn/politics/2017qm/banner_repBg_v1.jpg) 0 0 repeat;
    width: 100%;
    height: 580px;
    overflow: hidden;
    margin-top: 40px;
}

.focusBox6 {
    width: 1061px;
    height: 580px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.focusBox6 .swiper-wrapper .swiper-slide img {
    width: 1061px;
    height: 580px;
}

.focusBox6 .swiper-wrapper .swiper-slide .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    display: none;
}

.focusBox6 .swiper-wrapper .swiper-slide .title {
    position: absolute;
    left: 2%;
    bottom: 25px;
    width: 96%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    font-size: 24px;
    text-align: center;
    display: none;
}

.focusBox6 .swiper-wrapper .swiper-slide .title a {
    color: #fff;
}

.focusBox6 .swiper-pagination {
    text-align: center;
    left: 0;
    display: none;
}

.focusBox6 .swiper-button-next,
.focusBox6 .swiper-button-prev {
    display: none;
}

.focusBox6:hover .swiper-button-next,
.focusBox6:hover .swiper-button-prev {
    display: block;
}

.focusBox6 .swiper-pagination-bullet {
    opacity: 1;
}

.focusBox6 .swiper-pagination-white .swiper-pagination-bullet {
    background: #00a8ff;
}

.focusBox6 .swiper-pagination-white .swiper-pagination-bullet-active {
    width: 73px;
    background: rgb(66, 133, 236);
    background: -moz-linear-gradient(left, rgba(66, 133, 236, 1) 0%, rgba(11, 186, 251, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(66, 133, 236, 1) 0%, rgba(11, 186, 251, 1) 100%);
    background: linear-gradient(to right, rgba(66, 133, 236, 1) 0%, rgba(11, 186, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4285ec', endColorstr='#0bbafb', GradientType=1);
    border-radius: 10px;
}

/*欄目條*/
.Blmt {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
}

.footer {
    color: #000;
    font-size: 14px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer p {
    padding: 5px;
}