a{
    text-decoration: none;
}
/* 中间上方的导航开始 */
.position {
    height: 61px;
    line-height: 61px;
}
.zfsj_container{
    max-width:1200px ;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.zfsj_container>img{
    margin-right: -15px;
}
.position .zfsj_container {
    border-bottom: 1px solid #eeeeee;
    font-size: 15px;
    color: #666666;
    height: 100%;
padding-left: 10px;
}
.position .zfsj_container span {
    display: inline-block;
    padding-left: 27px;
    height: 100%;
    background: url(position.png) no-repeat left center;
    vertical-align: top;
}

.position .zfsj_container a {
    display: inline-block;
    font-size: 15px;
    color: #666666;
    height: 100%;
}

.position .zfsj_container a:last-child {
    color: #71922a;
}

.position .zfsj_container a:hover {
    color: #71922a;
}
/* 中间上方的导航结束 */
/* 中间内容框 */
.tjsj_article_main{
    padding-top: 40px;
    margin-bottom: 50px;

}
.main_border{
    max-width:1200px ;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 40px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
/* 第一块 */
.jbft_main_content{
    display: flex;
    justify-content: space-around;
    background: #f9f9f9;
    padding: 20px;
}
.jbft_main_content>img{
    width: 40%;
    height:max-content;
}
.jbft_main_content_txt{
    width: 50%;
}

.jbft_main_content_txt>a{
    display: block;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    line-height: 30px;
    margin-top: 30px;
}
.jbft_main_content_txt>p{
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.jbft_main_content_txt>span{
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}
.jbft_main_content_txt>span>img{
    
    margin-right: 10px;
}
/* 第一块结束 */
/* 视频 */
.jbft_main_video_hd{
    display: flex;
    font-size: 24px;
    color: #71922a;
    font-weight: 700;
    padding-top: 30px;
    height: 47px;
    border-bottom: 1px solid #e1e3e5;
padding-left: 10px;
}
.jbft_main_video_hd>span{
    display: flex;
    align-items: center;
    
}
.jbft_main_video_hd>span>img{
    margin-right: 15px;
}
.jbft_main_video_main{
    display: flex;
    justify-content: center;

    padding: 40px 10px 0 10px;
}
/* 视频结束 */
/* 中间内容框 */

@media screen and (max-width:768px) {
    .jbft_main_content{
        display: block;
        background: #f9f9f9;
        padding: 0px;
    }
    .jbft_main_content>img{
        display: block;
        width: 90%;
        height:max-content;
        margin: 10px auto;
    }
    .jbft_main_content_txt{
        width: 90%;
        margin: 10px auto;
    }
    .main_border{
        padding: 40px 0px;
    } 

    .content{
        width: 100%;
    }
    .right{
        width: 100%;
    }

}