/* PC */
@media (min-width:600px) {
    .PC{
        display: block;
    }
    .Mobile{
        display: none;
    }
    .mCaidan {
        display: none;
    }
    .caidan {
        display: none;
    }
    .TopBar_Box{
        display: block;
        position: relative;
        margin: 0 auto;        
        margin-left: calc(50% - 1322px);
        width: 2644px;        
        height: 40px;
        background-color: #003970;
        overflow: hidden;
    }
    .TopBar_Div{
        display: block;
        height: 40px;
    }
    .TopBar_Logo{
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 171px;
        height: 18px;
        margin-top: 12px;
      
    }
    .TopBar_Logo img{
        width: 171px;
        height: 18px;
    }
    .TopBanner_Box{
        display: block;
        position: relative;
        margin-left: calc(50% - 1322px);
        width: 2644px;  
        height: 755px; 
        overflow: hidden;
    }
    .TopBanner_Div{
        width: 2644px;  
        height: 755px; 
    }
    .TopBanner_Div img{
        width: 2644px;  
        height: 755px; 
    }
    .TopBanner_Bar{
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
        bottom: 0;
        width: 2110px;
        height: 44px;
        left: 50%;
        transform: translateX(-1055px);
    }
    .TopBanner_Bar img{
        width: 2110px;
        height: 44px;
    }

    .Menu_Box{
        display: block;
        position: relative;        
        margin-left: calc(50% - 1322px);
        width: 2644px;   
        height: 60px; 
        background-color: #FF5D16;
        overflow: hidden;
    }

    .Menu_PicList ul{
        width: calc(100% + 260px);
        height: 142px;
        overflow: hidden;        
    }
    .Menu_PicList li{
        float: left;
        padding:5px 6px;
        width: 227px;
        height: 129px;        
        background-color: #FFF;
        border-radius: 15px;
        box-shadow: 3px 3px 0 #EAB498;
        margin-right: 22px;
    }
    .Menu_PicList li a{
        width: 227px;
        height: 129px;                
        border-radius: 15px;
    }
    .Menu_PicList li img{
        width: 227px;
        height: 129px;                
        border-radius: 15px;
    }
    .Menu_Div{
        margin: 0 auto;
        width: 1100px;
        height: 60px;
    }
    .Menu_Div ul{
        width: 100%;
        height: 60px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .Menu_Div li{
        padding:0 35px;
        width:fit-content;
        width:-webkit-fit-content;
        width:-moz-fit-content;
        height: 54px;
        font-size: 20px;
        line-height: 60px;
        font-family: "Helvetica";
        font-weight: bold;
        color: #FFF; 
        border-bottom: 6px solid transparent;
        text-transform: uppercase;
        cursor: pointer;
    }
    .Menu_Div li:hover{
        background-color: #D83400;
        border-bottom: 6px solid #A70000;
    }

    .Menu_Div li a{
        color: #FFF;        
    }
    .Menu_Div li img{
        margin-top: 18px;
    }
    .Part1_Box{
        display: block;
        position: relative;
        margin-left: calc(50% - 1322px);
        width: 2644px;  
        height: auto; 
        /* background: url(../img/BK1.jpg) top center no-repeat; */
        background-color: #FFF0D8;
        overflow: hidden;
    }

    .Part1_Div{        
        margin: 0 auto;
        margin-top: 73px;
        width: 1290px;
        height: auto;
    }
    .Part1_Top_Div{
        display: block;
        position: relative;
        margin: 0;
        padding: 0;        
        width: 100%;
        height: 422px;
        margin-bottom: 12px;
        /* overflow: hidden; */
    }

    .Part1_Swipper_Div{
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 637px;
        height: 422px;
    }
    .Part1_Swiper{
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 637px;
        height: 422px;
        overflow: hidden;
    }

    .Part1_Swiper p{
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
        width: 637px;
        height: 422px;
        left: 0;
        top:0; 
    }
    .Part1_Swiper img {
        width: 637px;
        height: 422px; 
    }
    .Part1_Swiper h4{
        display: block;
        position: absolute;        
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 80px;
        left: 0;
        bottom:0; 
        /* background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.5)); */
        background-color: rgba(0, 0,0, 0.35);
    }
    .Part1_Swiper h4 a{
        display: block;
        margin: 0;
        padding: 0;
        width: calc(100% - 40px);
        height: auto;
        font-size: 24px;
        color: #FFF;
        line-height: 30px;
    }

    .Part1_BTPrev{
        position: absolute;
        left: -12px;
        top:186px;
        width: 49px;
        height: 49px;
        background: url(http://img2.chinadaily.com.cn/static/2025xinjiang/img/Part1_Prev.png);
        z-index: 2;
        cursor: pointer;
    }
    .Part1_BTNext{
        position: absolute;
        right: -12px;
        left: auto;
        top:186px;
        width: 49px;
        height: 49px;
        background: url(http://img2.chinadaily.com.cn/static/2025xinjiang/img/Part1_Next.png);
        z-index: 2;
        cursor: pointer;
    }
    .Part1_Top_Mid_Div{
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        margin-left: 17px;
        width: 312px;
        height: 422px;  
        overflow: hidden;   
    }
    .Part1_Top_Mid_Div p{        
        display: block;
        position: relative;
        margin: 0;
        padding: 0;        
        width: 312px;
        height: 206px;       
    }
    .Part1_Top_Mid_Div p img{        
        width: 312px;
        height: 206px;     
    }
    .Part1_Top_Mid_Div h4{        
        display: block;
        position: relative;
        margin: 0;
        padding: 0;        
        width: calc(100% - 32px);
        padding: 16px;
        font-size: 24px;
        line-height: 30px;
        height: 184px;
        /* border-bottom: 12px solid #E13600; */
        background-color: #FF5D19;
        color: #FFF;
    }
    .Part1_Top_Mid_Div h4 a{        
        height: 150px;
        font-size: 24px;
        line-height: 30px;
        color: #FFF;
        overflow: hidden;
    }
    .Part1_Top_Right_Div{
        float: right;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;   
        width: 312px;
        height: 423px;  
        overflow: hidden;   
    }
    .Part1_Top_Right_Div ul{
        width: 312px;
        height: 423px;   
    }
    
    .Part1_Top_Right_Div li{        
        display: block;
        position: relative;
        margin: 0;
        padding: 0;        
        width:100%;
        font-size: 24px;
        line-height: 30px;
        height: 140px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #DB6927;
        /* background-color: #FF8A01; */
        color: #000;
    }
    .Part1_Top_Right_Div li a{
        display: block;
        bottom: 20px;
        max-height: 120px;
        height: auto;
        font-size: 24px;
        line-height: 30px;
        color: #000;        

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;

    }

    .Part1_Videos_Div{
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }
    .Part1_Videos_Div ul{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;        
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        list-style: none;
    }
    .Part1_Videos_Div li{
        display: block;   
        position: relative;
        margin: 0;
        padding: 0;        
        width: 420px;
        height: 123px;
        background-color: #FF9C24;   
        overflow: hidden;
    }
    .Part1_Videos_Div li p{
        float: left;
        width: 210px;
        height: 123px;
        overflow: hidden;
    }
    .Part1_Videos_Div li p img{        
        width: 210px;
        height: 123px;        
    }
    .Part1_Videos_Div h4{
        float: left;
        display: block;   
        position: relative;
        width: 180px;
        padding:25px 15px;
        font-size: 20px;
        line-height: 25px;
        height: 75px;
        font-family: "Helvetica";
        color: #FFF;

    }
    .Part1_Videos_Div h4 a{
        display: block;
        color: #FFF;
        height: 75px;        
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .Part1_Videos_li2 {
        background-color: #D73215!important;   
    }
    .Part1_Videos_li3 {
        background-color: #FF4700!important;   
    }
    .Part2_Box{
        display: block;
        position: relative;
        margin-left: calc(50% - 1322px);
        width: 2644px;  
        height: 776px; 
        background: url(http://img2.chinadaily.com.cn/static/2025xinjiang/img/BK2.jpg) center center no-repeat;
        /* background-color: #FFF0D8; */
        overflow: hidden;
    }
    .Part2_Div{
        width: 1290px;
        display: block;
        overflow: hidden;
    }
    .Part2_Title{
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 0;
        margin-bottom: 62px;
        width: 762px;
        height: 154px;
    }
    .Part2_Title img{
        width: 762px;
        height: 154px;
    }
    .Part2_Block{
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    .Part2_Left{
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 257px;
        height: 434px;
        background-color: #FF4800;
        overflow: hidden;
    }
    .Part2_Left p{        
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 257px;
        height: 162px;
    }
    .Part2_Left p img{        
        width: 257px;
        height: 162px;
    }
    .Part2_Left h4{        
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 257px;
        height: 272px;
        background-color: #FF4800;

    }
    .Part2_Left h4 a{        
        display: block;
        position: relative;
        margin: 0;
        padding:20px 13px;
        width: calc(100% - 26px);   
        font-size: 24px;
        line-height: 30px;
        height: 210px;
        color: #FFF;

        /* overflow: hidden; */
    }
    .Part2_Mid{
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 501px;
        height: 434px;
        margin-left: 18px;
        overflow: hidden;
    }
    .Part2_Mid1{
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 162px;
        overflow: hidden;
    }
    .Part2_Mid1 p{
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 243px;
        height: 162px;
    }
    .Part2_Mid1 p img{
        width: 243px;
        height: 162px;
    }
    .Part2_Mid1 h4{
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 258px;
        height: 162px;
        background-color: #FF9C24;
        overflow: hidden;
    }
    .Part2_Mid1 h4 a{
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: calc(100% - 26px);

        margin-left: 13px;
        margin-top: 12px;
        font-size: 24px;
        line-height: 30px;
        color: #FFF;
    }
    .Part2_Mid2 {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 120px;
        background-color: #D83316;
        margin-top: 15px;
        overflow: hidden;
    }

    .Part2_Mid2 a{
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: calc(100% - 26px);
        margin-left: 13px;
        margin-top: 12px;
        font-size: 24px;
        line-height: 30px;
        color: #FFF;
    }
    .Part2_Mid3 {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 120px;
        background-color: #FF9B23;
        margin-top: 15px;
        overflow: hidden;
    }

    .Part2_Mid3 a{
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: calc(100% - 26px);
        margin-left: 13px;
        margin-top: 12px;
        font-size: 24px;
        line-height: 30px;
        color: #FFF;
    }
    .Part3_Mid3{
        background-color: #8C1119;
        color: #FFF;
    }
    .Part3_Mid3 a{        
        color: #FFF;
    }
    .Part2_Right{
        float: right;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 500px;
        height: 434px;        
    }

    .Part2_Right p{        
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 500px;
        height: 323px;
    }
    .Part2_Right p img{        
        width: 500px;
        height: 323px;
    }
    .Part2_Right h4{        
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 500px;
        height: 111px;
        background-color: #FF6B13;
        overflow: hidden;
    }

    .Part2_Right h4 a{        
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: calc(100% - 26px);
        margin-left: 13px;        
        font-size: 24px;
        line-height: 30px;
        color: #FFF;
        height: 90px;
        margin-top: 12px;
        overflow: hidden;
    }

    .Part3_Box{
        display: block;
        position: relative;
        margin-left: calc(50% - 1322px);
        padding-top:130px;
        width: 2644px;  
        height: 704px; 
        background: url(http://img2.chinadaily.com.cn/static/2025xinjiang/img/BK3.jpg) center center no-repeat;
        overflow: hidden;
    }
    .Part3_Div{
        width: 1290px;
        display: block;
        overflow: hidden;
    }
    .Part3_Title{
        display: block;
        position: relative;
        margin: 0 auto;
        margin-bottom: 62px;
        width: 762px;
        height: 154px;
    }
    .Part3_Title img{
        width: 762px;
        height: 154px;
    }
    .Part3_Video_List{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Part3_Video_List ul{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }
    .Part3_Video_List li{
        width: 300px;
        height: 334px;
        background: url(http://img2.chinadaily.com.cn/static/2025xinjiang/img/Video_BK.png) center center no-repeat;
        overflow: hidden;
    }
    .Part3_Video_List li p{
        width: 285px;
        height: 189px;                
    }
    .Part3_Video_List li p img{
        width: 285px;
        height: 189px;                
    }
    .Part3_Video_List li h4{
        padding:15px;
        width: 254px;
        height: 99px;                
        font-size: 24px;
        line-height: 33px;
        color: #000;
        overflow: hidden;
    }
    .Part3_Video_List li h4 a{       
        color: #000;
    }
    .Part3_Video_List li em{
        position: absolute;
        right: 15px;
        top: 152px;
        width: 56px;
        height: 37px;   
        z-index: 2;             
        background: url(http://img2.chinadaily.com.cn/static/2025xinjiang/img/Icon_Video.jpg) center center no-repeat;
    }
    .Part4_Box{
        display: block;
        position: relative;
        margin-left: calc(50% - 1322px);
        width: 2644px;  
        height: 790px; 
        background: url(http://img2.chinadaily.com.cn/static/2025xinjiang/img/BK4.jpg) top center repeat-x;
        overflow: hidden;
    }
    .Part4_Div{
        width: 1290px;
        display: block;
        overflow: hidden;
    }
    .Part4_Title{
        display: block;
        position: relative;
        margin: 0 auto;
        margin-bottom: 62px;
        width: 762px;
        height: 154px;    
    }
    .Part4_Title img{
        width: 762px;
        height: 154px;
    }
    .Part4_Block{
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;        
    }
    .Part4_Item{
        float: left;
        width: 500px;
        height: 440px;
        overflow: hidden;
        margin-right: 7px;
    }
    .Part4_Item p{        
        width: 500px;
        height: 326px;
        overflow: hidden;        
    }
    .Part4_Item p img{
        width: 500px;
        height: 326px;
        overflow: hidden;        
    }
    .Part4_Item h4{        
        padding:27px 22px;
        width: 456px;
        height: 60px;
        overflow: hidden;        
        background-color: #D83300;
    }
    .Part4_Item h4 a{        
        font-size: 24px;
        line-height: 30px;
        color: #FFF;
        height: 60px;
        
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .Part4_Item2 h4{
        background-color: #FF6B13;
    }

    .Part4_List{
        float: right;
        width: 276px;
        height: 440px;
        overflow: hidden;
    }
    .Part4_List ul{        
        width: 276px;
        height: 440px;
        overflow: hidden;
    }
    .Part4_List li{
        padding:25px;
        width: 226px;
        height: 90px;
        background-color: #FF9C24;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .Part4_List li a{
        width: 226px;
        height: 90px;
        font-size: 24px;
        line-height: 30px;
        color: #FFF;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;        
        overflow: hidden;
    }
    .Part4_List_l2{
        background-color: #D83300!important;
    }
    .Part4_List_l3{
        background-color: #FF4700!important;
    }
    .Part5_Box{
        display: block;
        position: relative;
        margin-left: calc(50% - 1322px);
        width: 2644px;  
        height: 1074px; 
        background: url(http://img2.chinadaily.com.cn/static/2025xinjiang/img/BK5.jpg) top center no-repeat;
        overflow: hidden;
    }
    .Part5_Title{
        display: block;
        position: relative;
        margin: 0 auto;
        margin-bottom: 60px;
        width: 716px;
        height: 168px;        
    }
    .Part5_Title img{
        width: 716px;
        height: 168px;   
    }
    .Photos_Swiper{
        margin: 0 auto;
        width: 980px;
        height: 653px;
        
    }
    .Photos_Swiper{
        position: relative;
        margin: 0 auto;
        width: 980px;
        height: 653px;
    }
    .Photos_Swiper p{            
        width: 980px;
        height: 653px;
        background-color: #000;        
    }
    .Photos_Swiper .swiper-slide-active p img{            
        opacity: 1!important;
    }
    .Photos_Swiper .swiper-slide-active h4{            
        opacity: 1;
    }
    .Photos_Swiper p img{
        display: block;
        width: 980px;
        height: 653px;
        opacity: 0.8;
    }
    .Photos_Swiper h4{
        opacity: 0;            
        position: absolute;
        bottom: 0;
        width: 950px;
        padding:15px;
        height: 70px;
        font-size: 30px;
        line-height: 35px;
        color: #FFF;
        background-color: rgba(255, 130,46, 0.8);
    }
    .Photos_Swiper h4 a{            
        color: #FFF;            
    }
    .Photos_BTPrev {
        position: absolute;
        width: 52px;
        height: 52px;
        top: 45%;
        left:-25px;
        background: url(http://img2.chinadaily.com.cn/static/2025xinjiang/img/Part1_Prev.png) center center no-repeat;
        background-image: 52px 52px;
        cursor: pointer;
        z-index: 2;
    }
    .Photos_BTNext {
        position: absolute;
        width: 52px;
        height: 52px;
        top: 45%;
        right: -25px;
        background: url(http://img2.chinadaily.com.cn/static/2025xinjiang/img/Part1_Next.png) center center no-repeat;
        background-image: 52px 52px;
        cursor: pointer;
        z-index: 2;
    }
    .BackTop_Box{
        display: block;
        position: relative;        
        margin-left: calc(50% - 1322px);
        width: 2644px;         
        height: 50px;
        background-color: #FF4800;
    }
    .BackTop_Div{
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
        width: 336px;
        height: 75px;
        bottom:0;
        left: 50%;
        transform: translateX(-158px);
        cursor: pointer;

    }
    .BackTop_Div img{
        width: 336px;
        height: 75px;
    }

 .Botom_Box {
    margin: 0 auto;
    width: 100%;
    height: 430px;
    background-color: #FF6B13;

  }

  .Botom_Div {
    margin: 0 auto;
    width: 1200px;
    height: 379px;
    border-top: 1px solid transparent;
  }


  .Botom_Line {
    float: left;
    margin-top: 44px;
    width: 730px;
    height: auto;
    overflow: hidden;
  }

  .Botom_Line_Logo {
    width: 100%;
    height: 96px;
  }

  .Botom_Line_Logo img {
    width: 360px;
    height: 40px;
  }

  .Botom_Line_GongAn {
    width: 100%;
  }

  .Botom_Line_GongAn h4 {
    float: left;
    width: 220px;
    line-height: 34px;
    height: 34px;
    font-size: 16px;
    color: #FFF;
    font-family: "Arial";
  }

  .Botom_Line_GongAn p {
    float: left;
    width: 32px;
    height: 38px;
  }

  .Botom_Line_GongAn p img {
    width: 32px;
    height: 38px;
  }

  .Botom_Line_Info {
    float: left;
    width: 610px;
    height: 125px;
    font-size: 16px;
    color: #FFF;
    line-height: 20px;
    font-family: "Arial";
  }

  .Botom_Line2 {
    float: left;
    width: 210px;
    margin-top: 140px;
  }

  .Botom_Line2 {
    float: left;
    width: 210px;
    margin-top: 135px;
  }

  .Botom_Line2 ul {
    width: 210px;
    list-style: none;
  }

  .Botom_Line2 li {
    width: 210px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
    font-family: "Arial";
  }

  .Botom_Line2 li a {
    color: #FFF;
  }

  .Bottom_Line3 {
    float: left;
    width: 150px;
    margin-top: 44px;
  }

  .Bottom_Line3_Title {
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #FFF;
    font-family: "Arial";
  }

  .Bottom_Line3_Title a {
    color: #FFF;
  }

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

  .Bottom_Line3_Links p {
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }

  .Bottom_Line3_Links p img {
    width: 42px;
    height: 42px;
  }
}


