xw_main
.xw_main {
    width: 100%;
    padding: 6px 0 50px;
    background-color: #fff;

}
.xw_main_nr {
    width: 100%;
    margin-top: 3rem;
}
.xw_main_nr ul {
    width: 100%;
}
.xw_main_nr ul li {
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px dashed #dadada;
}
.fix::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.xw_main_nr ul li .pic {
    width: 100%;
    overflow: hidden;
   
}
.xw_main_nr ul li .pic img {
    width: 100%;
}
.db {
    display: block;
    height: ;
}
:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.picfd img {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
}
.picfd:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.xw_main_nr ul li .title3 a:hover {
    color: #fff;
   background: url(404.png) no-repeat center;
   }
.xw_main_nr ul li .title3 a {
    color: #00b0eb;
    width: 135px;
    max-width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 4px;
    background: url(404.png) no-repeat center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.jzgd {
    width: 100%;
    margin-top: 26px;
    text-align: center;
    margin-bottom: 2em;
}
.jzgd a {
    font-size: 16px;
        color: #00b0eb;
    width: 135px;
    max-width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 4px;
    border-radius: 15px;
    display: inline-block;
   
}
.jzgd a:hover {
        color: #fff;
        background-color: #00b0eb;
    }

.news-item {
    padding: 1em 0em ;
}
.news-title-font {
    font-weight: bold;
}
.news-cont {
    padding: 1em 0em ;
}
.news-detial-a {
    width: 135px;
    max-width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 4px;
    color: #00b0eb;
    display: inline-block;
    border:1px solid #00b0eb;
    border-radius:15px;
    font-size: 16px;
}
.news-detial-a:hover {
    color: #ffffff;
    background-color: #00b0eb;
}
.news-data {
    display: block;
    float: right;
    margin-top: 8px;
}
.news-hidden {
    display: none;
}
.img_box1 {
        overflow: hidden;
    width: 100%;
    height: 80%;
    padding: 0 0;
}

.jzgd a:hover .jztext {
    	color: #ffffff;
    }
.jztext {
        color: #00b0eb;
    }
    .jztext:hover {
        color: #ffffff;
    }
    .loadimg {
        width: 25px;
        height: 25px;
        display: none;
        
    }
    @-webkit-keyframes spin {
        0%{ 
            -webkit-transform: rotate(0deg);  
            -ms-transform: rotate(0deg);  
            transform: rotate(0deg);  
        }100%{
            -webkit-transform: rotate(360deg);  
            -ms-transform: rotate(360deg);  
            transform: rotate(360deg);  }
    }

    @keyframes spin {
            0%{ 
                -webkit-transform: rotate(0deg);  
                -ms-transform: rotate(0deg);  
                transform: rotate(0deg);  
            }100%{
                -webkit-transform: rotate(360deg);  
                -ms-transform: rotate(360deg);  
                transform: rotate(360deg);  }
    }
@media (min-width: 993px) {
    .xw_main_nr ul li .pic img {
        width: 100%;
       
    }
}
@media (min-width: 776px) {
    .xw_main_nr ul li .pic {
        height: 272px;
    }
}