@charset "utf-8";
/* CSS Document */

* {
    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: #fff;
    width: 100%;
    min-width: 1200px;
}
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;
}
.hide {
    display: none;
}
button, input {
    border: none;
    outline: none;
}
.logo {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 50px;
}
.main {
    width: 1200px;
    margin: 30px auto;
}
.main .newsPic {
    width: 600px;
    height: 390px;
    position: relative;
}
.main .newsPic .swiper-newsPic {
    width: 600px;
    height: 390px;
    margin-top: 6px;
}
.main .newsPic .section {
    width: 600px;
    height: 390px;
    position: relative;
    overflow: hidden;
}
.main .newsPic .section img {
    width: 600px;
    height: 390px;
}
.main .newsPic .section p {
   position: absolute;
    width: 100%;
    bottom: 0;
    height: 55px;
    line-height: 55px;
    text-indent: 10px;
    font-size: 18px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding-right: 80px;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.6);
}
.main .newsPic .pagination {
    position: absolute;
    text-align: right;
    bottom: 14px;
    z-index: 2;
    right: 6px;
}
.main .newsPic .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
    margin: 0px 5px;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.main .newsPic .pagination .swiper-active-switch {
    background: #70c0ff;
}
.main .yw .ywjj{
    width: 550px;
}
.main .yw .ywjj .title{
    width: 550px;
    height: 60px;
}
.main .yw .ywjj .title img{
    float: left;
    width: 260px;
    height: 60px;
}
.main  .title{
    width: 1200px;
    margin: 30px auto;
    text-align: center;
}
.main  .title img {
    width: 330px;
    height: 60px;
}
.main .title .more {
    padding: 2px 10px;
    border: 1px solid #bc310b;
    color: #bc310b;
    border-radius: 25px;
    font-size: 18px;
    margin-top: 20px;
}
/*通用新闻列表*/
.main ul.list {
    width: 550px;
}
.main ul.list li {
    line-height: 26px;
    font-size: 18px;
    padding-bottom: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main ul.list li span.point {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #bc310b;
    margin-right: 10px;
    vertical-align: 3px;
    border-radius: 20px;
}
.main ul.list li a:hover {
    color: #da1923;
}
.main ul.newsList {
    margin-left: -100px;
}
.main ul.newsList li {
    float: left;
    width: 550px;
    margin-left: 100px;
    line-height: 26px;
    font-size: 18px;
    padding-bottom: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.main ul.newsList li span.point {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #bc310b;
    margin-right: 10px;
    vertical-align: 3px;
    border-radius: 20px;
}
.main ul.newsList li a:hover {
    color: #da1923;
}
/*学党史悟思想*/
.main .xdswsx .con {
    width: 1200px;
    margin: 40px auto 0;
    position: relative;
}

.main .xdswsx .con .swiper-zxzx {
    height: 282px;
}

.main .xdswsx .con .swiper-slide {
    height: 100%;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    margin-top: 40px;
}

.main .xdswsx .con .swiper-slide .section {
   width: 282px;
    height: 182px;
    background:rgba(0, 0, 0, 0.3);
    position: relative;
    margin: 0 50px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.main .xdswsx .con .swiper-slide .section  img{
    opacity: 0.3;
}


.main .xdswsx .con .swiper-slide-active .section { 
    z-index: 99;
    background: none;
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.main .xdswsx .con .swiper-slide-active .section img{
    opacity: 1;
}


.main .xdswsx .con .section img {
    width: 100%;
    height: 100%;
}


.main .xdswsx .zt_list {
    width: 1200px;
    margin: 0 auto;
}
.main .xdswsx .zt_list .item{
    float: left;
    width: 280px;
    margin: 10px;
}
.main .xdswsx .zt_list .item img{
    width: 280px;
    height: 150px;
}


/*党史故事*/
.main .dsgs .tp_list {
    width: 1000px;
    margin: 0 auto;
}
.main .dsgs .tp_list .item{
    float: left;
    width: 360px;
    margin: 20px 70px;
}
.main .dsgs .tp_list .item img{
    width: 360px;
    height: 200px;
}
.main  .dsgs .tp_list .item p{
    font-size: 18px;
    width: 360px;
    color: #bc310b;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
}
