/* PC */
/* Top菜单部分 */
@media (min-width: 600px) {
  .Top_Box {
    margin: 0 auto;
    margin-left: calc(50% - 960px);
    width: 1920px;
    height: 100px;
    padding-top: 27px;
    padding-bottom: 23px;
    /* overflow: hidden; */
  }

  .Top_Div {
    margin: 0 auto;
    width: 1280px;
    height: 100px;
    /* overflow: hidden; */
  }

  .Top_Logo {
    float: left;
    width: 575px;
    height: 100px;
  }

  .Top_Logo img {
    width: 575px;
    height: 100px;
  }

  .Top_Control {
    float: right;
    padding-top: 34px;
    width: 210px;
    height: 26px;
    display: flex;
    justify-content: space-between;
  }

  .Top_Contact {
    width: 95px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #33404c;
  }

  .Top_Contact a {
    color: #33404c;
  }
  .Top_Contact a:hover {
    color: #c32337;
  }
  .Top_Language {
    width: 50px;
    height: 26px;
    font-size: 18px;
    font-family: "微软雅黑";
    line-height: 26px;
    text-align: center;
    color: #33404c;
    /* background: url(../images/Menu_Lang_BK.png) center right no-repeat; */
  }

  .Top_Language a {
    color: #33404c;
  }
  .Top_Language a:hover {
    color: #c32337;
  }
  .Top_Search {
    width: 26px;
    cursor: pointer;
  }

  .Top_Search img {
    width: 26px;
  }

  .Top_Menu_Top {
    float: right;
    width: 60px;
    height: 26px;
    overflow: hidden;
  }

  .Menu_Box {
    margin: 0 auto;
    margin-left: calc(50% - 960px);
    width: 1920px;
    height: auto;
    background: url(../images/Top_BK.jpg) top center no-repeat;
    /* overflow: hidden; */
  }

  .Menu_List_Div {
    margin: 0 auto;
    width: 1170px;
    height: 50px;
    padding-top: 25px;

    /* overflow: hidden; */
  }

  .Menu_List_Div ul {
    width: 1170px;
    height: 30px;
    display: flex;
    justify-content: space-between;
  }

  .Menu_List_Div li {
    /* width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content; */
    height: 50px;
    line-height: 30px;
    font-family: "Times LT Std Semibold";
    font-weight: bold;
    font-size: 26px;
    color: #fff;
  }

  .Menu_List_Div li a {
    /* display: block; */
    color: #fff;
    text-decoration: none;
  }

  .Menu_List_Div li::after {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 24px;
    /* background: url(../images/Dot_Menu.png) center center no-repeat; */
  }

  .Menu_List_Div li:last-child {
    /* padding-right: 0; */
  }

  .Menu_List_Div li:last-child::after {
    width: 0px;
  }

  .Menu_List_Div li:hover a {
    color: #fff;
  }

  .Menu_List_Div li:hover {
    height: 40px;
    border-bottom: 3px solid #fff;
  }

  .Main_Menu_Li {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    height: 55px;
    /* padding-bottom: 15px; */
  }

  .Menu_List_Div li:hover .Main_Menu_L2 {
    display: block;
  }

  .Menu_List_Div .Main_Menu_L2 {
    display: none;
    position: absolute;
    /* left: 0; */
    min-width: 200px;
    margin-left: calc(50% - 100px);
    top: 50px;
    padding: 15px 0 40px 0;
    width: 200px;
    background-color: rgba(195, 35, 55, 0.9);
    z-index: 2;
  }

  .Menu_List_Div .Main_Menu_L2 h4 {
    position: relative;
    /* display: block; */
    line-height: 22px;
    /* height: 24px; */
    padding: 10px;
    width: auto;
    /* min-width: 92px; */
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
    cursor: pointer;
    /* white-space: nowrap; */
  }

  .Menu_List_Div .Main_Menu_L2 h4 a {
    color: #fff;
  }

  .Menu_List_Div .Main_Menu_L2 h4:hover {
    background-color: rgba(255, 224, 83, 0.6);
  }

  .QuickLink_Div {
    margin: 0 auto;
    width: 1280px;
    padding: 0 80px;
    padding-top: 30px;
    height: 122px;
    overflow: hidden;
    background: url(../images/QuickLinks_BK.png) center center no-repeat;
    /* background-color: #FFF; */
  }

  .QuickLink_Title {
    height: 30px;
    font-family: "Times LT Std";
    font-weight: bold;
    font-size: 28px;
    color: #2d2121;
    margin-bottom: 10px;
  }

  .QuickLink_Title a {
    color: #2d2121;
  }
  .QuickLink_Uppercase_Title {
    text-transform: uppercase;
  }

  .QuickLink_Div ul {
    width: 1280px;
    height: auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }

  .QuickLink_Div li {
    padding: 16px 10px;
    flex: 1;
    min-width: 0;
    height: auto;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
  }

  .QuickLink_Div li:hover {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  }

  .QuickLink_Div li p {
    flex-shrink: 0;
    width: 44px;
    height: 47px;
    margin-right: 6px;
  }

  .QuickLink_Div li p img {
    width: 44px;
    height: 47px;
  }

  .QuickLink_Div li h4 {
    font-size: 16px;
    color: #2d2121;
    line-height: 20px;
    height: auto;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    /* text-align: center; */
  }

  .QuickLink_Div li h4 a {
    color: #2d2121;
    text-decoration: none;
  }
  .QuickLink_Div li h4 a:hover {
    color: #c32337;
  }
  .TopMenu_Search_Pop {
    display: none;
    position: fixed;
    width: 1920px;
    height: 100vh;
    top: 0;
    left: calc(50% - 960px);
    background-color: rgba(195, 35, 55, 0.9);
    z-index: 12;
  }

  .Top_Menu_Control {
    padding-top: 120px;
    height: 54px;
    padding-bottom: 30px;
  }
  .Top_Menu_BTClose {
    margin: 0 auto;
    width: 54px;
    height: 54px;
    cursor: pointer;
  }
  .Top_Menu_BTClose img {
    margin: 0 auto;
    width: 54px;
    height: 54px;
  }
  .TopMenu_Search_Pop_Div {
    margin: 0 auto;
    padding: 20px;
    width: 730px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 6px;
    /* background-color: #D88972; */
  }

  .TopMenu_Search_Pop_Left {
    float: left;
    width: 430px;
    height: 40px;
    margin-left: 25px;
    line-height: 40px;
  }

  .TopMenu_Search_Pop_Left input {
    float: left;
    width: 430px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    font-size: 26px;
    color: #fff;
  }

  .TopMenu_Search_Pop_Left input::input-placeholder {
    color: #fff;
  }

  .TopMenu_Search_Pop_Left input::-webkit-input-placeholder {
    color: #fff;
  }

  .TopMenu_Search_Pop_Left input::-moz-placeholder {
    color: #fff;
  }

  .TopMenu_Search_Pop_Left input::-moz-placeholder {
    color: #fff;
  }

  .TopMenu_Search_Pop_Left input::-ms-input-placeholder {
    color: #fff;
  }

  .TopMenu_Search_Pop_Right {
    float: right;
    width: 26px;
    height: 26px;
  }

  .TopMenu_Search_Pop_Right img {
    margin-top: 7px;
    width: 26px;
    height: 26px;
  }

  .Top_Search_Info {
    margin: 0 auto;
    padding-top: 20px;
    width: 600px;
    height: auto;
  }
  .Top_Search_Info h4 {
    height: auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 60px;
    border-bottom: 1px solid #fff;
  }
  .Top_Search_Info ul {
    margin-top: 20px;
    height: auto;
  }
  .Top_Search_Info li {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
  }
  .Top_Search_Info li a:hover {
    text-decoration: underline;
  }
  .Top_Search_Info li a {
    color: #fff;
  }
}

