﻿body {
}

.Keywords {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid black
}

/*搜索 */
.seachwrap {
    padding: 20px 0;
}

    .seachwrap form {
        max-width: 550px;
        background: #f5f5f5;
        border-radius: 50px;
        border: 1px solid #ddd;
        margin: 0 auto;
        overflow: hidden;
    }

    .seachwrap input {
        margin: 0;
        border: 0;
        width: 100%;
        line-height: 40px;
        height: 40px;
        outline: none;
        background: #f5f5f5;
    }

        .seachwrap input.Keywords {
            padding: 0 0 0 15px;
            width: 80%;
            float: left;
        }

        .seachwrap input.btnSearch {
            width: 50px;
            padding: 0;
            background: url(../images/searchbtn.png) no-repeat center;
            float: right;
            opacity: .5;
        }



/*搜索 */
.seachwrap2 {
    padding: 20px 0;
}

    .seachwrap2 form {
        max-width: 800px;
        background: #f5f5f5;
        border-radius: 10px;
        border: 1px solid #ddd;
        margin: 0 auto;
        overflow: hidden;
    }

    .seachwrap2 input {
        margin: 0;
        border: 1px solid black;
        width: 100%;
        line-height: 40px;
        height: 40px;
      
    }

        .seachwrap2 input.Keywords {
            padding: 0 0 0 15px;
            width: 80%;
            float: left;
        }

        .seachwrap2 input.btnSearch {
            width: 50px;
            padding: 0;
            background: url(../images/searchbtn.png) no-repeat center;
            float: right;
            opacity: .5;
        }




/*概览列表*/
.view {
    width: 1200px;
    height: auto;
}

    .view h3 {
        width: 1200px;
        height: 46px;
        border-bottom: 2px solid #dfdfdf;
        margin-bottom: 6px;
        float: left;
        overflow: visible;
    }

        .view h3 span {
            padding: 0 20px;
            line-height: 46px;
            font-size: 20px;
            font-weight: normal;
            color: #2c69b3;
            border-bottom: 2px solid #2c69b3;
            float: left;
        }

    .view ul {
        width: 1200px;
       
        border-bottom: 1px dashed #dfdfdf;
        padding: 18px 0;
        float: left;
    }

        .view ul li {
            width:  1200px ;
            height: 36px;
            float: left;
        }

            .view ul li i {
                width: 5px;
                height: 5px;
                margin: 15px 0 0 5px;
                background: #8698ad;
                float: left;
                border-radius: 50%;
            }

            .view ul li a {
                width: auto;
                height: 36px;
                line-height: 36px;
                font-size: 16px;
                float: left;
                margin: 0 30px 0 15px;
            }

                .view ul li a:hover {
                    color: #2c69b3;
                }

            .view ul li span {
                width: auto;
                height: 36px;
                line-height: 36px;
                font-size: 14px;
                color: #999;
                float: right;
                margin-right: 5px;
            }