/* 通告轮播和商会申请index_notice.css */
.index-notice-swiper {
    width: 100%;
    height: 46px;
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px 
		rgba(30, 30, 30, 0.07);
}
.index-notice-container{
    width: 100%;
    height: 46px;
}
.index-notice-swiper .index-notice-wrapper {
    height: 100%;
}

.index-swiper-left a {
    display: block;
}
.index-swiper-left a img {
    width: 29px;
    height: 26px;
    float: left;
    margin: 10px 10px 0 30px;

}
.index-swiper-left p {
    width: 910px;
    float: left;
    font-size: 18px;
    color: #333;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-swiper-left p:hover {
    color: #124182;
}
.index-swiper-more {
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -13px;
}
.index-swiper-more a {
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 26px;
}
.index-swiper-more a:hover {
    color: #333;
}
.index-notice-box{
    position: relative;
    height: 186px;
    background: #fbfbfb;
}
.index-min{
    position: absolute;
    left: 50%;
    top: -23px;
    margin-left: -585px;
   
}
.index-notice-slide {
    position: relative;
    width: 1170px;
}

/* 申请 */

.index-apply-ul{
    margin-top: 56px;
}
.index-apply-ul li{
    width: 270px;
    float: left; 
    background-color: #fff; 
    box-shadow: 0px 3px 10px 0px 
        rgba(30, 30, 30, 0.07);
    margin-right: 30px;
    *margin-right: 28px;
    cursor: pointer; 
    }
    .index-apply-ul li a {
        display: block;
        padding: 24px 15px;
}
.index-apply-ul img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 14px;
    vertical-align: top;
}
.index-apply-right {
    float: left;
    display: inline-block;
    *display:inline;
    *zoom: 1;
}
.index-apply-title {
    font-weight: 700;
    width:165px;
    font-size: 20px;
    color: #124182;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-apply-content {
    font-size: 15px;
    color: #666;
    width: 165px;
    line-height: 26px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    white-space: nowrap;
}
.index-apply-content:hover {
    color: #333;
}