﻿.m-slide-img-con{
    position: relative;
}
.m-slide{
    position: relative;
    height: 240px;
    background: #fff;
    padding-top: 50px;
}
.m-slide .bottom-shadow{
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    background: #e6e6e6;
    border-bottom: 1px solid #ececec;
}
.m-slide .img {
    float: left;
    position: relative;
    width: 100% !important;
    height: 240px;
    list-style: none;
    margin:0;
    padding:0;
}
.m-slide .img li, .m-slide .img a, .m-slide .img img {
    display: block;
    width: 100% !important;
    height: 240px
}
.m-slide .img li {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
.m-slide .img .first {
    display: block;
}
.m-slide .tab {
    float:left;
    width:642px;
    list-style: none;
    margin:0;
    padding:0;
}
.m-slide .tab li {
    width: 100%;
    height: 120px;
    position: relative;
    box-sizing: border-box;
    padding:8px 14px 5px 0;

}
.m-slide .tab li:after{
    content: "";
    display: block;
    clear: both;
}
.m-slide .tab li .news-big-num{
    float: left;
    width:89px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 36px;
    color:#d4d4d4;
    border-right: 1px solid #e5e5e5;
    margin-top: 12px;
}
.m-slide .tab li .news-title-detail{
    float: right;
    width:518px;
}
.m-slide .tab li .news-title-detail h4{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color:#4d4d4d;
    margin:0;
}
.m-slide .tab li .news-title-detail p{
    
    line-height: 18px;
    font-size: 14px;
    color:#929292;
    margin:0;
    text-align: justify;
}
.m-slide .tab li .news-title-detail a.ljxq{
    font-size: 12px;
    color:#4c9ad1;
    position: absolute;
    bottom:5px;
    right:14px;
}

.m-slide .tab li.on .news-title-detail h4{
    color:#2781ae;
}
.m-slide .tab li.on{
    background-color: #f4f8fd;
}
.m-slide .tab li.on .news-big-num{
    color:#2781ae;
}
.news-close{
    position: absolute;
    top:10px;
    right:-35px;
}
.news-close img {
     margin: 0;
}
.news{
    background-color: #fff;
}
.m-slide-img-con{
    width:358px;
    float: left;
}


.lunbo-dot{
    position: absolute;
    bottom:7px;
    right:7px;
}
.lunbo-dot span{
    float: left;
    width:7px;
    height: 7px;
    background-color: transparent;
    border:1px solid #fff;
    margin-right: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.lunbo-dot span.onAtv{
    background-color: #fff;
}