ul {
    width: 100%;

}

ul li {
    border-bottom: 1px #e5e5e5 solid;
    clear: both;
    overflow: hidden;
    padding: 3% 0;
}

ul li img {
    display: inline-block;
    float: left;
    width: 20%;
    height: auto;
}

ul li div.middle {
    float: left;
    width: 65%;
    margin: 0 2.5%;
}

ul li div.middle h5 {
    color: #333;
    font-size: 18px;
    line-height: 24px;
    margin: 1% 0;
}

ul li div.middle p {
    color: #888;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 2%;
    width: 90%;
}

ul li div.middle a {
    color: #888;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid;
    padding: 0.8% 4%;
}

ul li div.right {
    float: right;
    width: 10%;
    text-align: center;
}

ul li div.right b {
    color: #07bad5;
    font-size: 70px;
    font-weight: 400;

}

ul li div.right i {
    font-style: normal;
    color: #888888;
    font-size: 20px;
    font-weight: 200;
}
/*分页*/
.tcdPageCode2 {
    padding: 3% 5px;
    color: #ccc;
    /* text-align: center; */
    height: 20px;
}

/*分页*/
.tcdPageCode {
    padding: 3% 5px;
    color: #ccc;
    text-align: center;
}

.tcdPageCode a {
    display: inline-block;
    color: #666666;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    border: 1px solid #666666;
    margin: 0 2px;

    vertical-align: middle;
    background: #FFF;
    font-weight: 400;
}

.tcdPageCode a:hover {
    text-decoration: none;
    border: 1px solid #428bca;
}

.tcdPageCode span.current {
    font-size: 12px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    margin: 0 2px;
    color: #fff;
    background-color: #07bad5;
    border: 1px solid #07bad5;

    vertical-align: middle;
}

.tcdPageCode span.disabled {
    font-size: 12px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;

    vertical-align: middle;
}

/*新闻详情*/
.more .main h6 {
    text-align: center;
    margin: 0 0 2% 0;
    color: #999999;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;

}

.more .main p {
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 38px;
    font-weight: 400;
}

.more .main img {
    width: 100%;
    height: auto;
    margin: 1% 0;
}

.more .main a {
    width: 44%;
    display: inline-block;
    float: left;
    height: 80px;
    line-height: 80px;
    text-align: center;
    padding: 0 3%;
    overflow: hidden;
    background: #f5f5f5;
    color: #666666;
    position: relative;
    margin: 5% 0 ;
}
.more .main a b{
    font-weight: normal;
}

.more .main a.pre:before{
     content: "<";
     position: absolute;
     top: 2%;
     left: 3%;
     transform:scaleY(2);
 }
.more .main a.next:after{
    content: ">";
    position: absolute;
    top: 2%;
    right: 3%;
    transform:scaleY(2);
}
.more .main a:hover{
    background: #07bad5;
    color: #fff;
}

.product .main ul li img{
    width: 30%;
    height: auto;
}
.product ul li div.middle h5 {

    margin: 3% 0;
}