body {color:#fff;}
.txt-center-align {text-align:center;}
.main-article {width:100%;position:relative;}
.block-title {border-top:5px solid #a2773f;display:flex;justify-content:center;margin-bottom:24px;}
.block-title h2 {padding:0 20px;height:28px;line-height:28px;position:relative;background-color:#a2773f;margin-top:-1px;font-weight:bold;}
.block-title h2::before {content:'';position:absolute;top:0;left:-15px;background-color:#a2773f;width:25px;height:24px;border-bottom-left-radius:5px;border:2px solid #a2773f;transform:skewX(35deg);}
.block-title h2::after {content:'';position:absolute;top:0;right:-15px;background-color:#a2773f;width:25px;height:24px;border-bottom-right-radius:5px;border:2px solid #a2773f;transform:skewX(-35deg);}
.block-content {box-sizing:border-box;margin:0 20px 20px;color:#e7b743;}
.block-content ul {display:flex;align-content:stretch;flex-wrap:wrap;/*justify-content:space-between;*/}
.block-content ul li {width:32%;text-align:center;padding-bottom:22px;border:2px solid #079ff8;margin-bottom:20px;}
.block-content ul li:not(:nth-child(3n)) {margin-right:calc(4% / 2);}
.block-content ul li .thumb {width:100%;}
.block-content ul li .name {width:95%;margin:10px auto;font-size:18px;overflow:hidden;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:bold;}
.block-content ul li .num {font-size:16px;}
.block-content ul li .num span {font-size:28px;margin:5px 0 15px 5px;}
.block-content ul li .vote {width:77%;}
.block-content ul li .intro {margin:0 12px;text-align:justify;overflow:hidden;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
/*swiper start*//* .swiper-wrapper {height:auto;}
*/.swiper-container {padding-bottom:10px;}
.swiper-slide {text-align:center;margin-bottom:10px;}
/* .swiper-slide:not(:nth-child(3n)) {margin-right:calc(4% / 2)!important;}
*/.swiper-slide .thumb {width:100%;}
.swiper-slide .name {width:95%;margin:10px auto;font-size:18px;overflow:hidden;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.swiper-slide .num {font-size:16px;}
.swiper-slide .num span {font-size:28px;margin:5px 0 15px 5px;}
.swiper-slide .vote {width:77%;margin-bottom:8px;margin-top:14px;}
/*pagination*/.swiper-pagination-bullet {width:10px;height:10px;background:#0a589f;opacity:1;}
.swiper-pagination-bullet-active {background:#0eb3fc;}
.swiper-container-horizontal > .swiper-pagination-bullets {bottom:0;}
/*pop message*/.m-message {font-size:24px;padding:30px 30px;}
.m-message-container.has-mask {background-color:rgba(0,0,0,.7);}
.detailWrapper .m-message-icons {display:none;}
