@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,li, /* structural elements 结构元素 */
dl, dt, dd, a, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, button, input, textarea, /* form elements 表单元素 */
th, td,
figure, figcaption /*h5的标签*/
{ /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    list-style: none;
}

.toubu4{
    color: #ff8100!important;
}

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

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

/*classification start*/
/*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 {
    font-size: 14px;
    color: #747474;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    height:36px;
}

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

/*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 {
    color: #747474;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list p {
    color: #747474;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    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;
}

.a1 {
    margin-bottom: 0 !important;
}

/*footer end*/

@media screen and (max-width: 768px) {
    .classification .row {
        margin-bottom: 0 !important;
    }

    .a2 {
        margin-bottom: 26px !important;
    }

    .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;
    }

    /*.list .list-number p {*/
        /*width: 50%;*/
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        /*white-space: nowrap;*/
    /*}*/
}

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

    .a2 {
        margin-bottom: 26px !important;
    }

    .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;
    }

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

    .list-number .row .c-img a img {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}
/*.list .list-number p:hover {*/
    /*color: #f08300;*/
/*}*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .classification .row {
        margin-bottom: 0 !important;
    }

    .a2 {
        margin-bottom: 26px !important;
    }

    .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;
	background:#f8f8f8;
}
.mianbao a{
	color:#333;
	padding: 0 10px;
}
.xiala{
 margin-top: 20px;
 }
 

.xiala select{
    width: 28%;
    height: 30px;
    line-height: 30px;
    font-size:14px
}
.xiala select:fouse{
	 outline: none;
	  border: none;
}
.xiala a{
    width: 25%;
    height: 30px;
     line-height: 30px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    /* padding: 10px 34px; */
    background: #f08300;
    border-radius: 40px;
    color: #fff;
    transition: all .5s;
    margin-left: 5%;
    text-align: center;
    cursor: pointer;
    font-size:14px
}
.xiala a:hover{
	    -moz-box-shadow: 0px 0px 5px #666666;
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

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