/* 翻页控制部分 */
@media (min-width: 600px) {
  /* PageControl_Box  */
  .PageControl_Box {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    /* margin-bottom: 45px; */
  }

  .PageControl_Div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: 32px;
    min-width: 100px;
    margin-bottom: 130px;
    /* border: 1px solid saddlebrown; */
  }

  .PageControl_Num {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 32px;
  }

  .PageControl_Num ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 32px;
    list-style: none;
  }

  .PageControl_Num li {
    float: left;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;

    font-size: 16px;
    text-align: center;
    margin-right: 30px;
    border: 1px solid #a5a3ab;
    background-color: #f7f6f3;
  }

  .PageControl_Num .NumOn {
    background-color: #c32337;
    color: #fff !important;
    border: 1px solid #c32337;
  }

  .PageControl_Num .NumOn a {
    color: #fff !important;
  }

  .PageControl_Num a {
    display: inline-block;
    position: relative;
    margin: 0 4px;
    padding: 0;
    border-radius: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #a5a3ab;
    color: #1b1d1e;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
  }

  /* 安易云分页 */

  #displaypagenum {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: auto;
    height: 32px;
    min-width: 100px;
    margin-bottom: 130px;
    /* border: 1px solid saddlebrown; */
  }

  #displaypagenum center {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: auto;
    height: 32px;
  }

  #displaypagenum .NumOn {
    background-color: #c32337;
    color: #fff !important;
    border: 1px solid #c32337;
  }

  #displaypagenum .NumOn a {
    color: #fff !important;
  }

  #displaypagenum a,
  #displaypagenum span {
    display: inline-block;
    position: relative;
    margin: 0 4px;
    padding: 0;
    border-radius: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #a5a3ab;
    color: #1b1d1e;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s ease-in-out;
  }

  #displaypagenum a:hover {
    background-color: #c32337;
    color: #fff !important;
    border: 1px solid #c32337;
  }
}

/* 导航栏面包屑部分 */
@media (min-width: 600px) {
  .Nav_Box1440 {
    margin: 0 auto;
    padding: 0 70px;
    width: 1300px;
    margin-left: calc(50% - 720px);
    height: auto;
    background-color: #fff;
    overflow: hidden;
  }

  .Nav_Div {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 48px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
  }

  .Nav_Div a {
    color: #000;
    font-weight: normal;
  }
  .Nav_Div a:hover {
    color: #c32337;
  }
}

/*  底部 部分 */
@media (min-width: 600px) {
  /* Bottom_Box */
  .Bottom_Box {
    margin: 0 auto;
    width: 1920px;
    margin-left: calc(50% - 960px);
    height: auto;
    padding-top: 50px;
    padding-bottom: 190px;
    background: url(../images/Bottom_BK.png) top center repeat-x;
    background-color: #eae9ec;
    overflow: hidden;
  }

  .Bottom_Div {
    margin: 0 auto;
    width: 1400px;
    height: auto;
  }

  .Bottom_Logo {
    width: 100%;
    height: 120px;
    margin-bottom: 45px;
  }
  .Bottom_Logo img {
    display: block;
    margin: 0 auto;
    width: 390px;
    height: 120px;
  }
  .Bottom_Links .Home_Focus_Title {
    text-align: center;
    height: 45px;
    margin-bottom: 0;

  }
  .Bottom_Links ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 32px;
  }
  .Bottom_Links li {
    float: left;
    width: 368px;
    height: 80px;
    padding: 0 35px;
    display: flex;
    align-content: center;
    align-items: center;

    font-size: 18px;
    line-height: 22px;
    color: #1b1d1e;

    background-color: #cccad7;
    margin-right: 43px;
    margin-bottom: 13px;
    overflow: hidden;
  }
  .Bottom_Links li a {
    color: #1b1d1e;
  }
  .Bottom_Links li a:hover {
    color: #c32337;
  }
  .Bottom_Links li:nth-child(3n) {
    margin-right: 0;
  }
  .Bottom_FOLLOW {
    padding-bottom: 68px;
  }
  .Bottom_FOLLOW .Home_Focus_Title {
    text-align: center;
    height: 45px;
    margin-bottom: 0;
  }
  .Bottom_FOLLOW ul {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: center;
  }
  .Bottom_FOLLOW li {
    width: 120px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    margin-right: 10px;
    background-color: #c42438;
  }
  .Bottom_FOLLOW li:last-child {
    margin-right: 0px;
  }
  .Bottom_FOLLOW li a {
    color: #fff;
  }
  .Bottom_FOLLOW .wechat-item {
    position: relative;
  }
  .Bottom_FOLLOW .wechat-qr {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition:
      opacity 0.3s ease,
      visibility 0.3s ease;
    z-index: 100;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  }
  .Bottom_FOLLOW .wechat-qr img {
    display: block;
    width: 150px;
    height: auto;
  }
  .Bottom_FOLLOW .wechat-item:hover .wechat-qr {
    opacity: 1;
    visibility: visible;
  }
  .Bottom_Info {
    height: auto;
    text-align: center;
  }
  .Bottom_Info h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #1b1d1e;
  }
  .Bottom_Info h5 {
    font-size: 12px;
    line-height: 20px;
    color: #1b1d1e;
  }

  .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) {
  .List_Text_Div {
    display: block;
    height: auto;
    overflow: hidden;
  }
  .List_Div {
    width: 1300px;
    height: auto;
    margin-bottom: 60px;
    overflow: hidden;
  }

  .List_Div ul {
    width: 100%;
    list-style: none;
  }

  .List_Div li {
    width: 1300px;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
  }
  .List_Div li:first-child {
    padding-top: 0;
  }
  .List_Div li p {
    float: left;
    width: 280px;
    height: 175px;
    overflow: hidden;
    margin-right: 30px;
  }
  .List_Div li p img {
    width: 280px;
    height: 175px;
  }
  .List_Div li h6 {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #2d2121;
    margin-bottom: 8px;
  }

  .List_Div li h4 {
    display: block;
    font-family: "Times LT Std";
    font-weight: bold;
    line-height: 34px;
    font-size: 30px;
    color: #2d2121;
    margin-bottom: 15px;
  }

  .List_Div li h4 a {
    color: #2d2121;
  }
  .List_Div li h4 a:hover {
    color: #c32337;
  }
  .List_Div li h5 {
    line-height: 25px;
    font-size: 18px;
    color: #1b1d1e;
  }

  .List_Div li h5 a {
    color: #1b1d1e;
  }
}

