body {
    font-family: "Microsoft YaHei";
}

ul {
    list-style: none;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.header a {
    text-decoration: none;
    color: #999;
}

    .header a:hover {
        color: #14c1b5;
    }

.header {
    font-size: 12px;
    padding: 10px 0;
}

.opn-menu {
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 13px;
    color: #444;
    font-weight: bold;
}

    .opn-menu .menu-list {
        padding: 10px 0;
        width: 1140px;
        margin: 0 auto;
        border-bottom: 1px dashed #dbdbdb;
    }

        .opn-menu .menu-list a {
            color: #444;
        }

        .opn-menu .menu-list:last-child {
            border-bottom: none;
        }

        .opn-menu .menu-list::after {
            content: "";
            display: block;
            width: 100%;
            height: 0;
            overflow: hidden;
            clear: both;
        }

.menu-list li {
    float: left;
    padding: 8px;
    margin-right: 15px;
}

    .menu-list li:first-child {
        margin-right: 0;
    }

    .menu-list li.hubei {
        margin-left: 47px;
    }

    .menu-list li.active {
        background-color: #14c1b5;
        border-radius: 5px;
    }

        .menu-list li.active a {
            color: #fff;
        }

.filter-type {
    /*border-bottom: 1px dashed #dbdbdb;*/
    width: 1140px;
    margin: 0 auto;
}

    .filter-type .menu-list {
        border-bottom: none;
    }

    .filter-type .select-list {
        font-size: 0;
    }

    .filter-type .select-box {
        position: relative;
        display: inline-block;
        padding: 20px 0;
        border: 1px solid #14c1b5;
        border-radius: 6px;
        margin-bottom: 15px;
    }

        .filter-type .select-box a {
            margin: 0 8px;
            padding: 8px;
            font-size: 13px;
            color: #444;
            border-radius: 6px;
            line-height: 1;
        }

            .filter-type .select-box a.selected {
                background-color: #14c1b5;
                color: #fff;
            }

        .filter-type .select-box img {
            position: absolute;
            top: -8px;
            left: 20px;
        }

    /*.filter-type .select-box1 {
        margin-left: 158px;
        display: none;
    }

    .filter-type .select-box2 {
        margin-left: 210px;
        display: none;
    }*/

.resource {
    margin-top: 20px;
    overflow: hidden;
}

    .resource .left-box {
        float: left;
        width: 25%;
    }

.left-box .search-list {
    margin-top: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
}

        .resource .left-box .search-list h3 {
            margin: 10px 15px;
            padding-bottom: 10px;
            font-size: 14px;
            color: #444;
            font-weight: normal;
            border-bottom: 1px solid #dddddd;
        }

            .resource .left-box .search-list h3 i {
                display: inline-block;
                vertical-align: middle;
                margin-right: 5px;
                width: 2px;
                height: 16px;
                background: #ffa800;
            }

            .resource .left-box .search-list h3 span {
                display: inline-block;
                vertical-align: middle;
            }

        .resource .left-box .search-list .source-list li {
            width: 258px;
            margin: 0 auto;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-bottom: 8px;
        }

            .resource .left-box .search-list .source-list li a {
                color: #444;
            }

                .resource .left-box .search-list .source-list li a:hover {
                    color: #14c1b5;
                }

    .resource .right-box {
        margin-bottom: 20px;
        float: right;
        width: 73%;
        border: 1px solid #dbdbdb;
        border-radius: 6px;
    }

        .resource .right-box .search-result {
            font-size: 14px;
            color: #444;
            padding: 16px 20px;
            border-bottom: 1px solid #ddd;
        }

            .resource .right-box .search-result span {
                color: red;
            }

    .resource .source-card {
        width: 820px;
        margin: 0 auto;
        padding: 30px 0;
        border-bottom: 1px dashed #ddd;
        clear: both;
    }

        .resource .source-card:after {
            content: "";
            display: block;
            width: 100%;
            height: 0;
            overflow: hidden;
            clear: both;
        }

    .resource .img-box {
        float: left;
        width: 60px;
        height: 60px;
        font-size: 0;
    }

        .resource .img-box img {
            width: 100%;
            height: 100%;
        }

    .resource .text-box {
        float: left;
        margin-left: 20px;
    }
        .resource .text-box .name {
            font-weight: bold;
            display: inline-block;
            width: 600px;
            color: #444;
            font-size: 13px;
            font-weight: bold;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }
            .resource .text-box a:hover {
                color: #14c1b5;
                text-decoration: underline;
            }

        .resource .text-box span {
            margin-right: 20px;
            font-size: 12px;
            color: #666;
        }

            .resource .text-box span a {
                color: #00d3c4;
            }

    .resource .btn-box {
        float: right;
        margin: 10px 20px;
    }

        .resource .btn-box a {
            font-size: 12px;
            padding: 5px 12px;
            border-radius: 5px;
            color: #fff;
            background-color: #ffb304;
        }

        .resource .btn-box p {
            text-align: center;
            color: #BF8500;
            font-size: 14px;
            margin-top: 15px;
        }

body .js_wrapper {
    width: 300px;
    height: 230px;
    border: 1px dashed #00d3c4;
	border-radius: 6px;
}
    body .js_wrapper a {
        display: inline-block;
        width: 250px;
        margin: 6px 0px 0 18px;
        padding: 10px;
        font-weight: bold;
        font-family: "Microsoft Yahei";
        font-size: 13px;
        color: #f37006;
    }

.js_wrapper a em {
    color: #458a06;
    font-style: normal;
}
.js_wrapper a:last-child {
    margin: 0;
}
    body .js_wrapper img {
        display: block;
        margin: 0 auto;
        width: 100px;
        height: 100px;
    }

.text_nav {
    width: 820px;
    margin: 10px 0 30px 144px;
    padding: 20px 50px 0 0;
}

    .text_nav .text_list:after {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        overflow: hidden;
        clear: both;
    }

    .text_nav .text_list li {
        float: left;
        margin-right: 12px;
    }

        .text_nav .text_list li a {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            color: #444;
            padding: 6px 12px;
            border: 1px solid #ddd;
        }

            .text_nav .text_list li a:hover {
                background: #14c1b5;
                border: 1px solid #14c1b5;
                color: #fff;
            }

        .text_nav .text_list li span {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            margin-top: 8px;
        }

        .text_nav .text_list li input {
            margin-top: 1px;
            padding: 0 4px;
            display: inline-block;
            vertical-align: middle;
            width: 70px;
            height: 28px;
            border: 1px solid #ddd;
        }