.swiper_wrap img {
    width: 540px;
    height: 300px;}

.swiper_wrap {
    list-style: none;
    /*border: 1px solid black;*/
    width: 540px;
    height: 322px;
    /*margin: 60px auto;*/
    overflow: hidden;     /*hidden	   内容会被修剪，并且其余内容是不可见的。*/
    position: relative;}


.swiper_wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;}


.swiper_wrap ul li {
    width: 540px;
    height: 322px;
    position: relative;}

.swiper_wrap .news_title{
    width: 100%;
    height: 40px;
    font-size:14px;
    color: #fff;
    padding: 10px;
    line-height: 150%;
    position: absolute;
    left: 0px;
    bottom: 22px;
    background: rgba(0,0,0,0.6);}

.swiper_wrap ol {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 8px;
    bottom: 30px;}

.swiper_wrap ol li {
    padding: 1px 6px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 15px;
    font-size: 15px;
    font-family: ËÎÌå;
    background-color: rgba(102, 102, 102, 0.4);
    text-decoration: none;
    border: solid 1px #666;
    border-radius: 3px;
    margin-left: 5px;
    float: left;
    text-align: center;
    cursor: pointer;}


.swiper_wrap ol .on {
    background: #E97305;
    color: #fff;}