@charset "utf-8";

body {
    color: #333333;
    font-family: Arial, "Microsoft Yahei", sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, a, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, button, input, textarea, li,/* form elements 表单元素 */
th, td,
figure, figcaption /*h5的标签*/
{ /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    list-style: none;
}
li{
	 list-style: none！importent;
}
.toubu5{
    color: #ff8100!important;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

.c-img {
    overflow: hidden;
    height: 100%;
}

/*classification start*/
.classification {
    padding-top: 70px;
    background: #f8f8f8;
    padding-bottom: 50px;
}

.classification h3 {
    font-size: 20px;
    padding-top: 54px;
    padding-bottom: 30px;
    border-top: 1px solid #eeeeee;
}

.classification .row .number {
    border: 1px solid #dcdcdc;
    transition: all .5s;
}

.classification .row .number:hover {
    -moz-box-shadow: 0px 2px 5px #A1A1A1;
    -webkit-box-shadow: 0px 2px 5px #A1A1A1;
    box-shadow: 0px 2px 5px #A1A1A1;
}

.classification .row .number img {
    position: relative;
    left:50%;
    transform:translateX(-50%);
    width: 100%;
    transition: all .5s;
    cursor: pointer;
}

.classification .row .number p {
    font-size: 16px;
    margin-bottom: 10px;
}

.classification .row .number span {
    display: block;
    font-size: 14px;
    color: #747474;
    display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	height:40px;
}

.classification .row .number img:hover {
    transform: translateX(-50%) scale(1.2, 1.2);
}

/*.classification .row .number a {*/
    /*width: 127px;*/
    /*font-size: 14px;*/
    /*display: block;*/
    /*margin: 0 auto;*/
    /*padding: 10px 34px;*/
    /*background: #f08300;*/
    /*border-radius: 40px;*/
    /*margin-bottom: 18px;*/
    /*transition: .5s;*/
/*}*/

/*.classification .row .number a:hover {*/
    /*-moz-box-shadow: 0px 3px 4px #333333;*/
    /*-webkit-box-shadow: 0px 3px 4px #333333;*/
    /*box-shadow: 0px 3px 4px #333333;*/
/*}*/

/*.classification .row .number a:hover, .case .row .number a:focus {*/
    /*color: #fff;*/
    /*text-decoration: none;*/
/*}*/

/*classification end*/

.number-b {
    padding: 18px 20px;
    
}

.list {
    margin-top: 50px;
}

.list h4 {
    font-size: 16px;
    color:black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
 
}
.list h4:hover{
	color:orange
}

.list h5 {
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #747474;
    font-size: 14px;
}

.list p {
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #747474;
    height: 56px;
    margin-top: 28px;
}

.list .row1 {
    margin-top: 30px;
}

.Paging {
    /*width: 174px;*/
    display: block;
    margin: 30px auto 84px;
    text-align: center;
}

.Paging button, .Paging ul li {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    border: 1px solid #bfbfbf;
}

.Paging ul li {
    margin-left: 5px;
    margin-right: 5px;
    border: none;
    cursor: pointer;
}

.Paging ul li:hover {
    background: #f08200;
    color: #fff;
}


.friendship .micro-blog {
    margin-top: 52px;
}

.friendship .micro-blog a {
    margin-left: 0;
}

.tail {
    font-size: 12px;
    color: #cecece;
    line-height: 40px;
    border-top: 1px solid #434343;
    margin-bottom: 0;
}

.aa{
    width: 100%;
    color: #333;
}
.aa:hover,.aa:focus{
    color: #333;
}

/*footer end*/

@media screen and (max-width: 768px) {


    .classification .row .number {
        margin-bottom: 20px;
    }

    .classification .row .number p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .classification .row .number span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .list-number .row .c-img a img {
        left: 0px !important;
        transform: translateX(0%) !important;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .list p {
        margin-top: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .classification .row .number {
        margin-bottom: 20px;
    }

    .classification .row .number p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .classification .row .number span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .list-number .row .c-img a img {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .classification .row .number p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .classification .row .number span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .list-number .row .c-img a img {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

.mianbao{
	margin-top:10px
}
.mianbao a{
	color:#333;
	padding: 0 10px;
}
