body {
    padding: 0;
    margin: 0;
}
.portal-wrap {
    min-height: 100vh;
}
    .portal-wrap .portal-inner {
        width: 1200px;
        margin: 0 auto;
    }

    .portal-wrap .portal-header {
        height: 100px;
        display: flex;
    }
        .portal-wrap .portal-header .portal-header-logo {
            padding: 20px 20px 20px 0;
        }
            .portal-wrap .portal-header .portal-header-logo img {
                height: 60px;
            }
        .portal-wrap .portal-header .portal-header-search {
            flex: 1;
            padding: 30px 0;
        }
            .portal-wrap .portal-header .portal-header-search .fly-extend-banner-search {
                
                width: 100%;
                text-align: center;
            }
            .portal-wrap .portal-header .portal-header-search .layui-btn {
                background-color: #ff6a00;
            }

        .portal-wrap .portal-header .portal-header-contact {
            font-size: 24px;
            line-height: 32px;
            text-align: right;
            padding: 18px 0 18px 20px;
        }
            .portal-wrap .portal-header .portal-header-contact .portal-contact-title .layui-icon {
                font-size: 26px;
            }
            .portal-wrap .portal-header .portal-header-contact .portal-contact-phone {
                color: #ff6a00;
                font-size: 22px;
            }
            .portal-wrap .portal-header .portal-header-contact .portal-contact-login {
                color: #ff6a00;
                height: 100%;
                font-size: 16px;
                display: flex;
                justify-content: center;
                flex-direction: column;
            }
                .portal-wrap .portal-header .portal-header-contact .portal-contact-login a {
                    color: #ff6a00;
                }
                .portal-wrap .portal-nav {
                    height: 60px;
                    background: #ff6a00;
                }
                .portal-wrap .portal-nav .layui-nav {
                    background: #ff6a00;
                }
                    .portal-wrap .portal-nav .layui-nav .layui-this:after {
                        background-color: transparent;
                    }
                    .portal-wrap .portal-nav .layui-nav .layui-nav-item a {
                        font-size: 18px;
                        color: #ffffff;
                    }
    .portal-wrap .portal-row {
        margin-top: 12px;
        display: flex;

    }
        .portal-wrap .portal-row .portal-section {
            border: 1px solid #e3e3e3;
            overflow: hidden;
        }
        .portal-wrap .portal-row .portal-section-tline {
            border-top: 2px solid #ff6a00;
        }

        .portal-wrap .portal-row .portal-section .portal-section-title {
            background: #fafafa;
            display: flex;
            line-height: 38px;
            padding: 0 12px;
            font-size: 16px;
            border-bottom: 1px solid #e5e5e5;
        }
        .portal-wrap .portal-row .portal-section .portal-section-name {
            flex: 1;
        }
        .portal-wrap .portal-row .portal-section .portal-section-name span{
            border-left: 4px solid #ff6a00;
            padding-left: 12px;
        }
        .portal-wrap .portal-row .portal-section .portal-section-more {
            padding: 0 10px;
        }

        .portal-wrap .portal-row .portal-section .portal-section-body {
            padding: 6px 16px;
            font-size: 14px;
            color: #333;
            line-height: 32px;
        }
            .portal-wrap .portal-row .portal-section .portal-section-body ul {
                position: relative;
            }
                .portal-wrap .portal-row .portal-section .portal-section-body ul li {
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }
                .portal-wrap .portal-row .portal-section .portal-section-body ul li .p-name {
                    font-weight: 600;
                }
            .portal-wrap .portal-row .portal-section .portal-section-body table {
                width: 100%;
                text-align: center;
                line-height: 35px;
                color: #666;
                table-layout: fixed;
                font-size: 14px;
            }
            .portal-wrap .portal-row .portal-section .portal-section-body .head {
                width: 1200px;
                margin: 20px auto 40px;
            }
            .portal-wrap .portal-row .portal-section .portal-section-body table th {
                color: #999;
                font-weight: normal;
                border-bottom: 1px dashed #e3e3e3;
            }
            .portal-wrap .portal-row .portal-section .portal-section-body table td {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
            .portal-wrap .portal-row .portal-section .portal-section-body table a {
                color: #333;
            }
            .portal-wrap .portal-row .portal-section .portal-section-body table td img {
                width: 100%;
            }
        .portal-wrap .portal-row .portal-section .portal-section-body a:hover {
            color: #ff6a00;
        }

    .portal-wrap .portal-section-varieties {
        height: 380px;
        box-sizing: border-box;
        flex: 1;
        /*width: 360px;*/
    }
    .portal-wrap .portal-section-newsbox {
        height: 380px;
        flex: 2;
        /*width: 360px;*/
        margin-left: 12px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    .portal-wrap .portal-section-drugs {
        margin-top: 12px;
        flex: 1;
    }
    .portal-wrap .portal-section-market {
        flex: 1;
    }
    .portal-wrap .portal-section-policy {
        flex: 1;
        margin-right: 12px;
    }
    .portal-wrap .portal-section-hlbox {
        /*height: 380px;*/
        width: 100%;
        flex: 1;
        display: flex;
        overflow: hidden;
        /*flex-direction: column;*/
    }
    .portal-wrap .portal-section-headline {
        flex: 1;
    }
    .portal-wrap .portal-section-shortcut {
        margin-top: 12px;
        display: flex;
    }
        .portal-wrap .portal-section-shortcut .portal-section-card {
            flex: 1;
            text-align: center;
            color: #ff6a00;
            border: 1px solid #e3e3e3;
            height: 83px;
            line-height: 36px;
        }
        .portal-wrap .portal-section-shortcut .portal-section-card a {
            color: #ff6a00;
        }
            .portal-wrap .portal-section-shortcut .portal-section-card:hover {
                background-color: #f5f5f5;
                cursor: pointer;
            }

            .portal-wrap .portal-section-shortcut .portal-section-card .portal-shortcut-name {
                font-weight: 800;
                font-size: 22px;
            }
            .portal-wrap .portal-section-shortcut .portal-section-card .portal-shortcut-detail {
                flex: 1;
            }
    .portal-wrap .portal-section-supply {
        height: 300px;
        flex: 1;
    }
    .portal-wrap .portal-section-want {
        height: 300px;
        margin: 0 12px;
        flex: 1;
    }
    .portal-wrap .portal-section-trend {
        height: 300px;
        flex: 1;
    }
    .portal-wrap .portal-footer {
        width: 100%;
        padding-bottom: 20px;
        margin-top: 30px;
        background: #f8f8f8;
        border-top: 2px solid #dbdbdb;
    }

        
        .portal-wrap .portal-footer .portal-foot {
            margin-top: -2px;
            border-top: 2px solid #545454;
            height: 200px;
        }
            .portal-wrap .portal-footer .portal-foot .portal-footer-link {
                line-height: 50px;
                font-size: 16px;
            }
            .portal-wrap .portal-footer .portal-foot .portal-footer-link .portal-link-name {
                font-weight: 800;
                color: #000000;
                margin-right: 20px;
            }
            .portal-wrap .portal-footer .portal-foot .portal-footer-contact {
                text-align: center;
                color: #999;
                line-height: 30px;
                height: 84px;
            }
            .portal-wrap .portal-footer .portal-foot .portal-footer-copyright {
                text-align: center;
                color: #999;
                line-height: 30px;
            }




    .portal-wrap .st {
        color: #333;
        height: 35px;
        line-height: 35px;
        padding-left: 16px;
        font-family: 'Î¢ÈíÑÅºÚ';
        font-weight: 500;
        font-size: 16px;
        position: relative;
    }
        .portal-wrap .st:before {
            display: block;
            width: 4px;
            height: 15px;
            content: "";
            background:#ff6a00;
            position: absolute;
            top: 11px;
            left: 0px;
        }
    .portal-wrap .stop {
        padding-left: 10px;
        padding-top: 15px;
    }
        .portal-wrap .stop li {
            overflow: hidden;
            position: relative;
            margin-bottom: 10px;
        }
            .portal-wrap .stop li a {
                display: block;
                height: 35px;
                line-height: 35px;
                float: left;
                width: 32px;
                text-align: center;
                font-size: 16px;
                border: 1px dashed #eee;
                margin-right: 5px;
                color: #333;
                font-family: 'Î¢ÈíÑÅºÚ';
                font-weight: 500;
            }
                .portal-wrap .stop li a:hover {
                    background: #ff6a00;
                    color: #fff !important;
                }

    .portal-wrap .sortlist {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        /*margin-left: 12px;
        padding-top: 20px;*/
    }
        .portal-wrap .sortlist li {
            height: 45px;
            line-height: 45px;
            float: left;
        }
            .portal-wrap .sortlist li.block-color-large {
                border: 1px solid #fff;
                background: #5d81ea;
                text-align: center;
                width: 194px;
                color: #fff;
            }
            .portal-wrap .sortlist li.block-color {
                border: 1px solid #fff;
                background: #5d81ea;
                text-align: center;
                width: 96px;
            }
            .portal-wrap .sortlist li.light-green {
                background: #5d81ea80;
            }
            .portal-wrap .sortlist li a {
                width: 63px;
                color: #fff;
                font-size: 14px;
                height: 31px;
                line-height: 0px;
                display: inline-block;
            }
    .portal-wrap .ft {
        border-top: 1px dotted #fff;
        height: 30px;
        line-height: 14px;
        padding-left: 12px;
    }
        .portal-wrap .ft a {
            color: #027815;
            font-size: 14px;
        }
    .portal-wrap .portal-section-supplylist {
        flex: 1;
        margin-right: 12px;
    }
    .portal-wrap .portal-section-purchaselist {
        flex: 1;
    }


.portal-details-body {
    min-height: 500px;
    padding-top: 20px;
}
.portal-details-body h1 {
    font-size: 30px;
    font-family: \\5FAE\8F6F\96C5\9ED1;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}
.portal-details-body .info-line {
    border-top: 1px solid #999;
    margin-bottom: 20px;
}
.portal-details-body .info-item span {
    margin-right: 10px;
    color: #999;
    font-size: 12px;
    font-family: \\5FAE\8F6F\96C5\9ED1;
}
.portal-details-body .info-item {
    text-align: center;
}
.portal-details-body .info-item span {
    margin-right: 10px;
    color: #999;
    font-size: 12px;
    font-family: \\5FAE\8F6F\96C5\9ED1;
}
.portal-details-body .info-item .info-item-spec {
    font-size: 12px;
    color: #5d63a2;
    margin-right: 5px;
}
.portal-details-body .info-item .info-item-operation {
    display: inline-block;
    position: relative;
    height: 20px;
    padding-left: 25px;
    line-height: 20px;
    cursor: pointer;
}
.portal-details-body .content {
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0;
    color: #666;
    font-family: \\5FAE\8F6F\96C5\9ED1;
}


