/* PC */
@media (min-width:600px) {
    .TopBar_Box{
        margin: 0 auto;
        width: 1930px;
        margin-left: calc(50% - 965px);
        height: auto;
       background: url(../img/Banner.jpg) top center no-repeat;
        background-color: #FFF;
        overflow: hidden;
    }
    .TopBar_Div{
        height: 294px;        
    }
    .TopBar_Div img{        
        width: 100%;
        height: 294px;
    }
    .TopFocus_Div{
        height: auto;
        margin-bottom: 90px;
        overflow: hidden;
    }
    .TopFocus_Block_Left{
        float: left;
    }
    .TopFocus_Block_Right{
        float: right;
    }
    .TopFocus_Block{
        width: 323px;
        height: 340px;
        overflow: hidden;
    }
    .TopFocus_Block p{
        width: 323px;
        height: 214px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .TopFocus_Block p img,.TopFocus_Block img{
        width: 323px;
        height: 214px;        
    }
    .TopFocus_Block h4{
        width: 323px;
        height: 105px;
        font-size: 24px;
        line-height: 35px;
        
        font-weight: bold;
        color: #333;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }
    .TopFocus_Block h4 a{
        color: #333;
    }
    .TopFocus_Mid{
        float: left;
        margin-left: 20px;
        width: 604px;
        height: 340px;
        overflow: hidden;
    }
    .TopFocus_Mid p{
        width: 604px;
        height: 340px;
        overflow: hidden;
    }
    .TopFocus_Mid p img{
        width: 604px;
        height: 340px;        
    }
    .TopFocus_Mid h4{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 604px;
        height: 130px;
        background: url(../img/Focus_BK.png) center center repeat-x;
        overflow: hidden;
    }
    .TopFocus_Mid h4 a{
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: 574px;
        height: 76px;
        font-size: 32px;
        font-weight: bold;
        line-height: 38px;
        color: #FFF;

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

    .Writer_Div{
        height: auto;
        overflow: hidden;
        margin-bottom: 75px;
    }
    .Writer_Title{
        width:fit-content;
        width:-webkit-fit-content;
        width:-moz-fit-content;
        height: 42px;
        font-size: 28px;
        line-height: 33px;
        color: #000;
        background: url(../img/Title_BK.jpg) left bottom no-repeat;
        /* margin-bottom: 45px; */
        font-weight: bold;
        text-transform: uppercase;
    }
    .Writer_Title a{
        color: #000;        
    }
    .Writer_Title a:hover{
        color: #000;    
        text-decoration: none;    
    }

    .Writer_List{
        width: 100%;
        height: auto;
        overflow: hidden;
    }

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

    .Writer_List li{
        float: left;
        padding-top: 50px;
        width: 630px;
        height: 203px;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .Writer_List li:nth-child(2n){
        float: right;        
    }
    .Writer_List li p{
        float: left;        
        width: 298px;
        height: 203px;
        overflow: hidden;
    }
    .Writer_List li p img{           
        width: 298px;
        height: 203px;        
    }
    .Writer_Txt{
        float: left;        
        padding: 28px 26px;
        width: 280px;
        height: 147px;
        background-color: #F1F1F1;
        /* overflow: hidden; */
    }
    .Writer_Txt h6{
        width: 155px;
        height: 147px;
        font-size: 20px;
        line-height: 25px;
        height: 50px;
        color: #333;
        margin-bottom: 12px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;        
    }
    .Writer_Txt h6 a{
        color: #333;        
    }
    .Writer_Txt h4{
        height: 147px;
        font-size: 24px;
        line-height: 30px;
        font-weight: bold;
        height: 90px;
        color: #333;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;        
    }
    .Writer_Txt h4 a{
        color: #333;        
    }
    .Writer_Txt h5{
        position: absolute;
        top:-50px;
        right: 0;
        width: 141px;
        height: 141px;       
        overflow: hidden;
        z-index: 2;
    }
    .Writer_Txt h5 img{
        width: 141px;
        height: 141px;               
    }
 .more{
 	width: 100%;
 	margin-top: 80px;
 	height: 95px;
 	line-height: 95px;
 	text-align: center;
 	background-color: #4b7cb4;
 	font-size: 30px;
 	color: #fff;
 	cursor: pointer;
 }
 /* Bottom_Box */
    .Bottom_Box {
        margin: 0 auto;
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: 686px;
        background: url(../img/Bottom_BK.jpg) center center no-repeat;
        overflow: hidden;
    }

    .Bottom_Div {
        border-top: 2px solid #929292;
        padding-top: 15px;
        padding-bottom: 70px;
        margin: 0 auto;
        height: 90px;
    }

    .Bottom_Map_Div {
        width: 100%;
        height: 21px;
        margin-bottom: 30px;
    }

    .Bottom_Logo {
        float: left;
        width: 202px;
        height: 21px;
    }

    .Bottom_Logo img {
        width: 191px;
        height: 21px;
    }

    .Bottom_copy {
        float: left;
        margin-top: 5px;
        width: 160px;
        height: 19px;
        line-height: 19px;
        font-size: 12px;
        color: #333;
    }

    .Bottom_Menu_List {
        float: left;
        margin-top: 5px;
        width: 928px;
        height: 19px;
        line-height: 19px;
        overflow: hidden;
    }

    .Bottom_Menu_List ul {
        width: 928px;
        height: 19px;
        display: flex;
        justify-content: space-between;
    }

    .Bottom_Menu_List li {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 19px;
        font-size: 12px;
        line-height: 19px;
        color: #333;
    }

    .Bottom_Menu_List li a {
        color: #333;
    }

    .Bottom_Info_Div {
        margin: 0 auto;
        width: 210px;
        height: 36px;
        overflow: hidden;
    }

    .Bottom_Info_Div h4 {
        float: left;
        width: 173px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        color: #656565;
    }

    .Bottom_Info_Div p {
        float: left;
        width: 31px;
        height: 36px;
        overflow: hidden;
    }

    .Bottom_Info_Div p img {
        float: left;
        width: 31px;
        height: 36px;
        overflow: hidden;
    }

    .BackTop_Div {
        position: fixed;
        z-index: 10;
        right: 50px;
        bottom: 30px;
        width: 39px;
        height: 31px;
    }

    .BackTop_Div img {
        width: 39px;
        height: 31px;
    }
  
}


@media (min-width:600px) {
    .mCaidan {
        display: none;
    }
    .caidan {
        display: none;
    }
}


