@charset "utf-8";
/* CSS Document */
.main{
    width: 100%;
    min-width: 1200px;
    background: url(../images/zt_bg.jpg) top center no-repeat;
}
.main .banner{
    height: 340px;
}

.hm .content {
    background: url(../images/text_bg.png) no-repeat top center;
    width: 1252px;
    margin: 0 auto;
    border: none;
    height: 1113px;
    padding-top: 70px;
    position: relative;
}
.hm .content .sjjj{
    width: 1100px;
    margin: 0 auto;
     border: 1px solid #ccc;
}
.hm .content .sjjj .title {
    background: url("../images/sjjj_title.jpg") no-repeat top center;
    width: 435px;
    height: 120px;
    margin: 0 auto 10px;
}
.hm .content .sjjj .jjsm{
    background: url("../images/sjjj_bg.png") no-repeat left bottom;
    min-height: 317px;
}
.hm .content .sjjj .jjsm .headline {
    width: 75%;
    font-size: 18px;
    text-indent: 2rem;
    line-height: 50px;
    color: #42270b;
    margin-left: 20px;
    display: inline-block;
}
.hm .content .sjjj .jjsm  .phto{
    margin-left: 40px;
    display: inline-block;
}
.hm .content a.more {
    display: block;
    position: absolute;
    left: 46%;
    margin: -57px auto 0;
    width: 150px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    text-align: center;
    color: #ffffff;
    background: #a50e22;
    z-index: 2;
}

.news {
    width: 1100px;
    margin: 40px auto;
    border-bottom: 1px dashed #a50e22;
    padding-bottom: 90px;
    position: relative;
}

.news .newsPic {
    width: 558px;
    height: 326px;
    position: relative;
}

.news .newsPic  .arrow-left {
    background: url(../images/pre.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 2;
    margin-top: -35px;
    width: 36px;
    height: 70px;
}

.news .newsPic  .arrow-right {
    background: url(../images/next.png) no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    margin-top: -35px;
    width: 36px;
    height: 70px;
}
.news .newsPic .swiper-container1 {
    width: 558px;
    height: 326px;
}

.news .newsPic .swiper-container1 a {
    display: block;
    position: relative;
}

.news .newsPic .swiper-container1 a img {
    width: 558px;
    height: 326px;
}

.news .newsPic .swiper-container1 a p {
    position: absolute;
    width: 558px;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    left: 0;
    text-indent: 10px;
    padding-right: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.6);

}

.news .newsPic .pagination {
    position: absolute;
    text-align: center;
    bottom: -34px;
    z-index: 10;
    width: 100%;
    left: 0;
}

.news .newsPic .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #b8b8b8;
    margin: 0 6px;
    cursor: pointer;

}

.news .newsPic .swiper-active-switch {
    background: #a92020;
    width: 22px;
}

.news .newsList {
    width: 470px;
}

.news .newsList .list li {
    font-size: 18px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.news .newsList .list li a{
    background: none;
    padding-left: 0;
}
.news .newsList .list li span {
    width: 6px;
    vertical-align: 3px;
    height: 6px;
    border-radius: 3px;
    background: #a50e22;
    margin-right: 10px;
    display: inline-block;
}

