﻿


@media all and (max-width:1041px) {
    .list-rightul {
        margin-left: 0;
        padding: 0;
        max-width: 1040px;
        width: 100%;
    }

    .list-toolbar-page {
        padding: 0 20px;
    }

    #list-left {
        display: normal;
    }

    #bshare {
        margin-top: 0;
    }
}

@media all and (min-width:1041px) {
    .list-licontent {
        margin-top: 0;
    }

    .list-rightul {
        
        padding: 0;
        max-width: 1040px;
        width: 100%;
    }

    .list-toolbar-page {
        padding: 0 20px;
    }

    #list-left {
        display: normal;
    }

    #bshare {
        margin-top: 0;
    }
}

@media all and (max-width:522px) {
    .list-toolbar-page {
        padding: 0 0 8px 0;
    }

    #list-left {
        display: none;
    }

    #bshare {
        margin-top: 4px;
    }
}

@media all and (max-width:522px) {
    .list-toolbar-page {
        padding: 0 0 8px 0;
    }

    #list-left {
        display: none;
    }

    #bshare {
        margin-top: 4px;
    }
}

@media all and (min-width:430px) {
    .navbg {
        padding-left: 25px;
    }

        .navbg p.title {
            font-size: 1.8rem;
        }

    .navigation {
        font-size: 1.4rem
    }
}

@media all and (max-width:430px) {
    .navbg {
        padding-left: 20px;
    }

        .navbg p.title {
            font-size: 1.6rem;
        }

    .navigation {
        font-size: 1.2rem
    }
}

.list-licontent {
    max-width: 1041px;
    width: 100%;
}

.main {
    width: 100%;
    margin: 10px 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    justify-items: center;
    -webkit-align-items: center;
}

