<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main_container {
  width: 1400px;
  margin: 0 auto;
  display: flex;
}

.news {
  width: 879px;
}
.news_top {
  margin: 80px 0 50px 0;
  display: flex;
  align-items: center;
}
.common_title {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #333333;
  flex: 1;
}

.common_more {
  display: flex;
  align-items: center;
}

.common_more_img {
  background: url("../images/more.png") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}
.common_more_span {
  margin-left: 10px;
  font-size: 18px;
  color: #333333;
}
.common_more:hover .common_more_span {
  color: #a30621;
}
.common_more:hover .common_more_img {
  background: url("../images/more2.png") no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
}

.more_img {
  width: 31px;
  height: 31px;
}

.news_container {
  display: flex;
  align-items: flex-start;
}

.news_cl {
  margin-right: 30px;
  width: 410px;
}

.nc_text {
  color: #333;
}
.news_cl:hover .nc_text {
  color: #A30621;
}
.news_cl:hover .img {
  background: url("../images/time.png") no-repeat;
  background-size: 100%;
}

.news_cl:hover .common_time span {
  color: #A30621;
}
.news_cr {
  width: 439px;
}

.line_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.common_text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.news_cr_item {
  padding: 18px 0;
}

.common_time {
  display: flex;
  align-items: center;
}

.common_time .img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
  background: url("../images/time_o.png") no-repeat;
  background-size: 100%;
}

/*.common_time:hover .img {*/
/*  background: url("../images/time.png") no-repeat;*/
/*  background-size: 100%;*/
/*}*/

.common_time span {
  color: #999999;
}
.news_cr_item:hover span {
  color: #a30621;
}
.news_cr_item:hover .common_text {
  color: #a30621;
}
.news_cr_item:hover .img {
  background: url("../images/time.png") no-repeat;
  background-size: 100%;
}

.notice {
  width: 465px;
  margin-left: 56px;
}

.notice_item {
  display: flex;
  align-items: flex-start;
  margin-top: 20px
}

.notice_date {
  background: #810319;
  width: 62px; height: 62px;
  margin-right: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  padding-top: 5px;
}
.notice_text {
  flex: 1;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}

.notice_item:hover .notice_text {
  color: #A30621;
}

.recruit {
  width: 874px;
  padding: 36px;
  /*height: 780px;*/
  margin-top: 50px;
}

.recruit_m {
  border-top: 3px solid #A30621;
  border-bottom: 3px solid #f3f4f8;
  margin: 33px 0 24px 0;
  padding-bottom: 27px;
}

.recruit_mt {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}

.sw {
  margin-left: 26px;
}

.sw_c {
  width: 500px;
  margin-top: 50px;
  background: #fafbfc;
  border-top: 5px solid #A30621;
  padding: 0 30px;
  height: 708px;
  overflow: hidden;
}

.sw_item {
  height: 118px;
  padding: 16px 0;
  border-bottom: 2px solid #f3f4f8;
}

.sw_item:last-child {
  border: none;
}

.sw_item_text {
  padding-top: 15px;
}

.sw_item:hover .img {
  background: url("../images/time.png") no-repeat;
  background-size: 100%;
}

.sw_item:hover .common_time span {
  color: #A30621;
}
.sw_item:hover .common_text {
  color: #A30621;
}

.border {
  border: 2px solid #f3f4f8;
}

.border-top {
  border-top: 1px solid #f3f4f8;
}

.video {
  width: 100%;
}

.tab {
  height: 58px;
  display: flex;
  /*margin: 0 -30px;*/
}
.tab_item1 {
  width: 50%;
  box-shadow: 5px 5px 18px 5px rgb(0 0 0 / 6%);
  background: url("../images/arrow_down.png") center center no-repeat;
  background-size: 24px 14px;
  cursor: pointer;
}

.tab_item_active1 {
  background: #fff;
  box-shadow: 5px 5px 18px 5px rgb(0 0 0 / 6%);
  background: url("../images/arrow_down2.png") center center no-repeat;
  background-size: 24px 14px;
}


.tab_item2 {
  width: 50%;
  background: url("../images/arrow_up.png") center center no-repeat;
  background-size: 24px 14px;
  cursor: pointer;
}

