﻿.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;
    }

    .articlePanel .right {
        display: inline-block;
        width: 390px;
        background-color: #ffffff;
        border-radius: 10px;
        padding: 15px;
        box-sizing: border-box;
        vertical-align: top;
    }


    .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 .company {
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    font-size: 14px;
                    font-weight: normal;
                    font-stretch: normal;
                    letter-spacing: 0px;
                    line-height: 30px;
                    display: inline-block;
                    color: #006dfa;
                    height: 31px;
                    background-color: #f1f7ff;
                    padding: 0px 10px 0px 10px;
                }

                .articlePanel .left .recommendPanel .rItem .rRight .rCon {
                    text-indent: 2em; /*首行缩进*/
                    font-size: 14px;
                    height: 58px;
                    color: #666666;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    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 .paging {
        margin-top: 15px;
        text-align: right;
    }
