@charset "UTF-8";
@import url(reset.css);

html {
    min-width: 1000px;
}

a:hover {
    text-decoration: underline;
}

.summary:after,
.summary_list li p,
.headlines,
.revolution_list:after,
.implementation li:after,
.mass li:after,
.col_temp:after,
.general_columns:after,
.col_temp li:after {
    content: '';
    clear: both;
    display: table;
}

.banner {
    /*background: url(revolution_01.jpg) no-repeat center top;*/
    background: url(/picture/9/2106111205249149034.jpg) no-repeat center top;
    width: 100%;
    height: 526px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    height: 45px;
    line-height: 45px;
    background: #590000;
    position: relative;
    z-index: 1;
    text-align: center;
}

.nav .nLi {
    position: relative;
    display: inline-block;
}

.nav .nLi h3 {
    float: left;
}

.nav .nLi h3 a {
    color: #fff;
    font-size: 16px;
    height: 16px;
    border-right: 1px solid #FFFFFF;
    padding: 0 20px;
}

.nav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 45px;
    position: absolute;
    background: #590000;
    line-height: 26px;
    padding-bottom: 10px;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub a {
    display: block;
    color: #ffffff;
    font-size: 15px;
}

.theme {
    margin-top: 50px;
    background: url(revolution_02.png) no-repeat center;
    height: 372px;
}

.content {
    width: 1200px;
    margin: 30px auto;
    min-height: 300px;
    min-width: 1200px;
}

.col_title {
    background: url(revolution_02.png);
    width: 314px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    color: #ad0a0a;
    margin: 0 auto 30px;
    display: block;
}

.headlines a.title {
    color: #ac0000;
    font-size: 24px;
    text-align: center;
    display: block;
    margin: 0 0 15px;
}

.headlines p {
    text-indent: 2em;
    font-size: 14px;
    color: #928f8f;
    line-height: 24px;
    display: table;
}

.headlines p a.detailed {
    color: #de1616;
}

.summary {
    margin-top: 30px;
}

.summary_pic {
    float: left;
}

.slideBox {
    width: 500px;
    overflow: hidden;
    position: relative;
    float: left;
}

.slideBox .hd {
    height: 8px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 12px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    width: 8px;
    height: 8px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    margin-right: 10px;
}

.slideBox .hd ul li.on {
    background: #a85c2a;
    color: #ffffff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
    zoom: 1;
}

.slideBox .bd li a.title {
    position: absolute;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    width: 500px;
    background: rgba(0, 0, 0, 0.2);
    text-indent: 10px;
    font-size: 14px;
}

.slideBox .bd img {
    width: 500px;
    height: 304px;
    display: block;
}

.summary_list {
    float: left;
    width: 405px;
    margin-left: 30px;
}

.summary_list li {
    margin-bottom: 10px;
}

/*.summary_list li a.title:before {*/
/*    content: "";*/
/*    background: url(revolution_04.png) no-repeat center;*/
/*    width: 28px;*/
/*    height: 12px;*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*}*/

.summary_list li .title_time {
    position: relative;
    height: 30px;
    line-height: 30px;
}

.summary_list li .title_time a.title {
    color: #ac0000;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 340px;
}