/* 文章 部分 */
@media (min-width: 600px) {
  .Artical_Div {
    padding: 50px 120px 150px 120px;
    width: 1060px;
    height: auto;
    border: 1px solid #b5b4bf;
    overflow: hidden;
    margin-bottom: 45px;
  }

  /* Artical_Content */
  .Artical_Content {
    width: 100%;
    height: auto;
    background-color: #fff;
    overflow: hidden;
  }

  .Artical_Content_Title_Div {
    width: 100%;
    height: auto;
    overflow: hidden;
    /* border-bottom: 2px solid #E7EFFB; */
  }

  .Artical_Content_Title {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 25px;
    font-family: "Times LT Std";
    font-size: 40px;
    font-weight: bold;
    line-height: 45px;
    color: #000;
    /* text-transform: uppercase; */
  }

  .Artical_Content_Title a {
    color: #000;
  }

  .Artical_Content_Info_Div {
    height: 31px;
    padding-bottom: 5px;
    /* background-color: #F3F3F3; */
    border-bottom: 1px solid #b5b4bf;
  }

  .Artical_Content_Info {
    float: left;
    width: 80%;
    height: 31px;
    font-size: 16px;
    line-height: 25px;
  }

  .Artical_Content_Info h4 {
    display: inline-block;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    font-size: 15px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 20px;
    /* border-right: 1px solid #656565; */
    color: #656565;
  }

  .Artical_Content_Info h4 a {
    color: #656565;
  }

  .Artical_Content_Info h5 {
    display: inline-block;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    font-size: 15px;
    padding-right: 10px;
    padding-left: 0;
    line-height: 20px;
    color: #656565;
  }

  .Artical_Content_Info h5 a {
    color: #656565;
  }
  .Artical_Link {
    float: right;
    margin-top: -5px;
    width: 20%;
    height: 25px;
  }
  .Artical_Link ul {
    height: 25px;
    display: flex;
    justify-content: flex-end;
  }
  .Artical_Link li {
    margin-left: 10px;
    width: 31px;
    height: 31px;
  }
  .Artical_Link li img {
    width: 31px;
    height: 31px;
  }
  .Artical_Content_Text_Div {
    width: 100%;
    height: auto;
    padding-top: 50px;
    /* border-bottom: 2px solid #E7EFFB; */
  }

  .Artical_Content_Text {
    margin: 0 auto;
    width: 100%;
    /* height: 1420px; */
    padding-bottom: 30px;
  }

  .Artical_Content_Text p {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-bottom: 30px;
  }

  .Artical_Content_Text p img {
    /* margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 680px; */
    display: inline-block;
    max-width: 100%;
  }

  /* .Artical_Content_Text span {
    display: block;
    margin: 0 auto;
    width: 680px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
  }

  .Artical_Content_Text span img {
    width: 800px;
  } */

  .Artical_Content_Text em {
    /* display: block;
    margin: 0 auto;
    width: 576px;
    font-size: 16px;
    line-height: 22px;
    color: #434343;
    margin-bottom: 40px; */
    font-style: italic;
  }

  .Artical_Type_Div {
    width: 100%;
    height: 60px;
    background-color: #eeedf1;
    margin-bottom: 45px;
  }

  .Artical_Type_Div ul {
    width: 100%;
    height: 60px;
    overflow: hidden;
  }

  .Artical_Type_Div li {
    float: left;
    padding: 0 60px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    margin-right: 1px;
    height: 60px;

    font-size: 18px;
    line-height: 60px;
    color: #1b1d1e;
    cursor: pointer;
    overflow: hidden;
  }
  .Artical_Type_Div li a {
    color: #1b1d1e;
    overflow: hidden;
  }
  .Artical_Type_Now {
    background-color: #c42438;
    color: #fff;
  }
  .Artical_Type_Now a {
    color: #fff !important;
  }
  .Artical_Type_Div li:hover {
    background-color: #c42438;
  }
  .Artical_Type_Div li:hover a {
    color: #fff !important;
  }
}

