﻿@charset "utf-8";

html{font-size: 100px;}
:root {
    --primary-color: #8B0304;
}

.iconfont{font-size: inherit;}
.titp{margin-bottom: .1rem;justify-content: left;padding: 0 12px;padding-top: .2rem;}
.titp h3{font-size: .48rem;color: var(--primary-color);font-weight: bold;}
.titp-sm h3{font-size: .2rem;}
.titp-sm img{margin-right: 10px;width: 30px;}
.titp-lg img{margin-right: 10px;width: 50px;}

.lf{overflow: hidden;}
.rt{overflow: hidden;}
.rt .news_list{background: #e2f2ff;border-radius: 5px;}
.bt{margin-top: 10px;}
.noticeBox{display: grid;grid-template-columns: 1fr 3fr;grid-template-rows: minmax(212px, auto);grid-auto-flow: dense;grid-gap: 80px;list-style: none;}
.homet{position: relative;padding:1rem 0 1rem;background: aliceblue;}

.title-box {}
.more {font-size: 16px;line-height: 30px;}
.jianbao{}
.title-box .title {
    font-size: .22rem;
    color: #fff;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
    font-family: "黑体";
    text-align: center;
    width: 100%;
    background: #8B0304;
}
.tongzhiList ul {margin-top: 5px;}
.tongzhiList ul li {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.tongzhiList ul li a:hover{
    color: #fff;
}
.tongzhiList ul li img{
    padding: 0 15px;
}
.tongzhiList ul li:hover{
    background: #8B0304;
    color: #fff!important;
    cursor: pointer;
}
.tongzhiList ul li a{
    display: block;
}
.buttomimg img{width: 100%!important;}
.rightDate {
    font-family: "Cambria";
    float: right;
    padding-left: 10px;
    font-size: 14px;
    color: #999999;
    font-family: 'Arial';
}


.title-box2 {height: 40px;line-height: 40px;overflow: hidden;display: flex;justify-content: space-between;align-items: center;}
.more2 {font-size: 16px;line-height: 30px;}
.jianbao2{margin-top: 30px;display: none;}
.title-box2 .title2 {
    font-size: .22rem;
    color: #222;
    font-weight: bold;
    font-family: "黑体";
    text-align: center;
}
.tongzhiList2 ul {margin-top: 5px;}
.tongzhiList2 ul li {
    font-size: 16px;
    background: url(../img/arrow.png) no-repeat 2px 14px;
    padding-left: 23px;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 自定义滚动条样式 */
.mobile_description::-webkit-scrollbar {
    width: 10px; /* 滚动条的宽度 */
    height: 5px;/* 滚动条的高度 */
    display: none;
  }
  
  /* 滚动条轨道样式 */
  .mobile_description::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动条轨道的背景色 */
  }
  
  /* 滚动条滑块样式 */
  .mobile_description::-webkit-scrollbar-thumb {
    background: #8B0304; /* 滚动条滑块的颜色 */
    border-radius: 10px; /* 圆角 */
  }

.homet .noticeList{width: 100%;display: block;height: 100%;padding: 0 12px;box-sizing: border-box;}
.homet .noticeList li{height: 30px;line-height: 30px;padding-left: 20px;background: url(../img/arrow.png) no-repeat 2px 11px;}
.homet .noticeList a{display: flex;flex-wrap: nowrap;align-items: center;justify-content: space-between;width: 100%;color: var(--primary-color);}
.homet .noticeList h4{color: #333;font-size: .2rem;}
.homet .noticeList span{min-width: 85px;text-align: right;}
.homet .noticeList a .txt{display: flex;flex-wrap: nowrap;align-items: center;width: 100%;justify-content: space-between;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.homet .noticeList .pic{margin-right: 10px;}
.homet .noticeList .txt h4{font-size: .18rem;}
.homet .noticeList .txt span{font-size: .16rem;color: var(--primary-color);padding-left: 5px;}
.homet .noticeListTop a{display: grid;grid-template-columns: repeat(5,1fr);grid-template-rows: minmax(160px, auto);grid-auto-flow: dense;grid-gap: 10px;list-style: none;}
.homet .noticeListTop li{background: #fff;}
.homet .noticeListTop a .pic{grid-column: span 2;grid-row: span 1;}
.homet .noticeListTop a .pic img{height: 2rem;width: 100%;object-fit: contain;}
.homet .noticeListTop a .txt{grid-column: span 3;grid-row: span 1;padding: 10px;}
.homet .noticeListTop .txt h4{font-size: .24rem;margin: 0 0 11px;line-height: .34rem;}
.homet .noticeListTop .txt p{font-size: .16rem;color: #999;line-height: .26rem;}
.homet .noticeListTop .txt span{font-size: .16rem;color: var(--primary-color);line-height: .4rem;}

.newsDetails{width: 100%;line-height: 180%;font-size: 14pt;color: #222;font-weight: 400;border-bottom: 2px solid rgb(202, 9, 21);padding-bottom: 10px;margin-bottom: 15px;}
.newsDetails p{margin-bottom: 0.2rem;color: #222;}
.newsDetails img{display: inline;}
.newsDetails video{margin-bottom: 0.2rem;width: 100%;}

.news_title{display: flex;flex-direction: column;align-items: center;margin-bottom: 20px;border-bottom: 2px solid rgb(202, 9, 21);padding-bottom: 20px;}
.news_title h3{font-size: .3rem;color: #222;margin-bottom: .2rem;font-weight: bold;font-family: "黑体";text-align: center;}
.news_title span{font-size: .16rem;color: #84969f;padding-right: 20px;display: flex;align-items: center;}
.news_title img{display: inline-block;height: 18px;margin-right: 5px;}
.news_title .news_title_tag{display: flex;align-items: center;flex-wrap: nowrap;margin-bottom: 5px;}

.banner_tag{position: absolute;bottom: 50px;color: #fff;width: 100%;}
.banner_tag img{height: 18px;display: inline-block;}
.banner_tag h3{font-size: .4rem;margin-bottom: 20px;font-weight: bold;}
.banner_tag a{font-size: .2rem;margin: 0 10px;}
.banner_tag_list{display: flex;align-items: center;}

.news_next{display: flex;justify-content: space-between;align-items: center;}
.news_next p{line-height: 0.54rem;}
.news_return{padding: 5px 10px;background: #8B0304;color: #fff;border-radius: 5px;margin-top: .4rem;display: inline-block;}
.news_return:hover{color:#e2f2ff;}

.mobile_description{display: none;}

.new_tag{background: #fff;height: 0.7rem;display: flex;justify-content: flex-start;align-items: center;color: #333;font-size: .2rem;border-radius: 0px 0.16rem 0.29rem 0px rgba(69, 10, 66, 0.11);}
.new_tag ul{display: flex;justify-content: space-evenly;align-items: center;flex-wrap: wrap;}

@media screen and (max-width: 1440px){
    .homet .noticeList li {line-height: 0.54rem;}
}
@media screen and (max-width: 1024px){
.homet .noticeList li {line-height: 0.54rem;}
}
@media screen and (max-width: 750px){

.homet{padding: .2rem 0 .4rem;}
.homet .organList .organListBox {grid-template-columns: repeat(1, minmax(300px, 1fr));}
.lf{display: none;}
.rt{margin-top: 40px;}
.bt{margin-top: 30px;}
.homet .noticeListTop .txt p{font-size: .20rem;}
.homet .noticeListTop .txt span{font-size: .20rem;}
.homet .noticeListTop a {grid-template-columns: repeat(1, auto);}
.homet .noticeListTop a .pic {grid-column: span 1;}
.homet .noticeListTop a .txt {grid-column: span 1;}
.homet .noticeList .txt h4 {font-size: .20rem;}
.homet .noticeList .txt span {font-size: .20rem;}
.homet .organList .organListBox .txt p {font-size: .20rem;}
.homet .organList .organListBox .txt span {font-size: .20rem;}
.noticeBox{grid-template-columns:1fr;grid-gap: 20px;}
.banner_tag{top:75%;}
.jquery_shar{}
.jianbao2{display: block;}
.news_next{align-items: center;flex-direction: column;}
.news_return{display: block;margin-top: 10px;}
.new_tag ul li{padding-right: 10px;}
.banner_title{text-align: center;margin-bottom: 0px !important;}
.banner_description{display: none;}
.mobile_description{display: flex;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 0;
    overflow-x: auto;
    white-space: nowrap;
    height: 0.7rem;
    align-items: center;
    flex-wrap: nowrap;}
.mobile_description a{margin: 0 10px;}
.pc_new_tag{display: none!important;}
}

@media print{
    .body_home{display:none;}
    .new_tag{display: none;}
    .lf{display: none;}
    #con_6{display: none;}
    .noticeBox{grid-template-columns:1fr;}
    body {height: auto;overflow: visible;}
    .jquery_shar{display: none;}
}