.xinwen{
    margin: 50px 0;
}
.xw-list .xw-list1:first-child{
    margin-top: 20px;
}
.xw-list .xw-list1{
    padding: 0 2%;
    margin-bottom: 35px;
}
.xw-list .xw-list1:nth-child(odd){
    padding: 30px 2%;
    background-color: #f7f7f7;
}
.xw-list1 .xq-left{
    width: 14.5%;
    margin-right: 2%;
    max-width: 160px;
    max-height: 104px;
    overflow:hidden;
}


.xw-list1 .xq-right:hover p,
.xw-list1 .xq-right:hover h4{
    color: #012269;
}
.xw-list1 .xq-left:hover img{
    -webkit-animation: run1 1.5s;
}
@-webkit-keyframes run1{
    0%{
        transform: translateX(20px);
    }
    100%{
        transform: translateX(0);
    }
}
.xw-list1 .xq-right{
    width: 83.5%;
}
.xq-right h4{
    font-weight: bold;
    color: #333333;
    font-size: 20px;
    margin-bottom: 15px;
}
.xq-right h4:hover{
    color: #012269;
}
.xq-right p{
    color: #76838f;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}
 .xq-right span{
     float: left;
    color: #a3afb7;
     margin-right: 20px;
     font-size: 16px;
 }
 .xw-title02 p{
     height: 2px;
     line-height: 2px;
     background-color: #012269;
     width: 35px;
     margin-top: 35px;
 }

header .head001 li a{
    color: #666666!important;
    border-bottom: none!important;
}
header .head001 li a:hover{
    color: #012269!important;
    border-bottom: 2px solid #012269!important;
}
@media screen and (min-width: 999px)and (max-width: 1920px) {
    .xinwen .main{
        width: 1200px;
    }
}
    @media screen and (max-width: 980px) {
    .xw-title01 {
        width: 23%;
    }
}

@media all and (max-width:767px){
    .xw-title .xw-title02{
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .xw-title .xw-title01{
        margin-top:15px;
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .xw-title .xw-title01 span{
        display: inline-block;
        width: auto;
        padding: 0 15px;
    }
}
@media all and (max-width:767px){
    .xw{}
    .xw .xw-list .xw-list1:nth-child(odd),.xw .xw-list .xw-list1:nth-child(even){
        padding-top:15px;
        padding-left:15px;
        padding-right:15px;
        padding-bottom:15px;
    }
    .xw .xw-list1 .xq-left{
        width: 100%;
        max-width: none;
        max-height: none;
        height: auto;
    }
    .xw .xw-list1 .xq-left img{
        width: 100%;
    }
    .xw .xw-list1 .xq-right h4{
        line-height: 40px;
        margin-bottom: 0;
    }
    .xw .xw-list1 .xq-right p{
        display:-webkit-box;
        overflow: hidden; /*超出隐藏*/
        text-overflow: ellipsis;/*隐藏后添加省略号*/
        -webkit-box-orient:vertical; 
        -webkit-line-clamp:2;
    }

 
    .xw .xw-list1{}
    .xw{}
}

@media all and (max-width:767px) {
     .banner1{
        height: 352px;
        overflow: hidden;
    }
    .banner img {
        width: 300%;
        transform: translate(-35%);
        max-width: none;
    }
}