@charset "utf-8";
/* CSS Document */
/* 设置整个页面高度为100% */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #222222;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
} /* 公共样式 */
body {
  margin: 0;
  line-height: 1.7;
  background-color: white;
  font-family: '思源黑体', Helvetica, Arial, "sans-serif";
  height: auto;
}
.content {
    margin-top: 8rem;
}
.header {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
@font-face {
  font-family: '思源黑体';
  src: url("fonts/SourceHanSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Made Saonara';
  src: url("fonts/MADE-SAONARA.ttf") format("truetype");
}
/* 苹果风格滚动条样式 */ ::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
li {
  list-style: none;
}
img {
  border-style: none;
}
b, strong {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: #A80014;
}
a svg {
  pointer-events: none;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
p, figure {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
a:hover {
  cursor: pointer;
  color: #A80014;
}
.container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* 头部内容样式 */
.header {
  position: fixed;
  z-index: 9;
  background-color: rgb(255 255 255 / 60%);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgb(230 230 255);
  top: 0;
  width: -webkit-fill-available;
}
/* 主体内容样式 */
.content {
  flex-grow: 1;
}
/* 底部内容样式 */
.footer {
  background-color: #A80014;
  color: white;
}.project {
    margin-top: 1rem;
}
.news_list_info {
    line-height: 1.4;
}
/* ======================== */
/* 横向导航样式 */
.horizontal-nav, .logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 响应导航样式 */
.responsive-nav {
  display: none;
}
/* 平滑滚动动画 */
/* 媒体查询 */
/* 手机设备 */
.menu.PC {
    display: none;
}

ul.toptice_list.mobile.Abroad {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
}


  /* =========================兼容开始==================================*/
@media only screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .horizontal-nav {
    display: none;
  }
  .responsive-nav {
    display: none;
  }
.header {
    padding: 1.5rem 1rem;
}
main.content.mobile {
    margin-top: 6rem;
}
  .screen_padding {
    padding: 0 1rem;
  }
  .screen_margin {
    margin: 0 1rem;
  }
section.screen_1.screen_margin {
    display: block;
}
.news.\32 \/3 {
    width: auto;
}
.notice.\31 \/3 {
    width: auto;
}
.logo img {
    width: 11rem;
}
.site_title h2 {
    font-size: 1rem;
}
.site_title li {
    font-size: 10px;
}
.site_title.mobile {
    padding-left: 0.5rem;
    margin-left: 0.5rem;
    border-left: 3px solid #A80014;
}
.top_title_right.mobile {
    font-size: 10px;
}
.news_title_EN p:first-letter {
  font-size: 2.5rem;
}
.news_title_EN.mobile {
    font-size: 1.5rem;
}
.news_title_EN.mobile.news_letter {
    letter-spacing: 3px;
}

.news_title_cn.mobile {
    position: relative;
    top: -2rem;
    font-size: 0.8rem;
    font-weight: normal;
    left: 1.6rem;
}
.news_list_info.mobile a {
    font-size: 12px;
    color: gray;
}
.sec_hang.black_more.mobile {
    display: grid;
    grid-template-columns: 13% 84%;
    grid-column-gap: 10px;
    padding: 12px 0;
    align-items: center;
    margin: 0;
}
.time.mobile {
    border-radius: 0;
    padding: 5px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.news_list.mobile li {
    margin-bottom: 10px;
}
.year.mobile {
    display: none;
}
.news_list_title.mobile {
    font-size: 14px;
    margin: 0;
}
.time_bao.mobile {
    margin: 0;
    border-bottom: none;
padding: 0;
}
.top_title.mobile {
    margin-bottom: 5px;
}
.footer_list.mobile {
    flex-direction: column;
align-items: flex-start;
}
.footer_list.mobile p {
    font-size: 10px;
    font-family: serif;
}
.bottom_menu.mobile {

}
.footer_list_right.mobile {
    text-align: center;
    font-size: 10px;
    font-family: serif;
    align-items: center;
    margin-top: 1rem;
    border-top: 1px solid;
    padding-top: 10px;
    line-height: 1.5;
}
ul.footer_list.mobile h3 {
    font-size: 13px;
    border-bottom: 2px solid;
}
.wp_paging.clearfix {
    font-size: 10px;
    display: flex;
}
.third_list_right_cn.mobile {
    font-size: 1.2rem;
}
.postion.mobile {
    background-color: rgb(238, 238, 238);
    font-size: 10px;
    padding: 4px;
}
.news_list_img.heng.mobile {
    display: flex;
    align-items: center;
}
.heng_list_time.heng.mobile {
    font-size: 10px;
}
.news_list_info.heng.mobile {
    line-height: 1.1;
    margin-top: 5px;
}
.news.\31 \/4.mobile {
    display: none;
}
.notice.\33 \/4.Article_Content.mobile {
    width: 100%;
}
.notice.\33 \/4.Article_Content.mobile p {
    font-size: 12px;
    font-family: serif;
    text-align: justify;
}
.notice.\33 \/4.Article_Content.mobile img {
    width: -webkit-fill-available;
}
.notice.\33 \/4.mobile {
    width: 100%;
    width: -webkit-fill-available;
}
.toptice_list.mobile p {
     font-size: 12px;
    font-family: serif;
    line-height: 1.7;
    color: #666;
    text-align: justify;
}
.content {
    margin-top: 6rem;
}





  /* 在手机设备上应用特定的样式 */
  /* 添加你的手机设备样式代码 */
}
section.poster.lanmu {
    background-image: url(images/lanmu-1920.jpg);
    background-repeat: no-repeat;
    background-position: center;
background-size: cover;
    height: 50vh;
}

  /* =========================电脑兼容开始==================================*/
/* 笔记本设备 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 18px;
  }
.logo img {
    width: 16rem;
}
.site_title h2 {
    font-size: 1rem;
    margin-bottom: 0.2rem;
}
.site_title strong {
    font-size: 0.5rem;
}
.horizontal-nav {
    display: flex;
    flex-direction: column;
}
.logo {
    margin-bottom: 1rem;
}
  .responsive-nav {
    display: none;
  }
  .header, .footer {
    padding: 10px;
  }
  .content {
    padding: 0;
  }
  .screen_padding {
    padding: 0 5rem;
  }
  .screen_margin {
    margin: 0 5rem;
  }
  #wp_nav_w1 .wp_nav .nav-item a span.item-name {
    font-size: 0.85rem;
  }
  #wp_nav_w11 .wp_nav .nav-item a span.item-name {
    font-size: 0.85rem;
  }
.zhinan, .feiji, .online, .liuxue, .hezuo, .law {
    height: 3rem;
    width: 3rem;
}
.xuan a {
    font-size: 1rem;
    font-weight: normal;
}
.screen_1 {
  padding:0;
}
.news_title_EN p:first-letter {
  font-size: 3.5rem;
}
.hamburger-menu {
    display: none;
}


}



/* 台式机设备 */
@media only screen and (min-width: 1024px) and (max-width: 1399px) {
  .horizontal-nav {
    display: flex;
  }
  .responsive-nav {
    display: none;
  }
.logo img {
    width: 22rem;
}
  .header, .footer {
    padding: 20px;
  }
.xuan a {
    font-size: 1rem;
    font-weight: normal;
}
  .content {
    padding: 0;
  }
  .screen_padding {
    padding: 0 5rem;
  }
  .screen_margin {
    margin: 0 5rem;
  }
  .header {
    padding: 2rem 4rem;
  }
  .time {
    width: 3rem;
    height: 3rem;
    font-size: 12px;
  }
  .news_list_info a {
    font-size: 0.8rem;
  }
  .header {
    padding: 2rem 2rem;
  }
  .site_title h2 {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
  }
  .site_title strong {
    font-size: 0.5rem;
  }
  #wp_nav_w1 .wp_nav .nav-item a span.item-name {
padding: 0px 0.6rem !important;
    font-size: 0.95rem;
  }
  #wp_nav_w11 .wp_nav .nav-item a span.item-name {
padding: 0px 0.6rem !important;
    font-size: 0.95rem;
  }
 .news_list_title.toptice {
    font-size: 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
  .chufang, .pass, .qianzhen, .download, .gjc, .tell, .xiangmu, .zhaosheng, .zhidu, .tongzhi {
    width: 3.2rem;
    height: 5rem;
  }
  .third_list_lanmu_small {
    font-size: 0.8rem;
  }
  .chufang_toptice h3 {
    font-size: 1rem;
  }
  .lanmu_title {
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
  }
.third_list_lanmu {
    padding: 1.2rem;
}
.news_title_EN.third_list p:first-letter {
  font-size: 3rem;
}
.news_title_EN {
    font-size: 2.5rem;
}
.zhinan, .feiji, .online, .liuxue, .hezuo, .law {
    height: 3rem;
    width: 3rem;
}
.right_icon {
  padding-right: 0.5rem;
}
.left_icon {
  padding-left: 0.5rem;
}
.news_list {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0rem;
    grid-row-gap: 1em;
}
.third_list_right_cn {
    font-size: 1.1rem;
}
.news_title_EN.projects.sec_list {
    font-size: 1.5rem;
}
.news_title_cn.projects.sec_list {
    top: -0.6rem;
    font-size: 0.7rem;
}
.screen_1 {
  padding: 0;
}
.news_title_cn {
  font-size: 0.9rem;
    top: -3rem;
    left: 2.7rem;
}
.news_title_EN p:first-letter {
  font-size: 3.5rem;
}
.news_list_info {
    line-height: 1.4;
}
.hamburger-menu {
    display: none;
}


}
/* 超宽屏设备 */
@media only screen and (min-width: 1400px) and (max-width: 1679px) {
  select {
    padding: 0.5rem 1rem 0.5rem 2rem;
  }
  .third_list_lanmu_small a {
    font-size: 0.75rem;
  }
  .screen_padding {
    padding: 0 10rem;
  }
  .screen_margin {
    margin: 0 10rem;
  }
  .time {
    width: 4rem;
    height: 4rem;
  }
  #wp_nav_w1 .wp_nav .nav-item a span.item-name {
    font-size: 1.05rem;
  }
  #wp_nav_w11 .wp_nav .nav-item a span.item-name {
    font-size: 1.05rem;
  }
  .header {
    padding: 2rem 2rem;
  }
  .logo img {
    width: 25rem;
  }
  .news_list_title.toptice a {
    font-size: 1rem;
  }
  .news_list_title.heng a {
    font-size: 1.3rem;
  }
  .chufang, .pass, .qianzhen, .download, .gjc, .tell, .xiangmu, .zhaosheng, .zhidu, .tongzhi {
    width: 3.2rem;
    height: 5rem;
  }
  .news_list_title.toptice.Download a {
    font-size: 0.85rem;
  }
  .A_title {
    font-size: 1.2rem;
  }
  .lanmu_title {
    padding: 1rem 2rem;
    font-size: 1.5rem;
  }
.third_list_lanmu {
  padding: 1.7rem;
}
.news_title_EN {
  font-size: 3.5rem;
}
.zhinan, .feiji, .online, .liuxue, .hezuo, .law {
    height: 3rem;
    width: 3rem;
}
.right_icon {
  padding-right: 3.4rem;
}
.left_icon {
  padding-left: 3.5rem;
}
.news_list {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
}
.news_title_EN.projects.sec_list {
  border: none;
}
.news_title_cn.projects.sec_list {
  top: -1rem;
  font-size: 1.2rem;
}
.third_list_right_cn {
    font-size: 1.5rem;
}
.screen_1 {
  padding: 2rem 0;
}
.news_title_cn {
  font-size: 1.5rem;
  top: -4.5rem;
  left: 4.1rem;
}
.news_title_EN p:first-letter {
  font-size: 5.5rem;
}
.news_list_info {
    line-height: 1.6;
}
.hamburger-menu {
    display: none;
}
  .news_list_info a {
    font-size: 0.8rem;
  }
.news_list_title a{
    font-size: 0.9rem;
}



}
@media only screen and (min-width: 1680px) and (max-width: 1919px) {
  .screen_padding {
    padding: 0 10rem;
  }
  .screen_margin {
    margin: 0 10rem;
  }
.logo img {
    width: 23rem;
}
.site_title h2 {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
}
.third_list_lanmu_small a {
    font-size: 0.9rem;
}
  .time {
    height: 4.2rem;
    width: 4.2rem;
  }
  select {
    padding: 0.5rem 1rem 0.5rem 2rem;
  }
  .horizontal-nav {
    display: flex;
  }
  .responsive-nav {
    display: none;
  }
  .header, .footer {
    padding: 2rem 4rem;
  }
  .content {
    padding: 0;
  }
  .news_list_title.toptice a {
font-size: 0.85rem;
  }
  #wp_nav_w1 .wp_nav .nav-item a span.item-name {
    font-size: 1.2rem;
  }
  #wp_nav_w11 .wp_nav .nav-item a span.item-name {
    font-size: 1.2rem;
  }
  .chufang, .pass, .qianzhen, .download, .gjc, .tell, .xiangmu, .zhaosheng, .zhidu, .tongzhi {
    width: 3.2rem;
    height: 5rem;
  }
  .news_list_title.toptice.Download a {
    font-size: 0.85rem;
  }
  .A_title {
    font-size: 1.3rem;
  }
  .news_list_info a {
    font-size: 1rem;
  }
  .lanmu_title {
    padding: 1rem 2rem;
    font-size: 1.5rem;
  }