.tab_item_active2 {
  background: #fff;
  box-shadow: 5px 5px 18px 5px rgb(0 0 0 / 6%);
  background: url("../images/arrow_up_a.png") center center no-repeat;
  background-size: 24px 14px;
}

.he_nweimg {
  width: 410px;
  height: 268px;
}

.footer {
  background: #222222;
  height: 404px;
  margin-top: 90px;
  padding-top: 56px;
  position: relative;
}

.footer_c {
  width: 1400px;
  margin: 0 auto;
  display: flex;
}

.f_logo {
  width: 375px;
  margin-bottom: 45px;
}
.f_text {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  height: 40px;
  /*line-height: 40px;*/
  margin-left: 31px;
  display: flex;
  align-items: center;
}
.f_text span {
  opacity: 0.3;
}
.fc_r {
  margin-left: 76px;
}
.fc_r a {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 78px;
  opacity: 0.7;
  margin-right: 64px;
}
.fc_r a:hover {
  opacity: 1;
}

.f_b {
  position: absolute;
  bottom: 0;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 14px;
  opacity: 0.2;
  width: 100%;
  color: #FFFFFF;
}

.g_ftfriend {
  width: 300px;
  float: right;
  position: relative;
  margin: 40px 100px 0 0;
}

.g_ftfriend_top {
  padding: 0 20px;
  cursor: pointer;
  opacity: 0.5;
  position: relative;
  background: black;
  height: 56px;
  border: 1px solid #f3f4f8;
}

.g_ftfriend_topfl {
  color: rgba(255, 255, 255, 6);
  font-size: 14px;
  line-height: 54px;
}

.g_ftfriend_topfr {
  width: 17px;
  cursor: pointer;
  line-height: 54px;
}

.g_ftfriend_topfr img {
  width: 100%;
  transition: all .36s ease;
  transform: rotate(180deg);
}

.g_ftfriend_bot ul {
  /*height: 150px;*/
  overflow: hidden;
}

.g_ftfriend_bot a {
  color: rgba(255, 255, 255, 6);
  font-size: 16px;
  line-height: 40px;
  transition: all .36s ease;
}

.g_ftfriend_bot {
  position: absolute;
  bottom: 56px;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background: gray;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  display: none;
}

.g_ftfriend_top.on .g_ftfriend_topfr img {
  transform: rotate(0deg);
}

.m_logo1 {
  width: 163px;
  vertical-align: middle;
}

.m_logo2 {
  margin: 0 7px;
  width: 1.5px;
  vertical-align: middle;
}

.m_logo3 {
  width: 196px;
  vertical-align: middle;
}

.top_bg {
  width: 100%;
  /*height: 550px;*/
}

.g_content {
  width: 1200px;
  margin: auto;
}

.t_contit {
  width: 250px;
  font-size: 24px;
  color: #fff;
  height: 66px;
  line-height: 66px;
  background: #810319;
  position: relative;
  text-align: center;
}

.t_cenle {
  position: relative;
  top: -66px;
  z-index: 2;
}

.t_cenle ul {
  /*width: 242px;*/
  background: #f3f4f8;
  position: relative;
}

.t_cenle ul a {
  display: block;
  color: #333;
  /*padding-bottom: 5px;*/
}

.t_cenle ul a li {
  font-size: 16px;
  /*color: #333;*/
  line-height: 63px;
  margin-left: 8px;
  text-align: center;
  background: #fff;
  position: relative;
  transition: all 0.36s;
  border-bottom: 2px solid #f3f4f8;
}

.t_cenle ul a li::before {
  transition: all 0.36s;
}

.t_cenle ul .on {
  background: #A30621;
  color: #A30621;
}

.t_cenle ul a:hover {
  background: #A30621;
  color: #A30621;
}

.t_cenrg {
  width: calc(100% - 250px);
  background: #fff;
}

.t_sh {
  padding-top: 12px;
  padding-right: 20px;
}

.t_sh a {
  margin-left: 10px;
}

.t_sh a .t_icx {
  display: inline-block;
  width: 10px;
  margin-right: 8px;
}

.t_sh a .t_icx img {
  width: 100%;
}

