﻿@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;margin-top: 120px;}
.rt .news_list{background: #e2f2ff;border-radius: 5px;}
.bt{margin-top: 10px;}
.noticeBox{display: grid;grid-template-columns: 2fr 1fr;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 {height: 40px;line-height: 40px;overflow: hidden;display: flex;justify-content: space-between;}
.more {font-size: 16px;line-height: 30px;}
.jianbao{margin-top: 30px;}
.title-box .title {
    font-size: .22rem;
    color: #222;
    margin-bottom: .2rem;
    font-weight: bold;
    font-family: "黑体";
    text-align: center;
}
.tongzhiList ul {margin-top: 5px;}
.tongzhiList 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;
}
.rightDate {
    font-family: "Cambria";
    float: right;
    padding-left: 10px;
    font-size: 14px;
    color: #999999;
    font-family: 'Arial';
}


.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;text-indent: 28pt;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: var(--primary-color);color: #fff;border-radius: 5px;margin-top: .4rem;display: inline-block;}
.news_return:hover{color:#e2f2ff;}

.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;}
.mobile_description {
    display: none;
}
.mobile_description::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    display: none;
}
@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){
    .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;
    }
.homet{padding: .2rem 0 .4rem;}
.homet .organList .organListBox {grid-template-columns: repeat(1, minmax(300px, 1fr));}
.lf{margin-top: 20px;}
.rt{margin-top: 0px;}
.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{}
.news_next{align-items: center;flex-direction: column;}
.news_return{display: block;margin-top: 10px;}
.new_tag ul li{padding-right: 10px;}
}

@media print{
    .body_home{display:none;}
    .new_tag{display: none;}
    .rt{display: none;}
    #con_6{display: none;}
    .noticeBox{grid-template-columns:1fr;}
    body {height: auto;overflow: visible;}
    .jquery_shar{display: none;}
}