.maincontent {
    width: 100%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    justify-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.list-ul {
    max-width: 1040px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.list-ul-1 {
    max-width: 227px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: #000000bf 0px 10px 20px -14px;
    -moz-box-shadow: #000000bf 0px 10px 20px -14px;
}

    .list-ul-1:hover {
        box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: #000000bf 0px 10px 30px -14px;
        -moz-box-shadow: #000000bf 0px 10px 30px -14px;
    }

.list-ul-1-li-1 {
    background-image: url(/images/leftbarbg.jpg);
    background-repeat: no-repeat;
    max-width: 226px;
    width: 100%;
    padding: 0;
}

    .list-ul-1-li-1 span {
        margin-left: 35px;
        color: white;
        font-size: 2rem;
        font-weight: 500;
        line-height: 42px;
    }

.list-ul-1-ul {
    max-width: 226px;
    width: 100%;
    padding: 0;
}



    .list-ul-1-ul li {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #efefef;
        line-height: 36px;
        font-size: 1.6rem;
        display: flex;
        display: -webkit-flex;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-items: center;
        -webkit-align-items: center;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        font-family: Arial,微软雅黑,Microsoft YaHei UI,Microsoft YaHei,SimSun,宋体,Arial Narrow,HELVETICA,Helvetica Neue,Helvetica,STHeiTi,Arial,sans-serif;
    }

        .list-ul-1-ul li > div {
            width: 210px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            margin-left: 10px;
            padding: 4px 0 0 0;
        }

            .list-ul-1-ul li > div > a {
                color: #666;
                font-weight: normal;
                margin-top: 2px;
                font-size: 1.6rem;
            }

                .list-ul-1-ul li > div > a.on {
                    color: #0066CC;
                    font-weight: bold;
                }

                .list-ul-1-ul li > div > a:hover {
                    text-decoration: none;
                    color: #0066cc;
                    font-weight: bold;
                    cursor: pointer;
                }


.nynav {
    line-height: 36px;
    padding-top: 15px;
    color: #888;
    font-family: Arial,微软雅黑,Microsoft YaHei UI,Microsoft YaHei,SimSun,宋体,Arial Narrow,HELVETICA,Helvetica Neue,Helvetica,STHeiTi,Arial,sans-serif;
}

.navbg {
    border-bottom: 1px solid #ddd;
    background-image: url(../images/nav_arrow.jpg);
    background-repeat: no-repeat;
    background-position: left;
    height: 36px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 20px;
}

    .navbg p.title {
        font-family: Arial,微软雅黑,Microsoft YaHei UI,Microsoft YaHei,SimSun,宋体,Arial Narrow,HELVETICA,Helvetica Neue,Helvetica,STHeiTi,Arial,sans-serif;
        color: #0066CC;
    }

    .navbg p.navigation {
        color: #888;
        font-family: Arial,微软雅黑,Microsoft YaHei UI,Microsoft YaHei,SimSun,宋体,Arial Narrow,HELVETICA,Helvetica Neue,Helvetica,STHeiTi,Arial,sans-serif;
    }

.leftbarcommon {
    background-image: url(/images/leftbarbg2.jpg);
    height: 38px;
    width: 226px;
}

    .leftbarcommon span.first {
        font-size: 18px;
        font-family: Arial,微软雅黑,Microsoft YaHei UI,Microsoft YaHei,SimSun,宋体,Arial Narrow,HELVETICA,Helvetica Neue,Helvetica,STHeiTi,Arial,sans-serif;
        color: #0066CC;
        padding-left: 40px;
        line-height: 38px;
        font-weight: 500;
    }

.jjfa {
    padding: 0;
    margin: 0;
    width: 226px;
}

    .jjfa li {
        line-height: 30px;
    }

        .jjfa li > div > a {
            font-size: 1.4rem;
        }

.jjfa2 .to_right {
    width: 0;
    height: 0;
    border-left: 6px solid rgba(0, 124, 194, 1);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    float: left;
    margin-right: 5px;
    margin-top: 8px;
    margin-left: 6px;
}

.jjfa2 {
    max-width: 226px;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 0 0 4px;
    padding: 0
}

    .jjfa2 li {
        border: 0;
    }

        .jjfa2 li > div {
            margin: 0;
            padding: 0;
            width: 200px;
        }

    .jjfa2 .twoNewsUl2Title {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 200px;
        font-size: 1.4rem;
        margin-left: 6px;
    }

.list-tw-ul {
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-content: center;
    align-content: flex-start;
    -webkit-align-items: center;
}

    .list-tw-ul li {
        max-width: 180px;
        height: 250px;
        margin-bottom: 20px;
    }

        .list-tw-ul li > div {
            border-radius: 5px;
            border: 1px solid #e2e2e2;
            height: 100%;
            width: 180px;
            display: flex;
            display: -webkit-flex;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            justify-content: center;
            -webkit-justify-content: center;
            align-items: center;
            -webkit-align-items: center;
            padding: 2px;
        }


.list-tw-ul li > div:hover {
    box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: #000000bf 0px 10px 20px -14px;
    -moz-box-shadow: #000000bf 0px 10px 20px -14px;
    background-color: #fafafa;
}

            .list-tw-ul li > div > a {
                display: flex;
                display: -webkit-flex;
                flex-wrap: wrap;
                -webkit-flex-wrap: wrap;
                justify-content: center;
                -webkit-justify-content: center;
                -webkit-align-items: center;
                align-items: center;
                font-size:1.4rem;
            }

                .list-tw-ul li > div > a > h2 {
                    margin-top: 20px;
                    font-size: 1.4rem;
                    text-align:center;
                }

                .list-tw-ul li > div > a:hover {
                    text-decoration-line: none;
                }
/*<------------文字标题-------------------------------*/
.list-wz-ul {
    padding: 0;
    margin: 0;
    max-width: 1040px;
    width: 100%;
}

    .list-wz-ul li {
        display: flex;
        display: -webkit-flex;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        align-items: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-item-align: end;
        -moz-box-align: end;
        border-bottom: 1px solid #e2e2e2;
        height: 36px;
        margin: 0 4px;
    }

        .list-wz-ul li > div:first-of-type {
            flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            max-width: 940px;
            width: 100%;
            margin-bottom: 4px;
        }

        .list-wz-ul li > div:last-of-type {
            flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            justify-content: flex-end;
            -webkit-justify-content: flex-end;
            max-width: 80px;
            width: 100%;
            margin-bottom: 4px;
            font-size:1.4rem;
        }

        .list-wz-ul li > div > a {
            color: #333;
            font-size: 1.4rem;
        }

            .list-wz-ul li > div > a:hover {
                color: #006699;
            }

.solution-arrow {
    background-image: url(/images/rightarrowblue.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*-------------------------------------------------- --> */
/*<---------------------上篇、下篇css */
#list-toolbar-ul1-li2, #list-toolbar-ul2-li2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-shadow: 5px 5px 15px -10px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: #000000bf 5px 5px 15px -10px;
    -moz-box-shadow: #000000bf 5px 5px 15px -10px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 0 4px;
    line-height: 28px;
}

.list-toolbar {
    max-width: 780px;
    width: 100%;
}


#list-toolbar-ul1 {
    flex: 1;
    -ms-flex: 1;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

#list-toolbar-ul2 {
    -ms-flex: 1;
    flex: 1;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

#list-toolbar-ul1, #list-toolbar-ul2 {
    max-width: 390px;
    width: 100%;
    overflow: hidden;
    padding: 10px 10px 10px 0px;
}

.list-toolbar-flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    align-items: center;
    -webkit-align-items: center;
    font-size:1.4rem
}

.h1 {
    font-size: 1.8rem;
    color: #333;
    font-weight: normal;
}
#list-toolbar-ul1-li2 a, #list-toolbar-ul2-li2 a, .list-toolbar-page div > a {
    color: #006699;
    text-decoration: none;
}

    #list-toolbar-ul1-li2 a:hover, #list-toolbar-ul2-li2 a:hover, .list-toolbar-page div > a {
        color: black;
        text-decoration: none;
    }


#list-toolbar-ul1-li2:hover, #list-toolbar-ul2-li2:hover {
    box-shadow: 5px 5px 15px -6px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: #000000bf 5px 5px 15px -6px;
    -moz-box-shadow: #000000bf 5px 5px 15px -6px;
    background-color: #fafafa;
}

/*--------------------------------------- --> */
.list-toolbar-page {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-content: center;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin-top: 20px;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

    .list-toolbar-page div {
        box-shadow: 5px 5px 15px -12px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: #000000bf 5px 5px 15px -12px;
        -moz-box-shadow: #000000bf 5px 5px 15px -12px;
        border: 1px solid #e2e2e2;
        padding: 6px;
        margin: 0 6px;
    }

        .list-toolbar-page div:hover {
            background-color: #fafafa;
        }
