.br12{
    border-radius: 12px;
}
.mb20{
    margin-bottom: 20px;
}
.titleTheme{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.titleTheme h2 .titleIcon {
    display: inline-block;
    width: 14px;
    height: 20px;
    background: url(../images/images/icon15.png) 0 0 no-repeat;
    background-size: contain;
    margin-right: 10px;
    vertical-align: sub;
}
.titleTheme .btnTheme{
    font-size: 14px;
    color: #999999;
}
.blockBtn{
    width: 85px;
    height: 35px;
    line-height: 35px;
    background: #F9F9F9;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    color: #333;
    cursor: pointer;
}
.blockBtnBlue{
    background: #1684FC;
    border: 1px solid #1684FC;
    color: #fff;
}
.fullBtn {
    background-color: #1684FC;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #fff;
    cursor: pointer;
}




.articleBlock{
    padding: 15px;
}
.articleTitle{
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}
.articleTitle h2{
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
    color: #333333;
}
.articleTitle span{
    font-size: 14px;
    color: #999999;
}


.articleDescribe{
    background: #F7F7F7;
    padding: 20px 16px;
    position: relative;
}
.articleDescribe:before{
    content: '    ';
    width: 5px;
    height: 100%;
    background: #E6E6E6;
    position: absolute;
    left: 0;
    top: 0;
}

.articleDescribe p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.articleContent img{
    max-width: 100%;
    margin: 20px 0;
}
.articleContent p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}

.articleDeclare{
    text-align: right;
}
.articleDeclareText img{
    width: 17px;
    height: 19px;
    margin-right: 10px;
}
.articleDeclareText p{
    font-size: 14px;
    color: #999999;
}
.articleDeclareText span{
    font-size: 14px;
    font-weight: bold;
    color: #FD4029;
}

.articleDeclare .ad img{
    width: 100%;
}

.turnPages {
    display: flex;
    justify-content: space-between;
}
.turnPages .turnPagesBtn{
    width: 410px;
    padding: 20px 15px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
}
.turnPages .turnPagesBtn .pagePrevImg{
    width: 115px;
    height: 75px;
    border-radius: 5px;
}
.turnPages .turnPagesBtn .pagePrevImg img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.turnPages .turnPagesBtn .pagesBtnBox{
    width: 240px;
    display: flex;
    flex-direction: column;
}
.pagesBtnBox .pageBtnText{
    display: flex;
}
.pagesBtnBox .pageBtnText img{
    width: 16px;
    height: 19px;
}
.pagesBtnBox .pageBtnText span{
    font-size: 16px;
    color: #1684FC;
}
.pagesBtnBox .pageBtnTitle{
    margin-top: 10px;
}
.pagesBtnBox .pageBtnTitle a{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.relatedBlock {
    display: flex;
    justify-content: space-between;
}
.relatedBlock .relatedBox{
    width: 410px;
    height: 360px;
    padding: 20px 15px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 12px;
}

.relatedList li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 16px;
}
.relatedList li:before{
    content: '     ';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #fff;
    border: 2px solid #D9D9D9;
    border-radius: 50%;
}

.relatedList a{
    display: flex;
    align-items: center;
    color: #333;
}

.relatedList a p{
    flex: 1;
    min-width: 0;
    margin-right: 10px;
}
.relatedList a .cont2{
    margin-top: 0;
    width: 100px;
}

.specialBlock{
    padding: 20px 15px;
}
.specialList{
    margin-right: -30px;
}
.specialList li{
    width: 255px;
    height: 280px;
    float: left;
    margin-right: 25px;
}


.listThemeItem .listThemeItem{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px #E5E4E4;
    border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
}
.listThemeItem .listThemeImg{
    position: relative;
    height: 140px;
    margin-bottom: 20px;
}
.listThemeItem .listThemeImg img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.listThemeContent{
    box-sizing: border-box;
}
.listThemeImg .imgTag{
    position: absolute;
    right: 0;
    top: 0;
    width: 76px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    background: #FD4029;
    border-radius: 0px 12px 0px 12px;
    color: #fff;
}
.listThemeContent .title,.listThemeContent .title a{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 22px;
}
.listThemeContent .title{
    margin-bottom: 20px;
}
.listThemeContent .titleTag{
    width: 34px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    color: #298AFD;
    background: #E1E8FD;
    border-radius: 2px;
    display: inline-flex;
    justify-content: center;
}
.listThemeContent .middleTag{
    color: #FD4029;
    background: #FEE7E2;
}
.listThemeContent .highTag{
    color: #FB6401;
    background: #FCF4E0;
}