.third_list_lanmu {
  padding: 1.7rem;
}
.news_title_EN.third_list p:first-letter {
  font-size: 5rem;
}
.news_title_EN {
  font-size: 4rem;
}
.zhinan, .feiji, .online, .liuxue, .hezuo, .law {
    height: 4rem;
    width: 4rem;
}
.right_icon {
  padding-right: 3.4rem;
}
.left_icon {
  padding-left: 3.5rem;
}
.news_list {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
}
footer.footer.screen_padding {
    padding: 2rem 10rem;
}
  .news_list_title.toptice a {
    font-size: 1rem;
  }
.news_title_EN.projects.sec_list {
  border: none;
}
.news_title_cn.projects.sec_list {
  top: -1rem;
  font-size: 1.2rem;
}
.screen_1 {
  padding: 2rem 0;
}
.news_title_cn {
  font-size: 1.5rem;
  top: -4.5rem;
  left: 4.1rem;
}
.news_title_EN p:first-letter {
  font-size: 5.5rem;
}
.news_list_info {
    line-height: 1.7;
}
.hamburger-menu {
    display: none;
}
}
/*===================宽屏显示器===================== */
@media only screen and (min-width: 1920px) {
  select {
    padding: 0.5rem 3rem 0.5rem 2rem;
  }
  .screen_padding {
    padding: 0 15rem;
  }
  .third_list_lanmu_small a {
    font-size: 0.85rem;
  }
  .screen_margin {
    margin: 0 15rem;
  }
  #wp_nav_w1 .wp_nav .nav-item a span.item-name {
    font-size: 1.2rem;
  }
  #wp_nav_w11 .wp_nav .nav-item a span.item-name {
    font-size: 1.2rem;
  }
  .logo img {
    width: 19rem;
  }
  .header {
    padding: 2rem 4rem;
  }
  .time {
    width: 4.5rem;
    height: 4.5rem;
  }

  .chufang, .pass, .qianzhen, .download, .gjc, .tell, .xiangmu, .zhaosheng, .zhidu, .tongzhi {
    width: 3.5rem;
    height: 5rem;
  }
  .news_list_title.toptice a {
    font-size: 1rem;
  }
  .news_list_title.toptice.Download a {
    font-size: 1rem;
  }
  .A_title {
    font-size: 1.5rem;
  }
  .news_list_title a {
    font-size: 1.1rem;
  }
  .lanmu_title {
    padding: 1rem 2rem;
    font-size: 1.5rem;
  }