.t_wen {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  position: relative;
  transition: all 0.36s;
}

.t_lixu.on .t_wen::after {
  content: '';
}

.t_sh .t_lixu.on .t_wen {
  color: #333;
}


.t_tcon {
  width: 100%;
}

.t_nei {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 28px 0 0 27px;
}

.t_tita {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-right: 20px;
}
.t_line {
  flex: 1;
  border-top: 1px solid #dbdbdb
}

.jj_d {
  /*background: #fff;*/
  position: relative;
  padding: 0 30px 64px 30px;
}

.jj_text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding-top: 40px;
}

.jj_title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.xq_title {
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-top: 50px;
}
.xq_jj {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #848484;
  margin: 30px 0;
}

.xq_jj img {
  width: 15px;
  margin-right: 12px;
}

.xq_text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.xq_tab {
  display: flex;
  height: 90px;
  line-height: 28px;
  font-size: 14px;
}

.xq_tab_item {
  width: 50%;
  text-align: center;
  color: #666666;
  border-top: 1px solid #f3f4f8;
  padding: 20px 30px 0 30px;
}

.xq_tab_item:hover {
  border: none;
  color: #fff;
  background: #A30621;
}

.xq_tab_item_active {
  border: none;
  color: #fff;
  background: #A30621;
}

.ll_list {
  padding: 0 30px;
}

.ll_item {
  display: flex;
}

.ll_title {
  border: 1px solid #dbdbdb;
  border-left: none;
  flex: 1;
  padding: 0 35px;
}
.llt_t {
  font-size: 20px;
  font-weight: bold;
  color: #464646;
  line-height: 34px;
  padding-top: 30px;
}

.llt_time {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.ll_text2 {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 26px
}

.ll_item2 {
  border-bottom: 1px solid #dbdbdb;
  padding: 40px 20px;
}

.lli_title {
  font-size: 20px;
  color: #333333;
  line-height: 34px;
}

.lli_time {
  background: url("../images/time_o.png") center left no-repeat;
  background-size: 16px 16px;
  padding-left: 26px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  margin: 20px 0;
}
.lli_text {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}
.ll_item2:hover {
  background: #F8f8f8;
}
.ll_item2:hover .lli_title {
  color: #A30621;
}

.ll_item2:hover .lli_time {
  background: url("../images/time.png") center left no-repeat;
  background-size: 16px 16px;
  color: #A30621;
}

.ll_page {
  display: flex;
  padding: 60px 0;
  justify-content: center;
}
.ll_page_item {
  height: 36px;
  width: 36px;
  border: 1px solid #f3f4f8;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  margin-right: 12px;
}

.ll_page_arrow {
  width: 7px;
}

.ll_page_item:hover {
  background: #A30621;
  color: #fff;
}

.ll_page_item_on {
  background: #A30621;
  color: #fff;
}

.center {
  background: #F8f8f8;
  position: relative;
  background: url("../images/bg_lr.png") no-repeat;
  background-size: 100% 100%;
}

.center_bl {
  top: 158px;
  position: absolute;
  left: 0;
  width: 792px;
  z-index: 0;
}

.center_br {
  top: 364px;
  position: absolute;
  right: 0;
  width: 324px;
  z-index: 0;
}

.f_c {
  display: flex;
  align-items: center
}

.jj_d_img {
  width: 426px;
  margin-right: 9px
}

.xt_bg {
  background: url("../images/bg_xt.jpg") repeat-y;
  width: 100%;
}

.ph_search {
  width: 100%;
  overflow: hidden;
  padding: 0 15px 0 15px;
}

.ph_search_ph {
  width: 100%;
  height: 35px;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-top: 18px;
  float: left;
  border-radius: 17.5px;
  position: relative;
}

.ph_search_ph input {
  width: 100%;
  height: 100%;
  text-indent: 20px;
  color: #333333;
  border: none;
  background: none;
}

.ph_search_ph input::-webkit-input-placeholder {
  color: #999999;
}

.ph_search_ph button {
  width: 40px;
  height: 100%;
  color: #ffffff;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}

.ph_searchfe {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
}

.ph_searchfe img {
  width: 100%;
}

.aaaa {
  color: rebeccapurple;
}
</pre></body></html>