/* Mobile */
@media (max-width:600px) {

    .Main_Box{
        display: none;
    }
        
    /* 菜单部分 */
    .caidan {
        width: 5.6vw;
        height: 4.1vw;
        background: url("http://img2.chinadaily.com.cn/static/2024springfestival/img/Mobile/Icon_Menu.png") no-repeat;
        background-size:5.6vw 4.1vw;
        position: absolute; 
        top: 1.8vw;
        right: 0;
        cursor: pointer;
    }

    .p-caidan {

        width: 60vw;
        background: rgba(255, 99, 68, 0.95);
        position: fixed;
        z-index: 1000;
        /* display: none; */
    }
    .p-caidan .BT_Close {
        position: absolute;
        right: 15px;
        top:15px;
        width: 18px;
        height: 18px;
        z-index: 2;
    }
    .p-caidan .BT_Close img {
        width: 18px;
        height: 18px;
    }
    .p-caidan .logo {
        margin: 3vw 5vw;
    }

    .p-caidan .logo img {
        width: 111px;
        height: 22px;
    }

    .p-caidan .wenzi {
        font-size: 16px;
        border-top: 1px solid #FF917C;
        height: 10.25vw;
        line-height: 10.25vw;
        padding-left: 5vw;
    }

    .p-caidan .WenziSmall a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
    }

    .p-caidan .wenzi a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
    }


    .TopMenuBox {
        position: relative;
        display: block;
        width: 100%;
        background-color: #004073;
        height: 0.48rem;
    }
    .TopMenuDiv {
        height: 0.48rem;
    }
    .TopMenuLogo {
        float: left;
        width: 1.86rem;
        height: 0.18rem;
        margin-top: 0.15rem;
        /* 右侧白线 */
        /* border-right: 1px solid #fff; */
    }
    .TopMenuLogo img {
        width: 1.71rem;
        height: 0.18rem;
    }
    .TopBar_txt {
        float: left;
        margin-top: 0.15rem;
        margin-left: 0.15rem;
        height: 0.18rem;
        line-height: 0.18rem;
        font-size: 0.18rem;
        color: #FFF;
    }
    .TopBar_txt a {
        height: 0.18rem;
        line-height: 0.18rem;
        font-size: 0.18rem;
        color: #FFF;
    }
    }
    


