.fenlei {
    box-shadow: 0 0 10px #ececec;
    border-radius: 5px;
    margin-top: 0px;
    background: #FFF;
    padding: 25px 33px;
    margin: 20px 0;
    padding-bottom: 10px;
}

.fenlei ul {
    margin-top: 25px;
}

.fenlei ul li {
    margin-right: 25px;
    margin-bottom: 20px;
    float: left;
    width: calc((100% - (25px * 9)) / 10);
}

.fenlei ul li:nth-child(10n) {
    margin-right: 0;
}

.fenlei ul li a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0px 10px;
    text-align: center;
    border: 1px solid #ffffff;
    color: #737373;
    border-radius: 2px;
}

.fenlei ul li a:hover {
    border: 1px solid #2d78f4;
    background: #f1f1f1;
    color: #2d78f4;
}

.fenlei ul li .hover {
    border: 1px solid #03a9f4;
    background: #03a9f4;
    color: #FFF;
}

.lists {
    margin-top: 13px;
}

.lists ul li {
    margin-top:10px;
    margin-bottom:10px;
    margin-left:10px;
    margin-right:10px;
    border-radius: 10px;
    background: #fafafa;
    float: left;
    width: 23.4%;
    padding: 40px;
    height: 221px;
    overflow: hidden;
}

.lists ul li:hover {
    background: #eeeeee;
}

.lists ul li:nth-child(3n) {
    border-right: 0;
}

.lists ul li:nth-child(1), .lists ul li:nth-child(2), .lists ul li:nth-child(3) {
    border-top: 0;
}

.lists ul li a {
    display: block;
}

.lists ul li a .img {
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.lists ul li a .img img {
    display: block;
    margin: 0px auto;
    max-height: 100%;
    max-width: 200px;
}

.lists ul li a .introduce {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 23px;
    height: 46px;
    padding: 0 5%;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lists ul .layui-flow-more {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
}

.lists ul .layui-flow-more a {
    height: 41px;
    line-height: 41px;
}

.lists ul .layui-flow-more a cite {
    padding: 0 30px;
    font-size: 14px;
}

.searchweb {
    height: 44px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0 0 30px;
}

.searchweb h3 {
    float: left;
    line-height: 44px;
}
.searchweb form {
    border: 1px solid #efefef;
    background: #FFF;
    float: right;
    border-radius: 30px 0px 30px 0px;
    overflow: hidden;
}

.searchweb form input[type=text] {
    height: 42px;
    line-height: 42px;
    border: 0;
    float: left;
    background: none;
    width: 250px;
    padding-left: 30px;
    font-size: 14px;
}

.searchweb form input[type=submit] {
    height: 42px;
    line-height: 42px;
    border: 0;
    background: none;
    float: left;
    width: 60px;
    text-align: center;
    cursor: pointer;
}

header {
    border-bottom: 0;
}

.lists {
    background: #FFF;
    box-shadow: 0 0 20px 0 #ebebeb;
    border-radius: 5px;
    min-height: calc(100vh - 71px - 39px - 180px - 220px);
}