/*** 
    妇联项目首页样式
 ***/
a{text-decoration: none;}

.women-body{
    background: #fff;
    width: 100%;
    /*min-width: 1170px;*/
}
.women-container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

/*** header ***/
.women-navbar{
    height: 130px;
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
    box-shadow: 0 1px 8px rgba(0,0,0,0.2);
    position: relative;
    z-index: 10;
}
.women-navbar-header{
    height: 82px;
    background: #fff;
    overflow: hidden;
}
.women-navbar-header h1{
    float: left;
    height: 82px;
}
.women-navbar-header span{
    float: left;
    height: 32px;
    padding: 29px 0 0 40px;
}
.women-navbar-header span a{
    margin-right: 20px;
}
.women-search{
    float: right;
    height: 34px;
    padding-top: 26px;
}
.women-search input{
    float: left;
    width: 172px;
    height: 24px;
    line-height: 24px;
    padding: 4px 5px;
    border: 1px solid #da6795;
    border-radius: 6px 0 0 6px;
}

.women-search input:focus {
    border-color: #da4c87;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 76, 135, 0.6);
    outline: 0 none;
}

.women-search button{
    float: left;
    width: 55px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color:#fff;
    border: 1px solid #da6795;
    border-left: none;
    border-radius: 0 6px 6px 0;
    background: #da4c87;
    outline: 0 none;
}
.women-navbar-nav{
    width: 100%;
    height: 48px;
    background: #e33f83;
}

.women-nav-list{
    float:left;
    overflow: hidden;
}
.women-nav-list li{
    float: left;
    height: 24px;
    padding: 12px 0;
    cursor: pointer;
}
.women-nav-list li a{
    display: block;
    padding: 0 15px;
    border-right: 1px solid #c42567;
    font-size: 18px;
    color: #fff;
}
.women-nav-list li:last-child a{
    border-right: 1px solid transparent;
}
.women-nav-list li.active,.women-nav-list li:hover{
    background: #b21456;
}
.women-login{
    float:right;
    height: 48px;
}
.women-login a.loginbtn{
    float:left;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    margin: 7px 2px;
    font-size: 14px;
    color: #da4c87;
    border-radius: 17px;
    background: #fff;
}
.women-login a:hover,.women-login a:focus{
    text-decoration: none;
}
.login-after li{
    float: left;
    position: relative;
    z-index: 10;
}
.login-after .icon-app a,.login-after .icon-message a{
    display: block;
    width: 52px;
    height: 48px;
    padding: 8px 10px;
    overflow: hidden;
}
.login-after .icon-app a:hover,.login-after .icon-message a:hover{
    background: #b21456;
}
.login-after .icon-message em{
    position: absolute;
    top: 1px;
    right: 15px;
    z-index: 111;
}
.login-after .icon-message em:before{
    content: '\2022';
    color: #fff600;
    font-size:24px;
}
.icon-app .women-ewm-pic {
    position: absolute;
    top: 55px;
    left: 50%;
    padding: 5px;
    margin-left: -81px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
}
.icon-app .women-ewm-pic img{
    width: 150px;
    height: 150px;
}
.icon-app .women-ewm-pic:before,.icon-app .women-ewm-pic:after{
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 8px solid transparent;
}
.icon-app .women-ewm-pic:before{
    top: -15px;
    left: 50%;
    margin-left: -8px;
    z-index: 3;
    border-bottom-color: #fff;
}
.icon-app .women-ewm-pic:after{
    border-bottom-color: #ccc;
    top: -16px;
    left: 50%;
    margin-left: -8px;
    z-index: 2;
}

.user-info a.user-info-name{
    display: block;
    line-height: 48px;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
}
.user-info a.user-info-name:hover,.user-info a.user-info-name.active{
    background: #b21456;
}
.user-info a:hover,.user-info a:focus{
    text-decoration: none;
}

