body {
    font-family: '微软雅黑', 'Regular';
}

.tag-top{
   border-bottom: 1px solid #ddd;
   padding-bottom: 15px;
    overflow: hidden;
}
.tag-list li {
    width: 100%;
    border-bottom: 1px solid #eae8e8;
    padding-bottom: 18px;
    padding-top: 18px;
}

.tag-list li:nth-of-type(1) {
    padding-top: 0px;
}

.tag-list li:last-child {
    border-bottom: none;
}

.tag-img {
    width: 17%;
    float: left;
    margin-right: 3%;
    height: 150px;
    text-align: center;
}

.tag-der {
    width: 80%;
    float: left;
}

.tag-img img {
    max-width: 100%;
    max-height: 100%;
}

.tag-list {
    margin-top: 30px;
    margin-bottom: 67px;
}

.tag-der span {
    font-size: 22px;
    color: #333333;

}

.tag-der span.ta-ti {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.tag-der p {
    font-size: 16px;
    margin: 18px auto;
    line-height: 26px;
    height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.deri {
    text-align: right;
}

.deri a {
    color: #1c62b0;
    text-decoration: underline;
    font-size: 16px;
    display: inline-block;
    margin-right: 29px;
}

.deri span {
    font-size: 16px !important;
    display: inline-block;
}

.page0 {
    text-align: center;
    margin-top: 68px;
}

.page0 a {
    padding: 2px 8px;
    display: inline-block;
    border: 1px solid #666666;
    margin: 0px 5px;
    font-size: 12px;
}

.page0 a:hover,
.active0 {
    padding: 3px 9px !important;
    color: #ffffff;
    background: #2491e2;
    border: none !important;
}

.company0 {
    border: 1px solid #2491e2;
    width: 100%;
    margin-top: 10px;
}

.company0 .up0 {
    font-size: 20px;
    padding-left: 25px;
    text-align: left;
    height: 48px;
    background: #2491e2;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.us-top0 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    background: #2491e2;
    font-size: 18px;
}

.company0 .company_l0 {
    float: left;
    width: 100%;
    max-width: 100%;
}

.company0 .company_l0 p {
    line-height: 41px;
    border-bottom: 1px dotted #eae8e8;
    padding-left: 34px;
    width: 95%;
    margin: 0px 15px;
    color: #777777;
    font-size: 14px;
}

.company0 .company_l0 .com_p0 img {
    margin-right: 15px;
}

.company0 .company_l0 img.im_s {
    margin-left: 2px;
}

.company0 .company_l0 p:last-child {
    border-bottom: none;
}

.prp {
    border-bottom: none;
    background: none;
    margin-top: 44px;
}

.tot img {
    margin-right: 5px;
}

.tot {
    font-size: 18px;
    font-weight: 600;
}

.hot ul li {
    float: left;
    margin-bottom: 9px;
    background: #e3f3ff;
    margin-right: 6px;
    max-width: 17%;
    overflow: hidden;
    height: 30px;
    text-align: center;
    line-height: 21px;
}

.hot ul a {
    padding: 4px 9px;
    display: inline-block;
    color: #2491e2;
    height: 30px;

}
.hot ul li:hover{
    background: #2491e2;
}
.hot ul li:hover a{
color: #ffffff;
}

.hot ul {
    padding-left: 25px;
}

@media(max-width:1025px){
    .hot ul li{
        max-width: 32%;
    }
}

@media(max-width:768px) {
    .tag-img {
        margin-top: 10px;
    }

    .tag-der .ta-ti {
        font-size: 18px;
    }

    .tag-der p {
        margin: 16px auto;
    }
    .hot ul li{
        max-width: 36%;
    }
}

@media(max-width:472px) {
    .com_p0 {
        width: 100%;
    }
}

@media(max-width:415px) {
    .page0 a {
        display: none;
    }

    .page0 {
        margin-top: 30px;
    }

    .page0 a.prev,
    .page0 a.next {
        display: inline-block;
    }

    .tag-list {
        margin-bottom: 30px;
    }

    .prp {
        margin-top: 0px;
    }
    .company0 .up0{
        font-size: 16px !important;
        padding-left: 10px;
    }
    .company0 .company_l0 p{
        margin: 0px;
    }
    .hot ul li{
        max-width: 50%;
    }
}
@media(max-width:376px){
    .hot ul li{
        max-width: 56%;
    }
}
@media(max-width:321px){
    .hot ul li{
        max-width: 66%;
    }
}