.content {
    width: 100%;
    font-size: 0;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.fl {
    float: left;
}

a {
    outline: none;
    border: none;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.title {
    width: 100%;
    text-align: center;
    position: relative;
}

.title h3 {
    font-size: 34px;
    font-weight: bold;
    /*color: #414141;*/
    color: #3071f2;
    line-height: 51px;
    margin-bottom: 11px;
    position: relative;
    z-index: 10;
}

.title p {
    font-size: 20px;
    color: #7d7d7d;
    margin-top: 5px;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}

.title:after {
    content: "未名天";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
    font-size: 35px;
    font-weight: bold;
    /*color: rgba(253, 151, 56, 0.2);*/
    color: rgba(241, 1, 128, 0.1);
    letter-spacing: 1px;
}

.title.white h3 {
    color: #fff;
}

.title.white p {
    color: #fff;
}

.title.white:after {
    content: "未名天";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
    font-size: 35px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.21);
    letter-spacing: 1px;
}

.box {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.btn {
    cursor: pointer;
    display: block;
}


/* local */

.local {
    padding: 0 !important;
    background-color: #fff;
    height: 48px;
}

.local .box {
    height: 100%;
    vertical-align: middle;
    color: #000000;
    font-size: 16px;
}

.local .box::before {
    content: "";
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.local img {
    width: 13px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}

.local a {
    color: #000;
    display: inline-block;
}

.local a:hover {
    text-decoration: underline;
}

.local .now {
    color: #3d8bfd;
}

.swiper-pagination span {
    outline: none;
    border: none;
}


/*   
参考链接：https://www.dowebok.com/demo/2014/98/
fadeIn:显示   fadeInDown：从上到下显示   */