html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, command, details, figcaption, figure, footer, header, hgroup, mark, nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    color: #434242;
}

html, body {
    font-size: 16px;
}

/* 弹性盒子布局 */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.news-list li .title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.focus .news-list .title:hover, .news-list li .title:hover, .weiquan a:hover, .news-box-right .news-list li .first-title:hover, .car-news .news-list li .title:hover, .link-list a:hover {
    text-decoration: underline;
    color: #B31A1D;
}

.swiper-recommend .swiper-slide .title:hover, .pic-list li .title:hover, .recommend-box .head a:hover, .car-news .box .head .title a:hover, .car-friends .pic .title:hover {
    text-decoration: underline;
}

.news-head .more:hover {
    color: #B31A1D;
}

/* 头部 */

.header .logo {
    margin: 20px 0;
}

.header .logo img {
    display: block;
    height: 75px;
}

/* 导航 */

.nav {
    background: #C30D23;
    width: 100%;
    height: 69px;
    line-height: 69px;
}

.nav-list {
    justify-content: space-between;
}

.nav-list a {
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
}

.nav-list a:hover {
    text-decoration: underline;
}

.nav-list a::after {
    content: '';
    position: absolute;
    right: -24px;
    top: 26px;
    width: 1px;
    height: 20px;
    background: #FFFFFF;
}

.nav-list a:last-child:after {
    display: none;
}

/* 广告位 */

.ad {
    margin-top: 20px;
    margin-bottom: 15px;
}

.ad img {
    display: block;
    width: 100%;
}

/* 焦点图 */

.top-news {
    margin-bottom: 30px;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    padding: 23px 18px;
    justify-content: space-between;
}

.swiper-focus {
    position: relative;
    width: 667px;
    height: 415px;
    overflow: hidden;
}

.swiper-focus .swiper-slide {
    position: relative;
}

