#xinwen .main{
    overflow: hidden;
}
#xinwen {
    margin: 50px 0;
}
.m-xinwen>h2{
    color: #f25c19;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.m-xinwen>.p1{
    color: #bababa;
}
.m-xinwen>.p2{
    color: #666;
    font-size: 14px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
}
#xinwen .xinwen{
    width: 76%;
    margin-left: 4%;
    float: left;
}
.xinwen .m-xinwen{
    width: 90%;
}
.list1>p{
    background-color: #f25c19;
    height: 33px;
    line-height: 33px;
    padding: 0 1.5%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-bottom: 30px;
}
.list1>p span{
    color: #fff;
    font-size: 14px;
}
.list1>p .s1{
    float: left;
}
.list1>p .s1 i{
    display: inline-block;
    height: 15px;
    width: 3px;
    margin-right: 10px;
    background-color: #fff;
    overflow: hidden;
}
.list1>p .s2{
    float: right;
}
.list1-top>div{
    float: left;
    width: 31%;
}
.list1-top .con1{
    width: 66%;
    margin-left: 3%;
}
.con1 .p11{
    font-size: 14px;
    color: #f25c19;
    margin-bottom: 10px;
}
.con1 h6{
    font-size: 17px;
    color: #333333;
    font-weight: bold;
}
.con1 h6 a{
    display: inline-block;
    background: url("../images/jia.png") no-repeat center right;
    width: 100%;
}
.xinwen .list1-top{
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}
.xw1 p{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
.xw1 p .a1{
    float: left;
    background: url("../images/yuan.png") no-repeat center left;
    padding-left: 3%;
}
.xw1 p .a2{
    float: right;
}
.xw1 p span{
    font-size: 14px;
}
.xinwen a:hover{
    color: #f25c19;
}
.con1 p:last-child{
    font-size: 14px;
    color: #666;
}
.m-xinwen .list1{
    margin-bottom: 40px;
}
.s2 a:hover,
.s2 a{
    color: #fff;
}

/*列表页面*/
.div1>div{
    float: left;
}
.div1 .img11{
    width: 28%;
    margin-right: 2%;
    background-color: #f2f2f2;
}
.div1 .img11>div{
    width: 86%;
    margin-left: 7%;
}
.div1 .con1{
    width: 65%;
}

.xinwen .m11{
    width: 85%;
}
.xw01 .div1{
    border-bottom: 1px solid #dddddd;
    margin: 30px 0 0;
    padding-bottom: 30px;
}
@media screen and (max-width: 980px) {
    .div1 .con1 {
        width: 70%;
    }
    .xinwen .m-xinwen,
    .xinwen .m11{
        width: 100%;
    }
}