* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    word-break: break-all;
}
input:-webkit-autofill {
    box-shadow:0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
input{
    background: none;
    background-color: transparent;
    border: none; /* 如果你也想去除边框 */
    outline: none; /* 如果你想去除焦点时的外框 */
    background: 0 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}
img{
    object-fit: cover;
}
ul,li,ol {
    list-style: none;
}
body {
    font-size: 0;
    min-width: 1300px;
    color: #333333;
}
.w1300{
    width: 1300px;
    margin: 0 auto;
}
.fw-bold{
    font-weight: bold;
}
.color-000{
    color: #000000;
}
.color-666{
    color: #666666;
}
.color-555{
    color: #555555;
}
.color-red{
    color: #990009;
}
a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #333333;
}
a img {
    border: none;
}
a.hover-red:hover,
.hover-red a:hover {
    color: #b2000e;
}
.fw-normal {
    font-weight: normal;
}
.fw-bld {
    font-weight: bold;
}
.dis-inline {
    display: inline;
}
.dis-inblock {
    display: inline-block;
}
.dis-block {
    display: block;
}
/*单行省略*/
.e1 {
    overflow: hidden; /*超出的部分隐藏起来。*/
    white-space: nowrap; /*不显示的地方用省略号...代替*/
    text-overflow: ellipsis; /* 支持 IE */
}
/*多行省略*/
.e2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.e3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pos-rel {
    position: relative;
}
.text-center{
    text-align: center;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.flex-1{
    flex: 1;
}
.flex-center{
    display: flex;
    justify-content: center;
}
.flex-btw{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*头部样式 start*/
.header-top{
    height: 650px;
    background: url("../images/banner_bg.png") center center no-repeat;
    background-size: cover;
}
.header-time{
    font-size: 18px;
    line-height: 42px;
    color: #ffffff;
}
.header-time span{
    margin-right: 20px;
}
.header-logo{
    margin: 215px auto 60px;
}
.header-logo img{
    display: block;
    width: 913px;
}
.header-nav{
    background-color: #990009;
}
.header-search{
    width: 652px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 31px;
    margin: auto;
    display: flex;
    overflow: hidden;
    padding: 5px;
}
.header-search input{
    flex: 1;
    padding: 0 20px;
    height: 52px;
    font-size: 18px;
    border-radius: 31px;
}
.header-search button{
    width: 97px;
    height: 52px;
    background-color: #bb2830;
    border-radius: 25px;
    font-size: 18px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
}
.nav-item{
    line-height: 40px;
    font-size: 26px;
    color: #ffffff;
    padding: 30px 0;
}
.nav-item.cur,.nav-item:hover{
    font-weight: bold;
}
/*头部样式 end*/
/*底部样式 start*/
.footer{
    background-color: #f8f8f8;
}
.footer-link{
    background-color: #f1f1f1;
    font-size: 14px;
}
.links-groups{
    position: relative;
    padding: 0 230px;
}
.links-lists{
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 4px 2px #f3f3f3;
    border-radius: 4px;
    position: absolute;
    bottom: 45px;
    left: 0;
    padding: 20px;
    display: none;
    max-height: 250px;
    overflow-y: auto;
}
.links-tag{
    line-height: 26px;
    padding: 15px 28px 15px 0;
    cursor: pointer;
    background: url("../images/icon_sj.png") right center no-repeat;

}
.links-tag .link-sj{
    width: 11px;
    vertical-align: middle;
    margin-left: 17px;
}
.links-tag.cur .link-sj{
    transform: rotate(180deg);
    transition: all .3s;
}
.links-lists li{
    white-space: nowrap;
    float: left;
    line-height: 36px;
    margin-right: 50px;
}
.links-lists li a{
    display: block;
}
.footer-bt{
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding: 23px 0 20px;
}
.footer-bt a{
    color: #000000;
}
.footer-bt a:hover{
    color: #b2000e;
}
.footer-bt img{
    vertical-align: middle;
}
.footer-bq,.footer-icp{
    margin-right: 45px;
}
.footer-yga{
    margin-right: 30px;
}
.footer-yga img{
    margin-right: 3px;
}
/*底部样式 end*/
.com-tit{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 12px;
    display: block;
    margin-bottom: 18px;
    line-height: 30px;
}
.com-tit .more{
    font-size: 14px;
    font-weight: normal;
}
.com-tit.flex-btw{
    display: flex;
}
.com-tit:before{
    content: "";
    width: 3px;
    height: 18px;
    background-color: #bb2830;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.gl-box{
    margin-top: 12px;
    padding-bottom: 30px;
}
.nav-left{
    width: 280px;
}
.nav-left-tit{
    padding: 22px 17px 22px 35px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    background: url("../images/left_titbg.png");
    background-size: 100% 100%;
    display: block;
    color: #fefefe;
}
.nav-left-list{
    background-color: #f5f5f5;
    padding: 0 17px
}
.nav-left-item{
    display: block;
    padding: 22px 0 22px 18px;
    line-height: 26px;
    color: #000000;
    font-size: 20px;
}
.nav-left-item.cur,.nav-left-item:hover{
    color: #b2000e;
    font-weight: bold;
}
.nav-left-item:not(:last-of-type){
    border-bottom: 1px solid #e6e6e6;
}
.gl-rt{
    width: 1010px;
}
.location{
    font-size: 14px;
    line-height: 28px;
    padding: 10px 0 10px 26px;
    background: url("../images/icon_local.png") 3px center no-repeat;
    background-size: 14px auto;
    border-bottom: 1px solid #e1e1e1;
}
.location a:hover{
    color: #990009;
}
.gl-title{
    font-size: 30px;
    font-weight: bold;
    line-height: 54px;
    padding-left: 27px;
    position: relative;
}
.gl-title:before{
    content: "";
    width: 6px;
    height: 34px;
    background-color: #b2000e;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.gl-title1{
    margin-bottom: 0;
    margin-top: 10px;
}
.gl-title1 .tit{
    width: 90%;
}
.gl-ct{
    padding: 15px 12px 50px;
}
.gl-desc{
    font-size: 18px;
    line-height: 54px;
    color: #000000;
    text-indent: 2em;
    padding-bottom: 5px;
}
.gl-list-item{
    font-size: 16px;
    line-height: 54px;
    width: 100%;
}
.gl-list-a{
    color: #000000;
    padding-left: 39px;
    position: relative;
    width: 85%;
}
.gl-list-a:before{
    content: "";
    width: 6px;
    height: 6px;
    background-color: #deb67e;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.gl-list-item:nth-of-type(5n+1){
    border-top: 1px solid #ededed;
    padding-top: 10px;
    margin-top: 10px;
}
.gl-list-item:first-of-type{
    border: none;
    margin-top: 0;
}
.gl-list-item .time{
    color: #999999;
    font-size: 14px;
}
.pages{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.pages a{
    font-size: 12px;
    color: #000000;
    min-width: 26px;
    line-height: 24px;
    border: solid 1px #dddddd;
    text-align: center;
    padding: 0 5px;
}
.pages li:not(:last-of-type){
    margin-right: 10px;
}
.pages .page-active a,.pages a:hover{
    background-color: #b9000f;
    color: #ffffff;
}
.page-next a,.page-previous a{
    min-width: 58px;
}
.article-col{
    height: 43px;
    line-height: 43px;
    background: #F4EDDD;
    padding: 0 15px;
    margin-top: 10px;
}
.article-col .tit{
    color: #b2000e;
    font-size: 16px;
    font-weight: bold;
}
.bg-set{
    color: #666;
    font-size: 14px;
}
.bg-set-item{
    display: inline-block;
    cursor:pointer;
    width:9px;
    height:8px;
    border:1px solid #999;
}
.article-tit{
    font-size: 30px;
    text-align: center;
    margin: 25px 0;
    line-height: normal;
    color: #333;
}
.article-desc{
    font-size: 14px;
    text-align: center;
    margin: 40px 0 30px;
}
.article-ct{
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 60px;
}
.article-box{
    padding-bottom: 50px;
}
.article-bt{
    font-size: 16px;
    color: #999;
    text-align: right;
}
.article-dy{
    font-size:16px;
    color:#999;
    margin-right: 50px;
}
.article-yd{
    margin-right: 30px;
}
.article-dyx{
    width: 54px;
    height: 54px;
    margin-top: -23px;
    background: #FFF09C;
    border-radius: 7px;
    position: relative;
    float: right;
    text-align: center;
}
.article-dyx button{
    font-size:16px;
    color:#999;
    margin-top: 2px;
    /*float: left;*/
}
.article-other{
    margin-top: 30px;
}
.gl-list1 .li{
    padding: 24px 0 24px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
}
.gl-list1 .li img{
    width: 180px;
    height: 120px;
    flex-shrink: 0;
    margin-right: 25px;
    /*object-fit: cover;*/
}
.gl-list1 .li .info{
    margin-right: 36px;
    width: 69%;
}
.gl-list1 .li.no-lf .info{
    margin-right: 36px;
    width: 77%;
}
.gl-list1 .li.no-img .info{
    width: 90%;
}
.gl-list1 .li.no-lf.no-img .info{
    width: 92%;
}
.gl-list1 .li .info{
    margin-right: 36px;
    width: 69%;
}
.gl-list1 .li.no-img .info{
    width: 90%;
}
.gl-list1 .li .info .tit{
    display: block;
    font-size: 20px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}
.gl-list1 .li:hover .info .tit{
    color: #990009;
}
span.highlight {
    color: #f00;
}
.gl-list1 .li .info .abstract{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
}
.gl-list1 .li .date{
    flex-shrink: 0;
    text-align: center;
}
.gl-list1 .li .date .year{
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}
.gl-list1 .li .date .day{
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}
.search-box{
    padding-bottom: 30px;
}
.h5show{
    display: none;
}
@media screen and (max-width: 768px){
    body{
        min-width: auto;
    }
    .w1300{
        width: 100%;
        padding: 0 .25rem;
    }
    .header-time{
        font-size: .32rem;
        line-height: .8rem;
    }
    .header-time span{
        margin-right: .2rem;
    }
    .header-logo{
        margin: .6rem auto .5rem;
    }
    .header-logo img{
        width: 7rem;
    }
    .header-top{
        height: auto;
        padding-bottom: .6rem;
    }
    .header-search{
        width: 100%;
        padding: .1rem;
    }
    .header-search input{
        font-size: .32rem;
        height: .7rem;
        padding: 0 .3rem;
        border-radius: .35rem;
    }
    .header-search button{
        font-size: .32rem;
        height: .7rem;
        width: 1.5rem;
        border-radius: .35rem;
    }
    .nav-item-box{
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .nav-item{
        line-height: .5rem;
        padding: .2rem 0;
        font-size: .36rem;
    }
    .nav-item:not(:last-of-type){
        margin-right: .5rem;
    }
    .com-tit{
        font-size: .32rem;
        line-height: .6rem;
        padding: .08rem .2rem;
        margin-bottom: .3rem;
    }
    .footer-link{
        font-size: .26rem;
        padding: .2rem 0;
    }
    .links-tag{
        line-height: .4rem;
        padding: .1rem .3rem .1rem 0;
        background-size: .18rem auto;
    }
    .links-down{
        text-align: center;
    }
    .links-tag .link-sj{
        width: .2rem;
        margin-left: .1rem;
    }
    .links-lists{
        bottom: .7rem;
        max-height: 4rem;
        padding: .25rem;
    }
    .links-lists li{
        line-height: .6rem;
    }
    .footer-bt{
        font-size: .24rem;
        text-align: center;
        padding: .25rem;
        line-height: .55rem;
    }
    .footer-bt>a,.footer-bt>span{
        display: block;
        text-align: center;
        margin-right: 0;
    }
    .footer-yga img{
        width: .3rem;
        margin-right: .05rem;
    }
    .footer-dzjg img{
        width: .8rem;
    }
    .gl-box{
        margin-top: .3rem;
        display: block;
        padding-bottom: 0;
    }
    .nav-left{
        width: 100%;
    }
    .nav-left-tit{
        padding: .2rem .4rem;
        line-height: .6rem;
        font-size: .4rem
    }
    .nav-left-list{
        padding: 0 .25rem;
    }
    .nav-left-item{
        line-height: .4rem;
        font-size: .34rem;
        padding: .2rem 0;
    }
    .gl-ct{
        padding: .25rem 0;
    }
    .gl-title{
        font-size: .38rem;
        line-height: .9rem;
        padding-left: .25rem;
    }
    .gl-title:before{
        width: .08rem;
        height: .35rem;
    }
    .gl-desc{
        font-size: .32rem;
        line-height: .6rem;
        padding-bottom: .1rem;
    }
    .gl-rt{
        width: 100%;
    }
    .gl-list-item:nth-of-type(5n+1){
        padding-top: .1rem;
    }
    .gl-list-item{
        font-size: .32rem;
        line-height: .8rem;
    }
    .gl-list-a{
        padding-left: .25rem;
        width: 75%;
    }
    .gl-list-a:before{
        width: .1rem;
        height: .1rem;
        left: 0;
    }
    .gl-list-item .time{
        font-size: .28rem;
    }
    .page{
        display: none;
    }
    .gl-title1 .tit{
        width: 75%;
    }
    .com-tit .more{
        font-size: .28rem;
    }
    .gl-ct .com-tit{
        margin-bottom: 0;
    }
    .article-tit{
        font-size: .4rem;
        margin: .35rem auto;
    }
    .article-desc{
        font-size: .28rem;
        margin: .4rem 0;
    }
    .article-ct{
        font-size: .32rem;
        line-height: .6rem;
        padding-bottom: .8rem;
    }
    .article-bt{
        font-size: .32rem;
    }
    .article-dy{
        font-size: .32rem;
        margin-right: .5rem;
    }
    .article-yd{
        margin-right: .3rem;
    }
    .article-dyx button{
        font-size: .32rem;
        margin-top: .04rem;
    }
    .article-dyx{
        width: 1.1rem;
        height: 1.1rem;
        margin-top: -.46rem;
        border-radius: .1rem;
    }
    .article-other{
        margin-top: .3rem;
    }
    .article-box{
        padding-bottom: .5rem;
    }
    .gl-list1 .li{
        padding: .2rem 0;
        align-items: flex-start;
    }
    .gl-list1 .li img{
        width: 25%;
        height: 1.2rem;
        margin-right: 3%;
    }
    .gl-list1 .li .info{
        margin-right: 0;
        width: 72%!important;
    }
    .gl-list1 .li.no-img .info{
        width: 100%!important;
        margin-right: 0;
    }
    .gl-list1 .li.no-lf .info{
        margin-right: 0;
    }
    .gl-list1 .li .info .tit{
        font-size: .32rem;
    }
    .gl-list1 .li .info .abstract{
        font-size: .28rem;
        line-height: .36rem;
        margin-top: .2rem;
        max-height: none;
    }
    .gl-list1 .li .date{
        font-size: .28rem;
        color: #666;
        text-align: right;
        margin-top: .1rem;
    }
    .pcshow{
        display: none;
    }
    .h5show{
        display: block;
    }
}