/*您的位置导航栏*/
.location {
    display: flex;
    align-items: center;
    width: 100%;
    height: 35px;
    background-color: #f3f3f3;
    box-sizing: border-box;
    border-bottom: 2px solid #cccccc;
}

.location p {
    display: flex;
    align-items: center;
    width: 100%;
    height: 15px;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    color: #000000;
    line-height: 15px;
    padding: 0 50px;
}

.location p span {
    margin: 0 5px;
    cursor: pointer;
}

.location p i {
    height: 12px;
    color: #000;
}
/*您的位置导航栏结束*/

/*主要内容 文章*/
.shoot_box {
    display: flex;
    width: 100%;
    margin-top: 72px;
    padding: 0 317px;
    box-sizing: border-box;
    background-image: url('../images/wave.png');
    background-repeat: no-repeat;
    background-position: center 50px;
    background-size: cover;
}

.shoot_box .article {
    width: 100%;
}

.shoot_box .article h3 {
    display: flex;
    position: relative;
    height: 58px;
    font-weight: 500;
    font-size: 30px;
    text-align: left;
    color: #15181d;
    line-height: 54px;
    letter-spacing: 1.5px;
    border-bottom: 1px solid #3b3c3c;
}

.shoot_box .article h3 span {
    position: absolute;
    right: 0;
    font-size: 26px;
    font-weight: 500;
    color: #15181d;
    letter-spacing: 1.3px;
}

.shoot_box .article .box {
    margin-top: 53px;
}

.shoot_box .article .box .article-main {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: #000000;
    line-height: 30px;
    letter-spacing: 1px;
    text-indent: 2em;
    margin-top: 38px;
}


.btn-box {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 19px;
    box-sizing: border-box;
    margin-top: 70px;
}

.btn-box i {
    font-size: 18px;
}

.btn-box span {
    cursor: pointer;
}

.btn-box p>span {
    padding: 5px 0;
}

.btn-box p:hover {
    color: #fcb82c;
}

.btn-box p:hover>span {
    border-bottom: 2px solid #fcb82c;
}

.shoot_box .article .box .article-img {
    padding: 0 226px;
    margin-top: 38px;
}

@media screen and (max-width: 1314px) {
    .shoot_box {
        padding: 0 200px;
    }
    .shoot_box .article .box .article-img {
        padding: 0 100px;
        margin-top: 38px;
    }
}

@media screen and (max-width: 1000px) {

    .shoot_box {
        padding: 0 150px;
    }
    .shoot_box .article h3 {
        font-size: 25px;
        height: auto;
    }
    .shoot_box .article h3 span {
        font-size: 18px;
    }
    .shoot_box .article .box .article-img {
        padding: 0 60px;
        margin-top: 38px;
    }
}

@media screen and (max-width: 800px) {
    .shoot_box {
        padding: 0 60px;
    }
    .shoot_box .article h3 {
        font-size: 18px;
        height: auto;
    }
    .shoot_box .article h3 span {
        font-size: 16px;
    }
    .shoot_box .article .box .article-main {
        margin-top: 18px;
    }
    .shoot_box .article .box .article-img {
        margin-top: 18px;
    }
    .shoot_box .article .box {
        margin-top: 30px;
    }
}

@media screen and (max-width: 500px) {
    .shoot_box {
        padding: 0 20px;
    }

    .shoot_box .article h3 span {
        font-size: 12px;
    }

    .btn-box {
        padding: 0;
    }

    .shoot_box .article .box .article-main {
        font-size: 16px;
    }
}


@media screen and (max-width: 384px) {
    .shoot_box {
        padding: 0 20px;
    }

    .shoot_box .article h3 span {
        display: none;
    }


    .btn-box {
        padding: 0;
    }
}