.swiper-focus .swiper-slide a, .swiper-focus .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-focus .swiper-slide .title {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 20px;
    background: linear-gradient(to bottom, transparent, #000000);
}

.swiper-focus .swiper-pagination {
    bottom: 40px;
}

.swiper-focus .swiper-pagination-bullet {
    opacity: 1;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.swiper-focus .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.top-news .focus {
    width: 455px;
}

.focus .news-list .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 25px 0;
}

.focus .news-list .desc {
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-indent: 2em;
}

.focus .news-list li:first-child {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px;
}

.weiquan {
    align-items: center;
    margin-top: 30px;
}

.weiquan .tag {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    background: #C5252D;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    margin-right: 17px;
}

.weiquan .tag a {
    color: #FFFFFF;
}

/* 焦点图下的新闻列表 */

.news-row-3 {
    justify-content: space-between;
}

.news-row-3 .news-list {
    position: relative;
    width: 305px;
}

.news-row-3 .news-list::after {
    content: '';
    position: absolute;
    top: 3px;
    right: -50px;
    width: 1px;
    height: 55px;
    background: #EBEBEB;
}

.news-row-3 .news-list:last-child::after {
    display: none;
}

.news-row-3 .news-list li:first-child {
    margin-bottom: 15px;
}

/* 版块标题 */

.news-head .title {
    color: #FFFFFF;
    background: #C5252D;
    font-size: 20px;
    padding: 10px 16px;
    border-radius: 5px;
}

.news-head .line {
    height: 1px;
    width: auto;
    flex: 1;
    background: #EBEBEB;
    margin: 0 13px 0 7px;
}

.news-head .more {
    font-size: 15px;
    color: #000000;
}

/* 车市快报 */

.news-box-left {
    width: 670px;
}

.news-box-right {
    width: 470px;
}

.news-box .news-list {
    margin: 24px 0 0;
    width: 100%;
}

.news-box .news-list li .pic, .news-box .news-list li .pic img {
    display: block;
    width: 202px;
    height: 127px;
}

.news-box-left .news-list li {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.news-box-left .news-list li:last-child {
    border: none;
    margin-bottom: 0;
}

.news-box-left .news-list li .right {
    width: 450px;
    margin-left: 20px;
}

.news-box-left .news-list li .title {
    font-size: 18px;
    font-weight: bold;
    color: #B31A1D;
    margin: 20px 0;
}

.news-box-left .news-list li .desc {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
}

/* 特别策划 */

.news-box-right .news-list li .right {
    width: 238px;
    margin-left: 20px;
}

.news-box-right .news-list li {
    margin-bottom: 23px;
}

.news-box-right .news-list li a {
    font-size: 18px;
}

.news-box-right .news-list li .first-title {
    margin-left: 20px;
    line-height: 28px;
}

/* 推荐车型 */

.recommend {
    background: #EBEBEB;
    width: 100%;
    margin: 5px 0 0;
    padding: 0 0 30px;
}

.recommend-box {
    position: relative;
}

.recommend-box .head {
    text-align: center;
    padding: 32px 0 27px;
}

.recommend-box .head a {
    font-size: 29px;
    color: #C5252D;
}

.swiper-recommend {
    width: 1100px;
    height: 145px;
    overflow: hidden;
    margin: 0 auto;
}

.swiper-recommend .swiper-slide {
    position: relative;
}

.swiper-recommend .swiper-slide a, .swiper-recommend .swiper-slide img {
    display: block;
    width: 100%;
    height: 145px;
}

.swiper-recommend .swiper-slide .title {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFFFFF;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 15px;
}

.recommend-box .swiper-button-next, .recommend-box .swiper-button-prev {
    background: url(../images/icon_arrow_left.png;vpn_img) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 36px;
    top: 75%;
}

.recommend-box .swiper-button-next {
    background: url(../images/icon_arrow_right.png;vpn_img) no-repeat;
    background-size: 100%;
}

/* 试驾实拍 */

.car-news {
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.car-news .box {
    width: 340px;
    border: 1px solid #656565;
    padding: 15px 18px 0;
    margin-top: 30px;
}

.car-news .box .head {
    text-align: center;
    margin-bottom: 20px;
}

.car-news .box .head .icon {
    height: 28px;
}

.car-news .box .head .title a {
    color: #C5252D;
    font-size: 24px;
}

.car-news .news-list li {
    margin-bottom: 20px;
}

.car-news .news-list li .title {
    color: #666666;
}

.car-news .news-list .first .pic {
    display: block;
    width: auto;
    height: 152px;
}

.car-news .news-list .first .pic img {
    width: 100%;
    height: 100%;
}

.car-news .news-list .first .title {
    background: #EBEBEB;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #7B7B7B;
    font-size: 14px;
}

/* 精彩视频 */

.video-friends {
    justify-content: space-between;
}

.video-box {
    width: 670px;
}

.pic-list {
    height: 302px;
    margin: 30px 0 0;
}

.pic-list li {
    position: relative;
    width: 159px;
    height: 145px;
    float: left;
    margin-bottom: 12px;
    margin-left: 12px;
}

.pic-list li a, .pic-list li a img {
    display: block;
    width: 100%;
    height: 100%;
}

.pic-list li.first {
    width: 328px;
    height: 302px;
    margin: 0;
}

.pic-list li .title {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #FFFFFF;
    width: 100%;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.7);
    font-size: 12px;
}

/* 红网车友会 */

.car-friends {
    width: 470px;
}

.car-friends .pic, .car-friends .pic img {
    position: relative;
    display: block;
    width: 473px;
    height: 214px;
    margin-top: 30px;
}

.car-friends .pic .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    background: linear-gradient(to bottom, transparent, #000000);
}

.car-friends .news-list {
    margin-top: 15px;
}

.car-friends .news-list li:first-child {
    margin-bottom: 15px;
}

/* 友情链接 */

.links {
    margin: 20px auto 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 20px 30px;
}

.link-title {
    margin-bottom: 15px;
}

.links .left {
    width: 55%;
    border-right: 1px solid #ccc;
}

.link-list {
    flex-wrap: wrap;
    margin-left: -10px;
}

.link-list a {
    display: block;
    color: #7B7B7B;
    font-size: 14px;
    margin: 0 10px 10px;
}

.links .concats {
    width: 45%;
    box-sizing: border-box;
    padding-left: 30px;
    justify-content: space-between;
}

.links .concats a {
    color: #7B7B7B;
    font-size: 14px;
    display: block;
}

.links .concats .mobile {
    margin-bottom: 20px;
}

.links .team a {
    margin-right: 10px;
}

.links .team a:last-child {
    margin-right: 0;
}

.links .wechat {
    background: #ccc;
    padding: 10px 10px 5px;
    text-align: center;
}

.links .wechat img {
    width: 100px;
}

.links .wechat a {
    display: block;
    font-size: 14px;
}

/* 底部信息 */

.footer {
    text-align: center;
    color: #444;
    font-size: 14px;
    padding: 30px 0;
}

.footer hr {
    height: 0px;
    border-width: 1px 0 0 0;
    border-top: 1px solid #ccc;
    width: 50em;
}

.footer-nav {
    justify-content: center;
    margin-bottom: 10px;
}

.footer-nav a {
    color: #444;
    padding: 0 5px;
}

.footer-nav a:hover {
    color: #C5252D;
}