.body {
    margin: 0 auto;
    width: 1200px;
    display: flex;
}

.top_img{
    position: relative;
}

.top_img img{
    width: 100%;
    height: auto;
}

.top_img img.big{
    display: block;
}

.top_img img.small{
    display: none;
}

@media screen and (min-width:300px) and (max-width:760px){
    .top_img img.big{
        display: none;
    }

    .top_img img.small{
        display: block;
    }
}

.index{
    position: relative;
}

.body-left {
    width: 900px;
}

.body-right {
    width: 260px;
    margin-left: 40px;
}

.body-roll {
    margin-top: 20px;
    padding: 10px 20px;
    color: #4E4E4C;
    background-color: #fff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideshow {
    width: 100%;
    /* height: 500px; */
    background-color: #fff;
    margin-top: 20px;
    display: flex;
    padding: 10px 0;
}

.swiper-right {
    width: 270px;
    /* margin-left: 20px; */
    padding: 0 10px;
    color: #979797;
    font-size: 18px;
    overflow-x: auto;
}

.swiper-right-title {
    /* height: 43px; */
    margin: 10px 0;
    /* border-bottom: 1px solid #CDCDCD; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.flash {
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
    display: flex;
}

.flash-swiper {
    height: 80px;
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    margin: 10px 20px;
    color: #1a1a1a;
}

.flash-time {
    font-size: 16px;
    position: absolute;
    top: 55px;
    /* right: 0px; */
}

.flashUrl {
    display: inline-block;
    width: 900px;
    height: 100px;
    position: absolute;
    z-index: 99;
}

.content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.content {
    width: 46%;
    /* height: 200px; */
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    padding: 10px;
}

.content-title {
    margin-left: 10px;
    font-size: 16px;
    color: #1a1a1a;
    position: relative;
}

.content img {
    height: 100px;
    width: 35%;
}

.title {
    height: 65px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 20px;
}

.time {
    font-size: 14px;
    color: #a1a1a1;
}

.picture {
    margin: 20px 0;
    background-color: #fff;
}

.advertising1 {
    height: 60px;
}

.advertising2 {
    height: 495px;
    padding: 5px;
}

.advertising2 img {
    width: 250px;
}

.advertising3 {
    height: 227px;
    padding: 5px;
}

.advertising3 img {
    width: 250px;
}

.advertising4 {
    height: 100px;
    padding: 5px;
}

.advertising4 img {
    width: 250px;
}

.advertising5 {
    height: 760px;
}

.swiper-img {
    height: 100%;
    width: 640px;
}

.foot {
    height: 100px;
    background-color: #fff;
    padding: 15px;
}

.foot-message {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.foot-message div,
.foot-message a {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
    line-height: 1.5;
    font-size: 14px;
    color: #494444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-message a:hover {
    color: #337ab7;
}

.foot-message div span {
    color: #f00;
}

.nav ul li .active {
    background-color: red;
    color: #fff;
    border-radius: 7px;
}

.activeSign {
    color: #070707;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin: 5px 0;
}

.more {
    /* width: 1200px; */
    height: 50px;
    background-color: #fff;
    margin: 0px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.loading {
    position: fixed;
    top: 40%;
    left: 45%;
    z-index: 999;
}

.conceal {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0px;
    z-index: 999;
    opacity: 0.3;
}

.moreNav {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .moreNav img {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #eee;
} */

.pull {
    height: 350px;
    color: #777777;
    font-size: 18px;
    background-color: #F8F8F8;
    overflow-x: auto;
    position: fixed;
    top: 50px;
    left: 0px;
    z-index: 100;
    width: 100%;
    padding: 10px 0px;
}

.pull>ul>li>div {
    padding: 10px 15px;
    line-height: 20px;
}

.activePull {
    font-weight: 700;
    color: #555555;
    background-color: #E7E7E7;
}

.dot {
    position: absolute;
    top: 40px;
    right: 210px;
    color: red;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.swiper-container3 {
    height: 80px;
    /* width: 100%; */
}