.listThemeContent .teacher p{
    margin-top: 10px;
    font-size: 12px;
    color: #999999;
    line-height: 1.5;
}



.communityName{
    margin-bottom: 18px;
}
.communityNameBox{
    margin-left: 14px;
    flex: 1;
    min-width: 0;
}
.communityName h3{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 10px;
}
.communityName p{
    font-size: 12px;
    color: #999999;
}
.communityName p span{
    margin-right: 10px;
}
.communityDescribe{
    margin-bottom: 15px;
}
.communityDescribe p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.communityEntryBtn {
    background-color: #F11717;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #fff;
}
.communityEntryBtn:hover {
    color: #fff;
    cursor: pointer;
}
.communityEntryBtn i {
    background-image: url(../images/images/icon17.png);
    background-size: cover;
    width: 25px;
    height: 18px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: sub;
}
.communityQW{
    margin-top: 15px;
}
.communityQQ>p,.communityWX>p{
    margin-top: 13px;
    font-size: 14px;
    color: #333333;
}
.communityWX{
    position: relative;
}

.wxTips{
    display: none;
    position: absolute;
    left: -20px;
    top: -210px;
    width: 170px;
    height: 210px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px #E5E4E4;
    border-radius: 12px;
}
.communityWX:hover .wxTips{
    display: block;
}
.wxTips img{
    width: 120px;
    height: 120px;
    margin: 13px auto;
    display: block;
}
.wxTips p{
    text-align: center;
    font-size: 12px;
    color: #333333;
}

.communityBlock .relatedList .cont2{
    width: 60px;
}


.communityBtn{
    width: 150px;
    height: 55px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.communityBtn img{
    width: 30px;
    height: 30px;
    margin-right: 8px;
}
.communityQQ .communityBtn{
    background: #1684FC;
}
.communityWX .communityBtn{
    background: #33CC00;
}

.communityBtn a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}



.articleTab{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 16px;
    box-sizing: border-box;
    background: #F7F8FA;
    border-radius: 5px;
    margin-bottom: 20px;
}
.articleTab li{
    float: left;
    margin-right: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
.articleTab li.curr{
    color: #1684FC;
}
.articleTab li.curr div {
    position: relative;
}
.articleTab li.curr div:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1684FC;
}



.articleList{
    padding: 0 15px 20px 15px;
}
.articleList .relatedList a p{
    color: #333;
    font-weight: bold;
}





.adTheme {
    position: relative;
}
.adTheme .adImg{
    width: 100%;
    height: 100%;
}
.adTheme .adContent{
    width: 252px;
    height: 150px;
    padding: 16px 20px;
    box-sizing: border-box;
    background: #fff;
    opacity: 0.8;
    border-radius: 5px;
    position: absolute;
    top: 26px;
    left: 16px;
}
.adTheme .adContent h3{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
}

.adTheme .adContent p{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.adTheme .fullBtn{
    margin-top: 10px;
    width: 110px;
    height: 35px;
    line-height: 35px;
    background: #FD4029;
    border-radius: 5px;
}





.coursesBlock{
    padding: 20px 15px 2px 15px;
}
.coursesBlock .articleTab{
    background: #FFFFFF;
    padding-left: 0;
}
.coursesBlock .articleList{
    padding: 0;
}
.coursesBlock .articleList li{
    margin-bottom: 20px;
}
.coursesBlock .articleListImg{
    position: relative;
    width: 110px;
    height: 75px;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.coursesBlock .articleListContent{
    flex: 1;
    min-width: 0;
}
.coursesBlock .articleListImg img{
    width: 100%;
    height: 100%;
}
.coursesBlockContent{
    padding: 16px;
    box-sizing: border-box;
}
.coursesBlock .articleListImg .imgTag{
    position: absolute;
    right: 0;
    top: 0;
    width: 76px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    background: #FD4029;
    border-radius: 0px 12px 0px 12px;
    color: #fff;
}
.coursesBlock .articleListContent .title a{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
}

.mngfPage a.active{
    background:#ec1500;
    color:#ffffff!important
}











