.cupboard{
    margin:20px auto;
}
.content{
    /*border:1px solid red;*/
    width:95%;
    display:flex;
    margin:0px auto;
}
.footWrap{
    margin-top:20px;
}


.content .c_left{
    /*border: 1px solid chartreuse;*/
    flex:1;
    margin-top:30px;
}
.content .c_left .c_left_1{
    padding-bottom:10px;
}
.content .c_left_1 .guanyu{
    width:calc(100% - 30px);
    height:50px;
    text-align:left;
    padding-left:30px;
    line-height:50px;
    font-size:18px;
    color:#fff;
    font-weight:bold;
}
.content .c_left_1 .ul{
    width:95%;
    margin:0px auto;
    background:#fff;
}
.content .c_left_1 .ul .color{
    color:#015DB2;
}
.content .c_left_1 .ul li{
    /* border:1px solid yellow; */
    height:40px;
    line-height:40px;
}
.content .c_left_1 .ul li a{
    margin:0px 23px;
    color:#000;
    font-size:15px;
}
.content .c_left_1 .ul li a:hover{
    color:#015DB2;
}

/*右边*/
.content .c_right{
     /*border-left:1px solid red; */
    flex:5;
    
    height:95%;
}
/*右边头部*/
.content_top{
    width:95%;
    margin:0px auto;
    line-height:50px;
    display:flex;
    border-bottom:1px solid #808080;
    justify-content:space-between;
}
.bold_font{
    height:50px;
    text-align:left;
    padding-left:30px;
    font-size:18px;
    font-weight:bold;
    /* border:1px solid blue; */
    
}

.c_top{
    /* padding-bottom:10px; */
    text-align:right;
    margin-right:20px;
}
.c_top a{
    color:#666;
}
.c_top a:hover{
    color:#015DB2;
}
.content .c_right .c_right_content{
    width:95%;
    margin:0px auto;

}
.content .c_right .c_right_content .content_s{
    /* border:1px solid #ddd; */
    /* display:none; */

}
.content .c_right .c_right_content .c_top h3{
    font-size:18px;
    /* border:1px solid blue; */
    height:50px;
    line-height:50px;
    padding-left:50px;
    color:#000;
}


/* 第二页面 */

 .content_s .content_s_text{
     padding:30px;
    text-align:left;
    font-size:15px;
}
 .content_s .content_s_text img{
     /* border:1px solid red; */
     max-width:700px;
}
 .content_s .content_s_text p{
    line-height:30px;
    text-indent:2em;
}
 .content_s .content_s3_img{
    /*border:1px solid yellowgreen;*/
    /*height:700px;*/
    width:85%;
    margin:0px auto;
    padding: 50px 0px;
    display:flex;
}
 .content_s .content_s3_img img{
    width:500px;
    min-width:100%;
}
.contents_4_img{
   font-size:15px;
}
.contents_4_img_top{
    text-align:center;
    /*border:1px solid orangered;*/
}
.contents_4_img_buttom{
    /*border:1px solid red;*/
    margin:10px auto 0px auto;
    display:flex;
    text-align:center;
    line-height:40px;
    justify-content:space-between;
}
.contents_4_img_buttom img{
    margin:0px auto;
}
._4_img_buttom_left{
    /*border:1px solid orangered;*/
    flex:1;

}
._4_img_buttom_left ul li{
    margin-top:20px;
}
._4_img_buttom_right{
    /*border:1px solid orangered;*/
    flex:1
}
._4_img_buttom_right ul li{
    margin-top:20px;
}

.font_blod_2{
    text-align:left;
    line-height:50px;
    font-size:18px;
    font-weight:bold;
    margin-left:30px;
}























