*{
    margin: 0px;
    padding: 0px;
    list-style:none; 
}
a{
    color:#333333;
}
a:hover{
    color:red;
}
.head{
    width:1280px;
    margin:0 auto;
}
.head_1{
    width: 1250px;height: 90px;
}
.head_1_1{
    float: left;margin-top:30px;
}
.head_1_2{
    float: left;margin-left:230px; margin-top:30px;
}
.head_1_3{
    float: left;
    width: 280px;
    height: 40px;
    margin-top: 30px;
    border:1px solid #b8b8b8;
    border-radius: 50px;
    margin-left: 80px;
}
.head_tit{
    width: 1280px;height: 50px;background: #fcf4f2;
}
.head_tit_1{
    float: left;
    width: 90px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: red;
    margin-left: 20px;
}
.head_tit_1 a{
    color:red;
}
.on a{
    color:white
}
.on{
    letter-spacing: 3px;
    padding-left: 3px;
    background: #c31701;
    color: white;
}
.p_1{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.p_1_tit{
    margin-left: 35px;
    padding-left: 20px;
    width: 430px;
    height:60px;
    line-height: 60px;
    border-bottom: 1px solid #dddddd;
}
.p_1_name{
    float:left;
    width: 335px;
    font-size: 16px;
}
.p_1_time{
    float:left;
    font-size:14px;
    color:#999999
}
.p_2{
    position: relative; 
    width: 1202px;
    height: 330px;
    margin: 0 auto;
    margin-top: 30px;
    padding-top: 15px;
    
}
.p_3{
    width: 1200px;
    height: 835px;
    margin:0 auto;
    margin-top: 30px;
}
.p_3_1{
    float: left;width:825px;
}
.p_3_tit{
    height: 38px;
    font-size: 14px;
}
.clear1{
    clear: both;
}
.title{
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
}
.p_3_right_1{
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin-left: 22px;
    border-bottom: 1px solid #e0e0e0;
}
.p_3_right_1_1{
    display: block;
    float: left;
    width: 8px;
    height: 8px;
    background: #cbb486;
    border-radius: 99px;
    margin-top: 20px;
    margin-right: 10px;
}
.p_4{
    width: 1200px;margin: 0 auto;margin-bottom: 50px;
}
.p_4_1{
    float:left;width:585px;height: 300px;
}
.icon{
    display: block;
    float: left;
    width: 15px;
    height: 10px;
    margin-top: 35px;
    margin-left: 10px;
}
.foot{
    width: 100%;height: 240px;
}
.foot_1{
    width: 1200px;margin:0 auto;
}
.foot_1_1{
    height:80px;line-height:80px;
}
.foot_1_2{
    margin-top: 45px;text-align: center;
}
.foot_1_3{
    margin-top: 20px;text-align: center;
}
.foot_li{

}
.foot_li::-webkit-scrollbar {
/*滚动条整体样式*/
    width : 8px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.foot_li::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #de1e1f;
}
.foot_li::-webkit-scrollbar-track {
/*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #ededed;
}