body {
    margin: 0;
    padding: 0;
    min-width: 1200px;
}

* {
    box-sizing: border-box;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex !important;
}

.flexWrap {
    flex-wrap: wrap;
}

.ac {
    align-items: center;
}

.ad {
    align-items: flex-end;
}

.as {
    align-items: flex-start;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.j-c {
    justify-content: center;
}

.j-b {
    justify-content: space-between;
}

.j-a {
    justify-content: space-around;
}

.j-s {
    justify-content: start;
}

.line-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}

.overline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    word-break: break-all;
    display: block;
}

.icon-own {
    padding-left: 18px;
}

.shoucang-own {
    background: url('/skin/homebrew/images/shoucang.png') no-repeat;
    background-size: 14px 14px;
    background-position: left center;
}

.shouji-own {
    background: url('/skin/homebrew/images/shouji.png') no-repeat;
    background-size: 14px 14px;
    background-position: left center;
}

.indexTop {
    height: 32px;
    font-size: 14px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.06);
    line-height: 32px;
}

.indexTop-left {
    width: 150px;
    color: #333333;
    text-decoration: none;
}

.logoSearch {
    margin: 4px auto;
}

.logo {
    background: url('/skin/homebrew/images/logo.png');
    width: 173px;
    height: 66px;
    background-size: 100% 100%;
}

.indexSearch {
    width: 396px;
}

.indexSearch * {
    height: 42px;
    line-height: 42px;
}

.indexSearch .searchInput {
    border-color: #989898;
    border-radius: 0;
    border-right: none;
    font-size: 16px;
}

.searchInput:hover {
    border-color: #FF871A !important;
}

.indexSearch .searchBtn {
    border-radius: 0;
    width: 76px;
    flex-shrink: 0;
    background-color: #FF871A;
    border-color: #FF871A;
    background-image: url('/skin/homebrew/images/sousuo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

.indexNav {
    background: #FF871A;
    line-height: 40px;
}

.indexNav ul li {
    flex: 1;
}

.indexNav ul li a {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.indexNav ul li a:hover {
    background: #D65D00;
}
/* body */

.swiper .swiper-pagination {
    bottom: 14px;
}

.swiper .swiper-pagination-bullet {
    width: 34px;
    border-radius: 6px 6px 6px 6px;
    background: #fff;
    opacity: 1;
}

.swiper .swiper-pagination-bullet-active {
    background: #FF871A !important;
}

.titleBg {
    display: inline-block;
    background: url('/skin/homebrew/images/titleBg.png') no-repeat;
    background-size: 100% 30px;
    background-position: bottom center;
    padding: 0 32px;
    line-height: 40px;
    font-size: 30px;
    color: #FF871A;
    margin-top: 30px;
    margin-bottom: 24px;
}

.ul-img-msg li:not(:last-child) {
    margin-bottom: 14px;
}

.ul-img-msg .left-img {
    width: 150px;
    display: block;
    flex-shrink: 0;
    margin-right: 12px;
}

.ul-img-msg .left-img img {
    aspect-ratio: 150/112;
    width: 100%;
}

.ul-img-msg .right-msg {
    flex-grow: 1;
    overflow: hidden;
}

.ul-img-msg .right-msg .overline {
    color: #333333;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    display: block;
    font-weight: bold;
}

.ul-img-msg .right-msg .description {
    color: #808080;
    font-size: 18px;
    line-height: 21px;
    height: 42px;
    margin-bottom: 16px;
    -webkit-line-clamp: 2 !important;
}

.ul-img-msg .right-msg .bottomMsg {
    font-size: 14px;
    line-height: 14px;
    color: #989898;
}

.ul-date li {
    line-height: 20px;
}

.ul-date li:not(:last-child) {
    margin-bottom: 14px;
}

.ul-date li a {
    color: #343434;
    font-size: 18px;
}

.ul-date li div:last-child {
    flex-shrink: 0;
    font-size: 16px;
    color: #808080;
    margin-left: 10px;
}
/* 底部 */

footer {
    background: #AF5300;
    font-size: 18px;
    padding: 30px 0;
    color: #FFFFFF;
}

footer div div:first-child {
    font-size: 14px;
    color: #E6E6E6;
    margin-bottom: 12px;
}

footer a {
    display: inline-block;
    color: #E5E5E5;
    font-size: 14px;
    margin-bottom: 14px;
}