﻿.articlePanel {
    width: 1200px;
    margin: 0 auto;
}

    .articlePanel .left {
        display: inline-block;
        width: 780px;
        margin-right: 20px;
        background-color: #ffffff;
        border-radius: 10px;
        padding: 20px;
        box-sizing: border-box;
        vertical-align: top;
        margin-top: 32px;
    }

    .articlePanel .right {
        display: inline-block;
        width: 390px;
        background-color: #ffffff;
        border-radius: 10px;
        padding: 15px;
        box-sizing: border-box;
        vertical-align: top;
        margin-top: 32px;
    }


    .articlePanel .left .articleTitle {
        width: 100%;
        text-align: center;
        font-size: 24px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #333333;
    }

    .articlePanel .left .articleInfo {
        padding: 25px 0;
        text-align: center;
        font-size: 18px;
        color: #666666;
        border-bottom: 1px solid #ddd;
        box-sizing: border-box;
    }

        .articlePanel .left .articleInfo span:nth-of-type(1) {
            margin-right: 30px;
        }

    .articlePanel .left .articleCon {
        width: 100%;
        margin-top: 30px;
    }

    .articlePanel .left .articleEnd {
        margin: 40px 0;
        width: 100%;
        text-align: center;
        color: #adadad;
        letter-spacing: 1px;
    }


    .articlePanel .left .recommendPanel {
        width: 100%;
    }

        .articlePanel .left .recommendPanel .rTitle {
            font-size: 18px;
            color: #000000;
        }

        .articlePanel .left .recommendPanel .rItem {
            margin-top: 40px;
            cursor:pointer;
        }

            .articlePanel .left .recommendPanel .rItem .rLeft {
                display: inline-block;
                width: 150px;
                height: 110px;
                margin-right: 20px;
                vertical-align: bottom;
            }

                .articlePanel .left .recommendPanel .rItem .rLeft img {
                    width: 100%;
                    height: 100%;
                }

            .articlePanel .left .recommendPanel .rItem .rRight {
                display: inline-block;
                width: 560px;
                vertical-align: top;
            }

                .articlePanel .left .recommendPanel .rItem .rRight .rName {
                    width: 100%;
                    font-size: 18px;
                    color: #333333;
                    line-height: 36px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .articlePanel .left .recommendPanel .rItem .rRight .rCon {
                    text-indent: 2em;
                    font-size: 14px;
                    height: 40px;
                    color: #666666;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }

                .articlePanel .left .recommendPanel .rItem .rRight .rTime {
                    margin-top: 5px;
                    color: #666666;
                    font-size: 14px;
                }

                    .articlePanel .left .recommendPanel .rItem .rRight .rTime span:nth-of-type(1) {
                        margin-right: 20px;
                    }

    .articlePanel .right .hotTitle {
        width: 100%;
        font-size: 18px;
        line-height: 17px;
        letter-spacing: 0px;
        color: #666666;
        padding-bottom: 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #ddd;
    }

        .articlePanel .right .hotTitle img {
            width: 20px;
            height: 30px;
            margin-right: 10px;
        }

        .articlePanel .right .hotTitle span {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            vertical-align: top;
        }

    .articlePanel .right .hItem {
        margin-top: 25px;
        width: 100%;
        cursor:pointer;
    }

        .articlePanel .right .hItem .hIndex {
            display: inline-block;
            width: 30px;
            vertical-align: top;
            font-size: 14px;
            font-weight: bold;
            color: #333333;
            position: relative;
        }

            .articlePanel .right .hItem .hIndex img {
                position: absolute;
                top: 2px;
                left: -22px;
            }

        .articlePanel .right .hItem .hCon {
            width: 320px;
            display: inline-block;
        }

            .articlePanel .right .hItem .hCon .hName {
                font-size: 16px;
                color: #333333;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .articlePanel .right .hItem .hCon .hTime {
                color: #666666;
                font-size: 14px;
                margin-top: 5px;
            }

                .articlePanel .right .hItem .hCon .hTime span:nth-of-type(1) {
                    margin-right: 10px;
                }




.recommendPanel ul {
    display: inline-block;
    cursor: pointer;
}

    .recommendPanel ul li {
        list-style: none;
        display: inline-block;
        margin: 10px;
        float: left;
        padding: 12px;
        font-family: MicrosoftYaHei;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 22px;
        letter-spacing: 0px;
        color: #666666;
    }

        .recommendPanel ul li:hover {
            border-bottom: 4px #305ef2 solid;
            padding: 12px;
            font-family: MicrosoftYaHei;
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 22px;
            letter-spacing: 0px;
            color: #305ef2;
        }

.select {
    color: #305ef2;
    border-bottom: 4px #305ef2 solid;
    padding: 12px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
}

.main {
    border-top: 1px #dddddd solid;
    padding-top: 15px;
    margin-top: -15px;
}

    /*.main > div:first-child {
        display: none;
    }

    .main > div:last-child {
        display: block;
    }*/


/*轮播*/
.containerLunbo {
    width: 1200px;
    height: 462px;
    background: #fff;
    position: relative;
    top: 7px;
    border-radius: 5px;
}

    .containerLunbo .slider {
        width: 100%;
        height: 100%;
        position: relative;
        margin-top: 30px;
    }

        .containerLunbo .slider img {
            padding: 10px;
            width: 1196px;
            height: 28%;
        }

        .containerLunbo .slider ul.pic {
            list-style: none;
            width: 100%;
            height: 100%;
            padding-left: 0;
            margin: 0;
        }

        .containerLunbo .slider .item {
            position: absolute;
            opacity: 0;
            transition: all 1s;
        }

        .containerLunbo .slider .btn {
            width: 50px;
            height: 100px;
            position: absolute;
            top: 150px;
            font-size: 40px;
            background: rgba(0,0,0,0.1);
            border: 0;
            outline: 0;
            z-index: 100;
            color: white;
        }

        .containerLunbo .slider .next {
            right: 10px;
        }

        .containerLunbo .slider .prev {
            left: 10px;
        }

    .containerLunbo .item.active {
        z-index: 10;
        opacity: 1;
    }

    .containerLunbo .slider ul.pointlist {
        list-style: none;
        position: absolute;
        right: 582px;
        z-index: 100;
        top: 425px;
    }

    .containerLunbo .point {
        width: 8px;
        height: 8px;
        background: #999;
        border-radius: 100%;
        float: left;
        margin-left: 10px;
        border: 1px solid white;
    }

        .containerLunbo .point.active {
            background: white;
        }

.main .paging {
    margin-top: 15px;
    text-align: right;
}
