html, body {
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

ul, li, p, img, b, ol, em, h1, h2, h3, h4, h5, h6, dl, dd, dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: 100;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.title {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    background: url("../image/title.png") no-repeat bottom;
    padding-bottom: 110px;
}


.titles {
    text-align: center;
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 50px;
}

    .titles h2 {
        font-size: 16px;
    }





/**/
#slides {
    position: relative;
    width: 100%;
    padding-top: 150px;
}


    #slides img {
        width: 100%;
        display: block;
    }


    #slides .hd {
        left: 50%;
        padding: 4px;
        position: absolute;
        border-radius: 24px;
        bottom: 30px;
        z-index: 10;
    }


        #slides .hd li {
            margin: 0px 5px;
            line-height: 15px;
            width: 15px;
            height: 15px;
            background: #fff;
            float: left;
            cursor: pointer;
            text-align: center;
            color: transparent;
            border-radius: 50%;
        }

            #slides .hd li.on {
                background: #003c7a;
            }



/*header*/

.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    background: #fff;
}


/*logo*/
.logo_img img {
    max-height: 100%;
}

.logo_img {
    width: 500px;
}
/**/

/*导航*/

.navbox {
    width: 650px;
    margin-top: 55px;
}

.nav li {
    position: relative;
    float: left;
}

.nav a {
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 25px;
    line-height: 40px;
    font-size: 15px;
}

.nav_ul {
    position: absolute;
    top: 40px;
    z-index: 11;
    display: none;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}

    .nav_ul li {
        float: none;
    }

        .nav_ul li a {
            padding: 0px;
            font-size: 14px;
            margin: 0px;
        }

.nav li:hover .nav_ul {
    display: block;
}

.nav a.cur, .nav a:hover {
    color: #003c7a;
}


/**/

/*one*/

.one {
    overflow: hidden;
    margin: 50px auto 0;
}



.one_r {
    width: 930px;
}

    .one_r li {
        width: 295px;
        float: left;
        margin-right: 22px;
        box-shadow: 5px 5px 5px #ccc;
        margin-bottom: 22px;
    }

        .one_r li:nth-child(3n) {
            margin-right: 0px;
        }

        .one_r li img {
            height: 185px;
            width: 100%;
            display: block;
        }

        .one_r li h3 {
            line-height: 40px;
            height: 40px;
            overflow: hidden;
            padding-left: 30px;
            box-sizing: border-box;
        }

.one_l {
    width: 240px;
    border: 1px solid #000;
    padding: 10px;
    box-sizing: border-box;
}

.one_l_title {
    border-bottom: 1px solid #000;
    line-height: 30px;
    padding-bottom: 5px;
}

    .one_l_title h2 {
        font-size: 18px;
    }

.one_l li {
    position: relative;
}

    .one_l li:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 14px;
        border-left: 5px solid #000;
        border-right: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
    }

    .one_l li a {
        line-height: 40px;
        padding-left: 15px;
        display: block;
        box-sizing: border-box;
    }

ul.one_ul {
    display: none;
}

.one_l li:hover ul.one_ul {
    display: block;
}

ul.one_ul li:after {
    display: none;
}

ul.one_ul a {
    border-bottom: 1px dashed #000;
}

.one_lx {
    border-top: 1px solid #000;
    margin-top: 10px;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    padding-bottom: 10px;
}

    .one_lx h2 {
        line-height: 40px;
        font-size: 16px;
    }
/**/

.two {
    overflow: hidden;
    margin-top: 50px;
    width: 100%;
}

    .two img {
        display: block;
        width: 100%;
    }

/**/
.three {
    overflow: hidden;
    margin: 50px auto 0;
}

    .three ul {
        margin-top: 50px;
    }

    .three li {
        float: left;
        width: 280px;
        margin: 0px 10px 20px;
        text-align: center;
    }

        .three li img {
            max-width: 100%;
            display: block;
            margin: auto;
        }

        .three li h3 {
            font-size: 20px;
            text-align: center;
            line-height: 40px;
        }
/**/
.fore {
    margin: 50px auto 0;
    overflow: hidden;
}

    .fore ul {
        margin-top: 50px;
    }

    .fore li {
        width: 300px;
        float: left;
        position: relative;
    }

        .fore li img {
            width: 100%;
            height: 240px;
            display: block;
        }

        .fore li h3 {
            position: absolute;
            background: url(../image/bt.png) no-repeat;
            height: 52px;
            z-index: 2;
            width: 100%;
            text-align: center;
            line-height: 40px;
            top: 0px;
            color: #fff;
        }
