img {
   width: 100%;
   height: 100%;
}

.banner {
   width: 100%;
   height: 200px;
   background: url("../images/partybg.jpg") no-repeat left center;
   background-size: cover;
   overflow: hidden;
}

.noticeAnnouncement {
   display: none;
}

/* ?? */
.main .InformationList .listtab a {
   margin-bottom: 0px;
}

.main .warp .nav .nav-box {
   display: inline-block;
   width: 49.3%;
   /* height: 70px; */
   box-sizing: border-box;
   font-size: 16px;
   cursor: pointer;
}


.main .warp .nav .nav-bg {
   background-color: #ff3f3f;
   width: 49.3%;
   /* height: 70px; */
   position: absolute;
   top: 0px;
   left: 0px;
}

.main .on {
   display: block;
}

.main .warp .content li {
   display: inline-block;
   width: 92%;
   vertical-align: top;
   border-bottom: 1px solid #cacaca;
   cursor: pointer;
}

.main .warp .content li img {
   width: 100%;
}

.main .warp .content li img:hover {
   margin-top: 10px;
}

.main .warp .content li .img-box {
   display: inline-block;
   width: 40%;
   text-align: left;
   margin-top: 30px;
   height: 103px;
}

.main .warp .content li .img-box img {
   width: 100%;
   height: 100%;
}

.main .warp .content li .descript {
   display: inline-block;
   width: 55%;
   text-align: left;
   margin-left: 10px;
   vertical-align: top;
}

.main .warp .content li .descript h2 {
   font-size: 14px;
   font-weight: bold;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
   height: 60px;
   line-height: 60px;
}

.main .warp .content li .descript p {
   height: 50px;
   font-size: 12px;
   line-height: 25px;
   color: #8c8c8c;
   overflow: hidden;
}


.main .warp .content li .descript span {
   display: inline-block;
   font-size: 12px;
   color: #8c8c8c;
   margin-top: 10px;
}

.main .warp .content li .descript .time i {
   display: inline-block;
   width: 20px;
   height: 20px;
   vertical-align: text-bottom;
   background: url("../images/icon-wap.png") no-repeat;
   background-position: -939px -328px;
   margin-right: 10px;
}

/* 学习园地 */
.main .learning .partysub {
   width: 92%;
   border-radius: 10px;
   vertical-align: top;
   box-shadow: 0px 0px 10px #cacaca;
   min-height: 200px;
   margin: 0 auto;
   margin-bottom: 20px;
}

.main .learning .partysub .top {
   width: 100%;
   height: 85px;
   border-radius: 10px 10px 0 0;
   display: flex;
   justify-content: space-between;
   vertical-align: top;
}

.main .learning .partysub .top .left {
   display: inline-block;
   color: #ffffff;
   font-size: 24px;
   line-height: 85px;
   margin-left: 20px;
   width: 64%;
}

.main .learning .partysub .top .overf {
   line-height: 29px;
   margin-top: 17px;
}

.main .learning .partysub .top .right {
   display: inline-block;
   width: 60px;
   height: 60px;
   background: #ffffff;
   border-radius: 50%;
   margin-right: 20px;
   margin-top: 10px;
}

.main .learning .partysub .top .right i {
   display: inline-block;
   width: 32px;
   height: 35px;
   background: url("../images/party_icon1.png")no-repeat center top/cover;
   vertical-align: top;
   margin-top: 10px;
}

.main .learning .partysub:nth-child(2) .top .right i {
   background: url("../images/party_icon2.png")no-repeat center top/cover;
}

.main .learning .partysub:nth-child(3) .top .right i {
   background: url("../images/party_icon3.png")no-repeat center top/cover;
}

.main .learning .partysub:first-child .top {
   background: url("../images/partysub1.jpg")no-repeat center top/cover;
}

.main .learning .partysub:nth-child(2) .top {
   background: url("../images/partysub2.jpg")no-repeat center top/cover;
}

.main .learning .partysub:nth-child(3) .top {
   background: url("../images/partysub3.jpg")no-repeat center top/cover;
}

.main .dsxx .partysub:first-child .top {
   background: url("../images/partysub1.jpg")no-repeat center top/cover;
}

.main .dsxx .partysub:nth-child(2) .top {
   background: url("../images/partysub2.jpg")no-repeat center top/cover;
}

.main .dsxx .partysub:nth-child(3) .top {
   background: url("../images/partysub3.jpg")no-repeat center top/cover;
}

.main .partyHistory .partysub:nth-child(1) .top .right i {
   width: 38px;
   background: url("../images/party_icon4.png")no-repeat center top/cover;
}

.main .partyHistory .partysub:nth-child(2) .top .right i {
   width: 38px;
   background: url("../images/party_icon5.png")no-repeat center top/cover;
}

.main .partyHistory .partysub:nth-child(3) .top .right i {
   background: url("../images/party_icon6.png")no-repeat center top/cover;
}

.main .partyHistory .partysub:first-child .top {
   background: url("../images/partysub4.png")no-repeat center top/cover;
}

.main .partyHistory .partysub:nth-child(2) .top {
   background: url("../images/partysub5.png")no-repeat center top/cover;
}

.main .partyHistory .partysub:nth-child(3) .top {
   background: url("../images/partysub6.png")no-repeat center top/cover;
}

.main .dsxx .partysub:nth-child(3) {
   min-height: auto;
}

.main .learning .partysub .list {
   padding: 20px 13px;
   box-sizing: border-box;
   text-align: left;
}

.main .learning .partysub .list li {
   font-size: 14px;
   line-height: 34px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   cursor: pointer;
}

.main .learning .partysub .list li span {
   display: inline-block;
   border: 1px #393939 solid;
   width: 16px;
   height: 16px;
   border-radius: 50%;
   position: relative;
   margin-right: 10px;
}

.main .learning .partysub .list li span i {
   position: absolute;
   top: 4px;
   left: 4px;
   display: inline-block;
   box-sizing: border-box;
   border: 1px #393939 solid;
   width: 8px;
   height: 8px;
   border-radius: 50%;
}

.main .learning .partysub .list li:hover {
   color: #ff3f3f;
   text-decoration: underline;
}

.main .learning .partysub .list .noneinfo {
   margin: 70px auto;
   text-align: center;
   font-size: 14px;
}

.list_button a {
   text-align: center;
}

.list_button .active {
   text-align: center;
}

.main .xxjxs {
   width: 100%;
   padding: 10px;
   box-sizing: border-box;
}