﻿


.pic-left,
.pic-right {
    display: inline-block;
}

.pic-left {
    padding-right: 10px;
}

.pic-box .pic-left a img {
    width: auto;
    height: 425px;
}

.pic-top a img:last-child {
    margin-left: 4px;
}

.pic-box .pic-right .pic-top img {
    width: auto;
}

.pic-bottom {
    margin-top: 8px;
}

.pic-box .pic-right .pic-bottom a img {
    width: auto;
}
.cp-right {
    text-align: right !important;
}
.cp-right div {
    float:right;
    margin-top: 50px;
}
    .cp-right div span {
        border: 1px solid #525252;
        margin-left: 10px;
        padding: 2px;
        padding-left: 5px;
        padding-right: 5px;
        border-radius: 5px;
        font-size: 14px;
        color: #525252;
    }


    .index2__img {
        position: relative;
        text-align: center;
        margin-top: 15px;
        min-height: 560px;
    }

    .index2__img-text {
        color: #FFFFFF;
        margin: 160px auto;
        width: 500px;
    }

        .index2__img-text p:first-child {
            font-size: 26px;
            margin-bottom: 20px;
        }

        .index2__img-text p:nth-child(2) {
            font-size: 25px;
            margin-bottom: 10px;
            background: #017431;
            padding: 10px 10px;
            display: inline-block;
            font-weight: 100;
        }

        .index2__img-text p:nth-child(3) {
            text-align: left;
            font-size: 20px;
        }

    .newlist_ h5 {
        color: #525252;
        font-weight: bold;
        font-size: 16px;
        line-height: 40px;
        border-bottom: 1px solid #525252;
        cursor: inherit;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .newlist_ p {
        color: #525252;
        line-height: 1.5;
        width: 100%;
        font-size: 14px;
        margin: 0;
        padding: 0;
        cursor: inherit;
    }

    .index2-newslist {
    }

        .index2-newslist .newlist_ {
            width: 95%;
            min-height: 400px;
        }

        .index2-newslist .row span {
            padding-bottom: 1px;
            color: #525252;
            font-weight: 600;
            /* border-bottom: 1px solid #525252;*/
        }

        .index2-newslist .row {
        }



    .newlist-head {
        background: url("/img/newlist-head.jpg");
        background-position: center;
        height: 111px;
    }


@media (max-width:768px) {
    .cp-right {
        text-align: center !important;
    }

        .cp-right div {
            float: left;
            margin-top: 20px;
        }
    .index2__img {
        position: relative;
        text-align: center;
        margin-top: 40px;
        min-height: 460px;
    }
    .index2__img-text {
        color: #FFFFFF;
        margin: 60px auto;
        width: 100%;
    }
        .index2__img-text p:first-child {
            font-size: 26px;
            margin-bottom: 20px;
        }

        .index2__img-text p:nth-child(2) {
            font-size: 25px;
            margin-bottom: 10px;
            background: #017431;
            display: inline-block;
            font-weight: 100;
        }

        .index2__img-text p:nth-child(3) {
            text-align: left;
            font-size: 20px;
        }
    .index2-newslist .newlist_ {
        width: 95%;
        min-height: 310px;
    }
}

