﻿ .div_ul {
                                        text-align:center;
                                    }
                                        .div_ul li {
                                            font-size:18px;
                                            font-weight:bold;
                                            padding:20px;
                                            background-color:#ccc;
                                            width:30%;
                                            float:left;
                                            margin:10px;
                                            border-radius:10px;
                                        }
.recommend-grp .recommened-title {
            font-size: 14px;
            line-height: 38px;
            background-color: #fff;
            border: 1px solid #e4e4e4;
            margin-top: 20px;
        }

            .recommend-grp .recommened-title h4 {
                margin-bottom: 0;
                border-left: 5px solid #e31f2d;
                line-height: 38px;
                padding-left: 22px;
                display: block;
                font-weight: bold;
                font-size: 14px;
                color: #e31f2d;
            }

        .recommend-grp .recommened-list {
            border: 1px solid #e4e4e4;
            border-top: none;
            margin-bottom: 10px;
            padding: 15px;
            background-color: #fff;
        }

            .recommend-grp .recommened-list::after {
                display: block;
                clear: both;
                content: "";
            }

            .recommend-grp .recommened-list li {
                float: left;
                width: 50%;
                padding: 0 15px;
            }

            .recommend-grp .recommened-list a {
                display: block;
                border-bottom: 1px dashed #ccc;
                margin: 0 10px;
                font-size: 14px;
                line-height: 35px;
                color: #333;
                transition: all 0.35s;
            }

                .recommend-grp .recommened-list a::after {
                    display: block;
                    clear: both;
                    content: "";
                }

                .recommend-grp .recommened-list a:hover {
                    color: #e31f2d;
                }

                .recommend-grp .recommened-list a h5 {
                    margin-bottom: 0;
                    font-size: 14px;
                    line-height: 35px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            .recommend-grp .recommened-list .date {
                float: right;
                color: #666;
                margin-left: 10px;
            }

        @media(max-width:991.98px) {
            .recommend-grp .recommened-list li {
                width: 100%;
                padding: 0;
            }

            .recommend-grp .recommened-list .date {
                font-size: 12px;
            }
        }

        .recommened-pro {
            padding: 10px;
            border: 1px solid #e4e4e4;
            border-top: 0;
        }

        .top-title {
            padding-bottom: 20px;
            margin-bottom: 10px;
            border-bottom: 1px solid #cccccc;
        }

            .top-title h4 {
                margin-bottom: 0;
                font-size: 18px;
                line-height: 1;
                font-weight: bold;
                border-left: 4px solid #e31f2d;
                padding-left: 10px;
            }

        .ratio-news-v2:before {
            padding-top: 76.4150943396%;
        }

        .news-more-v2 {
            padding: 20px 15px;
            background-color: #ffffff;
        }

        .news-more-v2-item {
            display: block;
            padding: 20px 0;
            border-bottom: 1px dashed #cccccc;
        }

            .news-more-v2-item:after {
                content: "";
                display: block;
                clear: both;
            }

            .news-more-v2-item:hover h4 {
                color: #e31f2d;
            }

            .news-more-v2-item .item-img {
                float: left;
                width: 106px;
                margin-right: 15px;
            }

            .news-more-v2-item .item-content {
                overflow: hidden;
            }

            .news-more-v2-item h4 {
                margin-bottom: 5px;
                font-size: 16px;
                line-height: 22px;
                color: #333333;
                overflow: hidden;
                white-space: nowrap;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                -webkit-transition: all 0.35s;
                -o-transition: all 0.35s;
                transition: all 0.35s;
            }

            .news-more-v2-item .txt {
                font-size: 14px;
                line-height: 22px;
                color: #666666;
                max-height: 44px;
                overflow: hidden;
            }

                .news-more-v2-item .txt p {
                    margin-bottom: 0;
                }