.box {
    width: 100%;
}

.head {
    height: 8rem;
}


/* 主体 */

.head_3 {
    height: 20.4rem;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.vv {
    height: 100%;
    padding-right: 0;
    padding-left: 0;
}

.vv img {
    height: 100%;
    width: 100%;
}


/* 走进神州 */

.sz_title {
    background: url(../pic/tibg.png) no-repeat 0;
    background-size: 100% 100%;
    text-align: center;
    font-size: 1.6rem;
    color: #4689ed;
}

.bodyer {
    margin: 1.5rem 0;
    padding: 0 4%;
}

.body_2 {
    padding: 0 4%;
    margin-bottom: 1rem;
}

.anli {
    height: 3.65rem;
    margin-bottom: 1.5rem;
}

.anli1 {
    padding-left: 10px;
    padding-right: 10px;
}

.an {
    width: 100%;
    height: 100%;
    background: #e1e1e1;
    font-size: 1.1rem;
    line-height: 3.65rem;
    text-align: center;
    border-radius: 5px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#an1 {
    color: #fff;
    background: #4689ed;
    font-weight: bolder;
}

.con_title {
    height: 2.3rem;
    width: 100%;
    background: url(../pic/title_bg.png) no-repeat 0;
    background-size: 101% 100%;
    margin-right: 15px;
}

.title_bg {
    background: url(../pic/conbg.png) no-repeat 0;
    background-size: 100%;
    height: 100%;
    /* width: 28%; */
    padding-left: 2.8%;
    line-height: 2.3rem;
    overflow: hidden;
    float: left;
    padding-right: 8%;
}

.con1 {
    font-size: 1.3rem;
    color: #fff;
}

.pad {
    padding-left: 0;
    padding-right: 0;
}

.shu {
    background: #fff;
    border-radius: 4px;
    height: 1.3rem;
    width: 5px;
    margin-right: 8px;
    transform: translateY(44%);
}

.goods {
    width: 100%;
    padding: 0 4%;
    margin: 0 auto;
    /* height: 32.63%; */
    /* background: #000; */
}

.goods_1 {
    width: 101%;
    margin-top: 0;
    margin: 0 auto;
    box-shadow: 0 3px 10px -3px rgba(162, 162, 162, 0.5);
    background: #fff;
    padding: 0 2.4% 1.16rem;
}

.xslist {
    width: 100%;
    overflow: hidden;
    /* padding: 15px;
    margin-bottom: 15px; */
    /* height: 8.75rem; */
    padding-top: 1rem;
    border-bottom: .05rem solid #E6E6E6;
    padding-bottom: 1rem;
}

.xwpt {
    width: 25%;
    /* height: 100px; */
    margin-right: .85rem;
}

.xwpt img {
    width: 100%;
    height: 100%;
    margin-top: .5rem;
}

.con {
    width: 23.5rem;
}

.con_title1 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #448DED;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.con_time {
    color: #B4B3B2;
    font-size: 1rem;
    margin-bottom: .2rem;
}

.con_text {
    color: #555;
    font-size: 1.1rem;
    overflow: hidden;
    line-height: 1.5rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ck {
    display: block;
    width: 7.45rem;
    height: 4.5rem;
    line-height: 4.5rem;
    font-size: 1.1rem;
    color: #fff;
    padding: 0;
    text-align: center;
    background: #448DED;
    border-radius: .5rem;
    margin-top: 2.25rem;
    box-shadow: 0 0rem .7rem -.1rem rgba(68, 141, 237, 0.5);
}

.ck:hover {
    color: #fff;
    text-decoration: none;
}


/* 分页 */

.page {
    margin: 0 auto;
    margin-top: 1.2rem;
    overflow: hidden;
    width: 31rem;
}

.page li {
    border: 1px solid #448DED;
    padding: 0 .3rem;
    width: auto;
    float: left;
    min-width: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin-right: 1.25rem;
}

#end {
    margin-right: 0px;
}

#pages {
    font-size: 1.1rem;
    color: #448DED;
}

#pages:hover {
    text-decoration: none;
}

.page li:visited {
    background: #448DED;
    color: #fff;
}