/**/

.five {
    overflow: hidden;
    margin: 50px auto 0;
    position: relative;
}

    .five .title {
        margin-bottom: 50px;
    }

.five_img {
    width: 290px;
    height: 290px;
    position: absolute;
    left: 50%;
    margin-left: -155px;
    top: 255px;
}

    .five_img img {
        width: 290px;
        height: 290px;
        display: block;
        border-radius: 50%;
        border: 10px solid #0f467c;
    }

.five li {
    width: 410px;
    float: left;
    text-align: right;
    margin-bottom: 50px;
    position: relative;
    box-sizing: border-box;
}

    .five li h3 {
        color: #0f467c;
        font-size: 30px;
        font-weight: bold;
        line-height: 50px;
    }


    .five li:nth-child(2n) {
        text-align: left;
        float: right;
    }

    .five li:after {
        width: 85px;
        height: 85px;
        box-sizing: border-box;
        line-height: 65px;
        position: absolute;
        background: #f6f6f6;
        border: 10px solid #0f467c;
        border-radius: 50%;
        text-align: center;
        font-size: 46px;
        color: #0f467c;
    }

    .five li:nth-child(1), .five li:nth-child(5) {
        padding-right: 50px;
    }

        .five li:nth-child(1):after {
            content: '1';
            right: -55px;
            top: 40px;
        }

        .five li:nth-child(5):after {
            content: '5';
            right: -55px;
            top: 40px;
        }

    .five li:nth-child(2), .five li:nth-child(6) {
        padding-left: 50px;
    }

        .five li:nth-child(2):after {
            content: '2';
            left: -55px;
            top: 40px;
        }

        .five li:nth-child(6):after {
            content: '6';
            left: -55px;
            top: 40px;
        }


    .five li:nth-child(3) {
        padding-right: 80px;
    }

        .five li:nth-child(3):after {
            content: '3';
            right: -20px;
            top: 40px;
        }

    .five li:nth-child(4) {
        padding-left: 80px;
    }

        .five li:nth-child(4):after {
            content: '4';
            left: -20px;
            top: 40px;
        }
/**/
.six {
    margin: 50px auto 0;
    position: relative;
}

    .six .bd {
        margin-top: 50px;
        overflow: hidden;
    }

    .six li {
        float: left;
        width: 298px;
        height: 195px;
        border: 1px solid #ccc;
    }

        .six li img {
            width: 100%;
            height: 100%;
            display: block;
        }

    .six .prev, .six .next {
        width: 40px;
        height: 40px;
        font-size: 36px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        top: 290px;
    }

    .six .prev {
        left: -40px;
    }

    .six .next {
        right: -40px;
    }
/**/
.sever {
    background: #fafafa;
    margin-top: 50px;
}

    .sever .container {
        background: #fff;
        padding: 50px;
        box-sizing: border-box;
    }

.sever_title {
    font-size: 26px;
    line-height: 40px;
    color: #8d8d8d;
    text-align: center;
}

    .sever_title h2 {
        font-weight: bold;
        font-size: 36px;
        color: #000;
    }

.sever_top ul {
    margin-top: 50px;
    overflow: hidden;
}

.sever_top li {
    float: left;
    width: 346px;
    margin: 0px 10px;
    text-align: center;
}

    .sever_top li img, .sever_bottom li img {
        max-width: 100%;
        display: block;
        margin: auto;
    }

    .sever_top li h3 {
        line-height: 40px;
    }

.sever_bottom {
    margin-top: 50px;
    overflow: hidden;
}

    .sever_bottom ul {
        margin-top: 50px;
    }

    .sever_bottom li {
        margin: 0px 10px;
        float: left;
        width: 163px;
        text-align: center;
    }

        .sever_bottom li h3 {
            font-size: 18px;
            line-height: 40px;
        }
/**/

.eight {
    margin: 50px auto 0;
    position: relative;
}

    .eight .bd {
        margin-top: 50px;
        overflow: hidden;
    }

    .eight li {
        width: 222px;
        float: left;
        height: 320px;
        border: 1px solid #ccc;
        padding: 8px;
    }

        .eight li img {
            width: 100%;
            height: 100%;
            display: block;
        }


    .eight .prev, .eight .next {
        width: 40px;
        height: 40px;
        font-size: 36px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        top: 350px;
    }

    .eight .prev {
        left: -40px;
    }

    .eight .next {
        right: -40px;
    }
