body {
    background: #f3f4f8;
}

img {
    display: block;
}

/* 第一屏 */
.one {
    position: relative;
    overflow: hidden;
}

.back {
    width: 100%;
    position: relative;
}

    .back img {
        width: 100%;
    }

.playbtn {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
}

    .playbtn:hover {
        opacity: 0.8;
    }

    .playbtn img {
        width: 50px;
        height: 50px;
    }

.newbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

    .newbox .layout {
        height: 100%;
        padding: 0;
    }

.intro {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.news {
    font-size: 48px;
    font-weight: bold;
}

.newtext {
    margin-top: 30px;
    letter-spacing: 1px;
}

.newbtn {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 24px;
    display: inline-block;
    margin-top: 30px;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 5px;
    background: #26cf6b;
    color: white;
}








.alink {
    box-sizing: border-box;
    background: #f3faf6;
    padding: 10px 0px;
    font-size: 14px;
}

.a_now {
    float: left;
}

.a_index {
}

    .a_index span {
        margin-left: 10px;
    }

.leftnav {
    width: 280px;
    background: white;
    animation: new1 1s forwards;
}

.newright {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 40px;
    margin-top: 40px;
    animation: new2 1s forwards;
}

.newde_list {
    background: white;
    box-sizing: border-box;
    padding: 15px;
}

.nav_item {
    height: 60px;
    line-height: 60px;
    color: #707572;
    box-sizing: border-box;
    padding: 0px 15px 0px 15px;
    border-bottom: 1px solid #ededed;
}

    .nav_item:hover {
        background: #0ba349;
        color: white;
    }

.nav_icon {
    width: 22px;
    height: 22px;
    float: left;
    position: relative;
    margin-top: 20px;
    margin-right: 15px;
}

    .nav_icon img {
        width: 22px;
        height: 22px;
    }

.icon_select {
    display: none;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nav_item:hover .icon1 {
    display: none;
}

.nav_item:hover .icon_select {
    display: block;
}

.nav_name {
    display: inline-block;
}

.a_index .sp {
    color: #0ba349;
}

.arr {
    width: 16px;
    height: 16px;
    display: inline-block;
    transform: translateY(3px);
}

    .arr img {
        width: 16px;
        height: 16px;
    }


.new_list {
    background: white;
    box-sizing: border-box;
    padding: 15px;
}

.newde_title {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}

.decen {
    margin-top: 30px;
    box-sizing: border-box;
    padding: 10px 0px;
    color: #888888;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    position: relative;
}

.share {
    width: 120px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

    .share img {
        width: 120px;
    }

.deleft {
    /*    margin-right: 120px;*/
    overflow: hidden;
    /*    padding-right: 10px;*/
    text-align: center;
    box-sizing: border-box;
}

.deblock {
    display: inline-block;
    color: #888888;
    font-size: 13px;
    margin-right: 15px;
}

.deicon {
    width: 16px;
    height: 16px;
    transform: translateY(3px);
}

    .deicon img {
        width: 16px;
        height: 16px;
    }

.deicon, .detext {
    display: inline-block;
}

.deintro {
    margin-top: 30px;
}

.p p {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
}

.p .img {
    margin: 15px 0px;
    width: 100%;
}

    .p .img img {
        width: 100%;
    }

.bottom {
    background: #0152c5;
    box-sizing: border-box;
    padding: 20px 0px;
    color: white;
    margin-top: 0px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 13px;
    z-index: 20;
    line-height: 30px;
}

.picon {
    width: 20px;
    height: 20px;
    display: inline-block;
}

    .picon img {
        width: 20px;
        height: 20px;
    }

.botext {
    display: inline-block;
}

.botext2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.botext3 {
    margin-top: 10px;
}

.bottomlast {
    display: none;
}



@media screen and (max-width:1200px) {
    .newbox .layout {
        padding: 0 15px;
    }

    .news {
        font-size: 30px;
        margin-top: 20px;
    }

    .newtext {
        margin-top: 15px;
    }

    .newbtn {
        font-size: 18px;
        margin-top: 15px;
        padding: 8px 10px;
    }
}

@media screen and (max-width:1000px) {
    .leftnav {
        width: 200px;
    }

    .share {
        display: none;
    }

    .deleft {
        margin-right: 0px;
        padding-right: 0px;
    }

    .deblock {
        font-size: 12px;
    }

    .deintro {
        margin-top: 20px;
    }

    .newright {
        padding-left: 20px;
    }

    .new_img {
        width: 150px;
    }

        .new_img img {
            width: 150px;
        }

    .new_con {
        margin-left: 150px;
    }

    .new_time {
        display: inline-block;
        font-size: 12px;
        color: #888888;
        margin-right: 15px;
    }

    .new_right {
        display: none;
    }
}

@media screen and (max-width:700px) {
    .intro {
        width: 100%;
        left: 0;
        text-align: center;
    }

    .news {
        font-size: 18px;
    }

    .newtext {
        display: none;
    }

    .newbtn {
        display: none;
    }

    .lay .left {
        float: none;
    }

    .leftnav {
        margin-top: 20px;
        width: 100%;
        float: none;
        text-align: center;
    }

    .newright {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }

    .nav_item {
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        display: inline-block;
        box-sizing: border-box;
        padding: 0px 5px;
        border-bottom: 0px solid #ededed;
    }

    .nav_icon {
        display: none;
    }

    .newde_title {
        font-size: 18px;
    }

    .decen {
        margin-top: 20px;
    }

    .share {
        display: none;
    }

    .deleft {
        margin-right: 0px;
        padding-right: 0px;
    }

    .deblock {
        font-size: 12px;
        margin-right: 8px;
        margin-top: 10px
    }

    .deintro {
        margin-top: 20px;
    }



    .bottom {
        /*margin-top: 40px;*/
        padding: 55px 10px;
        font-size: 12px;
        line-height: 24px
    }

    .picon {
        width: 18px;
        height: 18px;
        transform: translateY(4px);
    }

        .picon img {
            width: 18px;
            height: 18px;
        }
}