.summary_list li .title_time p.time {
    text-align: right;
    font-size: 16px;
    color: #ac0000;
    display: block;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.summary_list li p.abstract {
    color: #565656;
    text-indent: 2em;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}

.summary_list li p.abstract a {
    color: #bc1d00;
    margin-left: 15px;
}

.summary_list_more {
    float: right;
    font-size: 14px;
}

.full {
    width: 100%;
    min-width: 1200px;
    /* background: #ecddd5; */
    padding: 15px 0;
}

.relics {
    margin-top: 15px;
}

.relics .revolution {
    background: url(revolution_03.png) no-repeat center;
    width: 309px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-size: 24px;
    color: #8e0508;
    margin: 0 auto 20px;
    display: block;
}

.slideTxtBox {
    width: 1200px;
    margin: 0 auto;
}

.slideTxtBox .hd ul {
    text-align: center;
}

.slideTxtBox .hd>ul>li {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 15px;
    cursor: pointer;
}

.slideTxtBox .hd>ul>li .exhibitions {
    padding: 10px;
    font-weight: bold;
    color: #830101;
}

.slideTxtBox .hd>ul>li a:hover {
    text-decoration: none;
}

.slideTxtBox .hd>ul>li.on a.exhibitions {
    background: #96615b;
    color: #ffffff;
    display: block;
}

.exhibitions_list:after {
    content: "";
    clear: both;
    display: table;
}

.exhibitions_list {
    width: 1200px;
    margin: 0 auto 20px;
}

.exhibitions_list p {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.exhibitions_list li {
    width: 202px;
    float: left;
    padding: 5px;
    margin: 0 10px;
}

.exhibitions_list li img {
    width: 220px;
    height: 140px;
}

.multipleLine {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.multipleLine .hd {}

.multipleLine .hd .Prev,
.multipleLine .hd .Next {
    position: absolute;
    display: block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(revolution_04.png) no-repeat;
    left: -50px;
    top: 50%;
    margin-top: -27px;
}

.multipleLine .hd .Next {
    background: url(revolution_05.png) no-repeat;
    left: 1200px;
}

.multipleLine .bd {
    overflow: hidden;
}

.multipleLine>.bd>.tempWrap>.ulWrap>ul {
    overflow: hidden;
    zoom: 1;
}

.multipleLine>.bd>.tempWrap>.ulWrap>ul>li {
    width: 270px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    padding: 15px;
}

.multipleLine>.bd>.tempWrap>.ulWrap>ul>li>a>img {
    width: 270px;
    height: 180px;
}

.multipleLine>.bd>.tempWrap>.ulWrap>ul>li>a>p {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

/* 群众性主题宣教 */
.provinces li {
    display: inline-block;
    margin: 5px 10px;
}

.provinces li a {
    font-size: 19px;
    color: #590000;
}

.mass li {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.mass li img {
    margin-left: 15px;
    float: right;
    width: 224px;
    padding: 3px;
    background: #ffffff;
    border-radius: 3px;
}

.mass li .bt_w .bt_date {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #000000;
}

.mass li .bt_w .bt_date span {
    margin-left: 10px;
    float: right;
}

.mass li .bt_w .bt_date a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
}

.mass li .bt_w .bt_date a:before {
    content: '★';
    color: #E60012;
    font-size: 16px;
    width: 20px;
    text-align: center;
    display: inline-block;
}

.mass li .bt_w p {
    text-align: justify;
    color: #7d7b7b;
    font-size: 14px;
    text-indent: 2em;
    line-height: 25px;
    display: table;
}

.mass li .bt_w p a,
.multipleLine .bd ul li .title a {
    color: #b08755;
    margin-left: 15px;
}


.full_all {
    display: none;
    /*background: url(revolution_07.jpg);*/
    background: #ecddd5;
    height: 412px;
    padding-top: 30px;
}

.full_all .col_title {
    margin-top: 50px;
}

.theme_bbs {
    width: 1200px;
    margin: 0 auto;
}

.theme_bbs li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.theme_bbs li span {
    float: right;
}

.theme_bbs li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
}

.theme_bbs li a:before {
    content: '◆';
    color: #000000;
    font-size: 16px;
    width: 30px;
    text-align: center;
    display: inline-block;
}

/* 栏目页样式 */
.implementation li {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.implementation li img {
    margin-left: 15px;
    float: right;
    width: 205px;
    height: 135px;
}

.implementation li .bt_w .bt_date {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #000000;
}

.implementation li .bt_w .bt_date span {
    margin-left: 10px;
    float: right;
}

.implementation li .bt_w .bt_date a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
}

.implementation li .bt_w .bt_date a:before {
    content: '★';
    color: #E60012;
    font-size: 16px;
    width: 20px;
    text-align: center;
    display: inline-block;
}

.implementation li .bt_w p {
    text-align: justify;
    color: #7d7b7b;
    font-size: 14px;
    text-indent: 2em;
    line-height: 25px;
    display: table;
}

.implementation li .bt_w p a {
    color: #b08755;
    margin-left: 15px;
}

.general_columns {
    margin: 20px auto;
}

.general_columns li {
    width: 213px;
    height: 195px;
    float: left;
    margin: 10px;
}

.general_columns li img {
    width: 207px;
    height: 129px;
    background: #ffffff;
    padding: 3px;
    border-radius: 3px;
}

.general_columns li p {
    font-size: 14px;
    line-height: 2;
}

.col_temp {
    margin-top: 20px;
}

.col_temp li {
    float: left;
}

.col_temp li a {
    display: block;
    float: left;
    padding: 10px;
    border: 1px solid #b08755;
    border-radius: 15px;
    margin-right: 13px;
    font-size: 17px;
    margin-bottom: 15px;
}

.col_temp li a.on,
.col_temp li a:hover {
    background: #b08755;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}