* {
    padding: 0;
    margin: 0;
    border: none;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

body {
    background-color: #F9F9F9;
    width: 100%;
    min-width: 1200px;
    overflow-x: hidden;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner {
    background: url("../images/banner_dsjy.jpg") no-repeat center center;
    width: 100%;
    min-width: 1200px;
    height: 450px;
    margin: 0 auto;
}

.main {
    width: 1260px;
    box-sizing: border-box;
    padding:46px 30px;
    margin: 0 auto;
    background: #ffffff;
}

.main .title {
    position: relative;
    margin-bottom: 10px;
}

.main .sjjs .title {
    background: url("../images/title_sjjs.png");
    width: 560px;
    height: 49px;
}

.main .txt .title {
    background: url("../images/title_txt.png");
    width: 560px;
    height: 49px;
}

.main .lyxt .title {
    background: url("../images/title_lyxt.png");
    width: 560px;
    height: 49px;
}

.main .xxcl .title {
    background: url("../images/title_xxcl.png") right;
    width: 1200px;
    height: 49px;
}

.main .title .more {
    display: inline-block;
    position: absolute;
    color: #da1923;
    top: 12px;
    right: 28px;
}

.main .section {
    width: 560px;
    margin-bottom: 40px;
}

.main .newsList li {
    line-height: 20px;
    font-size: 16px;
    padding: 14px 0;
    border-bottom: 1px dashed #F2F2F2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .newsList li:last-child {
    border-bottom: 0;
}

.main .newsList li span {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #da1923;
    margin-right: 10px;
    vertical-align: 3px;
}

.main .newsList li a:hover {
    color: #bc0110;
}

.main .newsPic {
    width: 600px;
    height: 340px;
    position: relative;
}

.main .newsPic .swiper-newsPic {
    width: 600px;
    height: 340px;
}

.main .newsPic .section {
    width: 600px;
    height: 340px;
    position: relative;
}

.main .newsPic .section img {
    width: 600px;
    height: 340px;
}

.main .newsPic .section p {
    position: absolute;
    width: 600px;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 100px;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.4);
}

.main .newsPic .pagination {
    position: absolute;
    text-align: right;
    bottom: 16px;
    z-index: 2;
    right: 6px;
}

.main .newsPic .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background: #c3c3c3;
    cursor: pointer;
    margin: 0 5px;
    display: inline-block;
}

.main .newsPic .pagination .swiper-active-switch {
    background: #ffffff;
}

