img{
    display: block;
}
.social_banner{
    width: 100%;
    height: auto;
}
.social_banner img{
    width: 100%;
    height: auto;
}


.social_wrap{
    background: #FFFFFF;
}

.social_main{
    width: 100%;
    height: auto;
}

.social_main ul{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
.social_main ul li{
    width: 380px;
    height: auto;
    margin-right: 30px;
}
.social_main ul li:nth-child(3n){
    margin-right: 0;
}
.social_main ul li:hover .soc_main_tit{
    color: #D81C25;
}

.social_main ul li:hover .social_main_ind{
    border-bottom: 1px solid #D81C25;
}

.social_main ul li:hover .social_main_down_wrap span:nth-child(1){
    color: #D81C25;
}

.social_main ul li:hover .social_main_down_wrap span:nth-child(2){
    background: url(../images/social_rigiocn2.png) no-repeat;
    background-size: 100% 100%;
}

.social_main_ul .social_main_pic{
    width: 100%;
    height: 160px;
    margin-bottom: 21px;
    overflow: hidden;
    transition: all 0.36s;
}

.social_main_ul .social_main_pic img{
    width: 100%;
    height: 100%;
    transition: all 0.36s;
}
.social_main_ul .social_main_pic:hover img{
    transform: scale(1.1);
}
.social_main_ul .soc_main_tit{
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #454545;
    margin-bottom: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.h2_title_big_social{
    padding-bottom: 30px;
    padding-top:30px;
}

.social_main_ul .social_main_ind{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6D6E71;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 27px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.social_main_down_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 43px;
    margin-bottom: 25px;
}
.social_main_down_wrap span:nth-child(1){
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #999999;
}
.social_main_down_wrap span:nth-child(2){
    display: block;
    width: 8px;
    height: 13px;
    background: url(../images/social_rigiocn1.png) no-repeat;
    background-size: 100% 100%;
}

/*.social_main_down_wrap:hover span:nth-child(1){*/
/*    color: #EE273A;*/
/*}*/
/*.social_main_down_wrap:hover span:nth-child(2){*/
/*    background: url(../images/social_rigiocn2.png) no-repeat;*/
/*    background-size: 100% 100%;   */
/*}*/


.span_a_arow{
    display: block;
    width: 100%;
    height: 100%;
}


/* 分页器样式 */
.patn{
    width: 700px;
    height: auto;
    margin: 0 auto;
}
.d-new-page{ width:100%; overflow:hidden; text-align:center; padding-top:25px;}
.page-prev,.page-next{ width:9px; height:18px;cursor: pointer;}
.page-prev{background:url(../images/page-prev.png) center no-repeat; float:left;}
.page-next{background:url(../images/page-next.png) center no-repeat; float:right;}
.page-prev:hover{background:url(../images/page-prev_1.png) center no-repeat; }
.page-next:hover{background:url(../images/page-next_1.png) center no-repeat; }
.page-prev,.page-next,.page-a,.page-span{line-height:46px; text-align:center; display:inline-block; vertical-align:top; width:40px; height:46px;}
.page-a,.page-span{ margin:0 8px;font-size:15px; color:#909396;  background:url(../images/pages1.png) center no-repeat;}
.page-a-on,.page-a:hov er{ background:url(../images/pages.png) center no-repeat; color:#fff;cursor: pointer;}







