.xw-title02 h3,.xw-title02 a,.xw-title02 span {
    display: inline-block;
    float: left;
    height: 26px;
    line-height: 26px;
    margin: 5px;
}
.xw-title02{
    width: 192px;
    margin: 40px auto 5px;
    height: 37px;
}
.xw-title02 h3{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.xw-title02 a {
    height: 21px;
    line-height: 21px;
    width: 1px;
    margin-top: 8px;
    border: 1px solid #b8b8b8;
}
.xw-title02 span {
    color: #999999;
}
#list .list:hover{
    transition: all 0.5s;
    box-shadow: #cccccc 0px 0px 20px 5px
}
.xw-title p {
    height: 2px;
    line-height: 2px;
    background: #012269;
    width: 36px;
    margin: 0 auto 40px;
}

#list .list{
    margin-bottom: 40px;
    border: 1px solid #ccc;
    /*padding: 0 50px;*/
}
.list .l-top{
    height: 40px;
    line-height: 40px;
    background-color: #fafafa;
}
.l-top .tit1{
    float: left;
    padding-left: 50px;
}
.l-top .tit1 span,
.l-top .tit1 {
    line-height: 40px;
    height: 40px;
    color: #012269;
    font-size: 18px;
}
.l-top .tit1 span{
    margin-left: 100px;
}
.l-top .time{
    float: right;
    padding-right: 50px;
}
.l-top .time,
.l-top .time span{
    font-size: 14px;
}
.list .l-content{
    padding: 20px 50px 35px;
}
.list .ul1,.list .ul2{
    width: 100%;
    margin-bottom: 15px;
}
.list .ul2{
    margin-top: 17px;
}
.ul1 li,
.ul2 li{
    float: left;
    padding: 0 20px;
    border-right: 2px solid #ccc;
    line-height: 10px;
}
.ul1 li:last-child{
    border-right: none;
}
.ul2 li{
    border-right: none;
}
.ul1 li,.ul1 li span,
.ul2 li,.ul2 li span{
    font-size: 14px;
}
.l-content p{
    color: #333333;
    line-height: 25px;
    font-size: 14px;
}
.ul1 li:first-child,
.ul2 li:first-child{
    padding-left: 0;
}
@media screen and (max-width: 1920px) and (min-width: 999px){
    .main{
        width: 1200px;
    }
}
@media screen and (max-width: 980px){
    .list .ul1, .list .ul2 {
        width: 100%;
    }
}

@media all and (max-width:767px){
    #list {}
    #list .list {
        width: 100%;
    }
    #list .list .tit1 {
        padding-left: 20px;
    }

    #list .list .l-content{
        padding: 20px;
    }
    #list .list ul{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        
    }
    #list .list .time{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        float: none;
        position: static;
        display: none   ;
    }
    #list .list ul li{
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        float: none;
        width: 100%;
        line-height: 28px;
        border: none;
    }
}


@media all and (max-width:767px) {
    .banner1{
       height: 352px;
       overflow: hidden;
   }
   .banner img {
       width: 300%;
       transform: translate(-35%);
       max-width: none;
   }
#list .list .tit1 span{
    display: none;
}
}
@media all and (max-width:321px) {
    #list .l-top{
        height: auto;
    }
    #list .tit1{
        float: none;
        height: auto;
    }
    #list .tit1 span{
        display: block;
        margin-left: 0;
        height: auto;

    }

}