/**/
.nine {
    margin-top: 50px;
}

.nine_img img {
    width: 100%;
    display: block;
}


.nine .container {
    margin: 50px auto 0;
    overflow: hidden;
}

img.nine_imgs {
    float: left;
    width: 600px;
    margin-right: 30px;
}

.nine h3 {
    line-height: 50px;
    font-size: 24px;
}

.nine .more {
    width: 135px;
    display: inline-block;
    line-height: 40px;
    border: 1px solid #000;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}
/**/
.ten {
    overflow: hidden;
    margin: 50px auto 0;
}

.ten_l {
    width: 750px;
}

.ten_nav {
    line-height: 40px;
    border-bottom: 1px solid #000;
    overflow: hidden;
}

    .ten_nav li {
        float: left;
        font-size: 18px;
        margin-right: 16px;
        position: relative;
        padding-left: 15px;
    }

        .ten_nav li h2 {
            display: inline-block;
            font-size: 18px;
        }

        .ten_nav li:after {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: 1px solid #000;
            position: absolute;
            top: 15px;
            left: 0px;
        }

        .ten_nav li.now {
            color: #0f467c;
        }

            .ten_nav li.now:after {
                border: 1px solid #0f467c;
            }

.ten_ul {
    margin-top: 30px;
}

    .ten_ul li img {
        width: 250px;
        height: 140px;
        float: left;
    }

    .ten_ul li .fr {
        width: 475px;
    }

    .ten_ul li {
        overflow: hidden;
    }

    .ten_ul .first {
        margin-bottom: 10px;
    }

    .ten_ul li h3 {
        float: left;
        line-height: 35px;
        overflow: hidden;
        height: 35px;
        width: 600px;
    }

    .ten_ul .first h3 {
        width: 360px;
    }

    .ten_ul li span {
        line-height: 35px;
        width: 110px;
        float: right;
    }

    .ten_ul li p {
        overflow: hidden;
        clear: both;
        height: 105px;
    }
/**/
.ten_gd {
    width: 375px;
    margin-right: 0px;
}

.runtop {
    margin-top: 20px;
}

    .runtop li {
        padding: 8px 0 15px;
    }

.ten_gd li h3 {
    position: relative;
    line-height: 30px;
    padding-left: 30px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    height: 30px;
    box-sizing: border-box;
}

    .ten_gd li h3:before {
        width: 20px;
        height: 20px;
        position: absolute;
        content: "Q";
        left: 0;
        text-align: center;
        line-height: 18px;
        top: 50%;
        margin-top: -10px;
        border: 1px solid #000;
    }



.ten_gd li p {
    position: relative;
    line-height: 22px;
    padding-left: 30px;
    max-height: 48px;
    overflow: hidden;
}

    .ten_gd li p:before {
        content: "A";
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        text-align: center;
        font-size: 14px;
        top: 1px;
        border: 1px solid #000;
    }
/**/
.eleven {
    margin: 50px auto 0;
    overflow: hidden;
}

    .eleven li {
        width: 400px;
        float: left;
        box-sizing: border-box;
        border: 1px solid #ccc;
        padding: 30px;
    }

        .eleven li img {
            width: 53px;
            display: block;
            float: left;
            margin-right: 10px;
        }

/*内页*/
.page {
    background: #f6f6f6;
    padding-bottom: 20px;
}

.page_right {
    width: 280px;
    margin-top: 20px;
    background: #fff;
}

    .page_right h2 {
        height: 50px;
        line-height: 50px;
        color: #646464;
        overflow: hidden;
        border: 1px solid #e6e6e6;
        border-width: 0 0 1px 0;
        padding-left: 15px;
        box-sizing: border-box;
        font-size: 14px;
    }

.page_xw ul {
    padding: 0 20px 3px 20px;
    box-sizing: border-box;
}

.page_xw li {
    padding: 14px 0 17px;
    border-bottom: 1px solid #e6e6e6;
}

    .page_xw li:last-child {
        border-bottom: none;
    }

.page_xw h3 {
    color: #5a5a5a;
    font-size: 14px;
    height: 24px;
    overflow: hidden;
}

.page_xw p, .page_xw span {
    color: #949494;
    font-size: 12px;
}

.page_xw p {
    height: 75px;
    overflow: hidden;
}


.page_cp .bd {
    margin: 20px;
}

.page_cp li img {
    width: 240px;
    height: 150px;
    display: block;
}

.page_cp li h3 {
    line-height: 30px;
    text-align: center;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
}
/*product*/
.page_img img {
    display: block;
    width: 100%;
}

/*标题*/


/*导航*/
.pro_nav {
    position: relative;
    padding-bottom: 70px;
    overflow: hidden;
}

.proNav_list {
    max-width: 1200px;
    margin: 0 auto;
}

    .proNav_list li {
        width: 20%;
        float: left;
    }

        .proNav_list li > a {
            text-align: center;
            position: relative;
            line-height: 35px;
            font-size: 14px;
            color: #212121;
            padding: 26px 0 0;
            display: block;
        }

            .proNav_list li > a:after {
                content: "";
                display: block;
                width: 110px;
                height: 3px;
                background: #ca0000;
                position: absolute;
                bottom: 0;
                left: calc(50% - 55px);
                transform: scale(0,1);
                transition: all .6s;
            }

        .proNav_list li img {
            display: block;
            width: 72px;
            height: 72px;
            margin: 0 auto 15px;
        }

        .proNav_list li .proNav_er {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 70px;
            width: 100%;
            background: #000000b3;
            visibility: hidden;
            opacity: 0;
            transition: opacity .6s;
        }


.proNav_er a {
    display: inline-block;
    line-height: 70px;
    font-size: 14px;
    color: #fff;
    padding: 0 28px;
}

.proNav_list li > a.act + .proNav_er {
    visibility: visible;
    opacity: 1;
}

.proNav_list li > a:hover:after, .proNav_list li > a.act:after {
    transform: scale(1,1);
}

.proNav_er a:hover {
    color: #ca0000;
}
/**/

.page_product {
    overflow: hidden;
    clear: both;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}


    .page_product li {
        float: left;
        margin-right: 30px;
        width: 380px;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .page_product li:nth-child(3n) {
            margin-right: 0;
        }

        .page_product li div {
            width: 380px;
            overflow: hidden;
            height: 245px;
            position: relative;
        }

            .page_product li div:after {
                width: 100%;
                height: 100%;
                content: '';
                position: absolute;
                background: rgba(0,0,0,0.5);
                top: 0px;
                left: 0px;
                display: none;
            }

            .page_product li div:before {
                width: 50px;
                height: 50px;
                content: '+';
                position: absolute;
                background: rgba(0,0,0,0.5);
                top: 50%;
                left: 50%;
                border-radius: 50%;
                border: 1px solid #fff;
                line-height: 50px;
                text-align: center;
                margin-left: -25px;
                margin-top: -25px;
                z-index: 2;
                font-size: 25px;
                color: #fff;
                display: none;
            }

        .page_product li:hover div:before, .page_product li:hover div:after {
            display: block;
        }

        .page_product li img {
            width: 100%;
            height: 100%;
            display: block;
            webkit-transition: all .4s ease-in;
            -moz-transition: all .4s ease-in;
            -ms-transition: all .4s ease-in;
            transition: all .4s ease-in;
        }


        .page_product li:hover img {
            webkit-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
        }


        .page_product li h3 {
            font-size: 16px;
            line-height: 30px;
            color: #2d2d2d;
            text-align: center;
            height: 30px;
            overflow: hidden;
            margin-top: 10px;
        }

        .page_product li p {
            color: #838383;
            height: 18px;
            overflow: hidden;
            font-size: 12px;
        }




/**/

/*product_content*/

/**/
.product_item {
    padding: 20px 0;
    overflow: hidden;
    width: 885px;
    margin-top: 20px;
    background: #fff;
}

    .product_item img {
        height: auto;
    }

/**/
.product_text {
    margin-top: 25px;
    text-align: center;
    padding: 0px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

    .product_text h2 {
        font-size: 30px;
        color: #191919;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
    }

    .product_text p {
        color: #969696;
        height: 24px;
        overflow: hidden;
    }

/*article*/

.article {
    padding: 0px 0 20px;
    width: 886px;
    margin-top: 20px;
    background: #fff;
}

.article_ul {
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

ul.article_ul li {
    width: 270px;
    float: left;
    margin-right: 12px;
    margin-bottom: 20px;
}

    ul.article_ul li:nth-child(3n) {
        margin-right: 0px;
    }

    ul.article_ul li img {
        width: 270px;
        height: 113px;
        display: block;
    }

    ul.article_ul li h3 {
        font-size: 13px;
        color: #646464;
        line-height: 40px;
        overflow: hidden;
        height: 40px;
    }

    ul.article_ul li p {
        font-size: 13px;
        color: #646464;
        height: 72px;
        overflow: hidden;
    }
/*article_content*/

.Article_content {
    background: #fff;
    box-sizing: border-box;
    padding: 20px 0;
    overflow: hidden;
    width: 885px;
    margin-top: 20px;
}





    .Article_content .detail {
        padding: 10px 10px;
    }

        .Article_content .detail img {
            height: auto;
        }



/*上下键*/
.pading {
    clear: both;
    text-align: center;
}

    .pading a, .pading span {
        border: 1px solid #e5e5e5;
        color: #3f3f3e;
        text-decoration: none;
        overflow: hidden;
        padding: 0px 10px;
        display: inline-block;
    }

    .pading .next, .pading .prev {
        border: 1px solid #e5e5e5;
        overflow: hidden;
        display: inline-block;
    }

    .pading span.current {
        background: #003b7a;
        border: #003b7a 1px solid;
        color: #fff;
    }

/*上下键*/
.main_next {
    overflow: hidden;
    width: 375px;
    margin: 10px auto 0;
    padding-bottom: 20px;
}

    .main_next i {
        display: none;
    }

    .main_next b {
        width: 45px;
        height: 45px;
        display: block;
        text-align: center;
        line-height: 45px;
        font-size: 25px;
        color: #ccc;
        border: 1px solid #ccc;
        border-radius: 50%;
        float: left;
    }

.bdsharebuttonbox {
    float: left;
    margin-top: 11px;
}

    .bdsharebuttonbox.bdshare-button-style2-24 a {
        position: relative;
        margin: 0px 15px 0px;
        webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }

    .bdsharebuttonbox a:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 50%;
        top: -8px;
        left: -8px;
    }
/*page*/

.page_navs {
    margin-top: 20px;
}

    .page_navs li {
        position: relative;
        float: left;
    }

    .page_navs a {
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: block;
        padding: 0px 25px;
    }

.page_uls {
    position: absolute;
    top: 30px;
    width: 100%;
    display: none;
    z-index: 45;
}

    .page_uls li {
        float: left;
        width: 100%;
    }

    .page_uls a {
        padding: 0;
    }

.page_uls {
    position: absolute;
    top: 30px;
    width: 100%;
    display: none;
    z-index: 45;
    background: #f6f6f6;
}

.page_navs li a:hover, .page_navs li .cur {
    background: #000;
    color: #fff;
}



.page_m {
    clear: both;
}
/**/
.page_l {
    padding: 0px 0 20px;
    overflow: hidden;
    width: 885px;
    margin-top: 20px;
    background: #fff;
}

    .page_l .text {
        height: 50px;
        line-height: 50px;
        color: #646464;
        overflow: hidden;
        border: 1px solid #e6e6e6;
        border-width: 0 0 1px 0;
        padding-left: 15px;
        box-sizing: border-box;
        font-size: 16px;
    }
/*footer*/
.footer {
    padding: 15px 0 15px;
    background: #003b7a;
    margin-top: 50px;
}

/*相关产品相关文章开始*/

.xgwz, .xgcp {
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.relevant {
    width: 100%;
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .relevant .rel_title {
        margin-bottom: 0;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background: #1D1C1C;
        text-indent: 10px;
        color: #fff !important;
    }

    .relevant .rel_content {
        padding: 10px;
        overflow: hidden;
    }
/*相关产品*/
.relevant_product .rel_item {
    width: 122px;
    float: left;
    margin: 0 5px 10px 5px;
}

    .relevant_product .rel_item .rel_item_img {
        width: 100%;
        height: 90px;
    }

    .relevant_product .rel_item .rel_item_title {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        overflow: hidden;
        color: #fff !important;
    }
/*相关文章*/
.relevant_article .rel_item {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #59504D;
    overflow: hidden;
}

    .relevant_article .rel_item .rel_item_time {
        float: right;
        color: #999;
    }


/**/

h4.related {
    border-bottom: 1px dashed #ccc;
    height: 55px;
    font-size: 28px;
    line-height: 55px;
    color: #4b4a4a;
}

    h4.related span {
        display: inline-block;
    }

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    color: inherit;
    display: block;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    height: 46px;
    line-height: 46px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

    ul.relate_pr li a {
        color: inherit;
        display: block;
        margin: 5px;
        text-align: center;
        line-height: 30px;
    }

    ul.relate_pr li img {
        width: 100%;
        display: block;
    }

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
