.mine{margin:0 auto 50px;width:62%;}
.mine .title{margin:40px 0;text-align:center;font-size:20px;}
.mine .tab_control{width:100%;}
.mine .tab_control li{float:left;margin:0 1%;width:23%;border:1px solid #eee;padding-bottom: 20px;}
/*.mine .tab_control li.on{border:none;background-color:#1a44a3;color:#fff;}*/
.mine .tab_control li i{display:block;margin:20px auto;width:68px;height:68px;background-position: center;background-size:80%;background-repeat: no-repeat;}
/*
.mine .tab_control li.on i{background-color:#1a44a3;}
.mine .tab_control li.on:first-child i{background:url(../images/examine_02.png) no-repeat center;background-size:80%;}
.mine .tab_control li:nth-child(2) i{background:url(../images/interchanger_01.png) no-repeat center;background-size:80%;}
.mine .tab_control li.on:nth-child(2) i{background:url(../images/interchanger_02.png) no-repeat center;background-size:80%;}
.mine .tab_control li.on:nth-child(3) i{background:url(../images/examine_02.png) no-repeat center;background-size:80%;}
.mine .tab_control li.on:nth-child(4) i{background:url(../images/examine_02.png) no-repeat center;background-size:80%;}
*/
.mine .tab_control li h6{margin-bottom:10px;text-align:center;font-weight:400;font-size:20px;}
.mine .tab_control li p{margin:0 8%;font-size:16px;line-height:24px;word-break: break-all;}

/* 移动端样式 */
@media only screen and (max-width: 1024px) {

    .mine{width:95%;margin-bottom: 3rem;}
    .mine > .tab{display: none;}
    .mine .title{font-size: 1.2rem;line-height: 1.6;margin: 2rem 0;}

    .mine .tab_control li{height: 18rem;}
    .mine .tab_control li i{width: 5rem;height: 5rem;margin: 2rem auto 1rem;}
    .mine .tab_control li h6{font-size: 1.2rem;margin-bottom: 1rem;}
    .mine .tab_control li p{font-size: 1rem;line-height: 1.6;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow:hidden;}



}

/* 移动端样式 */
@media only screen and (max-width: 750px) {

    .mine{margin-bottom: 2rem;}
    .mine .title{font-size: 1rem;}

    .mine .tab_control li{width: 48%;height: 16rem;}
    .mine .tab_control li i{width: 4rem;height: 4rem;}
    .mine .tab_control li h6{font-size: 1rem;}
    .mine .tab_control li p{font-size: .8rem;}




}