@media (max-width:600px) {
    .TopBar_Box {        
        width: 100%;        
        height: auto;
        background-color: #F9F4E0;
        overflow: hidden;
    }

    .TopBar_Div {
        height: 35px;
    }

    .TopBar_Left_Div {
        margin-top: 9px;
        width: 88px;
        height: 19px;
    }

    .TopBar_Left_Div img {
        width: 88px;
        height: 19px;
    }

    /* Banner_Box */
    .Banner_Box {
        width: 100%;
        height: auto;   
        overflow: hidden;
    }
    .Banner_Box img{
        width: 100%;        
    }
    .Menu_Box {
        width: 100%;   
        height: auto;
        overflow: hidden;
    }

    .Menu_Div {
        height: 76px;
    }

    .Menu_Div ul {
        margin-top: 17px;
        height: 42px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .Menu_Div li {
        padding: 0 16px;

        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 42px;
        line-height: 42px;
        font-size: 28px;
        font-family: "Arial";
        color: #F8F3DF;
    }

    .Menu_Div li a {
        color: #F8F3DF;
    }

    .Menu_Div li:hover {
        border-radius: 21px;
        background-color: #DD352E;
        text-decoration: none;
        color: #F8F3DF;
    }

    .Menu_Div li:hover a {
        text-decoration: none;
        background-color: #DD352E;

    }

    /* Focus_Box */
    .Focus_Box {
        width: 100%;   
        height: auto;
        background: url(http://img2.chinadaily.com.cn/static/2024springfestival/img/Mobile/Focus_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .Focus_Div {
        margin-top: 13px;
        height: auto;
    }

    .Focus_Block {
        width: 100%;
        margin-top: 5px;
        height: auto;
        overflow: hidden;
    }

    .Focus_Left {
        width: 100%;
        height: auto;
    }

    .mFocus_Swiper {
        width: 96vw;
        height: 64vw;
        /* margin-bottom: 4px; */
        overflow: hidden;
    }

    .mFocus_Swiper p {
        width: 96vw;
        height: 64vw;
    }

    .mFocus_Swiper p img {
        width: 96vw;
        height: 64vw;
    }

    .mFocus_Swiper h4 {
        position: absolute;
        padding: 10px;
        width: calc(100% - 20px);
        height: 36px;
        line-height: 18px;
        font-size: 14px;
        color: #FFF;
        bottom: 0;
        background-image: linear-gradient(to bottom, rgba(143, 5, 6, 0), rgba(143, 5, 6, 1));
        z-index: 1;
    }

    .mFocus_Swiper h4 a {
        color: #FFF;
    }

    .mFocus_BTPrev {
        position: absolute;
        left: -3vw;
        top: 40%;
        width: 42px;
        height: 60px;
        background: url(http://img2.chinadaily.com.cn/static/2024springfestival/img/Mobile/Focus_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .mFocus_BTNext {
        position: absolute;
        right: -3vw;
        top: 40%;
        width: 42px;
        height: 60px;
        background: url(http://img2.chinadaily.com.cn/static/2024springfestival/img/Mobile/Focus_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .Focus_Mid {
        float: left;
      
        width: 47vw;
        height: 56vw;
        overflow: hidden;
    }

    .Focus_Mid p {
        width: 47vw;
        height: 31vw;
    }

    .Focus_Mid p img {
        width: 47vw;
        height: 31vw;
    }

    .Focus_Mid h4 {
        padding: 8px;
        width: calc(100% - 16px);
        height: calc(25vw - 16px);
        font-size: 14px;
        line-height: 18px;
        background-color: #F8573C;
        color: #FFF;
    }

    .Focus_Mid h4 a {
        color: #FFF;
    }

    .Focus_Right {
        float: right;
        width: 47vw;
        height: 56vw;
        overflow: hidden;
    }

    .Focus_Right ul {
        /* margin-top: 15px; */
        width: 100%;
        height: auto;
    }

    .Focus_Right li {
        padding: 10px;
        width: calc(100% - 20px);
        line-height: 18px;
        font-size: 14px;
        height: calc(18.66vw - 20px);
        color: #6F2F0A;
        overflow: hidden;
        background-color: #FFF8E1;
        border-bottom: 2px solid #FFE589;
    }

    .Focus_Right li a {
        color: #6F2F0A;
    }

    .Focus_Right li:last-child {
        border-bottom: 0px;
    }

    .Focus_List {
        width: 100%;
        height: auto;
        margin-top: 5px;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .Focus_List ul {
        width: 100%;
        height: auto;
    }

    .Focus_List li {
        float: left;
        width: 31.2vw;
        height: auto;
        border-right: 2px solid #FFFED0;
        overflow: hidden;
    }

    .Focus_List li p {
        width: 31.2vw;
        height: 21vw;
        overflow: hidden;
    }
    .Focus_List li p img{
        width: 31.2vw;
        height: 21vw;
        overflow: hidden;
    }

    .Focus_List li h4 {
      
        padding: 10px;
        width: calc(31.2vw - 20px);
        height: 72px;
        background-color: #D83B27;
        overflow: hidden;
    }

    .Focus_List li h4 a {
        font-size: 14px;
        line-height: 18px;
        color: #FFF;
    }

    .Focus_List2 {
        background-color: #D83B27;
    }

    .Focus_List3 {
        background-color: #D83B27;
    }

    /* Video_Box */
    .Video_Box {
        width: 100%;   
        height: auto;
        background: url(http://img2.chinadaily.com.cn/static/2024springfestival/img/Mobile/Video_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .Video_Cover {
        position: absolute;
        z-index: 1;
        bottom: 0;
        width: 100%;
        height: 477px;
        background: url(http://img2.chinadaily.com.cn/static/2024springfestival/img/Video_Cover.png) center center repeat-x;
    }

    .Video_Div {
        margin-top: 25px;
        height: auto;
        z-index: 2;
    }

    .Video_Title {
        width: 192px;
        height: 43px;
    }

    .Video_Title img {
        width: 192px;
        height: 43px;
    }
    .Video_Screen{
        margin-top: 30px;
        width: 100%;
        height: auto;
    }
    .Video_Screen p{
        width: 96vw;
        height: 64vw;
    }
    
    .Video_Screen p img{
        width: 96vw;
        height: 64vw;
    }

    
    .Video_Screen em{
        position: absolute;
        left: calc(50% - 10.5vw);
        top: calc(50% - 10.5vw);
        width: 21vw;
        height: 21vw;
       background: url(http://img2.chinadaily.com.cn/static/2024springfestival/img/Mobile/Video_Play.png) center center no-repeat;
       background-size: 21vw 21vw ;
    }
    .Video_Content {
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .Video_C1 {
        padding:15px;
        width: calc(100% - 30px);
        height: auto;
        font-family: "Arial";
    }

    .Video_C1 h4 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        color: #F8F3DF;
        line-height: 26px;   
        margin-bottom: 5px;
    }

    .Video_C1 h4 a {
        color: #F8F3DF;
    }

    .Video_C1 h5 {
        width: 100%;
        font-size: 14px;
        color: #F8F3DF;
        line-height: 18px;

    }

    .Video_C1 h5 a {
        color: #F8F3DF;
    }

    .Video_C2 {
        float: left;
        width: 44.6vw;     
        height: auto;
    }

    .Video_C2 p {
        width: 44.6vw;     
        height: 29.74vw;
        z-index: 1;
    }

    .Video_C2 p img {
        width: 44.6vw;     
        height: 29.74vw;
    }

    .Video_C2 em {
        position: absolute;
        right: 0;
        top: calc(29.74vw - 25px);
        width: 39px;
        height: 25px;
        z-index: 2;
        background: url(http://img2.chinadaily.com.cn/static/2024springfestival/img/Icon_Play.jpg) center center no-repeat;
        background-size: 39px 25px;
    }

    .Video_C2 em img {
        width: 67px;
        height: 43px;
    }

    .Video_C2 h4 {
        margin-top: 14px;
        font-size: 14px;
        line-height: 18px;
        height: 54px;
        color: #FFF;
    }

    .Video_C2 h4 a {
        color: #FFF;
    }
    .Video_C3{
        float: right;
    }

    /* YearDragon_Box */
    .YearDragon_Box {
        width: 100%;   
        height: auto;
        background-color: #FFDCB7;
        padding-bottom: 35px;
        overflow: hidden;
    }
    .YearDragon_Div{
        height: auto;        
    }
    .Title_Div {
        margin-top: 25px;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }

    .Title_Div p {
        width: 100%;
        height: auto;
    }

    .Title_Div p img {
        width: 100%;
        height: auto;
    }

    .Title_Div h4 {
        position: absolute;
        right: 20px;
        top: 65px;
        width: 80px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-family: "Arial";
        font-weight: bold;
        color: #FFE8D6;
    }

    .Title_Div h4 a {
        color: #FFE8D6;
    }

    .YearDragon_Block {
        margin-top: 15px;
        width: 100%;
        height: auto;
    }

    .YearDragon_Left {
        float: left;
        width: 47.1vw;
        height: calc(31.28vw + 72px);
        overflow: hidden;
    }

    .YearDragon_Left p {
        width: 47.1vw;
        height: 31.28vw;
    }

    .YearDragon_Left p img {
        width: 47.1vw;
        height: 31.28vw;
    }

    .YearDragon_Left h4 {
        padding: 10px;
        width: calc(47.1vw - 20px);
        height: 72px;
        background-color: #CFB082;
        font-size: 14px;
        line-height: 18px;
        color: #FFF;
    }

    .YearDragon_Left h4 a {
        color: #FFF;
    }

    .YearDragon_Mid {
        float: left;
        width: 462px;
        height: 400px;
        overflow: hidden;
        margin-left: 8px;
    }

    .YearDragon_Mid1 {
        float: right;
        width: 47.1vw;
        height: calc(31.28vw + 72px);
        overflow: hidden;
    }

    .YearDragon_Mid1 p {

        width: 47.1vw;
        height: 31.28vw;
        background-color: #CFB082;
    }

    .YearDragon_Mid1 p img {
        width: 47.1vw;
        height: 31.28vw;

    }

    .YearDragon_Mid1 h4 {
        padding: 10px;
        width: calc(47.1vw - 20px);
        height: 72px;
        background-color: #FFF;
        font-size: 14px;
        line-height: 18px;
        color: #6F2F0A;
    }

    .YearDragon_Mid1 h4 a {
        color: #6F2F0A;
    }

    .YearDragon_Mid2 {
        padding: 10px;
        width: calc(100% - 20px);
        height: 54px;
        margin-bottom: 0px;
        background-color: #CFB082;
        font-size: 14px;
        line-height: 18px;
        color: #FFF;
    }

    .YearDragon_Mid2 a {
        color: #FFF;
    }

    .YearDragon_Mid3 {
        background-color: #FFF;
        color: #6F2F0A;
    }

    .YearDragon_Mid3 a {
        color: #6F2F0A;
    }

    .YearDragon_Right {
 
        width: 96vw;
        height: 63.3vw;
        overflow: hidden;
    }

    .YearDragon_Right p {
        width: 96vw;
        height: 63.3vw;

    }

    .YearDragon_Right p img {
        width: 96vw;
        height: 63.3vw;
    }

    .YearDragon_Right h4 {
        position: absolute;
        padding: 6px 10px;
        bottom:0;
        width: calc(96vw - 20px);
        height: 36px;
        background-color: rgba(125, 73, 10, 0.7);
        font-size: 14px;
        line-height: 18px;
        color: #FFF;
    }

    .YearDragon_Right h4 a {
        color: #FFF;
    }

    /* Events_Box */
    .Events_Box {
        width: 100%;   
        height: auto;
        background: url(http://img2.chinadaily.com.cn/static/2024springfestival/img/Mobile/Events_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .Events_Div {
        height: 635px;
    }

    .Events_Title h4 {
        top: 25px !important;
    }



    .Events_Left {   
        width: 96vw;
        height: auto;
        overflow: hidden;
    }

    .Events_Left p {
        width: 96vw;
        height: 63.33vw;

    }

    .Events_Left p img {
        width: 96vw;
        height: 63.33vw;
    }

    .Events_Left h4 {
        padding: 8px 8px;
        width: calc(96vw - 16px);
        height: 54px;
        font-size: 14px;
        line-height: 18px;
        background-color: #FFC675;
        color: #93460A;
    }

    .Events_Left h4 a {
        color: #93460A;
    }
    .Events_Block {
        /* margin-top: 21px; */
        width: 100%;
        margin-top: 1.14vw;
        display: flex;
        justify-content: space-between;
        /* height: 424px; */
    }
    .Events_Mid {
        width: 47.43vw;
        height: calc(31.54vw + 70px);
        overflow: hidden;
    }

    .Events_Mid p {
        width: 47.43vw;
        height: 31.54vw;
    }

    .Events_Mid p img {
        width: 47.43vw;
        height: 31.54vw;
    }

    .Events_Mid h4 {

        padding: 8px;
        width: calc(47.43vw - 16px);
        height: 54px;
        font-size: 14px;
        line-height: 18px;
        color: #93460A;
        background-color: #FFC675;
    }

    .Events_Mid h4 a {
        color: #93460A;
    }
    /* MediaReport_Box */
    .MediaReport_Box{
        width: 100%;   
        height: auto;
        background-color: #FCE29F;
        overflow: hidden; 
    }
    .MediaReport_Div{
        margin-top: 30px;
        height: auto;
    }
    .MediaReport_Title H4{
        top:30px;
    }
    .MediaReport_Block{
        margin-top: 1vw;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }
    .MediaReport1{

    width: 47.5vw;
    height: calc(31.28vw + 70px);
    overflow: hidden;
    }
    .MediaReport1 p{
        width: 47.5vw;
        height: 31.28vw;

    }
    .MediaReport1 p img{
        width: 47.5vw;
        height: 31.28vw;
    }
    .MediaReport1 h4{

    padding:8px;
    width: calc(100% - 16px);
    height: 54px;
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
    background-color: #CFB082;
    }
    .MediaReport1 h4 a{
    color: #FFF;
    }
    .MediaReport3{
        /* margin-left: 10px; */
    }
    .MediaReport2{
        margin-top: 20px;

        padding:8px;
        width: calc(100% - 16px);
        height: 54px;
        background-color: #F8AE54;
        font-size: 14px;
        line-height: 18px;
        color: #FFF;
        overflow: hidden;
    }
    .MediaReport2 a{
        color: #FFF;
    }
    .MediaReport_List{   
        width: 96vw;
        height: auto;
        overflow: hidden;
    }
    .MediaReport_List ul{ 
        margin-top: 1vw;
        width: 96vw;
        height: auto;
        display: flex;  
        justify-content: space-between;
    }
    .MediaReport_List li{ 
        padding:8px;
        width: calc(31.6vw - 16px);
        height: 126px;     
        background-color: #F04E3A;
        font-size: 14px;
        line-height: 18px;
        color: #FFF;
        margin-bottom: 30px;
    }

    .MediaReport_List li a{ 
        color: #FFF;
    }
    /* IE_Review_Box */
    .IE_Review_Box{
        width: 100%;   
        height: auto;
        background: url(http://img2.chinadaily.com.cn/static/2024springfestival/img/Mobile/IE_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
        overflow: hidden; 
    }
    .IE_Title{
        margin-top: 30px;
    }

    .IE_Title H4{
        top:30px;
    }
    .IE_Title H4 a,.Review_Title h4 a{
        color: #ED4023;
    }
    .IE_Block{
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: auto;
        margin-bottom: 65px;
    }
    .IE_Pic{
        margin-top: 27px;
        width: 100%;
        height: auto;
    }
    .IE_Pic img{        
        width: 100%;        
    }
    .Review_Title{
        margin-top: 25px;
    }
    .Review_Title h4{
        top: 15px;
    }
    .Review_Left{
        margin-left: 0;
    }
    .Review_Left h4{
        background-color: #F79464;
    }
    .Review_Mid h4{
        background-color: #F3B98B;
    }
    .Review_Right h4{
        background-color: #FFDC88;
    }
    .Review_Right{
        /* margin-left: 7px; */
        margin-top: 10px;
        margin-bottom: 2px;
    }
    /* Bottom_Box */
       .Bottom_Box {

        width: 100%;
        height: 260px;
        background-color: #fcf6dd;
   font-family:arial;
    }

    .Bottom_Div {
        height: 260px;
    }

    .Bottom_Block {
        padding-top: 37px;
    }

    .Bottom_Left {
        margin: 0 auto;
        width: 122px;
    }

    .Bottom_Left img {
        width: 100%;
    }

    .Bottom_Right {
        margin: 0 auto;
        margin-top: 24px;
        width: 80%;
    }

    .Bottom_Block p {
        font-size: 12px;
        line-height: 20px;
        color: #333;
    }

    .Bottom_Block h4 {
        float: left;
        width: 35px;
        height: 30px;
    }

    .Bottom_Block h5 {
        float: left;
        width: 240px;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        color: #333;
    }
}