body,
ul,
li,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Noto Sans SC", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

body {
    background-color:#fff;
    min-width: fit-content;
}

a {
    text-decoration: none;
}
.header{
    width: 100%;
    height: 130px;
    background-color: #ab0404;
}
.header-bg{
    width: 1200px;
    height: 130px;
    margin: 0 auto;
    overflow: hidden;
}
.logo{
    float: left;
    margin: 25px 0 0 0;
}
.department {
    float: left;
    font-size: 36px;
    color: #fff;
    font-family: "隶书","楷体","宋体";
    font-weight: 600;
    margin: 35px 0 0 20px;
}
.fhsy{
    float: right;
    margin: 50px 0 0 0;
}
.fhsy a{
    color: #fff;
}

.nav{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}
.nav ul{
    line-height: 50px;
}
.nav-item{
    float: left;
    position: relative;
}
.nav-item h3 a{
    padding: 0 33px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.active{
    border-bottom: 1px solid #ab0404;
}
.sub{
    display: none;
    width: 180px;
    left: 0;
    top: 52px;
    z-index: 999;
    position: absolute;
    background: #000000;
    line-height: 36px;
    opacity: 0.8;
}
.sub li{
    padding: 0 15px;
}
.nav-item:hover{
    border-bottom: 1px solid #ab0404;
}
.sub li a{
    color: #fff;
}
.nav ul li:nth-child(2):hover .sub{
    display: block;
}

.swiper {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 1200px;
    height: 300px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    min-width: 1200px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
}
.swiper-button-prev{
    color: #ab0404 !important;
}
.swiper-button-next{
    color: #ab0404 !important;
}


.list_box{
    /* height: 370px; */
    margin: 0 auto;   
}
.title{
    height: 50px;
    line-height: 50px;
    border-bottom: #dadada 1px solid;
}
.title h1{
    font-size: 24px;
    padding: 0 10px;
    font-weight: normal;
    display: inline-block;
    border-bottom: #ab0404 2px solid;
}
.more{
    float: right;
    margin-right: 10px;
}
.more img{
    width: 45px;
    height: 14px;
}

.ml40{
    margin-left: 40px;
}

.list li{
    height: 38px;
    line-height: 38px;
    color: #999;
    font-size: 14px;
    border-bottom: 1px #999 dashed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.list li span{
    /* float: right; */
    min-width: 95px;
    text-align: right;
}
.list li a{
    color: #666;
    float: left;
    padding-left: 20px;
    background: url(./images/ico_11.png) left center no-repeat;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bgc-gray{
    width: 100%;
    background-color: #f9f9f9;
    display: flex;
}
.mgt10 {
    margin-top: 10px;
}
.rows{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.llxx,.tzgg,.gzzt,.mtmz{
    width: 48%;
}
/* .llxx .list,.tzgg .list,.gzzt .list {
    width: 100%;
} */


.footer{
    width: 100%;
    /*height: 130px;*/
    margin-top: 10px;
    background-color: #ab0404;
    clear: both;
}
.footer-bg{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}
.footer-bg p{
    margin-top: 40px;
    text-align: center;
    color: #fff;
}

section {
    margin: 0 auto;
    width: 1200px;
    clear: both;
    display: flex;
    flex-direction: column;
}
.article_head {
    border-bottom: 1px solid #999;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    padding: 8px 0;
} 

.position {
    /* float: right; */
}

.article_body{
    color: #333;
}

.article_body .list{
    width: 100%;
    float:none;
}
.article_body ul {
    width: 100%;
}
.article_body ul>li {
    /* border-bottom:1px dotted #999 ; */
}
.article_body li a{
    color: #333;
    text-decoration: none;
    outline: none;
    background: url(./images/dot_right.gif) 5px center no-repeat;
}
.article_body a:hover{
    color: red;
}
.article_body .date{
    color: #999;
}

.pageinfo {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.pageinfo a {
    font-size: 14px;
    border: 1px solid #E1E1E1;
    padding: 2px 7px;
    color: #333;
}
.pageinfo a:hover {
    border: 1px solid red;
}

.colsbetween {
    display: flex;
    justify-content: space-between;
}

article {
    padding: 10px 0;
}
article h4 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
}
article .sub_title {
    text-align: center;
    margin-bottom: 10px;
    color: #666;
    font-size: 18px;
}
.position,.position>a {
    color: #000;
}
.position>a:hover {
    color: #ab0404;
    text-decoration: underline;
}