/* 公共样式 */
.Header{
    position: relative;
    left: 0px;
    top: 0px;   
    width: 100%;
    height: 160px;
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 10;}
.header_bar{    
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #AB0509;}
.Top {
    width: 100%;
    height: 56px;}
.Top .welcome{
    color:rgba(255, 255, 255, 0.8);}
.Top .TopCon {
    width: 1420px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items: center;}

.Top .TopCon .Search {
    width: 225px;
    height: 32px;
    position: relative;}

.Top .TopCon .Search input[type="search"] {
    position: absolute;
    height: 32px;
    width: 225px;
    padding: 0 10px;
    border: none;
    border: 0;
    color: rgba(255, 255, 255, 0.5);
    line-height: 32px;
    border-radius: 186px;
    background: rgba(216, 216, 216, 0.4);}

.Top .TopCon .Search .son {
    height: 20px;
    width: 20px;
    top:6px;
    right: 28px;
    cursor: pointer;
    border: none;
    position: absolute;}
.Top .TopCon .TopLink {
    width: 225px;
    float: right;
    margin-top: 41px;
    text-align: right;}

.Top .TopCon .TopLink span {
    display: inline-block;
    color: #fff;
    margin: 0 5px;
    line-height: 36px;
    font-size: 12px;}

.Top .TopCon .TopLink a {
    color: #fff;
    line-height: 38px;}

.Nav {
    width: 100%;
    height: 104px;}

.Nav .NavCon {
    width: 1420px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    z-index: 2;}

.Nav .NavCon .Logo {
    width: 255px;
    height: 116px;
    overflow: hidden;    
    position: absolute;
    left: 50%;
    top: -29px;
    transform: translateX(-50%);}

.Nav .NavCon ul {
    display: flex;
    justify-content: space-between;}

.Nav .NavCon ul li {
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;}
.Nav .NavCon ul .Placeholder{
    width:112px;}
.Nav .NavCon ul li:first-child,.Nav .NavCon ul li:last-child{
    width: auto;
    text-align: left;}

.Nav .NavCon ul li:hover {
    background: rgba(148, 34, 27, 0.2);}

.Nav .NavCon ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
    width: auto;
    height: 60px;
    font-family: 'PingFang SC','Microsoft YaHei', 'SimSun';
    letter-spacing: 0.05em;}
.Nav .NavCon ul li:first-child a,.Nav .NavCon ul li:last-child a{
    width: auto;}
.Nav .NavCon ul li:hover ul {
    display: block;}

.Nav .NavCon ul li ul {
    width: 140px;
    display: none;
    overflow: hidden;}

.Nav .NavCon ul li ul li {
    width: 140px !important;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-top: 1px solid #C98E8C !important;
    background: rgba(148, 34, 27, 0.8);}

