/*
* @Author: Marte
* @Date:   2020-05-13 16:00:07
* @Last Modified by:   Marte
* @Last Modified time: 2020-05-13 16:57:38
*/
*{ margin:0;padding: 0;list-style: none;text-decoration: none;list-style-type: none;background-color:#f6efe8;}
body{
    width: 100%;
    background-color:#f6efe8;
    font-size:0px;
}
.header img{
    
    width: 100%;
    height: auto;

}
.container{
    width:1000px;
    margin:0 auto;
}
.dongtai{
    margin-top: 50px;
    display: flex;
    justify-content:space-between;

    height: 374px;

}
.guancang{
    display: flex;
    justify-content:space-between;

    height: 374px;
}
.dt_title{
    width:400px;
}
.li_one{
    color: #854414;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}
.li_border{
    border:0.5px dashed #616161;
    margin:15px 0px;
}
.li_tow{
    margin-top:10px;
    color: #616161;
    font-size: 16px;
    line-height: 34px;
}
.guancang_img {
   
    margin:50px 0px;
}
.gc_title li {
    margin-bottom: 25px;
    font-size:20px;
}
.gc_title li img{
    margin-right: 5px;
}
