﻿@charset "utf-8";
/* CSS Document */

.domPC {
    display: block;
}

.domMobile {
    display: none;
}

.hide {
    display: none;
}

body {
    font-family: "微软雅黑";
    background: url(//www.xinhuanet.com/politics/2018cjzt/images/20180131sf_bodyBg_v1.png) 50% 0 repeat;
}

.banner {
    background: url(//www.xinhuanet.com/politics/2018cjzt/images/20180131sf_bannerS_v1.jpg) 50% 0 no-repeat;
    height: 596px;
}

.nav {
    background: #aa0802;
    height: 60px;
}

.nav ul {
    width: 1200px;
    margin: 0 auto;
}

.nav ul li {
    width: 171px;
    height: 60p;
    line-height: 60px;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #ffc3c6;
    position: relative;
    z-index: 1;
    font-weight: normal;
}

.nav ul li a {
    color: #fff;
}

.nav li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #ce0902;
    right: 0;
    top: 20px;
    z-index: 2;
}

.nav ul li.on {
    background: url(//www.xinhuanet.com/politics/2018cjzt/images/20180131sf_nav01_v1.png) 50% 0 no-repeat;
}

.nav ul li.on a {
    color: #fff;
    font-weight: bold;
}

.content {
    width: 1000px;
    margin: 30px auto 40px;
}

.content h2 {
    color: #e60012;
    font-size: 24px;
    padding-left: 10px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    border-bottom: 2px solid #e60012;
    margin-bottom: 20px;
    font-weight: bold;
}

#autoData li {
    padding: 10px 0 17px 0;
    border-bottom: 1px solid #ededed;
    overflow: hidden;
    position: relative;
    display: none;
}

#autoData h3 i {
    font-style: normal;
    padding: 5px 0 5px 30px;
    display: block;
    float: left;
}

#autoData h3 {
    font-size: 1.125em;
    font-weight: normal;
    float: left;
    width: 91%;
}

#autoData h3 a {
    color: #323232;
}

#autoData span {
    float: right;
    color: #ccc;
    font-weight: normal;
    font-size: 14px;
}

#moreBtn {
    text-align: center;
    padding: 30px 0 15px;
}

#moreBtn span {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    width: 200px;
    border-radius: 25px;
    text-align: center;
    background: #bf1d2d;
    cursor: pointer;
    color: #fff;
}

.footer {
    background: url(//www.xinhuanet.com/politics/2018cjzt/images/20180131sf_footerBg_v1.png) 50% 0 no-repeat;
    font-size: 14px;
    padding-top: 40px;
    width: 100%;
    height: 98px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.backtotop {
    position: absolute;
    position: fixed;
    right: 13px;
    bottom: 40px;
    z-index: 10;
    width: 40px;
    height: 30px;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f6f6f6;
    overflow: hidden;
    cursor: pointer;
    display: none;
}

.backtotop:after {
    content: "";
    display: block;
    width: 0;
    margin: 2px auto 0;
    border-left: 6px solid #f6f6f6;
    border-right: 6px solid #f6f6f6;
    border-top: 8px solid #f6f6f6;
    border-bottom: 8px solid #007bff;
}

@media screen and (min-width:0px) and (max-width: 767px) {
    .domPC {
        display: none;
    }
    .domMobile {
        display: block;
    }
    .banner {
        background: none;
        width: 100%;
        height: auto;
    }
    .nav {
        width: 92%;
        height: 20px;
        margin: 0px auto 20px;
        padding: 4px 4% 6px;
        background: #e9e9e9;
    }
    .nav .swiper-slide {
        text-align: center;
        color: #0068b7;
        background: #e9e9e9;
        border-radius: 3px;
        width: auto;
        padding: 1px 3%;
        font-size: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .nav .swiper-slide a {
        color: #c82c2a;
    }
    .nav .on,
    .nav .on a {
        color: #fff;
        background: #c82c2a;
    }
    .content {
        width: 96%;
        margin: 10px auto;
    }
    .content h2 {
        padding-left: 10px;
    }
    #autoData {
        width: 96%;
        margin: 0 auto 30px;
    }
    #autoData h3 {
        width: 100%;
    }
    #autoData li {
        padding: 10px 0 10px 0;
    }
    #moreBtn {
        text-align: center;
        padding: 5px 0 15px;
    }
    #autoData span {
        font-size: 12px;
    }
}