.Nav .NavCon ul li ul li a {
    color: #fff;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    font-family: 'PingFang SC','Microsoft YaHei', 'SimSun';}

.Nav .NavCon ul li ul li:hover {
    background: #A13133;}

.NowNav {
    background: rgba(148, 34, 27, 0.2);}

.Footer {
    width: 100%;
    height: 250px;
    background: #2B2526;
    overflow: hidden;
    border-top:7px solid #AB0509;}

.Footer .FooterCon {
    width: 1420px;
    height: 250px;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items: center;}
.Footer a{
color:#fff;
}
.Footer .FooterCon .FooterConLeft {
    width: 700px;
    float: left;}
.Footer .FooterCon .FooterConLeft .Motto{
    float: left;
    margin-right: 48px;}
.Footer .FooterCon .FooterConLeft .Motto1{
    float: left;
    margin-right: 48px;
    margin-top: 16px;}
.Footer .FooterCon .FooterConLeft .MottoItem1{
    width: 200px;
    float: left;
    margin-right: 48px;}
.Footer .FooterCon .FooterConLeft .MottoItem2{
    width: 330px;
    float: left;}
.Footer .FooterCon .FooterConRight .Motto{
    width: 110px;
    float: left;}
.Footer .FooterCon .FooterConRight .Motto img{
    float: left;}
.Footer .FooterCon .FooterConRight .Motto span{
    float: left;
    width: 110px;
    margin-top: 9px;
    text-align: center;
    display: block;
    color: #fff;}
.Footer .FooterCon .Motto2{
    width: 223px;
    height: 130px;}

.Footer .FooterCon p {
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 0em;}

/* 首页样式 */

.NavBanner {
    width: 100%;
    height: 100vh;}

.Banner {
    width: 100%;
    min-width: 1420px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;}
.Banner .swiper-slide .Title {
    position: absolute;
    left: 50%;
    top: 900px;
    transform:translateX(-50%);
    width: 1420px;
    height: 36px;
    opacity: 1;        
    font-family: Source Han Sans CN;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;        
    color: #FFFFFF;   
    text-align: left;}
.Banner .swiper-slide .Title a{
    color:#FFFFFF;}
.Banner .Img{
    display: flex;
    justify-content:center;
    align-items: center;}
.Banner .Img img{
    min-width: 1420px;
    width: 100%;
    height: 100vh;}
.Content1 {
    width: 100%;
    height: 774px;
    margin-top: 58px;}
.Content1_bar{
    margin-top: 94px;}

.Content1 .MainCon1 {
    width: 1420px;
    height: 774px;
    margin: 46px auto 0 auto;}

.Active {
    background: url(../../images/title_bg.png) 0 0 no-repeat;}
.Active1 {
    background: url(../../images/title_bg.png) center center no-repeat;}

.Active2 {
    background: url(../../images/title_bg2.png) center center no-repeat;}
.Content1 .MainCon1 .ContentLeft {
    width: 670px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 40px;}

.Content1 .MainCon1 .ContentLeft .TabTitle {
    width: 670px;
    height: 96px;
    margin-bottom: 26px;
    display: flex;
    justify-content:space-between;
    align-items: center;}

.Content1 .MainCon1 .ContentLeft .TabTitle .TabName {
    width: 136px;
    height: 96px;}
.Content1 .MainCon1 .ContentLeft .TabTitle .TabName span {
    float:inline-start;
    margin-top: 37px;
    font-family: "Source Han Sans CN";
    font-size: 34px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;}
.Content1 .MainCon1 .ContentLeft .TabTitle .TabName span:nth-child(1) {
    color: #AB0509;}
   
.Content1 .MainCon1 .ContentLeft .TabTitle .TabName span:nth-child(2) {
    color: #333333;}
.Content1 .MainCon1 .ContentLeft .TabTitle .TabMore {
    width: 130px;
    height: 96px;}

.Content1 .MainCon1 .ContentLeft .TabTitle .TabMore a {
    display: block;
    width: 130px;
    margin-top: 46px;}

.swiper {
    width: 670px;
    height: 400px;}  

.my-bullet{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    right: 21px;
    margin-right: 20px;}
.swiper-pagination-bullet-active{    
    background: #fff !important;}
.my-pagination{
    height: 42px;    
    line-height: 50px;
    text-align: right !important;}

.Content1 .ContentLeft .ImgNews {
    position: relative;
    width: 670px;}

.Content1 .ContentLeft .ImgNews .Img {
    width: 670px;
    height: 400px;}

.Content1 .ContentLeft .ImgNews .Img img {
    width: 670px;
    height: 400px;}

.Content1 .ContentLeft .ImgNews .ImgInfor {
    position: absolute;
    width: 670px;
    height: 50px;   
    top: 350px;
    background: rgba(0, 0, 0, 0.8);}


.Content1 .ContentLeft .ImgNews .ImgInfor .ImgTitle {
    width: 670px;
    height: 50px;
    line-height: 50px;}

.Content1 .ContentLeft .ImgNews .ImgInfor .ImgTitle a {
    color: #fff;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-left: 25px;}

.Content1 .ContentLeft .ImgNews .ImgInfor .ImgTitle a:hover {
    color: #ff565b;}

.Content1 .MainCon1 .ContentLeft .TabList {
    width: 670px;
    height: auto;
    margin-top: 22px;}

.Content1 .MainCon1 .ContentLeft .TabList ul li {
    width: 670px;
    height: 36px;
    line-height: 40px;
    overflow: hidden;
    display: flex;
    justify-content:space-between;
    align-items: center;}

.Content1 .MainCon1 .ContentLeft .TabList ul li a {
    width: 545px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;/* 不换行 */
    text-overflow: ellipsis;}

.Content1 .MainCon1 .ContentLeft .TabList ul li a:hover {
    color: #ff565b;}
.Content1 .MainCon1 .ContentLeft .TabList ul li span {
    color: rgba(0, 0, 0, 0.45);}
.Content1 .MainCon1 .ContentRight {
    width: 710px;
    height: auto;
    overflow: hidden;
    float: left;}

.Content1 .MainCon1 .ContentRight .TabTitle {
    width: 710px;
    height: 96px;
    margin-bottom: 26px;
    display: flex;
    justify-content:space-between;
    align-items: center;}

.Content1 .MainCon1 .ContentRight .TabTitle .TabName {
    width: 136px;
    height: 96px;}
.Content1 .MainCon1 .ContentRight .TabTitle .TabName span {
    float:inline-start;
    margin-top: 37px;
    font-family: "Source Han Sans CN";
    font-size: 34px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;}
.Content1 .MainCon1 .ContentRight .TabTitle .TabName span:nth-child(1) {
    color: #AB0509;}
   
.Content1 .MainCon1 .ContentRight .TabTitle .TabName span:nth-child(2) {
    color: #333333;}
.Content1 .MainCon1 .ContentRight .TabTitle .TabMore {
    width: 130px;
    height: 96px;}

.Content1 .MainCon1 .ContentRight .TabTitle .TabMore a {
    display: block;
    width: 130px;
    margin-top: 46px;}


.Content1 .ContentRight .ImgNewsList {
    display: flex;
    justify-content:space-between;
    align-items: center;}

.Content1 .ContentRight .ImgNews {
    width: 345px;}

.Content1 .ContentRight .ImgNews .Img {
    width: 345px;
    height: 225px;
    margin-bottom: 17px;
    overflow: hidden;}

.Content1 .ContentRight .ImgNews .Img img {
    width: 345px;
    height: 225px;}

.Content1 .ContentRight .ImgNews .ImgInfor {
    width: 345px;
    height: 162px;
    border-bottom:2px solid #AB0509;}


.Content1 .ContentRight .ImgNews .ImgInfor .ImgTitle {
    width: 345px;
    height: 64px;
    overflow: hidden;}

.Content1 .ContentRight .ImgNews .ImgInfor .ImgTitle a {
    color: rgba(0, 0, 0, 0.85);
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;}

.Content1 .ContentRight .ImgNews .ImgInfor .ImgTitle a:hover {
    color: #ff565b;}

.Content1 .ContentRight .ImgNews .ImgInfor .Time {
    width: 345px;
    height: 28px;
    float: left;}

.Content1 .ContentRight .ImgNews .ImgInfor .Time .Day {
    float: left;
    height: 28px;
    font-size: 24px;    
    color: #AB0509;
    text-align: center;}

.Content1 .ContentRight .ImgNews .ImgInfor .Time .Year {
    float: left;
    margin-left: 3px;
    margin-top: 9px;
    height: 28px;
    font-size: 16px;
    color: #AB0509;
    text-align: center;}

.Content1 .ContentRight .ImgNews .ImgInfor .ImgArticle {
    width: 345px;
    height: 56px;
    float: left;
    padding: 4px 0 2px 0;}

.Content1 .ContentRight .ImgNews .ImgInfor .ImgArticle p {
    width: 345px;
    height: 56px;
    color: #999999;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    /** 对象作为伸缩盒子模型显示 **/
    display: -webkit-box;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-box-orient: vertical; 
    /** 显示文本的行数 **/
    -webkit-line-clamp: 2; 
    /** 超出的内容隐藏 **/
    overflow: hidden;}

.Content1 .MainCon1 .ContentRight  .TabList {
    width: 710px;
    height: auto;
    margin-top: 22px;}

.Content1 .MainCon1 .ContentRight  .TabList ul li {
    width: 710px;
    height: 36px;
    line-height: 40px;
    overflow: hidden;
    display: flex;
    justify-content:space-between;
    align-items: center;}

.Content1 .MainCon1 .ContentRight  .TabList ul li a {
    width: 584px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;/* 不换行 */
    text-overflow: ellipsis;}

.Content1 .MainCon1 .ContentRight  .TabList ul li a:hover {
    color: #ff565b;}
.Content1 .MainCon1 .ContentRight  .TabList ul li span {
    color: rgba(0, 0, 0, 0.45);}

.Content2 {
    width: 100%;
    height: 860px;
	background-image: url(../../images/banner4.png); 
	background-size: cover; /* 背景图片覆盖整个元素 */
	background-position: center center; /* 背景图片居中 */
	background-repeat: no-repeat;}

.Content2 .MainCon2 {
    width: 1420px;
    height: 860px;
    margin: 0 auto 0 auto;}
.Content2 .MainCon2 .ContentLeft {
    width: 670px;
    height: 660px;
    overflow: hidden;
    float: left;
    margin-top: 100px;
    margin-right: 40px;
    background: #fff;}
.Content2 .MainCon2 .ContentLeft .TabTitle {
    width: 610px;
    height: 96px;
    margin: 28px 30px 26px 30px;
    display: flex;
    justify-content:space-between;
    align-items: center;}

.Content2 .MainCon2 .ContentLeft .TabTitle .TabName {
    width: 136px;
    height: 96px;}
.Content2 .MainCon2 .ContentLeft .TabTitle .TabName span {
    float:inline-start;
    margin-top: 37px;
    font-family: "Source Han Sans CN";
    font-size: 34px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;}
.Content2 .MainCon2 .ContentLeft .TabTitle .TabName span:nth-child(1) {
    color: #AB0509;}
   
.Content2 .MainCon2 .ContentLeft .TabTitle .TabName span:nth-child(2) {
    color: #333333;}
.Content2 .MainCon2 .ContentLeft .TabTitle .TabMore {
    width: 130px;
    height: 96px;}

.Content2 .MainCon2 .ContentLeft .TabTitle .TabMore a {
    display: block;
    width: 130px;
    margin-top: 46px;}
.Content2 .MainCon2 .ContentLeft .TabList {
    width: 610px;
    height: auto;
    margin: 0 30px;}

.Content2 .MainCon2 .ContentLeft .TabList ul li {
    width: 610px;
    height: 103px;
    margin-bottom: 20px;
    line-height: 28px;
    overflow: hidden;
    display: flex;
    align-items: center;  
    border-bottom:1px solid #E5E5E5;}
.Content2 .MainCon2 .ContentLeft .TabList ul li:first-child{    
    border-bottom:3px solid #AB0509;}
.Content2 .MainCon2 .ContentLeft .TabList ul li .NewContent
{
    width: 472px;
    height: 76px;}
.Content2 .MainCon2 .ContentLeft .TabList ul li a {
    width: 472px;
    height: 38px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.9);
    float: left;
    line-height: 40px;    
    text-align: justify;
    text-overflow: ellipsis; /* 添加省略号 */
    word-break: break-all;
    /** 对象作为伸缩盒子模型显示 **/
    display: -webkit-box;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-box-orient: vertical;
    /** 显示文本的行数 **/
    -webkit-line-clamp: 1;
    /** 超出的内容隐藏 **/
    overflow: hidden;}

.Content2 .MainCon2 .ContentLeft .TabList ul li a:hover {
    color: #AB0509;}
.Content2 .MainCon2 .ContentLeft .TabList ul li:first-child a{    
    color: #AB0509;}

.Content2 .MainCon2 .ContentLeft .TabList ul li p {
    width: 472px;
    height: 38px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.45);
    float: left;
    line-height: 40px;    
    text-align: justify;
    text-overflow: ellipsis; /* 添加省略号 */
    word-break: break-all;
    /** 对象作为伸缩盒子模型显示 **/
    display: -webkit-box;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-box-orient: vertical;
    /** 显示文本的行数 **/
    -webkit-line-clamp: 1;
    /** 超出的内容隐藏 **/
    overflow: hidden;}
.Content2 .MainCon2 .ContentLeft .TabList ul li span {
    font-size: 16px;
    color: #333;
    float: left;
    margin-right: 17px;}
.Content2 .MainCon2 .ContentLeft .TabList ul li i {
    width: 1px;
    height: 16px;    
    background: #94070A;
    float: left;
    margin-right: 17px;
    margin-top: 17px;}
.Content2 .MainCon2 .ContentLeft .TabList .Time {
    width: 66px;
    height: 72px;
    float: left;
    margin-right: 38px;
    border: 1px solid #AB0509;}

.Content2 .MainCon2 .ContentLeft .TabList .Time .Day {
    display: inline-block;
    width: 66px;
    height: 36px;
    font-size: 22px;
    font-weight: bold;
    color: #AB0509;
    text-align: center;
    line-height: 40px;}

.Content2 .MainCon2 .ContentLeft .TabList .Time .Year {
    display: inline-block;
    width: 66px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #AB0509;}
.Content2 .MainCon2 .ContentRight{
    width: 710px;
    height: 660px;
    float: left;
    margin-top: 100px;}
.Content2 .MainCon2 .ContentRight .ContentRightItem1{
    width: 710px;
    height: 310px;
    background: #fff;}
.Content2 .MainCon2 .ContentRight .ContentRightItem1 .TabList{
    float: left;
    width: 595px;
    height: 310px;}
.Content2 .MainCon2 .ContentRight .ContentRightItem1 .TabList ul{
    float: left;
    margin-left: 30px;
    margin-top: 10px;}
.Content2 .MainCon2 .ContentRight .ContentRightItem1 .TabList ul li {
    width: 260px;
    height: 93px;
    float: left;
    border-bottom: 1px solid #E5E5E5;}
.Content2 .MainCon2 .ContentRight .ContentRightItem1 .TabList ul li:nth-child(2n-1){
    margin-right: 20px;}

.Content2 .MainCon2 .ContentRight .ContentRightItem1 .TabList ul li a {
    display: block;
    width: 260px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    float: left;
    font-weight: normal;
    letter-spacing: 0em;
    overflow: hidden;
    text-overflow: ellipsis; /* 添加省略号 */
    word-break: break-all;
    /** 对象作为伸缩盒子模型显示 **/
    display: -webkit-box;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-box-orient: vertical;
    /** 显示文本的行数 **/
    -webkit-line-clamp: 1;}

.Content2 .MainCon2 .ContentRight .ContentRightItem1 .TabList ul li a:hover {
    color: #ff565b;}
.Content2 .MainCon2 .ContentRight .ContentRightItem1 .TabList .Time {
    width: 260px;
    float: left;
    margin-top: 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0em;
    color: #AB0509;
    display: flex;
    justify-content: start;
    align-items: center;}

.Content2 .MainCon2 .ContentRight .ContentRightItem1 .TabList .Time img {
    margin-right: 12px;}
.Content2 .MainCon2 .ContentRight .ContentRightItem1 .TabList .NewContent{
    float: left;
    margin-top: 15px;}
.Content2 .MainCon2 .ContentRight .ContentRightItem1 .TabTitle {
    width: 115px;
    height: 310px;
    float: right;
    background: #AB0509;}

.Content2 .MainCon2 .ContentRight .ContentRightItem1 .TabTitle .TabName {
    padding-top: 55px;
    width: 72px;
    height: 255px;
    float: left;
    border-right:1px solid rgba(255, 255, 255, 0.2);}
.Content2 .MainCon2 .ContentRight .ContentRightItem1 .TabTitle .TabName p {
    width: 32px;
    margin-left: 22px;
    font-size: 32px;
    font-weight: normal;
    line-height: 100%;
    text-align: right;
    letter-spacing: 0em;
    color: #fff;}
.Content2 .MainCon2 .ContentRight .ContentRightItem1 .TabTitle .TabName img{
    margin-top: -39px;
    margin-left: -11px;
    float: left;}
.Content2 .MainCon2 .ContentRight .ContentRightItem1 .TabTitle .TabMore {
    float: left;
    width: 42px;
    height: 154px;
    margin-top: 156px;
    text-align: center;}
.Content2 .MainCon2 .ContentRight .ContentRightItem2{
    width: 710px;
    height: 310px;
    background: #fff;
    margin-top: 40px;}
.Content2 .MainCon2 .ContentRight .ContentRightItem2 .TabList{
    float: right;
    width: 595px;
    height: 310px;}
.Content2 .MainCon2 .ContentRight .ContentRightItem2 .TabList ul{
    float: left;
    margin-left: 30px;
    margin-top: 10px;}
.Content2 .MainCon2 .ContentRight .ContentRightItem2 .TabList ul li {
    width: 260px;
    height: 93px;
    float: left;
    border-bottom: 1px solid #E5E5E5;}
.Content2 .MainCon2 .ContentRight .ContentRightItem2 .TabList ul li:nth-child(2n-1){
    margin-right: 20px;}

.Content2 .MainCon2 .ContentRight .ContentRightItem2 .TabList ul li a {
    display: block;
    width: 260px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    float: left;
    font-weight: normal;
    letter-spacing: 0em;
    overflow: hidden;
    text-overflow: ellipsis; /* 添加省略号 */
    word-break: break-all;
    /** 对象作为伸缩盒子模型显示 **/
    display: -webkit-box;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-box-orient: vertical;
    /** 显示文本的行数 **/
    -webkit-line-clamp: 1;}

.Content2 .MainCon2 .ContentRight .ContentRightItem2 .TabList ul li a:hover {
    color: #ff565b;}
.Content2 .MainCon2 .ContentRight .ContentRightItem2 .TabList .Time {
    width: 260px;
    float: left;
    margin-top: 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0em;
    color: #AB0509;
    display: flex;
    justify-content: start;
    align-items: center;}

.Content2 .MainCon2 .ContentRight .ContentRightItem2 .TabList .Time img {
    margin-right: 12px;}
.Content2 .MainCon2 .ContentRight .ContentRightItem2 .TabList .NewContent{
    float: left;
    margin-top: 15px;}
.Content2 .MainCon2 .ContentRight .ContentRightItem2 .TabTitle {
    width: 115px;
    height: 310px;
    float: left;
    background: #AB0509;}

.Content2 .MainCon2 .ContentRight .ContentRightItem2 .TabTitle .TabName {
    padding-top: 55px;
    width: 72px;
    height: 255px;
    float: left;
    border-left:1px solid rgba(255, 255, 255, 0.2);}
.Content2 .MainCon2 .ContentRight .ContentRightItem2 .TabTitle .TabName p {
    width: 32px;
    margin-left: 22px;
    font-size: 32px;
    font-weight: normal;
    line-height: 100%;
    text-align: right;
    letter-spacing: 0em;
    color: #fff;}
.Content2 .MainCon2 .ContentRight .ContentRightItem2 .TabTitle .TabName img{
    margin-top: -39px;
    margin-right: -11px;
    float: right;}
.Content2 .MainCon2 .ContentRight .ContentRightItem2 .TabTitle .TabMore {
    float: left;
    width: 42px;
    height: 154px;
    margin-top: 156px;
    text-align: center;}



.Content3 {
    width: 100%;
    height: 860px;
	background-image: url(../../images/banner5.png);
	background-size: cover; /* 背景图片覆盖整个元素 */
	background-position: center center; /* 背景图片居中 */
	background-repeat: no-repeat;}

.Content3 .MainCon3 {
    width: 1420px;
    height: 860px;
    margin: 0 auto 0 auto;}
.Content3 .MainCon3 .ContentMain .TabTitle {
    padding-top: 56px;
    width: 136px;
    height: 96px;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items: center;}

.Content3 .MainCon3 .ContentMain .TabTitle .TabName {
    width: 136px;
    height: 96px;}
.Content3 .MainCon3 .ContentMain .TabTitle .TabName span {
    float:inline-start;
    margin-top: 37px;
    font-family: "Source Han Sans CN";
    font-size: 34px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #fff;}
.Content3 .MainCon3 .ContentMain .ContentInfo {
    float: left;
    margin-top: 58px;
    width: 1420px;
    height: 520px;
    background: #fff;
    border-radius: 12px;}
.Content3 .MainCon3 .ContentMain .ContentInfo .Img {
    float: left;
    margin-top:55px;
    margin-left:56px;}
.Content3 .MainCon3 .ContentMain .ContentInfo .Img{
    width: 274px;
    height: 409px;}
.Content3 .MainCon3 .ContentMain .ContentInfo .ContentNews {
    float: left;
    width: 1000px;
    height: 400px;
    margin-top:55px;
    margin-left:40px;
    font-size: 20px;
    font-weight: normal;
    line-height: 34px;
    color: rgba(0, 0, 0, 0.85);
    text-indent: 2em;
    letter-spacing: 0em;
	text-align: justify;}

.Content4 {
    width: 100%;
    height: 464px;
    background: #fff;}

.Content4 .MainCon4 {
    width: 1420px;
    height: 464px;
    margin: 0 auto 0 auto;}
.Content4 .MainCon4 .ContentMain .TabTitle {
    padding-top: 69px;
    width: 136px;
    height: 96px;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items: center;}

.Content4 .MainCon4 .ContentMain .TabTitle .TabName {
    width: 136px;
    height: 96px;}
.Content4 .MainCon4 .ContentMain .TabTitle .TabName span {
    float:inline-start;
    margin-top: 37px;
    font-family: "Source Han Sans CN";
    font-size: 34px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #fff;}
.Content4 .MainCon4 .ContentMain .TabTitle .TabName span:nth-child(1) {
    color: #AB0509;}
   
.Content4 .MainCon4 .ContentMain .TabTitle .TabName span:nth-child(2) {
    color: #333333;}


.Content4 .MainCon4 .ContentMain .ContentInfo{
    float: left;
    margin-top: 58px;
    width: 1420px;
    height: 120px;
    display: flex;
    justify-content: space-between;}
.Content4 .MainCon4 .ContentMain .ContentInfo .Img{
    width: 219px;
    height: 118px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;}
.Content4 .MainCon4 .ContentMain .ContentInfo .Img img{
	max-height: 114px;
	max-width: 210px;}

/* 列表页样式 */
.NavBanner2 {
    width: 100%;
    height: 580px;}

.Banner .Img2 img{
    min-width: 1420px;
    width: 100%;
    height: 580px;}
.Content5 {
    width: 100%;
	min-height:500px;
    background: #F8F8F8;}
.Content5 .MainCon5 {
    width: 1420px;
    margin: 0 auto 0 auto;}

.Content5 .MainCon5 .ContentMain .TabTitle {
    padding-top: 57px;
    width: 136px;
    height: 96px;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items: center;}

.Content5 .MainCon5 .ContentMain .TabTitle .TabName {
    width: 136px;
    height: 96px;}
.Content5 .MainCon5 .ContentMain .TabTitle .TabName span {
    float:inline-start;
    margin-top: 37px;
    font-family: "Source Han Sans CN";
    font-size: 34px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #fff;}
.Content5 .MainCon5 .ContentMain .TabTitle .TabName span:nth-child(1) {
    color: #AB0509;}
   
.Content5 .MainCon5 .ContentMain .TabTitle .TabName span:nth-child(2) {
    color: #333333;}
.Content5 .MainCon5 .ContentMain .TabList{
    float: left;
    width: 1420px;    
    margin-top: 55px;
    padding:50px 0;
}
.Content5 .MainCon5 .ContentMain .TabList ul{
    float: left;}
.Content5 .MainCon5 .ContentMain .TabList ul li {    
    width: 680px;
    height: 203px;
    margin-bottom: 50px;
    float: left;
    border-top: 3px solid #AB0509;
    background: #fff;}
.Content5 .MainCon5 .ContentMain .TabList ul li:hover {
    background: #AB0509;}
.Content5 .MainCon5 .ContentMain .TabList li:hover .NewContent a {
    color:#fff;}
.Content5 .MainCon5 .ContentMain .TabList li:hover .Time  {
    color:#fff;}

.Content5 .MainCon5 .ContentMain .TabList li:hover .Time .Img {
    background: url(../../images/ico_1_hover.png) 0 0 no-repeat;}
.Content5 .MainCon5 .ContentMain .TabList li:hover .NewContent p {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color:#fff;}
.Content5 .MainCon5 .ContentMain .TabList ul li:nth-child(2n-1){
    margin-right: 60px;}

.Content5 .MainCon5 .ContentMain .TabList .NewContent{
    float: left;
    width: 620px;
    height: 156px;
    margin-left: 30px;}


.Content5 .MainCon5 .ContentMain .TabList .NewContent a {
    display: block;
    width: 620px;
    height: 63px;
    line-height: 63px;
    color: rgba(0, 0, 0, 0.85);
    float: left;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0em;
    overflow: hidden;
    text-overflow: ellipsis; /* 添加省略号 */
    word-break: break-all;
    /** 对象作为伸缩盒子模型显示 **/
    display: -webkit-box;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-box-orient: vertical;
    /** 显示文本的行数 **/
    -webkit-line-clamp: 1;}


.Content5 .MainCon5 .ContentMain .TabList .NewContent p {
    float: left;
    width: 620px;
    height: 56px;
    padding-top: 16px;
    color: #9E9E9E;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0em;
    overflow: hidden;
    text-overflow: ellipsis; /* 添加省略号 */
    word-break: break-all;
    /** 对象作为伸缩盒子模型显示 **/
    display: -webkit-box;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-box-orient: vertical;
    /** 显示文本的行数 **/
    -webkit-line-clamp: 2;}

.Content5 .MainCon5 .ContentMain .TabList .Time {
    width: 620px;
    float: left;
    margin-left: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0em;
    color: #AB0509;
    display: flex;
    justify-content: start;
    align-items: center;}

.Content5 .MainCon5 .ContentMain .TabList .Time .Img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../../images/ico_1.png) 0 0 no-repeat;}
.p_pages{
display:block;
  height: 40px;
  margin-top: 42px;
  text-align: right;
  font-family: PingFang SC;
  color: #9e9e9e;}

.p_pages span {
  color: #999;
  font-size: 16px;
  margin: 0 2px;
  border: 1px solid #e6e6e6;
  padding: 8px 14px 8px 14px;
  background: #fff;
  border-radius: 4px;}

.p_pages span a{
 color: #999;
}

.p_pages span:hover,
.p_pages .p_no_d {
  color: #fff;
  border: 1px solid #bd1313;
  background: #bd1313;
}
.p_pages span:hover a,
.p_pages .p_no_d a{
color:#fff;
}
.p_pages span.hover {
  color: #fff;
  border: 1px solid #bd1313;
  background: #bd1313;}
/*内容页样式*/

.Content {
    width: 1420px;
    height: auto;
	min-height:500px;
    margin: 50px auto 40px auto;
    background: #F8F8F8;}
.Content .NowNews {
    width: 220px;
    height: auto;
    background: #F5F5F5;
    float: left;}

.Content .NowNewsTitle {
    width: 220px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0em;
    background: #B1161F;}
.Content .NowNews ul li {
    width: 220px;
    line-height: 54px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0em;
    background: #FFFFFF;}
.Content .NowNews ul li a{
    color:rgba(0, 0, 0, 0.5);
    margin-left: 23px;}

.Content .ArticleList {
    width: 1150px;
    height: auto;
    overflow: hidden;
    background: #fff;
    float: right;}

.Content .ArticleList .Title {
    width: 1150px;
    height: 63px;
    margin-bottom: 30px;
    border-bottom: 3px solid #AB0509;}

.Content .ArticleList .Title .Name {
    height: 63px;
    float: right;
    color: #9E9E9E;}
.Content .ArticleList .Title .Name img {
    float: left;
    margin-top:25px;
    margin-right: 13px;}
.Content .ArticleList .Title .Name span {
    float: left;
    margin-top:22px;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    text-align: right; /* 浏览器可能不支持 */
    letter-spacing: 0em;}
.Content .ArticleList .Title .Name span.Nav_location {
    color: #BF1A20;}

.Content .ArticleList .List {
    width: 1150px;
    height: auto;
    overflow: hidden;}

.Content .ArticleList .List ul li {
    width: 1150px;
    height: 60px;
    line-height: 61px;
    border-bottom: 1px dashed #e9e9e9;
    float: left;}

.Content .ArticleList .List ul li i {
    display: block;
    float: left;
    width: 8px; /* 设置圆的宽度 */
    height: 8px; /* 设置圆的高度 */
    margin-top: 27px;
    margin-right: 8px;
    background-color: #BF1A20; /* 设置圆的背景颜色 */
    border-radius: 50%;}

.Content .ArticleList .List ul li a {
    color: #333333;
    font-size: 18px;
    float: left;
    line-height: 61px;}

.Content .ArticleList .List ul li a:hover {
    color: #ff565b;}
.Content .ArticleList .List ul li img {
    float: right;
    margin-top: 21px;
    margin-right: 10px;}

.Content .ArticleList .List ul li span {
    float: right;
    line-height: 61px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);}
.Content .MainRightCon .NewsTitle {
    width: 1050px;
    min-height: 86px;
    margin:0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);}

.Content .MainRightCon .NewsTitle h3 {
    width: 1050px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 10px;}

.Content .MainRightCon .NewsTitle .ArticleInfor {
    width: 1050px;
    height: 30px;
    text-align: center;}

.Content .MainRightCon .NewsTitle .ArticleInfor span {
    display: inline-block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0em;
    margin-right: 29px;}

.Content .MainRightCon .NewsTitle .ArticleInfor .Clock {
    background: url(../../images/ico_5.png) no-repeat left center;
    text-indent: 25px;}

.Content .MainRightCon .NewsTitle .ArticleInfor .See {
    background: url(../../images/ico_7.png) no-repeat left center;
    text-indent: 25px;}

.Content .MainRightCon .NewsTitle .ArticleInfor .People {
    background: url(../../images/ico_6.png) no-repeat left center;
    text-indent: 25px;}

.Content .MainRightCon .NewsTitle .ArticleInfor .Source {
    background: url(../../images/ico_6.png) no-repeat left center;
    text-indent: 25px;}

.Content .MainRightCon .ArticleShow {
    width: 1050px;
    height: auto;
    margin: 20px auto 0 auto;
    padding-bottom: 60px;}

.Content .MainRightCon .ArticleShow img {
    display: block;
    margin: 15px auto;}

.Content .MainRightCon .ArticleShow p {
    color: rgba(0, 0, 0, 0.85);
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 0em;
    margin-bottom: 10px;
    text-align: justify;}


.Content .TabList {
    width: 1150px;
    height: auto;
    margin-top: 22px;}

.Content .TabList ul li {
    width: 1150px;
    height: 36px;
    line-height: 40px;
    overflow: hidden;
    display: flex;
    justify-content:space-between;
    align-items: center;}

.Content .TabList ul li a {
    width: 1030px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;/* 不换行 */
    text-overflow: ellipsis;}

.Content .TabList ul li a:hover {
    color: #ff565b;}
.Content .TabList ul li span {
    color: rgba(0, 0, 0, 0.45);}