@charset "UTF-8";
/*************党史学习教育专题课程 start***********/
.party_banner img{
    width:100%;
}
.party{
    width:100%;
    padding-bottom:10px;
    overflow:hidden;
}
.speech {
    position:relative;
    width:94%;
    background:url(../images/speech_bg.jpg) no-repeat bottom;
    background-size:100% 100%;
    border-radius:8px;
    margin:30px auto 0;
}
.speech img.star {
    position:absolute;
    top:-30px;
    left:50%;
    margin-left:-92px;
}
.speech img.tiananmen {
    position:absolute;
    bottom:0;
    right:0;
    width:130px;
}
.speech p {
    width:100%;
    color:#fff;
    font-size:1.5rem;
    line-height:24px;
    text-indent:3rem;
    text-align:justify;
    padding:20px 15px 15px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.speech p i{
    color:#fcff00;
    font-weight:bold;
}
.subject_list{
    width:100%;
    overflow:hidden;
}
.subject_list h2{
    width:96%;
    padding:0 5px;
    line-height:2rem;
    font-size:1.6rem;
    font-weight:bold;
    color:#ca1519;
    margin:10px auto 0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.subject_list h2 i{
    float:left;
    width: 5px;
    height:2rem;
    background:#ca1519;
    margin-right:5px;
}
.subject_list a.more{
    display:block;
    width:70%;
    line-height:40px;
    background:#ca1519;
    border-radius:40px;
    color:#fff;
    font-size:1.5rem;
    margin:7px auto;
    text-align:center;
    overflow:hidden;
}
.subject_list ul .am-gallery-item {
    box-shadow: none;
    padding: 0;
}
/************党史学习教育专题课程 end************/

/*************党史学习教育更多课程 start***********/
.more_banner{
    width:94%;
    margin:10px auto;
}
.more_banner img{
    width:100%;

}
.more_list h2{
    width:100%;
    padding:0 5px;
    line-height:2rem;
    font-size:1.6rem;
    font-weight:bold;
    color:#ca1519;
    margin:5px auto;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.more_list h2 i{
    float:left;
    width: 5px;
    height:2rem;
    background:#ca1519;
    margin-right:5px;
}
.more_list .am-list .am-list-item-hd a{
    font-size:1.5rem;
}
.more_list .am-list .am-list-item-text span{
    font-size:1.4rem;
}
/************党史学习教育更多课程 end************/