.w-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.user-dropdown-menu{
    position: absolute;
    top: 48px;
    right: 0;
    left: auto;
    min-width: 160px;
    margin: 0;
    background: #b21456;
    border:none;
    border-radius: 0;
    padding:0;
}
.user-dropdown-menu a{
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
}
.user-dropdown-menu a:hover,.user-dropdown-menu a:focus{
    background: #e33f83;
    color: #fff;
}
.user-dropdown-menu a span.icon-cloud{
    background-position: 0 -100px;
    margin: 8px 5px 0 0;
}
.user-dropdown-menu a i{
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 7px 5px 0 0;
    text-align: center;
    overflow: hidden;
}

/*** banner ***/
.w-banner-template-box{
    height: 381px;
    position: relative;
    z-index: 1;
}

.w-banner-template-con {
    /*width: 1170px;*/
    width: 100%;
    height: 381px;
    margin: 0 auto;
    position: relative;
}
.w-banner-scroll-btn{
    width:986px;
}
.w-banner-scroll-img a img{
    width: 100%;
}
.w-banner-scroll-btn{
    position: absolute;
    bottom: 10px;
    text-align: center;
}
.w-banner-scroll-btn span{
    font-family: arial;
    font-size: 40px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin:0 5px;
    display: inline-block;
    color: #bbb;
    cursor: pointer;
}
.w-banner-scroll-btn span.active{
    color: #ffb400;
}

/*** banner右侧内容展示 ***/
.banner-content{
    width: 270px;
    height: 380px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}
.banner-content-list .banner-list-title{
    width: 100%;
    height: 61px;
    padding-top: 5px;
    font-weight: normal;
    overflow: hidden;
}
.banner-content-list .banner-list-title span{
    float: left;
    width: 50%;
    height: 56px;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    border-bottom: 2px solid #fff;
}
.banner-content-list .banner-list-title span.active{
    border-bottom: 2px solid #f55b39;
}
.tab-main{
    padding: 10px 20px;
}
.tab-main ul.tab-train-list li{
    height: 66px;
    padding: 15px 0;
    border-bottom: 1px dashed #cccccc;
    overflow: hidden;
}
.tab-main ul.tab-train-list li .w-text-news{
    height: 36px;
    overflow: hidden;
}
.tab-main ul.tab-train-list li span{
    float:left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 3px 10px 0 0;
    font-size:16px;
    color: #fff;
    background: #f55b39;
}
.tab-main ul.tab-train-list li p{
    height: 36px;
    display: table;
}
.tab-main ul.tab-train-list li a{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
}

.tab-main ul.tab-newest-list li{
    padding: 10px 0;
    height: 25px;
    line-height: 24px;
    border-bottom: 1px dashed #cccccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab-main ul.tab-newest-list li a{
    font-size: 16px;
    color: #000;
}
.tab-main ul li a:hover{
    color: #da4c87;
}

