


.subcenter{
	width: 90%;
	margin: 0 auto;
	position: relative;
	padding: 30px 0;
	/* -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; */
}
.subcenter:after,
.dingqz_list:after,
.dingq_list:after{
	content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.dingq_title{
    width: 100%;
    padding: 0 0 15px 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    margin: 0 0 20px 0;
}
.dingq_title:before{
    content: "";
    width: 2px;
    height: 20px;
    background: #bd2416;
    position: absolute;
    left: 0;
    top: 4px;
}
.dingqz_list{
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}
.dingqz_list div.inbox{
    width: 30%;
    float: left;
    border: 1px solid #ededed;
    margin: 0 3.33% 3.33% 0;
}
.dingqz_list div.inbox h1{
    font-size: 22px;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    padding: 0 3%;
    color: #d12519;
    background-color: #ededed;
}
.dingq_listb li{
    float: left;
    width: 44%;
    margin: 4% 0 4% 4%;
    background: #eeeeee;
    /* -webkit-transition: all .3s ease-in-out 0s;
     -moz-transition: all .3s ease-in-out 0s;
     -ms-transition: all .3s ease-in-out 0s;
     -o-transition: all .3s ease-in-out 0s;
     transition: all .3s ease-in-out 0s; */ 
}
.dingq_lista li{
    float: left;
    width: 14.66%;
    margin: 0 2% 2% 0;
    background: #eeeeee;
    /* -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; */
}
.dingq_list li div.img{
    width: 100%;
    padding-top: 136.365%;
    position: relative;
    overflow: hidden;
}
.dingq_list li div.img img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.dingq_list li div.word{
    width: 100%;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s; */
    padding: 0 5px;
}
.dingq_list li:hover{
    background: #d12519;
}
.dingq_list li:hover div.word{
    color: #fff;
}



@media screen and (max-width: 1400px){
    .dingq_list li div.word{
        font-size: 16px;
    }
    .dingqz_list div.inbox h1{
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

}
@media screen and (max-width: 1200px){
    .dingq_lista li{
        width: 23%;
    }
    .dingqz_list div.inbox{
        width: 48%;
        margin: 0 2% 2% 0;
    }
}
/*ipad*/
@media screen and (max-width: 960px){
    .dingq_title{
        font-size: 16px;
    }
    .dingq_title:before{
        height: 15px;
    }
    .subcenter{
        width: 96%;
    }
    .dingq_list li div.word{
        font-size: 14px;
    }
}