/* 搜索 部分 */
@media (min-width: 600px) {
  /* Search_Input_Div */
  .Search_Input_Div {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }

  .Search_Input_Div .TopMenu_Search_Pop_Div {
    margin-top: 90px !important;
  }

  .Search_Div {
    width: 1300px;
    height: auto;
    margin-bottom: 70px;
    overflow: hidden;
  }

  .Search_Div ul {
    width: 100%;
    list-style: none;
  }

  .Search_Div li {
    width: 100%;
    border-top: 1px solid #b5b4bf;
    padding: 22px 0;
    overflow: hidden;
    /* margin-bottom: 20px; */
  }

  .Search_Div li:hover {
    /* background-color: #e3e3e3; */
    /* cursor: pointer; */
  }

  .Search_Div li h6 {
    display: block;
    height: 30px;
    line-height: 20px;
    font-size: 14px;
    color: #2d2121;
  }

  .Search_Div li h4 {
    display: block;
    width: 100%;
    font-family: "Times LT Std";
    font-weight: bold;
    height: auto;
    line-height: 28px;
    font-size: 24px;
    color: #2d2121;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .Search_Div li h4 a {
    color: #2d2121;
  }

  .Search_Div li h5 {
    display: block;
    line-height: 25px;
    font-size: 18px;
    color: #1b1d1e;
  }

  .Search_Div li h5 a {
    color: #1b1d1e;
  }

  .Search_Div li span {
    color: #c32337;
  }

  .Search_Result_Div {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #2d2121;
    margin-bottom: 20px;
  }
  .Search_Result_Div span {
    color: #c42438;
  }
  .Search_Pop_Div {
    margin: 0 auto;
    padding: 24px;
    width: 730px;
    height: 30px;
    border: 4px solid #c42438;
    border-radius: 6px;
    margin-bottom: 40px;
    /* background-color: #D88972; */
  }

  .Search_Pop_Left {
    float: left;
    width: 630px;
    height: 30px;
    /* margin-left: 25px; */
    line-height: 30px;
  }

  .Search_Pop_Left input {
    float: left;
    width: 430px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    font-size: 24px;
    color: #2d2121;
  }

  .Search_Pop_Left input::input-placeholder {
    color: #2d2121;
  }

  .Search_Pop_Left input::-webkit-input-placeholder {
    color: #2d2121;
  }

  .Search_Pop_Left input::-moz-placeholder {
    color: #2d2121;
  }

  .Search_Pop_Left input::-moz-placeholder {
    color: #2d2121;
  }

  .Search_Pop_Left input::-ms-input-placeholder {
    color: #2d2121;
  }
  .Search_Pop_Right {
    float: right;
    width: 26px;
    height: 26px;
  }

  .Search_Pop_Right img {
    /* margin-top: 7px; */
    width: 26px;
    height: 26px;
  }
}

