/* CSS Document */
body {
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
    text-align: left;
    background-color: #FFF;
}

div,
p,
h1,
h2,
h3,
ul,
li,
ol,
img {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a:link,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.w1200 {
    margin: auto;
    width: 1200px;
    /* overflow: hidden; */
    position: relative;
}

.gzh-body {
    margin-top: -75px;
}

.gzh-banner img {
    width: 100%;
}

.gzh-con {
    position: relative;
    margin-bottom: 58px;
}

.gzh-title {
    margin-bottom: 34px;
    height: 75px;
    display: flex;
    align-items: center;
}

.gzh-title img {
    width: 100%;
}

.jtxw-item {
    overflow: hidden;
    margin-top: 14px;
}

.jtxw-item-pic {
    float: left;
    width: 445px;
    max-height: 264px;
    overflow: hidden;
}
.jtxw-item-pic  img{
    width:100%;
    height:auto;
}
.jtxw-item-outer {
    float: left;
    width: 755px;
    height: 202px;
    background: #FBEAE3;
    margin-top: 30px;
    padding: 32px 22px;
}



.gzh-more {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 999
}

.gzh-more a {
    color: #F3C489;
}

.gzh-jtxw .gzh-more {
    top: 18px;
}

.jtxw-item-title {
    font-size: 20px;
    font-weight: bold;
}

.jtxw-item-title a {
    color: #000;
}

.jtxw-item-sum {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    text-indent: 2em
}

.jtxw-item-sum span {
    color: #666;
    overflow: hidden;

}

.jtxw-item-sum a {
    color: #9C2218;
}

.gsxw-item-title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 43px;
}

.gsxw-item-title a {
    color: #000;
}

.gsxw-item-sum {
    font-size: 18px;
    line-height: 30px;
    color: #999;
    text-indent: 2em;
    margin-top: 14px;
}

.gsxw-item-pic {
    margin-top: 20px;
}

.gsxw-item-pic img {
    width: 100%;
   height:auto;
}

.gsxw-item-sum a {
    color: #E91A0A;
}

.ytdd-item {
    width: 900px;
    margin: 0 auto;
}


.news-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-item li {
    width: 575px;
    border-bottom: 1px solid #EAEAEA;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}

.news-item-title {
    padding-left: 20px;
    background: url(../images/news-icon.png) no-repeat left;
    width: 80%;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-item-date {
    color: #7F7F7F;
}

.zjxc-contain {
    position: relative;
}

.swiper-zjxc-prev,
.swiper-zjxc-next {
    position: absolute;
    width: 24px;
    height: 40px;
    top: 50%;
    margin-top: -30px;
    z-index: 999;
    cursor: pointer;
}

.swiper-zjxc-prev {
    background: url(../images/left.png) no-repeat;
    left: -50px;

}

.swiper-zjxc-next {
    background: url(../images/right.png) no-repeat;
    right: -50px;

}



.zjxc-contain .swiper-slide {
    width: 623px;
    background: #fff;
}

.zjxc-contain .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.grb-contain {
    background: url(../images/rybz-bg.png) no-repeat;
    height: 480px;
    position: relative;
}

.grb-item {
    width: 695px;
    float: right;
    margin-top: 110px;
}

.grb-item li {
    margin-top: 14px;
}

.grb-item-title {
    font-size: 18px;
    line-height: 26px;
    padding-left: 15px;
    background: url(../images/news-icon.png) no-repeat left;
    width: 70%;

}

.grb-more {
    position: absolute;
    right: 200px;
    bottom: 105px;
}

.grb-more a {
    color: #D6171F;
}

/*底部信息*/
.foot {
    margin-top: 110px;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #9C000E;
    overflow: hidden;
    padding: 37px 0px;
    font-size: 14px;
}

.foot a {
    color: #fff;
}

@media screen and (max-width: 1300px) {

    .swiper-zjxc-prev,
    .swiper-zjxc-next {
        display: none;
    }
}