body {
    background: #f3f4f8;
}

img {
    display: block;
}

/* 第一屏 */
.one {
    /*position: relative;*/
    overflow: hidden;

}



.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%;*/
    margin-top: 124px;
    margin-bottom: 49px;
}

.newbox .layout {
    height: 100%;
    padding: 0;
}

.intro {
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    color: white;
}

.news {
    font-size: 45px;
    /*font-weight: bold;*/
    letter-spacing: 2px;
}

.newtext {
    margin-top: 30px;
    letter-spacing: 1px;
    font-size: 18px;
}

.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;
}

.newright {
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 40px;
}

.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;
} */
.ative{
    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;
}
/* 修改 */
.ative .icon1 {
    display: none;
}

.ative .icon_select {
    display: block;
}

.nav_item:hover{
    cursor:pointer;
}
/* .nav_item:hover .icon1 {
    display: none;
}

.nav_item:hover .icon_select {
    display: block;
} */
.nav_name {
    display: inline-block;
}




.new_list {
    /*background: white;*/
    box-sizing: border-box;
}

.a_index .sp {
    color: #0ba349;
}

.arr {
    width: 16px;
    height: 16px;
    display: inline-block;
    transform: translateY(3px);
}

.arr img {
    width: 16px;
    height: 16px;
}

.new_title {
    box-sizing: border-box;
    padding: 15px;
    font-size: 18px;
    display: inline-block;
    line-height: 40px;
    position: relative;
}

.new_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 3px;
    background: #333333;
}

.new_item {
    box-sizing: border-box;
    padding: 0px 15px;
    background: rgba(255,255,255,0.3);
    margin-bottom: 15px;
    border-radius: 8px;

}

.new_item:hover {
    /*background: #f2f2f5;*/
}

.new_inner {
    box-sizing: border-box;
    padding: 15px 0px;
    color: #fff;
}

.new_img {
    width: 200px;
    float: left;
}

.new_img img {
    width: 200px;
    border-radius: 8px;
}

.new_con {
    overflow: hidden;
    margin-left: 200px;
    box-sizing: border-box;
    padding-left: 15px;
}

.newname {
    font-size: 16px;
    font-weight: bold;
}

.new_cen {
    margin-top: 10px;
}

.new_time {
    display: inline-block;
    font-size: 12px;
    margin-right: 15px;
}

.new_icon,
.new_num {
    display: inline-block;
}

.new_icon {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    transform: translateY(3px);
}

.new_icon img {
    width: 16px;
    height: 16px;
}

.new_au {
    float: right;
    margin-right: 0px;

}

.new_intro {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    font-weight: lighter;
}

.newname,
.new_intro {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.new_right {
    width: 26px;

}

.new_right img {
    width: 26px;
}

.page {
    /*width: 50%;*/
    margin: 40px auto;
}

.page img {
    width: 100%;
}

.bottom {
    background: #0152c5;
    box-sizing: border-box;
    padding: 20px 0px;
    color: white;
    margin-top: 80px;
    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;
    }


    .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;
    }

    .new_title {
        padding: 10px;
        font-size: 16px;
        line-height: 30px;
    }

    .new_title::after {
        left: 10px;
        right: 10px;

    }

    .new_item {
        padding: 0px 10px;
    }

    .new_img {
        width: 120px;
    }

    .new_img img {
        width: 120px;
    }

    .new_con {
        margin-left: 120px;
        padding-left: 10px;
    }

    .newname {
        font-size: 14px;
    }

    .new_cen {
        margin-top: 8px;
    }

    .new_time {
        margin-right: 8px;
    }

    .new_icon {
        margin-right: 0px;
    }

    .new_intro {
        margin-top: 8px;
        font-size: 12px;
        line-height: normal;
    }

    .page {
        width: 70%;
        margin: 20px auto;
    }

    .bottom {
        margin-top: 40px;
        padding: 20px 10px;
        font-size: 12px;
        line-height: 24px
    }

    .picon {
        width: 18px;
        height: 18px;
        transform: translateY(4px);
    }

    .picon img {
        width: 18px;
        height: 18px;
    }

   
}

.hide{
    display:none;
}
.show{
    display:block;
}