/* 其他 部分 */
@media (min-width: 600px) {
  /* Home_Banner_Div */
  .Home_Banner_Div {
    margin: 0 auto;
    padding: 60px 70px;
    width: 1300px;
    background-color: #fff;
    height: auto;
  }

  .Home_Banner_Swiper {
    width: 1300px;
    background-color: #fff;
    height: 555px;
    overflow: hidden;
  }

  .Home_Banner_Swiper .swiper-slide {
    width: 770px;
    height: 435px;
  }

  .Home_Banner_Swiper .swiper-slide p {
    width: 770px;
    height: 435px;
    margin-bottom: 53px;
  }

  .Home_Banner_Swiper .swiper-slide h4 {
    opacity: 0;
    width: 770px;
    font-size: 30px;
    line-height: 35px;
    font-family: "Times LT Std";
    font-weight: bold;
    color: #2d2121;
    text-align: center;
    height: 70px;
    /* Text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Home_Banner_Swiper .swiper-slide-active h4 {
    opacity: 1;
  }

  .Home_Banner_Swiper .swiper-slide-active h4 a {
    color: #2d2121;
  }
  .Home_Banner_Swiper .swiper-slide-active h4 a:hover {
    color: #c32337;
  }
  .Home_Banner_pagination {
    /* 让分页器总宽度 = 轮播项宽度 */
    width: 770px !important;
    left: 265px !important;
    top: 427px !important;
    height: 8px;
    display: flex !important;
  }

  .Home_Banner_pagination .swiper-pagination-bullet {
    width: 100%;
  }

  /* 分页器容器：弹性布局均分 */

  /* 单个分页器：等分 + 无空隙 */
  .Home_Banner_pagination .swiper-pagination-bullet {
    flex: 1 !important;
    /* 自动等分宽度 */
    margin: 0 !important;
    /* 清除默认间距 */
    border-radius: 0 !important;
    /* 可选：直角（想要圆角删掉此行） */
    height: 8px !important;
    background: #eeedf1;
    opacity: 1;
  }

  /* 激活状态样式 */
  .Home_Banner_pagination .swiper-pagination-bullet-active {
    background: #c42438 !important;
  }

  /* Home_Three_Div */
  .Home_Three_Div {
    margin: 0 auto;
    width: 1400px;
    /* height: 480px; */
    border-top: 4px solid #c42438;
    padding-top: 90px;
    padding-bottom: 120px;
    overflow: hidden;
  }

  .Home_Focus_Div {
    float: left;
    padding-left: 30px;
    padding-right: 55px;
    width: 615px;
    height: 480px;
    overflow: hidden;
  }

  .Home_Focus_Title {
    width: 100%;
    height: auto;
    font-family: "Times LT Std";
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: #2d2121;
  }

  .Home_Focus_Title a {
    color: #2d2121;
  }
  .Home_Focus_Title a:hover {
    color: #c32337;
  }
  .Home_FocusRed_Title {
    color: #c32337;
  }

  .Home_FocusRed_Title a {
    color: #c32337;
  }

  .Home_FocusWhite_Title {
    color: #fff;
  }

  .Home_FocusWhite_Title a {
    color: #fff;
  }
  .Home_FocusWhite_Title a:hover {
    color: #fff;
  }

  .Home_Focus_Div ul {
    width: 615px;
    height: auto;
  }

  .Home_Focus_Div li {
    width: 615px;
    height: auto;
    padding-top: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid #b5b4bf;
    overflow: hidden;
  }

  .Home_Focus_Div li:first-child {
    padding-top: 0;
  }

  .Home_Focus_Div li:last-child {
    border-bottom: 0px solid;
  }

  .Home_Focus_Div li p {
    float: left;
    width: 302px;
    height: 188px;
    padding-right: 30px;
  }

  .Home_Focus_Div li p img {
    width: 302px;
    height: 188px;
  }

  .Home_Focus_Div li h5 {
    font-size: 14px;
    line-height: 18px;
    color: #2d2121;
    margin-bottom: 6px;
  }

  .Home_Focus_Div li h4 {
    font-size: 22px;
    line-height: 26px;
    height: 52px;
    color: #1b1d1e;
    overflow: hidden;
    /* Text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Home_Focus_Div li h4 a {
    color: #1b1d1e;
  }
  .Home_Focus_Div li h4 a:hover {
    color: #c32337;
  }
  .Home_IE_Div {
    float: left;
    border-left: 4px solid #a5a4ab;
    padding-left: 25px;
    padding-right: 56px;
    width: 285px;
    height: 480px;
    overflow: hidden;
  }

  .Home_IE_Div ul {
    width: 285px;
    height: auto;
  }

  .Home_IE_Div li {
    width: 285px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #b5b4bf;
    overflow: hidden;
  }

  .Home_IE_Div li {
    font-size: 20px;
    line-height: 25px;
    height: 100px;
    color: #1b1d1e;

    overflow: hidden;
    /* Text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Home_IE_Div li a {
    color: #1b1d1e;
  }

  .Home_IE_Div li a:hover {
    color: #c32337;
  }

  .Home_Specials_Div {
    float: left;
    border-left: 4px solid #c42438;
    padding-left: 24px;
    width: 302px;
    height: 480px;
    overflow: hidden;
  }

  .Home_Specials_Div p {
    width: 302px;
    height: 188px;
    overflow: hidden;
  }

  .Home_Specials_Div p img {
    width: 302px;
    height: 188px;
  }

  .Home_Specials_Div h5 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 26px;
    color: #2d2121;

    height: 104px;

    /* Text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Home_Specials_Div h5 a {
    color: #2d2121;
  }
  .Home_Specials_Div h5 a:hover {
    color: #c32337;
  }
  .Home_Specials_Div h4 {
    padding: 30px;
    width: 242px;
    height: 48px;
    font-size: 19px;
    line-height: 24px;
    color: #fff;
    background-color: #c42438;
    /* Text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Home_Specials_Div h4 a {
    color: #fff;
  }

  /* Home_Video_Box */

  .Home_Video_Box {
    margin: 0 auto;
    margin-left: calc(50% - 960px);
    width: 1920px;
    height: 623px;
    overflow: hidden;
  }

  .Home_Video_Left {
    float: left;
    padding: 75px 47px 83px 260px;
    width: 848px;
    height: 466px;
    background: url(../images/Home_Video_BK.jpg) top center no-repeat;
    overflow: hidden;
  }

  .Home_Video_Swiper_Left {
    float: left;
    width: 680px;
    height: 424px;
    overflow: hidden;
  }

  .Home_Video_Swiper_Left p {
    width: 680px;
    height: 424px;
    overflow: hidden;
    z-index: 1;
  }

  .Home_Video_Swiper_Left p img {
    width: 680px;
    height: 424px;
    overflow: hidden;
    z-index: 1;
  }

  .Home_Video_Swiper_Left h4 {
    position: absolute;
    bottom: 0;
    padding: 11px 35px;
    width: 610px;
    height: 48px;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }

  .Home_Video_Swiper_Left h4 a {
    display: block;
    width: 610px;
    height: 48px;
    font-size: 20px;
    line-height: 24px;
    color: #fff;

    /* Text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Home_Video_Thumbs {
    float: left;
    width: 168px;
    height: 424px;
    overflow: hidden;
  }

  .Home_Video_BTPrev {
    width: 168px;
    height: 105px;
    background: url(../images/Home_Video_Prev.jpg) center center no-repeat;
    cursor: pointer;
  }

  .Home_Video_BTNext {
    width: 168px;
    height: 105px;
    background: url(../images/Home_Video_Next.jpg) center center no-repeat;
    cursor: pointer;
  }

  .Home_Video_Swiper_Right {
    width: 168px;
    height: 210px;
    overflow: hidden;
  }

  .Home_Video_Swiper_Right .swiper-slide {
    width: 168px;
    height: 105px;
    background-color: #000;
    overflow: hidden;
  }

  .Home_Video_Swiper_Right .swiper-slide {
    width: 168px;
    height: 105px;
    overflow: hidden;
  }

  .Home_Video_Swiper_Right .swiper-slide p {
    width: 168px;
    height: 105px;
    opacity: 0.7;
    overflow: hidden;
    cursor: pointer;
  }

  .Home_Video_Swiper_Right .swiper-slide-thumb-active p {
    opacity: 1;
  }

  .Home_Video_Swiper_Right .swiper-slide p img {
    width: 168px;
    height: 105px;
  }

  .Home_Infographics_Right {
    float: left;
    padding: 75px 260px 83px 30px;
    width: 475px;
    height: 466px;
    background-color: #e1e0e8;
    overflow: hidden;
  }

  .Home_Infographics {
    width: 475px;
    height: auto;
  }

  .Home_Infographics ul {
    width: 475px;
    height: auto;
  }

  .Home_Infographics li {
    width: 475px;
    height: 158px;
    margin-bottom: 13px;
  }

  .Home_Infographics li:last-child {
    margin-bottom: 0;
  }

  .Home_Infographics li p {
    float: left;
    width: 255px;
    height: 158px;
    padding-right: 20px;
  }

  .Home_Infographics li p img {
    width: 255px;
    height: 158px;
  }

  .Home_Infographics li h4 {
    font-size: 20px;
    line-height: 26px;
    color: #1b1d1e;
    height: 158px;
    overflow: hidden;
  }

  .Home_Infographics li h4 a {
    color: #1b1d1e;
  }
  .Home_Infographics li h4 a:hover {
    color: #c32337;
  }
  .Home_Infographics_More {
    margin-top: 30px;
    width: 255px;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
  }

  .Home_More_BT {
    width: 150px;
    height: 38px;
    border-radius: 19px;
    line-height: 38px;
    background-color: #c42438;
    text-align: center;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
  }

  .Home_More_BT a {
    color: #fff;
  }

  /* Home_About_Div */
  .Home_About_Div {
    margin: 0 auto;
    height: 490px;
    overflow: hidden;
    margin-top: 125px;
    margin-bottom: 115px;
    border-top: 4px solid #c42438;
  }

  .Home_About_Left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 58px 47px;
    width: 439px;
    height: 320px;
    background: url(../images/Home_About_BK.jpg) top center no-repeat;
  }

  .Home_About_Left .Home_Focus_Title {
    height: 70px;
  }

  .Home_About_Left h4 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 25px;
  }

  .Home_About_Left h5 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-style: italic;
  }

  .Home_About_Left h5 a {
    color: #fff;
  }

  .Home_About_Right {
    position: absolute;
    top: 77px;
    right: 0;
    padding: 100px 37px 75px 147px;
    width: 785px;
    height: 240px;
    background: url(../images/Home_About_BK2.jpg) top center no-repeat;
    z-index: 1;
  }

  .Home_About_Right ul {
    width: 785px;
    height: 148px;
    display: flex;
    justify-content: space-between;
  }

  .Home_About_Right li {
    width: 148px;
    height: 148px;
    justify-content: center;
    display: flex;
    text-align: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    background: url(../images/Home_About_Border1.png) center center no-repeat;
  }

  .Home_About_Right li a {
    color: #fff;
  }

  .Home_About_Right li:hover {
    background: url(../images/Home_About_Border2.png) center center no-repeat;
  }

  .Home_About_More {
    float: right;
    width: 150px;
    margin-top: 50px;
    margin-right: 25px;
  }

  /* Home_Cases_Box */
  .Home_Cases_Box {
    margin: 0 auto;
    margin-left: calc(50% - 960px);
    padding-top: 258px;
    width: 1920px;
    height: auto;
    overflow: hidden;
    background: url(../images/Home_Cases_BK.jpg) top center no-repeat;
  }

  .Home_Case_Div {
    height: auto;
    overflow: hidden;
  }

  .Home_Case {
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 130px;
  }

  .Home_Case_Item {
    width: 438px;
    height: 420px;
    overflow: hidden;
  }

  .Home_Case_Title_Div {
    padding: 31px;
    width: 376px;
    height: 72px;
    background-color: #c42438;
  }

  .Home_Case_Title_Div h4 {
    float: left;
    width: 275px;
    font-size: 18px;
    /* font-weight: bold; */
    color: #fff;
    line-height: 24px;
    overflow: hidden;
  }

  .Home_Case_Title_Div h4 a {
    color: #fff;
  }

  .Home_Case_Title_Div p {
    float: right;
    width: 90px;
    border-left: 5px solid #000;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
  }

  .Home_Case_Title_Div p img {
    width: 72px;
    height: 72px;
  }

  .Home_Case_List {
    padding: 36px 31px;
    width: 376px;
    height: 216px;
    overflow: hidden;
    background-color: #e1e0e8;
  }

  .Home_Case_List ul {
    width: 376px;
    height: 216px;
  }

  .Home_Case_List li {
    font-size: 20px;
    line-height: 26px;
    height: 52px;
    color: #1b1d1e;

    /* Text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;

    margin-bottom: 15px;
  }

  .Home_Case_List li a {
    color: #1b1d1e;
  }
  .Home_Case_List li a:hover {
    color: #c32337;
  }
  .Home_Case_List p {
    position: absolute;
    left: 0;
    top: 0;

    width: 438px;
    height: 288px;
  }

  /* Home_Resouces_Box */
  .Home_Resouces_Box {
    margin: 0 auto;
    margin-left: calc(50% - 960px);
    width: 1920px;
    height: auto;
    overflow: hidden;
  }
  .Home_Resouces_Div {
    height: 560px;
    padding-bottom: 133px;
    overflow: hidden;
  }

  .Home_Resouces_Left {
    float: left;
    width: 918px;
    height: 560px;
    overflow: hidden;
  }

  .Home_Resouces_Type {
    position: absolute;
    left: 0;
    top: 0;
    padding: 67px 0 0 50px;
    width: 300px;
    height: 463px;
    background-color: #c32337;
    z-index: 2;
  }

  .Home_Resouces_Type .Home_Focus_Title {
    height: 46px;
  }

  .Home_Resouces_Type ul {
    padding-left: 20px;
  }

  .Home_Resouces_Type li {
    padding: 22px 25px;
    height: 28px;
    width: 230px;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
  }

  .Home_Resouces_Now {
    background-image: linear-gradient(to right, rgba(145, 3, 6, 1), rgba(145, 3, 6, 0));
  }
  .Home_Resouces_Type li:hover {
    background-image: linear-gradient(to right, rgba(145, 3, 6, 1), rgba(145, 3, 6, 0));
  }

  .Home_Resouces_Type li a {
    color: #fff;
  }

  .Home_Resouces_List {
    position: absolute;
    top: 0;
    right: 0;
    padding: 78px 52px 78px 250px;
    width: 462px;
    height: 404px;
    z-index: 1;
    background: url(../images/Home_Resources_BK.jpg) top center no-repeat;
  }

  /* Resource content tabs */
  .Home_Resouces_List .resource-content {
    display: none;
  }

  .Home_Resouces_List .resource-content.active {
    display: block;
  }

  .Home_Resouces_List ul {
    width: 415px;
    height: auto;
    padding-bottom: 52px;
  }

  .Home_Resouces_List li {
    border-top: 1px solid #e1e0e8;
    padding: 16px 0 16px 25px;
    font-size: 20px;
    line-height: 26px;
    color: #1b1d1e;

    background: url(../images/Home_Resouce_Dot.png) left 0 top 26px no-repeat;
  }

  .Home_Resouces_List li:last-child {
    border-bottom: 1px solid #e1e0e8;
  }

  .Home_Resouces_List li a {
    display: block;
    height: 52px;
    color: #1b1d1e;

    /* Text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Home_Resouces_List li:hover {
    color: #c32337;
    background: url(../images/Home_Resouce_Dot_on.png) left 0 top 26px no-repeat;
  }

  .Home_Resouces_List li:hover a {
    color: #c32337;
  }

  .Home_Resouces_Right {
    float: right;
    width: 415px;
    height: 560px;
    padding-left: 24px;
    border-left: 4px solid #c32337;
    overflow: hidden;
  }
  .Home_Resouces_Right ul {
    height: auto;
  }
  .Home_Resouces_Right li {
    margin-bottom: 50px;
  }
  .Home_Resouces_Right li h4 {
    font-size: 20px;
    line-height: 25px;
    color: #1b1d1e;
  }
  .Home_Resouces_Right li h4 a {
    color: #1b1d1e;
  }
  .Home_Resouces_Right li h4 a:hover {
    color: #c32337;
  }
  .Home_Resouces_Right li p {
    /* width: 255px;
    height: 158px; */
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .Home_Resouces_Right li p img {
    /* width: 255px;
    height: 158px; */
    width: 100%;
    height: auto;
  }
  /* Cases */
  .Pub_Banner_Div {
    margin: 0 auto;
    width: 1440px;
    height: 220px;
    overflow: hidden;
    /* background-color: #FFF; */
  }
  .Cases_Typical_Div {
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 85px;
  }
  .Cases_Typical_Div .Home_Focus_Title {
    height: 44px;
    margin: 0;
    border-bottom: 1px solid #b5b4bf;
  }

  .Cases_Typical_List {
    height: auto;
  }
  .Cases_Typical_List ul {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .Cases_Typical_List li {
    padding: 22px 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #b5b4bf;
    overflow: hidden;
  }
  .Cases_Typical_List li h5 {
    font-size: 14px;
    line-height: 20px;
    color: #2d2121;
    margin-bottom: 8px;
  }
  .Cases_Typical_List li h4 {
    font-size: 24px;
    line-height: 28px;
    color: #2d2121;
  }
  .Cases_Typical_List li h4 a {
    color: #2d2121;
  }
  .Cases_Typical_List li h4 a:hover {
    color: #c32337;
  }
  .Cases_Typical_Div .Home_More_BT {
    float: right;
  }

  .Cases_Database_Div {
    margin: 0 auto;
    width: 1400px;
    margin-left: calc(50% - 700px);
    height: auto;
    background-color: #fff;
    overflow: hidden;
  }
  .Cases_Database_Title {
    width: 1400px;
    height: 298px;
    overflow: hidden;
    border-radius: 20px;
    background: url(../images/Cases_Bar_BK.png) center center no-repeat;
    margin-bottom: 85px;
  }
  .Cases_Database_Info {
    float: right;
    padding: 100px 53px 53px 53px;
    width: 384px;
    height: 145px;
    background-color: rgba(195, 35, 55, 0.9);
  }
  .Cases_Database_Info h4 {
    font-family: "Times LT Std";
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px;
  }
  .Cases_Database_Info h4 a {
    color: #fff;
  }
  .Home_More_WhiteBT {
    background-color: #fff;
    color: #c32337;
  }
  .Home_More_WhiteBT a {
    color: #c32337;
  }
  .Cases_Database_List {
    border-left: 4px solid #a5a4ab;
    padding-left: 24px;
    width: calc(100% - 28px);
    margin-bottom: 125px;
    height: auto;
    overflow: hidden;
  }
  .Cases_Database_List .Home_Focus_Title {
    height: 45px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .Cases_Database_List ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .Cases_Database_List li {
    float: left;
    padding: 26px 0 20px 0;
    width: 660px;
    border-top: 1px solid #a5a4ab;
    height: auto;
    overflow: hidden;
  }
  .Cases_Database_List li h5 {
    font-size: 12px;
    line-height: 16px;
    height: 30px;
    color: #2d2121;
  }
  .Cases_Database_List li h4 {
    font-size: 20px;
    line-height: 25px;
    height: 50px;
    color: #2d2121;

    /* Text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }
  .Cases_Database_List li h4 a {
    color: #2d2121;
  }
  .Cases_Database_List li h4 a:hover {
    color: #c32337;
  }
  .Cases_Database_List li:nth-child(2n) {
    float: right;
  }
  .Cases_Database_List li:last-child {
    border-bottom: 1px solid #a5a4ab;
  }
  .Cases_Database_List li:nth-last-child(2) {
    border-bottom: 1px solid #a5a4ab;
  }

  .Cases_Database_List .Home_More_BT {
    float: right;
  }

  /* Resources_LR_Div */
  .Resources_LR_Div {
    /* padding-top: 10px; */
    height: auto;
    padding-bottom: 120px;
    overflow: hidden;
  }
  .Resources_LR_List {
    float: left;
    width: 868px;
    height: auto;
    overflow: hidden;
  }
  .Resources_LR_List ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
  }
  .Resources_LR_List li {
    float: left;
    width: 390px;
    padding: 20px 0;
    padding-left: 20px;
    line-height: 25px;

    font-size: 20px;

    color: #1b1d1e;
    border-top: 1px solid #a5a4ab;
    background: url(../images/Resouces_Dot.png) left 0 top 28px no-repeat;

    /* height: 50px; */
    /* Text overflow */
    /* text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp; */

    overflow: hidden;
  }
  .Resources_LR_List li:nth-child(2n + 1) {
    clear: both;
  }
  .Resources_LR_List li:hover {
    background: url(../images/Resouces_Dot_on.png) left 0 top 28px no-repeat;
  }
  .Resources_LR_List li:hover a {
    color: #c32337;
  }
  .Resources_LR_List li:nth-child(2n) {
    float: right;
  }
  .Resources_LR_List li:last-child {
    border-bottom: 1px solid #a5a4ab;
  }
  .Resources_LR_List li:nth-last-child(2) {
    border-bottom: 1px solid #a5a4ab;
  }
  .Resources_LR_List li a {
    color: #1b1d1e;
  }

  .Resources_LR_Div .Home_More_BT {
    float: right;
  }
  .Resouces_LitigationSystem {
    float: right;
    width: 350px;
    height: auto;
    overflow: hidden;
  }
  .Resouces_LitigationSystem ul {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .Resouces_LitigationSystem li {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 20px;
    line-height: 26px;
    color: #fff;

    background-color: #c3c1ce;
    margin-bottom: 15px;
  }
  .Resouces_LitigationSystem li:hover {
    background-image: linear-gradient(to right, #c42438, #f44b60);
  }
  .Resouces_LitigationSystem li a {
    color: #fff;
    padding: 0 10px;
  }

  .Resources_List_Div {
    margin: 0 auto;
    width: 1400px;
    height: auto;
    margin-bottom: 150px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  .Resources_List_Item {
    width: 405px;
    padding-left: 26px;
    border-left: 4px solid #a5a4ab;
    height: auto;
  }
  .Resources_List_ItemRed {
    border-left: 4px solid #c32237;
  }
  .Resources_List_Item ul {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .Resources_List_Item li {
    padding: 22px 0;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #b5b4bf;
    overflow: hidden;
  }
  .Resources_List_Item li p {
    width: 255px;
    height: 158px;
    margin-bottom: 30px;
  }
  .Resources_List_Item li p img {
    width: 255px;
    height: 158px;
  }

  .Resources_List_Item li h5 {
    font-size: 14px;
    line-height: 20px;
    color: #2d2121;
    margin-bottom: 8px;
  }
  .Resources_List_Item li h4 {
    font-size: 20px;
    line-height: 25px;
    color: #2d2121;
  }
  .Resources_List_Item li h4 a {
    color: #2d2121;
  }
  .Resources_List_Item li h4 a:hover {
    color: #c32337;
  }

  .Resources_List_Item .Home_More_BT {
    float: right;
  }

  /* News_Focus_Div */
  .News_Focus_Div {
    width: 100%;
    height: auto;
    margin-bottom: 90px;
  }
  .News_Focus {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 48px;
  }
  .News_Focus p {
    float: left;
    width: 680px;
    height: 424px;
    overflow: hidden;
  }
  .News_Focus p img {
    width: 680px;
    height: 424px;
  }
  .News_Focus_Info {
    float: right;
    padding-top: 30px;
    width: 580px;
    height: auto;
  }
  .News_Focus_Info h6 {
    font-size: 14px;
    height: 20px;
    color: #2d2121;
    margin-bottom: 10px;
  }
  .News_Focus_Info h4 {
    font-family: "Times LT Std";
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    color: #2d2121;
    margin-bottom: 25px;
  }
  .News_Focus_Info h4 a {
    color: #2d2121;
  }
  .News_Focus_Info h4 a:hover {
    color: #c32337;
  }

  .News_Focus_Info h5 {
    font-size: 18px;
    line-height: 25px;
    color: #2d2121;
  }
  .News_Focus_List {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 32px;
  }
  .News_Focus_List ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  .News_Focus_List li {
    width: 302px;
    height: 405px;
    background-color: #e1e0e8;
    overflow: hidden;
  }
  .News_Focus_List li p {
    width: 302px;
    height: 188px;
    overflow: hidden;
  }
  .News_Focus_List li p img {
    width: 302px;
    height: 188px;
  }
  .News_Focus_List_Txt {
    padding: 30px;
  }
  .News_Focus_List_Txt h6 {
    font-size: 14px;
    height: 20px;
    color: #2d2121;
    margin-bottom: 10px;
  }
  .News_Focus_List_Txt h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #2d2121;
    margin-bottom: 20px;
  }
  .News_Focus_List_Txt h4 a {
    color: #2d2121;
  }

  .News_Focus_List_Txt h4 a:hover {
    color: #c32337;
  }
  .News_Focus_List_Txt h5 {
    font-size: 16px;
    line-height: 24px;
    color: #2d2121;
  }
  .News_Focus_Div .Home_More_BT {
    float: right;
  }

  .News_IS_Div {
    margin: 0 auto;
    width: 1400px;
    height: auto;
    overflow: hidden;
    margin-bottom: 110px;
  }
  .News_IE_Div {
    float: left;
    width: calc(684px - 28px);
    border-left: 4px solid #a5a4ab;
    padding-left: 24px;
    height: auto;
    overflow: hidden;
  }

  .Home_IE_PT {
    width: 656px;
    height: 409px;
    overflow: hidden;
    margin-bottom: 35px;
  }
  .Home_IE_PT p {
    width: 656px;
    height: 409px;
    overflow: hidden;
    z-index: 1;
  }
  .Home_IE_PT p img {
    width: 656px;
    height: 409px;
  }
  .Home_IE_PT h4 {
    position: absolute;
    bottom: 0;
    padding: 13px;
    width: 630px;
    height: 69px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    overflow: hidden;
    z-index: 1;
  }
  .Home_IE_PT h4 a {
    display: block;
    width: 630px;
    height: 69px;
    font-size: 20px;
    line-height: 23px;
    color: #fff;

    /* Text overflow */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: nowarp;
    overflow: hidden;
  }

  .Home_IE_List {
    height: auto;
    overflow: hidden;
  }

  .Home_IE_List ul {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    overflow: hidden;
  }
  .Home_IE_List li {
    padding: 22px;
    font-size: 20px;
    line-height: 25px;
    color: #1b1d1e;
    border-bottom: 1px solid #b5b4bf;
  }
  .Home_IE_List li:first-child {
    /* border-top: 1px solid #B5B4BF; */
    padding-top: 0;
  }
  .Home_IE_List li a {
    color: #1b1d1e;
  }
  .Home_IE_List li a:hover {
    color: #c42438;
  }
  .News_IE_Div .Home_More_BT {
    float: right;
  }
  .News_Specials_Div {
    float: right;
    width: 632px;
    border-left: 4px solid #c42438;
    padding-left: 24px;
    height: auto;
    overflow: hidden;
  }

  .News_Specials_Div ul {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .News_Specials_Div li {
    float: left;
    width: 302px;
    height: auto;
    margin-right: 28px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .News_Specials_Div li:nth-child(2n) {
    margin-right: 0;
  }
  .News_Specials_Div li p {
    width: 302px;
    height: 188px;
    overflow: hidden;
  }
  .News_Specials_Div li p img {
    width: 302px;
    height: 188px;
    overflow: hidden;
  }
  .News_Specials_Div li h4 {
    padding: 26px;
    width: 250px;
    height: 72px;
    font-size: 18px;
    color: #fff;
    background-color: #c42438;
  }
  .News_Specials_Div li h4 a {
    width: 250px;
    height: 72px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    overflow: hidden;
  }

  .News_Specials_Div .Home_More_BT {
    float: right;
  }
  .News_Block_Div {
    margin: 0 auto;
    width: calc(1400px - 28px);
    border-left: 4px solid #a5a4ab;
    padding-left: 24px;
    height: auto;
    overflow: hidden;
    margin-bottom: 110px;
  }

  .News_Block_Left {
    float: left;
    width: 684px;
    height: auto;
    overflow: hidden;
  }

  .News_Block_Left p {
    display: block;
    position: relative;
    width: 656px;
    height: 409px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .News_Block_Left p img {
    width: 656px;
    height: 409px;
    z-index: 1;
  }
  .News_Block_Left p em {
    position: absolute;
    top: calc(204px - 35px);
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    background: url(../images/News_Video_PlayBig.png) center center no-repeat;
    z-index: 2;
  }
  .News_Block_Left h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #1b1d1e;
  }

  .News_Block_Left h4 a {
    color: #1b1d1e;
  }

  .News_Block_Left h4 a:hover {
    color: #c32337;
  }
  .News_Block_Right {
    float: right;
    width: 675px;
    height: auto;
    overflow: hidden;
  }
  .News_Block_Right ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 23px;
  }
  .News_Block_Right li {
    width: 100%;
    height: 158px;
    margin-bottom: 13px;
    overflow: hidden;
  }
  .News_Block_Right li:last-child {
    margin-bottom: 0px;
  }

  .News_Block_Right li p {
    float: left;
    position: relative;
    width: 255px;
    height: 158px;
    margin-right: 20px;
  }
  .News_Block_Right li p img {
    display: block;
    width: 255px;
    height: 158px;
    z-index: 1;
  }
  .News_Block_Right p em {
    position: absolute;
    top: calc(79px - 23px);
    left: calc(50% - 23px);
    width: 46px;
    height: 46px;
    background: url(../images/News_Video_Play.png) center center no-repeat;
    z-index: 2;
  }
  .News_Block_Right li h4 {
    font-size: 20px;
    line-height: 26px;
    color: #1b1d1e;
  }
  .News_Block_Right li h4 a {
    color: #1b1d1e;
  }
  .News_Block_Right li h4 a:hover {
    color: #c32337;
  }
  .News_Block_Right .Home_More_BT {
    float: right;
  }
}
