/*新闻*/
.news_tit {
    background: #E1E2E6;
    margin-bottom: 18px;
    width: 1200px;
    margin: 40px auto 0;
    width: 1200px;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
}
.news_tit i {
    display: block;
    height: 18px;
    border-left: 2px solid #BD1A13;
    position: absolute;
    top: 13px;
    left: 20px;
}
.newdynamic_tit{
    background: #E1E2E6;
    width: 1200px;
    margin: 30px auto;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    position: relative;
    font-size: 18px;
}
.newdynamic_tit i{
    display: block;
    height: 18px;
    border-left: 2px solid #BD1A13;
    position: absolute;
    top: 13px;
    left: 20px;
}

/*新闻详情*/
.newTxt_con {
    width: 1200px;
    margin: auto;
}
.newTxt_tit {
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 30px;
    width: 800px;
    margin: 40px auto 30px;
}
.newTxt_tit .newTxt_tit_t {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.newTxt_tit .newTxt_tit_b {
    text-align: center;
    position: relative;
    font-size: 12px;
}
.newTxt_tit .newTxt_tit_b span {
    color: #666;
    margin-right: 15px;
}
.newTxt_tit .newTxt_tit_b span em {
    font-style: inherit;
    color: #000;
}
.newTxt_tit .newTxt_size {
    position: absolute;
    top: 0;
    right: 0;
}
.newTxt_tit .newTxt_size strong {
        font-weight: 500;
    margin: 0 3px;
    cursor: pointer;
}
.newTxt_slide {
    padding: 0;
    margin-bottom: 50px;
    position: relative;
    width:800px;
    margin:0 auto 50px;
}
.newTxt_slide .swiper-pagination {
    right: 0;
}
.newTxt_slide .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    border-radius: 0;
    height: 3px;
    margin-left: 10px;
    outline: none;
}
.newTxt_slide .swiper-pagination .swiper-pagination-bullet-active {
    background: #B00B1F;
}
.newTxt_p {
        padding: 0 0 100px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    width: 800px;
    margin: auto;
}
.newTxt_p p {
    line-height: 2;
    margin-bottom: 20px;
}
.newTxt_upd {
  padding: 10px 0 50px;
    width: 800px;
    margin: auto;
}
.newTxt_upd li {
    display: block;
    margin: 15px 0;
    font-size: 14px;
}
.newTxt_upd span a:hover{
    color: #B00B1F;
}

.newTxt_slide .swiper-slide {
    height: 480px;
}
.newTxt_slide .swiper-slide img {
    width: 100%;
}
.newTxt_p ul li{list-style: inside;}
.newTxt_p ol li{list-style: decimal;}
