@charset "UTF-8";
/*************党史学习教育 start************/
.party_banner{
    width:100%;
    min-width:1200px;
    height:683px;
    background:url(../images/party_banner.jpg) no-repeat center;
}
.party_bg{
    position:fixed;
    z-index:-1;
    top:0;
    width:100%;
    height:100%;
    background:url("../images/party_bg.jpg") no-repeat center;
}
.party{
    width:100%;
    padding:0 0 10px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.party1,.party3,.party5, .party7,
.party9,.party11, .party13{
    background:#fff;
}
/*重要讲话 start*/
.speech{
    position:relative;
    width:100%;
    background:url("../images/speech_bg.jpg") no-repeat bottom;
    border-radius:8px;
    margin-top:50px;
}
.speech img{
    position:absolute;
    top:-30px;
    left:50%;
    margin-left:-92px;
}
.speech p{
    width:100%;
    color:#fff;
    font-size:16px;
    line-height:30px;
    text-indent:32px;
    text-align:justify;
    padding:30px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.speech p i{
    color:#fcff00;
    font-weight:bold;
}
/*重要讲话 end*/

/*党史课程列表 start*/
.party_course{
    width:100%;
    padding:20px 0 25px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*标题 start*/
.party_title{
    width:100%;
    height:50px;
    overflow:hidden;
}
.party_title h1{
    float:left;
    font-size:22px;
    line-height:22px;
    font-weight:normal;
    color:#c70c1f;
    border-left:5px solid #c70c1f;
    padding-left:10px;
    margin:14px 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.party_title a{
    float:right;
    background:#c70c1f;
    border-radius:50px;
    line-height:30px;
    border:2px solid #c70c1f;
    color:#fff;
    padding:0 15px 0 20px;
    margin:7px 0;
    transition:all .5s;
}
.party_title a i{
    vertical-align: -1px;
}
.party_title a:hover{
    background:#fff;
    color:#c70c1f;
}
/*标题 end*/
.course_list li{
    height:282px;
    border:1px solid #eee;
    border-radius:8px;
    overflow:hidden;
    box-sizing: border-box;
}
.course_list li .c_down{
    padding:15px;
}
.course_list li .c_down h4{
    width:100%;
    height:30px;
    font-size:16px;
    margin:0;
    overflow:hidden;
    display:block;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 1399px){
    .course_list li {
        height:262px;
    }
}
/*党史课程列表 end*/
/*************党史学习教育 end************/

/*************党史学习教育更多课程 start************/
.more_banner{
    width:100%;
    min-width:1200px;
    height:350px;
    background:url(../images/more_banner.jpg) no-repeat center;
}
.party_title2{
    margin-top:10px;
}
.party_item{
    width:100%;
    overflow:hidden;
}
.party_item li{
    position:relative;
    width:100%;
    height:235px;
    padding:20px;
    background:#fff;
    border-radius:8px;
    margin-bottom:20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.party_item li:first-child{
    padding:10px 0 20px;
}
.party_item li:last-child{
    border:0;
}
.party_item .t_left{
    position:absolute;
    left:20px;
    top:20px;
    width:290px;
    border-radius:8px;
    overflow:hidden;
}
.party_item .t_left img{
    width:100%;
    border-radius:5px;
    transition:all .5s;
}
.party_item .t_left:hover img{
    transform:scale(1.1,1.1);
}
.party_item .t_left i.mask{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    z-index:9;
}
.party_item .t_left i.icon_play{
    position:absolute;
    top:50%;
    left:50%;
    margin:-25px 0 0 -25px;
    width:50px;
    height:50px;
    background:url("../images/icon_play.png") no-repeat center;
    background-size:cover;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transition: all .3s ease-out;
    z-index:10;
    opacity:0;
}
.party_item .t_left:hover i.mask{
    opacity:.3;
}
.party_item .t_left:hover i.icon_play{
    transform:scale(1);
    opacity:1;
}

.party_item .t_nav{
    width:100%;
    padding:20px 180px 20px 330px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.party_item .t_nav a{
    display:block;
    width:100%;
    height:40px;
    line-height:40px;
    color:#000;
    font-size:16px;
    margin-bottom:15px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.t_nav p{
    width:100%;
    height:35px;
    line-height:35px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.party_item .t_nav a:hover{
    color:#d1141c;
    text-decoration: underline;
}
.party_item .t_nav p{ color:#999;}
.party_item .t_nav i{ color:#d1141c;}
.party_item .t_nav p em {
    float: left;
    margin-right: 15px;
}
.party_item .t_tag,.party_item .t_nav i {
    display:block;
    width:100%;
    height:40px;
    line-height:40px;
    color:#999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.party_item .t_tag span {
    float: left;
    margin-right: 10px;
    color: #999;
}
.party_item .t_nav .field{
    width:100%;
    height:60px;
    line-height:30px;
    color:#777;
    overflow:hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.party_item .t_watch{
    position:absolute;
    right:20px;
    top:50%;
    margin-top:-20px;
    width:130px;
    line-height:36px;
    border:2px solid #d1141c;
    background:#d1141c;
    border-radius:40px;
    color:#fff;
    text-align: center;
    overflow:hidden;
}
.party_item .t_watch:hover{
    background:#fff;
    color:#d1141c;
}
/*************党史学习教育更多课程 end************/