/*** 分类 ***/
.women-sort-box{
    margin: 30px 0 0;
    min-height: 119px;
    overflow: hidden;
}
.women-sort-box dl{
    float: left;
    width: 292px;
    height: 119px;
    overflow: hidden;
}
.women-sort-box dl dt{
    float: left;
    width: 70px;
    height: 119px;
    line-height: 25px;
    padding: 33px 15px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.women-sort-box dl dt.sort-item1{
    background: #e0effa;
    color: #3292da;
}
.women-sort-box dl dt.sort-item2{
    background: #E1F7F4;
    color:#33b7a5;
}
.women-sort-box dl dt.sort-item3{
    background: #E9F7E5;
    color:#5fb254;
}
.women-sort-box dl dt.sort-item4{
    background: #F0F5DE;
    color:#92a73a;
}
.women-sort-box dl dd{
    float: left;
    width: 222px;
    padding: 25px 16px 25px 25px;
    height: 119px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    line-height: 30px;
}
.women-sort-box dl:last-child{
    width: 294px;
}
.women-sort-box dl:last-child dd{
    width: 223px;
    border-right: 1px solid #f0f0f0;
}

.women-sort-box dl dd a{
    float: left;
    font-size: 16px;
    color: #000;
    margin-left: 15px;
}
.women-sort-box dl dd a:hover{
    color: #da4c87;
}

/*** 课程展示列表 ***/
.women-course-box{
    margin-top:35px;
    height: 445px;
}

.women-course-title{
    float: left;
    width: 218px;
    height: 430px;
    margin-top:10px;
    /*position: absolute;*/
    /*overflow: hidden;*/
    clear: both;
}

.women-course-title h2{
    height: 100px;
    padding: 25px 0 0 24px;
}
.women-course-title h2 span{
    display: block;
    color: #fff;
}
.women-course-title h2 span.text-english{
    font-size: 30px;
    opacity: 0.3;
    filter:alpha(opacity=30);
}
.women-course-title h2 span.text-chinese{
    font-size: 32px;
    font-weight: normal;
}


.bg-sort-item1{
    background: url(/Public/static/img/women-img/sort-img1.png) 0 0 no-repeat;
}
.bg-sort-item2{
    background: url(/Public/static/img/women-img/sort-img2.png) 0 0 no-repeat;
}
.bg-sort-item3{
    background: url(/Public/static/img/women-img/sort-img3.png) 0 0 no-repeat;
}
.bg-sort-item4{
    background: url(/Public/static/img/women-img/sort-img4.png) 0 0 no-repeat;
}
.bg-sort-item5{
    background: url(/Public/static/img/women-img/sort-img5.png) 0 0 no-repeat;
}
.women-sort-list{
    padding: 25px 0 0 24px;
    overflow: hidden;
}
.women-sort-list a{
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    font-size: 18px;
    color: #fff;
}

.women-sort-more{
    width: 54px;
    margin: 0 auto;
    text-align: center;
    /*position: absolute;*/
    bottom: 30px;
    /*left: 50%;*/
}
.women-sort-more a{
    font-size: 18px;
    color: #fff;
}
.women-sort-more a img{
    display: block;
    margin-bottom: 8px;
}

.women-course-live{
    height:223px;
}
.women-course-live .women-course-title{
    height:208px;
}
.women-course-live .women-sort-more{
    bottom: 10px;
}
.w-more{
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 24px;
    padding-left: 10px;
}
.w-more i{
    float: left;
    width: 15px;
    height: 15px;
    margin: 2px 10px 0 0;
    background: url(/Public/static/img/women-img/icon-more.png) 0 0 no-repeat;
}
.w-more a{
    font-size: 14px;
    color: #6d7c8c;
}
.women-course-list{
    /*max-width: 952px;*/
    width: 100%;
    /*overflow: hidden;*/
}
.women-course-list li{
    float:left;
    /*width: 218px;*/
    width: 16%;
    margin: 10px 22px;
    border: 1px solid #e5e5e5;
}
.women-course-pic{
    /*width: 218px;*/
    height: 122px;
    position: relative;
}
.women-course-pic img{
    /*width: 216px;*/
    /*height: 122px;*/
    width: 100%;
    border-radius: 8px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
}
.women-course-pic .bg-mask{
    width: 100%;
    height: 24px;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.women-course-pic p{
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 3;
}
.women-course-txt{
    padding: 5px 0;
    overflow: hidden;
}
.women-course-txt h4{
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.women-course-txt h4 a{
    font-size: 14px;
    color: #000;
}
.women-course-txt h4 a:hover{
    color: #da4c87;
}
.women-course-txt p{
    line-height: 24px;
    font-size: 12px;
    color: #757575;
    padding:0 10px;
}
.women-course-txt p span{
    float: right;
    font-size: 12px;
    color: #757575;
}
.course-muted{
    line-height: 24px;
    padding: 0 10px;
}
.course-muted span{
    font-size: 12px;
    color: #757575;
}
.course-muted span i{
    float:left;
    width: 13px;
    height: 14px;
    margin: 3px 3px 0 0;
    background: url(/Public/static/img/women-img/s-user-icon.png) 0 0 no-repeat;

}

.women-offline-list{
    width: 100%;
    overflow: hidden;
}
.women-offline-list ul{
    margin-left: -20px;
}
.women-offline-list li{
    float:left;
    width: 218px;
    margin: 15px 0 0 20px;
}
.women-offline-list .women-course-pic{
    width: 218px;
    height: 124px;
}
.women-offline-list .women-course-pic img{
    width: 218px;
    height: 124px;
}
.women-offline-list li h4{
    height: 24px;
    line-height: 24px;
    padding: 10px 0;
    font-weight: normal;
    overflow: hidden;
}
.women-offline-list li h4{
    font-size: 16px;
    color: #333;
}

/*** 新闻模块 ***/
.women-news-box{
    margin-top: 30px;
    padding-bottom: 20px;
    /*overflow: hidden;*/
}
.women-news-item{
    float: left;
    width: 370px;
    margin-left: 20px;
    overflow: hidden;
}
.women-news-job,.women-news-experience{
    width: 380px;
}
.women-news-item:first-child{
    margin-left: 0;
}
.women-news-tit{
    height: 60px;
    padding-bottom: 10px;
    overflow: hidden;
}
.women-news-tit h2{
    float:left;
    line-height: 50px;
    font-size: 30px;
    font-weight: normal;
    color: #333;
}

.women-news-tit .w-more{
    margin-top: 20px;
}

.women-student-list{
    width: 370px;
    height: 255px;
    padding: 10px;
    border: 1px solid #dfdfdf;
}
.women-student-list dl{
    height: 160px;
    padding: 10px 0 20px;
    overflow: hidden;
}
.women-student-list dl dt{
    float: left;
    width: 228px;
    height: 130px;
    margin-right: 15px;
}
.women-student-list dl dt img{
    width: 228px;
    height: 130px;
}
.women-student-list dl dd{
    float: left;
    width: 105px;
}
.women-student-list dl dd h3{
    font-weight: normal;
    line-height: 24px;
    padding-bottom: 10px;
}
.women-student-list dl dd h3 a{
    font-size: 18px;
    color: #000;
}
.women-student-list dl dd p{
    font-size: 14px;
    color: #000;
}
.small-student-pic a{
    float: left;
    width: 110px;
    height: 62px;
    margin-left: 8px;
    overflow: hidden;
}
.small-student-pic a:first-child{
    margin-left: 0;
}
.small-student-pic a img{
    width: 110px;
    height: 62px;
}
.women-job-list{
    width: 380px;
    height: 255px;
    /*border: 1px solid #dfdfdf;*/
}
.women-job-list ul{
    padding: 5px 10px;
}
.women-job-list ul li{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.women-job-list ul li:before{
    float: left;
    content:'\2022';
    color: #d1d1d1;
    font-size: 16px;
    margin-right: 10px;
}
.women-job-list ul li a{
    float: left;
    max-width: 255px;
    font-size: 14px;
    color: #333;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.women-job-list ul li a:hover{
    color: #da4c87;
}
.women-job-list ul li span{
    font-size: 14px;
    color: #777777;
}

/*** 试点城市分布图 ***/
.women-map-box{
    padding: 30px 0;
}

.women-map-con{
    width: 100%;
    height: 573px;
    padding: 20px 0 0;
}
.women-map-left{
    width: 379px;
    border: 1px solid #e6e6e6;
}
.project-introduction{
    height: 144px;
    background: url(/Public/static/img/women-img/home_bottom_03.jpg) 0 0 no-repeat;
}
.project-introduction a{
    display: block;
    line-height: 24px;
    padding: 60px 20px 0;
    font-size: 14px;
    color: #000;
}
.contact-us,.feedback{
    margin-top: 2px;
    overflow: hidden;
}
.contact-us img,.feedback img{
    float: left;
}

.women-map-right{
    float: right;
    width: 760px;
    height: 553px;
    border: 1px solid #e6e6e6;
    background: url(/Public/static/img/women-img/women-map.png) 0 0 no-repeat #f7f7f7;
    position: relative;
}
.women-map-item{
    position: absolute;
    width: 10px;
    height: 10px;
}
.women-map-item a{
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ef538b;
    border-radius: 50%;
}
.city-info{
    z-index: 999999;
    display: none;
    position: absolute;
    top: 5px;
    left: 15px;
    width: 300px;
    height: 96px;
    padding: 5px;
    background: rgba(235,112,155,0.9);
}
.city-info p{
    height: 24px;
    line-height: 24px;
    padding:0 20px 0 45px;
    margin-bottom: 5px;
    background: #ec568b;
    font-size: 14px;
    color: #fff;
}
.city-info span{
    display: block;
    height: 28px;
    line-height: 28px;
    padding-left: 45px;
    font-size: 14px;
    color: #fff;
}

.city-beijing{
    top: 218px;
    right: 290px;
}
.city-tianjin{
    top: 233px;
    right: 282px;
}
.city-shanghai{
    top: 319px;
    right: 238px;
}
.city-hangzhou{
    top: 338px;
    right: 255px;
}
.city-chengdu{
    top: 328px;
    left: 350px;
}
.city-chongqing{
    top: 344px;
    left: 376px;
}
.city-shenzhen{
    top: 408px;
    right: 300px;
}
.city-qingdao{
    top: 258px;
    left: 499px;
}
.city-hushi{
    top: 217px;
    left: 426px;
}
.city-fushun{
    top: 202px;
    left: 511px;
}
.city-jilin{
    top: 198px;
    left: 536px;
}
.city-qqhe{
    top: 143px;
    left: 505px;
}
.city-fuzhou{
    top: 370px;
    left: 490px;
}
.city-luzhou{
    top: 361px;
    left: 355px;
}
.city-guangyuan{
    top: 316px;
    left: 375px;
}
.city-ankang{
    top: 306px;
    left: 400px;
}
.city-xining{
    top: 264px;
    left: 320px;
}
.city-klmy{
    top: 147px;
    left: 221px;
}
.city-cjz{
    top: 174px;
    left: 231px;
}
.city-dalian{
    top: 222px;
    left: 509px;
}
.city-lanzhou{
    top: 270px;
    left: 361px;
}
.city-shijiazhuang{
    top: 243px;
    left: 426px;
}
.city-zhengzhou{
    top: 290px;
    left: 438px;
}
.city-wuhan{
    top: 327px;
    left: 446px;
}
.city-mianyang{
    top: 318px;
    left: 355px;
}
.city-nanjing{
    top: 310px;
    left: 493px;
}
.city-guangzhou{
    top: 407px;
    left: 441px;
}

/*** 资源提供 ***/
.women-resource-box{
    padding: 20px 0;
}
.women-common-title{
    height: 57px;
    border-bottom: 2px solid #e6e6e6;
}
.women-common-title h2{
    float: left;
    height: 57px;
    line-height: 50px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: normal;
    color: #333;
    margin-bottom: -2px;
    border-bottom: 2px solid #ed7ea5;
}
.women-common-title h2 em{
    float: left;
    width: 37px;
    height: 37px;
    margin: 5px 10px 0 0;
    background: url(/Public/static/img/women-img/icon-spirit.png) 0 0 no-repeat;
    overflow: hidden;
}
.women-resource-box .women-common-title h2 em{
    background-position: 0 0;
}
.women-friendlink-box .women-common-title h2 em{
    background-position: 0 -40px;
}
.women-resource-box ul{
    padding: 0 1px;
    overflow: hidden;
}
.women-resource-box ul li{
    float: left;
    width: 280px;
    margin: 30px 6px 0;
}
.women-resource-box ul li a{
    display: block;
    border: 1px solid #e6e6e6;
}
.women-resource-box ul li a:hover{
    border:1px solid #ec568b;
}
.women-resource-box ul li a img{
    width: 100%;
}


.women-friendlink-box{
    padding: 30px 0 20px;
}
.women-friendlink-box ul{
    padding: 15px 0;
    overflow: hidden;
}
.women-friendlink-box ul li{
    float:left;
    padding-top:10px;
}
.women-friendlink-box ul li a{
    font-size: 14px;
    color: #333;
    margin-right: 40px;
}

/*** 底部信息 ***/
.women-footer-box{
    width: 100%;
    height: 195px;
    padding-top: 30px;
    background: #d6d6d6;
    overflow: hidden;
}
.women-about{
    float: left;
    width: 159px;
    height: 129px;
    padding-left: 25px;
    border-right: 1px solid #b0b0b0;
}
.women-about a{
    display: block;
    line-height: 43px;
    font-size: 18px;
    color: #d40078;
}
.women-intro{
    float: left;
    width: 700px;
    height: 129px;
    border-right: 1px solid #b0b0b0;
    border-left: 1px solid #ebebeb;
    overflow: hidden;
}
.women-intro .intro-item{
    float: left;
    height: 64px;
    line-height: 40px;
    padding: 12px 15px;
    font-size: 14px;
    color: #d40078;
}
.women-intro .intro-item em{
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: url(/Public/static/img/women-img/icon-spirit.png) 0 -80px no-repeat;
    overflow: hidden;
}
.women-intro .intro-tel,.women-intro .intro-postcode{
    width: 285px;
    padding-left: 60px;
}
.women-intro .intro-tel em{
    background-position: 0 -130px;
}
.women-intro .intro-email em{
    background-position: 0 -80px;
}
.women-intro .intro-postcode em{
    background-position: 0 -180px;
}
.women-intro .intro-address em{
    background-position: 0 -230px;
}

.women-ewm{
    float: left;
    height: 129px;
    padding-left: 50px;
    border-left: 1px solid #ebebeb;
    overflow: hidden;
}
.women-ewm span{
    float: left;
    line-height: 26px;
    margin: 30px 10px 0 0;
    font-size: 18px;
    color: #777;
}
.women-copyright-bar{
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #707070;
}
.women-copyright-bar p{
    font-size: 14px;
    color: #fff;
    text-align: center;
}
@media (max-width: 767px) {
    /* 手机端首页课程展示 */
    .course-module-title{padding: 12px 20px!important;width: 100%;clear: both}
    .course-module-title>p{font-size: 24px;font-weight: 500;float: left}
    .course-module-title>a{bottom: 0;float: right}

    .women-course-list{
        /*max-width: 952px;*/
        width: 100%;
        clear: both
        /*overflow: hidden;*/
    }
    .women-course-list li{
        float:left;
        /*width: 218px;*/
        width: 40%;
        margin: 15px 0 0 20px;
        border: 1px solid #e5e5e5;
    }
    .women-course-pic{
        /*width: 218px;*/
        height: 122px;
        position: relative;
    }
    .women-course-pic img{
        /*width: 216px;*/
        /*height: 122px;*/
        width: 100%;
        border-radius: 8px;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
    }
    .women-course-pic .bg-mask{
        width: 100%;
        height: 24px;
        background: #000;
        opacity: 0.5;
        filter: alpha(opacity=50);
        position: absolute;
        bottom: 0;
        z-index: 2;
    }
    .women-course-pic p{
        width: 100%;
        height: 24px;
        line-height: 24px;
        padding: 0 10px;
        font-size: 12px;
        color: #fff;
        position: absolute;
        bottom: 0;
        z-index: 3;
    }
    .women-course-txt{
        padding: 5px 0;
        overflow: hidden;
    }
    .women-course-txt h4{
        height: 26px;
        line-height: 26px;
        padding: 0 10px;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .women-course-txt h4 a{
        font-size: 14px;
        color: #000;
    }
    .women-course-txt h4 a:hover{
        color: #da4c87;
    }
    .women-course-txt p{
        line-height: 24px;
        font-size: 12px;
        color: #757575;
        padding:0 10px;
    }
    .women-course-txt p span{
        float: right;
        font-size: 12px;
        color: #757575;
    }
}


