

.new_none ul{
    display: none;
}
.new_none ul.on{
    display: block;
}
.announcement ul {
    margin: 0 -14px;
}
.announcement .con {
    margin: 0 14px 28px;
    border: 1px solid #CCC;
}

/*每周快讯页面*/
.periodical{
    border: 1px solid #DDD;
    padding: 40px;
}
.periodical .text{
    background: url(../images/member/bg.jpg) no-repeat center;
    background-size: cover;
    padding: 20px 40px;
}
.periodical .phone{
    margin: 14px 0 0;
}
.periodical .phone i{
    margin-right: 10px;
}
.periodical ul{
    margin: 0;
}
.periodical .list{
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    /*border-bottom: 1px solid #DDD;*/
    margin-top: 26px;
}
.periodical .list li{
    width: 25%;
    float: left;
}
.periodical .list li a{
    display: block;
    padding: 12px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
.periodical .list .date{
    color: #CCCCCC;
}
.periodical .list li a:hover{
    background: rgba(0, 134, 71, 0.1);
}
.periodical .list li a:hover .tit{
    text-decoration: underline;
    font-weight: bold;
}
.periodical .list a:hover .date{
    color: #008647;
}
.flash{
    margin-top: -20px;
}
.flash .list{
    text-align: center;
    cursor: pointer;
}
.flash .list .date{
    color: rgba(102, 102, 102, 0.71);
    font-size: 18px;
    margin-bottom: 12px;
}
.flash .list .yuan{
    width: 15px;
    height: 15px;
    background: rgba(170, 170, 170, 0.2);
    border-radius: 50%;
    border: 1px solid #AAA;
    display: inline-block;
}
.flash .list .yuan span{
    display: block;
    width: 7px;
    height: 7px;
    background: #AAA;
    border-radius: 50%;
    margin: 3px auto 0;
}
.flash .swiper-slide.on{
    top: -7px;
}
.flash .swiper-slide.on .list .date{
    color: #008647;
    font-size: 20px;
}

.flash .swiper-slide.on .list .yuan{
    width: 29px;
    height: 29px;
    background: rgba(0, 134, 71, 0.51);
    border: 1px solid #008647;
}

.flash .swiper-slide.on .list .yuan span{
    width: 13px;
    height: 13px;
    background: #008647;
    border-radius: 50%;
    margin: 7px auto 0;
}
.swiper-button-next,
.swiper-button-prev{
    background-image: none;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 27px;
    color: #AAA;
    border: 1px solid #AAA;
    border-radius: 50%;
    top: auto;
    bottom: 13px;
    text-align: center;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    transform: rotate(-180deg);
    left: 0;
}
.flash-swiper{
    padding-top: 20px;
    width: 84%;
    margin-bottom: 14px;
}
.flash .bor{
    width: 86%;
    height: 1px;
    background: rgba(170, 170, 170, 0.5);
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (max-width: 768px){
    .periodical ,
    .periodical .text{
        padding: 20px;
    }
    .periodical .list li {
        width: 50%;
    }
}
/*每周快讯页面结束*/

/*每周快讯详情页*/
.member_details{
    margin-top: 28px;
}
.member_details .list{
    width: 50%;
    float: left;
}
.member_details .list .con{
    margin: 0 14px 28px;
}
.member_details .left{
    float: left;
    width: 84%;
    margin-right: 14px;
    margin-left: -14px;
}
.member_details .right{
    overflow: hidden;
}
.member_details .list .img{
    margin-bottom: 28px;
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
}
.member_details .right .img{
    margin-bottom: 50px;
}
.member_details .right .img:last-child{
    margin-bottom:0;
}
.message_list ul {
    margin-bottom: 22px;
}
.message_list ul li a p {
    width: 100%;
}
@media only screen and (max-width: 1199px){
    .member_details .list .con {
        margin: 0 6px 12px;
    }
    .member_details .left {
        margin-right: 6px;
        margin-left: -6px;
    }
    .member_details .list .img {
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 900px){
    .member_details .left {
        margin-right: -6px;
        margin-left: -6px;
        width: auto;
        float: none;
    }
    .member_details .right{
        margin: 0 -6px;
    }
    .member_details .right .img {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }
    .member_details .right .img a{
        display: block;
        margin: 0 6px;
    }
}
@media only screen and (max-width: 500px){
    .member_details .list {
        width: 100%;
        float: none;
    }
}
/*每周快讯详情页结束*/

/*公示文件页面*/
.publicity ul{
    margin: 0 -19px;
}
.publicity ul li{
    margin-bottom: 30px;
}
.publicity ul li .con {
    margin: 0 19px;
    padding: 0;
}
.publicity .con .img{
    height: 0;
    overflow: hidden;
    padding-bottom: 121%;
}
.publicity .con .text{
    margin-top: 26px;
}
.publicity .con .pdf_img{
    width: 36px;
    margin-right: 20px;
}
.publicity .con .tit{
    overflow: hidden;
    padding-left: 20px;
    border-left: 1px solid #EEE;
    color: #000;
    line-height: initial;
}
.publicity .con .tit span {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    margin-top: 10px;
    display: block;
}

/*公示文件页面结束*/
/*市场报告页面*/
.announcement .img_con {
    margin: 0 14px 28px;
    /* border: 1px solid #CCC; */
    color: #666666;
    display: block;
    height: 0;
    padding-bottom: 59%;
    overflow: hidden;
}
.img_con{
    position: relative;
}
.img_con img{
    /* height: 100%; */
    transition: all 0.3s;

}
.img_con:hover img{
    transform: scale(1.05);
}
.img_con p{
    position: absolute;
    bottom: 0;
    background-image: linear-gradient( 141deg ,rgba(161, 165, 166,1) 0%,rgba(170, 170, 170,1) 100%);
    z-index: 10;
    width: 100%;
    text-indent:2em ;
    display: block;
    color: #F0F0F0;
    line-height: 46px;
    font-weight: 400;
}
.img_con:hover p{
    background-color: #28b272;
    background-image: linear-gradient( 141deg ,rgba(48, 182, 119,1) 0%,rgba(1, 132, 71,1) 100%);
}
@media only screen and (max-width: 1370px){
    .announcement .img_con {
        margin: 0 20px 20px;
        height: 270px;
    }
}
@media only screen and (max-width: 1200px){
    .announcement .img_con {
        padding-bottom: 0;
        margin: 0 20px 20px;
        height: 100%;
    }
}


/*市场报告页面结束*/
@media only screen and (max-width: 1199px){
    .announcement .con {
        padding: 30px;
    }
}