.third_list_lanmu {
  padding: 1.7rem;
}
.news_title_EN.third_list p:first-letter {
  font-size: 5rem;
}
.news_title_EN {
  font-size: 4rem;
}
.zhinan, .feiji, .online, .liuxue, .hezuo, .law {
    height: 5rem;
    width: 5rem;
}
.site_title h2 {
  margin-bottom: 1rem;
}
.right_icon {
  padding-right: 3.4rem;
}
.left_icon {
  padding-left: 3.5rem;
}
.news_list {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2rem;
}
footer.footer.screen_padding {
    padding: 2rem 15rem;
}
.news_list_title.heng a {
    font-size: 1.3rem;
}
.third_list_right_cn {
  font-size: 1.5rem;
}
.news_title_EN.projects.sec_list {
  font-size: 2.5rem;
}
.news_title_cn.projects.sec_list {
  top: -1rem;
  font-size: 1.2rem;
}
.screen_1 {
  padding: 2rem 0;
}
.news_title_cn {
  font-size: 1.5rem;
  top: -4.5rem;
  left: 4.1rem;
}
.news_title_EN p:first-letter {
  font-size: 5.5rem;
}
.news_list_info {
    line-height: 1.7;
}
.hamburger-menu {
    display: none;
}

}
/* ==============顶部导航开始================== */
#wp_nav_w1 .wp_nav .nav-item a span.item-name {
  line-height: 1 !important;
}
#wp_nav_w11 .wp_nav .nav-item a span.item-name {
  line-height: 1 !important;
}
.site_title {
  padding-left: 1rem;
  margin-left: 1rem;
  color: #A80014;
  border-left: 4px solid #A80014;
}
.site_title li {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.nav-item {
  border-left: 2px solid #A80014;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: background 0.15s ease, color 0.08s ease;
  transition: background 0.15s ease, color 0.08s ease;
}
#wp_nav_w1 .wp_nav .nav-item a span.item-name:hover {
  color: #fff;
}
#wp_nav_w11 .wp_nav .nav-item a span.item-name:hover {
  color: #fff;
}
.nav-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #A80014;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.44s cubic-bezier(0, 1, 0.7, 1);
  transition: -webkit-transform 0.44s cubic-bezier(0, 1, 0.7, 1);
  transition: transform 0.44s cubic-bezier(0, 1, 0.7, 1);
  transition: transform 0.44s cubic-bezier(0, 1, 0.7, 1), -webkit-transform 0.44s cubic-bezier(0, 1, 0.7, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.nav-item:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.nav-item.i6 {
  border-right: 2px solid #A80014;
}
.nav-item.selected a {
  background-color: #A80014;
  color: white;
}

/* ==============海报开始================== */
section.poster {
  margin: 0 auto;
  padding: 0;
  line-height: 0;
}
.poster img {
  width: -webkit-fill-available;
}
/* ==============快捷菜单开始================== */
section.fast_menu {
  color: white;
}
.fast_menu_list {
  background-color: #A80014;
  display: flex;
  font-size: 1rem;
  line-height: 2;
  flex-direction: row;
}
.fast_menu_list li {
  width: 100%;
  justify-items: center;
  border-left: 1px dotted white;
  text-align: center;
  opacity: 0.5;
  padding-bottom: 0.5rem;
    display: grid;
}
.fast_menu_list li:hover {
  opacity: 1;
  cursor: pointer;
}

.fast_menu_list li:last-child {
  border-right: 1px dotted;
}
.fast_menu_list_center {
  height: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  z-index: 9;
  top: -5px;
}
.fast_menu_list_center li {
  border-top: 5px solid white;
  width: -webkit-fill-available;
  margin: 0 3.6rem;
}
.fast_menu_list_down {
  display: flex;
  text-align: center;
  position: relative;
  top: -5px;
}
.fast_menu_list_down li {
  background-color: gray;
  font-size: 1.2rem;
  font-weight: 600;
  background-image: url(images/sanjiao.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 0.8rem;
  padding-top: 0.5rem;
  width: -webkit-fill-available;
  border-left: 1px dotted;
  padding-bottom: 0.3rem;
}
.fast_menu_list_down li:nth-child(2) {
  border-left: 1px dotted;
}
.fast_menu_list_down li:last-child {
  border-right: 1px dotted;
}
.fast_menu_list_down li:hover {
  background-color: #525252;
  cursor: pointer;
}
.fast_menu_list_down a {
  color: white;
}
.zhinan, .feiji, .online, .liuxue, .hezuo, .law {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.zhinan {
  background-image: url(images/zhinan.png);
}
.feiji {
  background-image: url(images/feiji.png);
}
.online {
  background-image: url(images/online.png);
}
.liuxue {
  background-image: url(images/liuxue.png);
}
.hezuo {
  background-image: url(images/hezuo.png);
}
li.left_icon.\31 {
  border-left: 1px solid #A80014;
  margin-top: 2rem;
}
li.right_icon.\32 {
  margin-top: 2rem;
}
li.left_icon.\33 {
  padding-top: 2rem;
}
li.right_icon.\34 {
  margin-top: 2rem;
}
li.left_icon.\35 {
  padding-top: 2rem;
}
li.right_icon.\36 {
  margin-top: 2rem;
}
li.left_icon.\37 {
  padding-top: 2rem;
}
li.right_icon.\38 {
  margin-top: 2rem;
  border-right: 1px solid #A80014;
}
.title_line a {
  color: white;
}
/* ==============新闻开始================== */
section {
  clear: both;
}
.screen_1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: white;
  position: relative;
}
.\32 \/3 {
  width: 60%;
}
.\31 \/3 {
  width: 36%;
}
.news_list {
  display: grid;
  justify-content: space-between;
}
.news_list li {
  padding: 0.7rem;
  background-color: #f7f7f7;
}
.top_title_right {
  font-size: 0.9rem;
  font-family: auto;
}
.news_title_cn {
  font-weight: 600;
  color: #666;
  position: relative;
  line-height: 0;

}
.news_title_EN {
  font-family: Made Saonara;
  color: #A80014;
  line-height: 1;
  position: relative;
  border-bottom: 5px solid #A80014;
  width: max-content;
  letter-spacing: -1px;
}
.top_title {
  display: flex;
  border-bottom: 1px solid #A80014;
  margin-bottom: 1rem;
  justify-content: space-between;
  align-items: flex-end;
}


.news_list_img img {
  width: 100%;
}
.sec_hang {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
}
.time_bao {
  border-bottom: 2px solid #ababab;
  padding-bottom: 0.6rem;
  position: relative;
  bottom: -1px;
  margin-right: 1rem;
}
.time {
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #A80014;
  border-radius: 50%;
  text-align: center;
  line-height: 1.2;
  color: white;
flex-direction: column;
}
.news_list_info a:hover {
  color: #A80014;
}
.news_list_title a {
  color: #222;
}
.news_list_title {
  margin-bottom: 0.3rem;
  text-align: justify;
  font-size: 1rem;
  line-height: 1.5;
}
.black_more {
  list-style: none;
  border-bottom: 1px solid #ababab;
  position: relative;
  cursor: pointer;
  width: 100%;
}
.black_more a::after {
  content: '';
  position: absolute;
  background-color: #A80014;
  margin-bottom: -1px;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.black_more a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.5s;
}
.black_more :hover {
  transition: all 0.5s;
  cursor: pointer;
}
.black_more a:hover::after {
  width: 100%;
}
.news_list_info a {
  font-family: auto;
  text-align: justify;
  color: #555;
  line-height: 1;
}
.time:hover {
  background-color: #CCC;
}
/* ==============项目开始================== */
/*.project {
  background-size: cover;
  background-image: url(images/1912.jpg);
  background-position: top;
  background-repeat: no-repeat;
}*/
.project_list {
  /* padding-top: 10rem; */
}
.project_list_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1rem;
  justify-content: space-between;
}
.project_list_3 a {
  color: white;
}
.project_list_3 li {
  padding: 1.6rem 2rem;
  background-color: #999;
  width: -webkit-fill-available;
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
}
.project_list_3 li:hover {
  background-color: #A80014;
  cursor: pointer;
}
.screen_3, .screen_4 {
  margin-top: 2rem;
  margin-bottom: 2rem
}
.news.\32 \/3.projects {
  width: 65%;
}
/*=====================港澳台事务开始========================*/
ul.news_list.Affairs {
  grid-template-columns: repeat(3, 1fr);
}
section.screen_2.project {
  margin-bottom: 1rem;
}
/*=====================链接开始========================*/
.link_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("images/hei_jiantou.png") 95% 50% no-repeat scroll transparent;
}
/*=====================底部版权开始========================*/
.bottom_menu a {
  color: white;
}
footer.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
    margin-top: 1rem;
}
.footer_list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-end;
}
.footer_list h3 {
  width: max-content;
  border-bottom: 5px solid;
  line-height: 2.5;
}
.footer_list p {
  font-size: 0.85rem;
  line-height: 1.5;
}
.footer_list_right {
  font-size: 0.85rem;
  text-align: right;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#btn {
  display: none;
  position: fixed;
  bottom: 3rem;
  right: 6rem;
  background-color: gray;
  color: white;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 10px;
  border: none;
  outline: none;
}
#btn.show {
  display: block;
}
/*=====================栏目页开始========================*/
.\31 \/4 {
  width: 29%;
}
.\33 \/4 {
  width: 99%;
    margin-bottom: 6rem;
}
.screen_1.third_list {
  padding: 1rem 0;
}
.lanmu_title {
  background-color: #A80014;
  color: white;
  font-weight: bold;
}
.postion a {
  padding: 0 0.6rem;
}
.postion {
  font-size: 0.95rem;
  font-family: auto;
  padding: 0.5rem 0;
}
.possplit {
  background-image: url(images/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.8rem;
  display: inline-block;
}
.news_list_title.heng a:hover {
  color: #A80014;
}
.third_list_lanmu {
  background-color: #f4f4f4;
}
.third_list_lanmu_small a {
  font-family: auto;
  color: #666;
}
.third_list_lanmu_small a:hover {
  color: #A80014;
}
.third_list_lanmu_bao {
  display: flex;
  align-items: center;
}
  .chufang, .pass, .qianzhen, .download, .gjc, .tell, .xiangmu, .zhaosheng, .zhidu, .tongzhi {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1rem;
  border-bottom: 2px solid #A80014;
  position: relative;
  bottom: -1px;
  z-index: 999;
}
.chufang {
  background-image: url(images/chufang.png);
}
.pass {
  background-image: url(images/pass.png);
}
.qianzhen {
  background-image: url(images/qianzhen.png);
}
.download {
  background-image: url(images/download.png);
}
.gjc {
  background-image: url(images/gjc.png);
}
.zhidu {
  background-image: url(images/zhidu.png);
}
.tongzhi {
  background-image: url(images/tongzhi.png);
}
.tell {
  background-image: url(images/tell.png);
}
.xiangmu {
  background-image: url(images/xiangmu.png);
}
.zhaosheng {
  background-image: url(images/zhaosheng.png);
}
.law {
  background-image: url(images/law.png);
}
.news_title_EN.third_list {
  display: flex;
  align-items: flex-end;
  line-height: 0.8;
  padding-bottom: 5px;
}
.third_list_right_cn {
  line-height: 1.2;
  color: gray;
  font-weight: bold;
  margin-left: 0.2rem;
}
li.news_list_heng {
  display: flex;
  margin-bottom: 1rem;
}
.sec_hang.news_heng_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
li.news_list_heng {
  display: grid;
  margin-bottom: 1rem;
  grid-template-columns: 35% 62%;
  grid-column-gap: 3%;
  justify-items: start;
  justify-content: start;
}
.news_list_img.heng {
  padding-bottom: 1rem;
  border-bottom: 3px solid #ababab;
  position: relative;
  bottom: -1px;
  z-index: 8;
}
.news_list_title.heng a {
  font-weight: bold;
  color: #666;
}
.heng_list_time.heng {
  font-family: auto;
  font-size: 0.85rem;
  color: gray;
}
/*================内容页开始================*/
.wp_entry p {
  text-indent: 0em;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.7;
}
.A_title {
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid rgb(204, 204, 204);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.notice.\33 \/4.Article_Content {
  display: flex;
  flex-direction: column;
}
.Article_Content p {
  margin-bottom: 1rem;
}
div#wp_column_article {
    min-height: 47vh;
}
/*================项目开始================*/
.news.\31 \/3.projects {
  width: 30%;
}
.news_title_EN.projects p {
  font-size: 2rem;
}
.news_title_EN.projects p:first-letter {
  font-size: 4rem;
}
.news_title_cn.projects {
  top: -3.1rem;
  left: 2.2rem;
}
ul.news_list.projects {
  display: flex;
}
.time.projects {
  display: flex;
  color: #222;
  font-family: serif;
  flex-direction: column;
  font-size: 12px;
}
.time.projects:hover {
  color: white;
}
.news_list.projects li {
  padding: 0;
  background-color: white;
}
.sec_hang.black_more.projects {
  margin-bottom: 0.5rem;
}
.top_title_left.projects.sec_list {
  display: flex;
  border-bottom: 5px solid #A80014;
  align-items: flex-end;
}
.news_title_EN.projects.sec_list {
  border: none;
}
.news_title_cn.projects.sec_list {
  left: auto;
  color: gray;
}
section.screen_padding.Q\&A {
  background-color: #f4f4f4;
}
.screen_1.Q\&A {
  background-color: initial;
}
.screen_4 {
  display: none;
}


.hamburger-menu {
    display: block;
}
.menu{
display: none;
}

@media (min-width:769px) {
.hamburger-menu{
    display: none;
}
 .erjilanmu.mobile {
    display: none;
}
}



.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navigation {
    display: flex;
}
.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.navigation ul li {
    margin-left: 10px;
}

.menu {
    display: none;
}
/* 响应式样式 */
@media (max-width: 768px) {
.navigation {
    display: none;
}
.hamburger-menu {
    display: block;
    cursor: pointer;
    font-size: 26px;
    line-height: 0;
    color: #a80014;
    padding: 10px 10px 10px 10px;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.menu-overlay.show {
    display: block;
}
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width:-webkit-fill-available;
    height: 100%;
    background-color: #333;
    color: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.menu.show {
    transform: translateX(0);
    background-color: white;
}
.menu ul li {
    margin-bottom: 10px;
}
.close-button {
    align-self: flex-end;
    cursor: pointer;
    color: #a80014;
    font-size: 32px;
}